gitflow-analytics 3.13.6__py3-none-any.whl → 3.13.7__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- gitflow_analytics/_version.py +1 -1
- gitflow_analytics/cli.py +11 -2
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/METADATA +1 -1
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/RECORD +8 -8
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/WHEEL +0 -0
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/entry_points.txt +0 -0
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/licenses/LICENSE +0 -0
- {gitflow_analytics-3.13.6.dist-info → gitflow_analytics-3.13.7.dist-info}/top_level.txt +0 -0
gitflow_analytics/_version.py
CHANGED
gitflow_analytics/cli.py
CHANGED
|
@@ -3908,8 +3908,8 @@ def analyze(
|
|
|
3908
3908
|
traceback.print_exc()
|
|
3909
3909
|
raise
|
|
3910
3910
|
|
|
3911
|
-
# Generate markdown reports if enabled
|
|
3912
|
-
if "markdown" in cfg.output.formats:
|
|
3911
|
+
# Generate markdown reports if enabled (requires CSV files)
|
|
3912
|
+
if "markdown" in cfg.output.formats and generate_csv:
|
|
3913
3913
|
# Calculate date range for consistent filename formatting across all markdown reports
|
|
3914
3914
|
date_range = f"{start_date.strftime('%Y%m%d')}_{end_date.strftime('%Y%m%d')}"
|
|
3915
3915
|
|
|
@@ -4039,6 +4039,15 @@ def analyze(
|
|
|
4039
4039
|
|
|
4040
4040
|
traceback.print_exc()
|
|
4041
4041
|
raise
|
|
4042
|
+
elif "markdown" in cfg.output.formats and not generate_csv:
|
|
4043
|
+
# Narrative report requires CSV files, but CSV generation is disabled
|
|
4044
|
+
logger.info(
|
|
4045
|
+
"Skipping narrative report generation - CSV files required but CSV generation is disabled"
|
|
4046
|
+
)
|
|
4047
|
+
if not display:
|
|
4048
|
+
click.echo(
|
|
4049
|
+
" ℹ️ Narrative report skipped (requires CSV files - enable with --csv flag)"
|
|
4050
|
+
)
|
|
4042
4051
|
|
|
4043
4052
|
# Generate database-backed qualitative report
|
|
4044
4053
|
if "markdown" in cfg.output.formats:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
gitflow_analytics/__init__.py,sha256=W3Jaey5wuT1nBPehVLTIRkVIyBa5jgYOlBKc_UFfh-4,773
|
|
2
|
-
gitflow_analytics/_version.py,sha256=
|
|
3
|
-
gitflow_analytics/cli.py,sha256=
|
|
2
|
+
gitflow_analytics/_version.py,sha256=1CEo5AN_qI88P34Bm7yHy0awrtEtBpJo-hgE4oWK7jk,138
|
|
3
|
+
gitflow_analytics/cli.py,sha256=hpfeS2m-mDjMteqcVGq6tF6qo7Qcj8eAtOXvV2xgz3Q,310444
|
|
4
4
|
gitflow_analytics/config.py,sha256=XRuxvzLWyn_ML7mDCcuZ9-YFNAEsnt33vIuWxQQ_jxg,1033
|
|
5
5
|
gitflow_analytics/constants.py,sha256=GXEncUJS9ijOI5KWtQCTANwdqxPfXpw-4lNjhaWTKC4,2488
|
|
6
6
|
gitflow_analytics/verify_activity.py,sha256=q82VnU8FhHEPlnupYMvh1XtyaDJfIPPg-AI8cSM0PIk,27054
|
|
@@ -127,9 +127,9 @@ gitflow_analytics/ui/__init__.py,sha256=UBhYhZMvwlSrCuGWjkIdoP2zNbiQxOHOli-I8mqI
|
|
|
127
127
|
gitflow_analytics/ui/progress_display.py,sha256=omCS86mCQR0QeMoM0YnsV3Gf2oALsDLu8u7XseQU6lk,59306
|
|
128
128
|
gitflow_analytics/utils/__init__.py,sha256=YE3E5Mx-LmVRqLIgUUwDmbstm6gkpeavYHrQmVjwR3o,197
|
|
129
129
|
gitflow_analytics/utils/commit_utils.py,sha256=TBgrWW73EODGOegGCF79ch0L0e5R6gpydNWutiQOa14,1356
|
|
130
|
-
gitflow_analytics-3.13.
|
|
131
|
-
gitflow_analytics-3.13.
|
|
132
|
-
gitflow_analytics-3.13.
|
|
133
|
-
gitflow_analytics-3.13.
|
|
134
|
-
gitflow_analytics-3.13.
|
|
135
|
-
gitflow_analytics-3.13.
|
|
130
|
+
gitflow_analytics-3.13.7.dist-info/licenses/LICENSE,sha256=xwvSwY1GYXpRpmbnFvvnbmMwpobnrdN9T821sGvjOY0,1066
|
|
131
|
+
gitflow_analytics-3.13.7.dist-info/METADATA,sha256=VLuDVrmYalt-fmJcTDXzQCDoeIjpoMDf4J4IIUJA7Mc,40374
|
|
132
|
+
gitflow_analytics-3.13.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
133
|
+
gitflow_analytics-3.13.7.dist-info/entry_points.txt,sha256=ZOsX0GLsnMysp5FWPOfP_qyoS7WJ8IgcaDFDxWBYl1g,98
|
|
134
|
+
gitflow_analytics-3.13.7.dist-info/top_level.txt,sha256=CQyxZXjKvpSB1kgqqtuE0PCRqfRsXZJL8JrYpJKtkrk,18
|
|
135
|
+
gitflow_analytics-3.13.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|