-
-
Notifications
You must be signed in to change notification settings - Fork 289
Comparing changes
Open a pull request
base repository: commitizen-tools/commitizen
base: d0c89af
head repository: AdrianDC/commitizen
compare: d3f601d
- 13 commits
- 9 files changed
- 1 contributor
Commits on Nov 16, 2024
-
feat(commit): allow '-- --allow-empty' to create empty commits
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a442d70 - Browse repository at this point
Copy the full SHA a442d70View commit details -
test(cz_customize): add missing YAML configuration file tests
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 753c905 - Browse repository at this point
Copy the full SHA 753c905View commit details -
test(cz_customize): fix YAML test and docs configurations quotes
> commitizen.exceptions.InvalidConfigurationError: Failed to parse not_exist.yaml: while scanning a double-quoted scalar > found unknown escape character 's' Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 735b4fe - Browse repository at this point
Copy the full SHA 735b4feView commit details -
test(cz_customize): fix missing YAML test keys against JSON/TOML
> test_commit_parser[config2] - AssertionError: > assert '(?P<message>.*)' == '^(?P<change_...<message>.*)?' > test_changelog_pattern[config2] - AssertionError: > assert '.*' == '^(feature|bug fix)?(!)?' > test_change_type_map[config2] - AssertionError: > assert None == {'bug fix': 'Fix', 'feature': 'Feat'} Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e41b7e4 - Browse repository at this point
Copy the full SHA e41b7e4View commit details -
chore(scripts): allow passing 'pytest' arguments to './script/test'
Example: ./scripts/test -k 'test_commit_when_' --no-cov --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for db9e565 - Browse repository at this point
Copy the full SHA db9e565View commit details -
test(command): cover 'nothing added' and 'no changes added to commit'
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5501b08 - Browse repository at this point
Copy the full SHA 5501b08View commit details -
fix(commit): ensure 'questions' is a Python dictionary and not TOML
Details: If using a TOML configuration, the type was 'tomlkit.items.AoT' --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 742e4f9 - Browse repository at this point
Copy the full SHA 742e4f9View commit details -
test(cz_customize): use 'cz_customize' configurations in its tests
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c75de9a - Browse repository at this point
Copy the full SHA c75de9aView commit details -
feat(commit): implement questions 'filter' support with handlers
Supported APIs: - multiple_line_breaker - required_validator - required_validator_scope - required_validator_subject_strip - required_validator_title_strip Example YAML configurations: --- commitizen: name: cz_customize customize: questions: - ... - type: input name: scope message: 'Scope of the change :' filter: 'required_validator_scope' default: '' - type: input name: subject message: 'Title of the commit (starting in lower case and without period) :' filter: 'required_validator_subject_strip' default: '' - type: input name: body message: 'Additional contextual message (Empty to skip) :' default: 'Issue: #...' filter: 'multiple_line_breaker' --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 33bbf0f - Browse repository at this point
Copy the full SHA 33bbf0fView commit details -
fix(pre-commit-hooks)!: move 'check' to 'args' for global options
Details: 'args: [...]' is not able to access '-nr NO_RAISE' global arguments for example from a arguments configuration --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2b00aff - Browse repository at this point
Copy the full SHA 2b00affView commit details -
fix(pre-commit-hooks)!: allow empty ranges in 'commitizen-branch'
Details: Pushing the same history from 'develop' to 'staging' for example fails because range 'origin/HEAD..HEAD' is empty > No commit found with range: 'origin/HEAD..HEAD' --- Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a58275f - Browse repository at this point
Copy the full SHA a58275fView commit details -
ci(gitlab-ci): create 'codestyle' and 'test' job for 'gcil' usage
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c4be47f - Browse repository at this point
Copy the full SHA c4be47fView commit details -
build(commitizen): isolate version to '3.31.0+adriandc.20241116'
Signed-off-by: Adrian DC <radian.dc@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d3f601d - Browse repository at this point
Copy the full SHA d3f601dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff d0c89af...d3f601d