You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have #2369 to support datetime for since and until through CLI. Due to urgency for the CLI functionality to be merged, let's move support for datetime in repo-config.csv as another separate issue, as it may contain significant test and system test changes, as well as User Guide updates.
The text was updated successfully, but these errors were encountered:
joeng03
changed the title
Support datetime for since and until in repo-config.csv
Support datetime for since and until: Further enhancements
Apr 3, 2025
In terms of the function code the only thing should be changing is the one in the RepoConfigCsvParser.java. Currently, the since date and until date are taken in the format of dd/MM/yyyy and then hardcoded into valid LocalDatetime object by manually adding the default since date start time and default until date end time.
A way to solve this issue is to relax the constraint on the format of date time input in the CSV. We can support both dd/MM/yyyy and dd/MM/yyyyTHH:mm at the same time. Only hardcoding and overwriting the dates is specific time is not provided.
It will be suitable for first-comer to work on this so that they can get a rough idea of how the arguments are parsed and the repos are analyzed from the experience of implementing this one.
Uh oh!
There was an error while loading. Please reload this page.
Currently, we have #2369 to support datetime for since and until through CLI. Due to urgency for the CLI functionality to be merged, let's move support for datetime in repo-config.csv as another separate issue, as it may contain significant test and system test changes, as well as User Guide updates.
The text was updated successfully, but these errors were encountered: