Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/ug/configFiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The Shallow Cloning option is incompatible with the "--last-modified-date" CLI f
Behavior of since dates and until dates specified in CSV and CLI flags:

1. *Both CSV Dates and CLI Flags Are Provided*

**Behavior**:

When both the CSV file and the CLI include values for the “since” and “until” dates, the commit range for an individual repository is taken directly from its CSV dates.
Expand All @@ -76,25 +76,25 @@ Behavior of since dates and until dates specified in CSV and CLI flags:
Valid: [30/09/2024T16:30:00, 01/01/2025T16:30:00]

2. CSV Dates Are Fully Provided, but One CLI Flag Is Missing

**Behavior**:

The range of commits retrieved for the repo is fully determined by the dates specified in the CSV file.

**UI Adjustment**:

In the user interface, the adjustable date range will automatically span from the earliest “since” date to the latest “until” date across all repositories with valid CSV dates.

3. Both CSV Dates Are Absent

**Behavior**:

When no dates are provided in the CSV file, the commit range is based on the CLI flags. If the CLI flags are not provided either, then the tool falls back on the predefined default date values.

4. One CSV Date Is Missing
4. One CSV Date Is Missing

**Behavior**:

If either the “since” or “until” date is omitted in the CSV file, the missing value will be replaced by a default value (i.e. the commits within the most recent one month), or the corresponding value from the CLI flag (if specified).
</box>

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
37 changes: 22 additions & 15 deletions gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 14 additions & 12 deletions gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading