Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/commitizen-tools/commitizen

Create committing rules for projects :rocket: auto bump versions :arrow_up: and auto changelog generation :open_file_folder:
https://github.com/commitizen-tools/commitizen

build(deps-dev): update mypy requirement from ^0.760 to ^0.761

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

ad3e0697b593fdd9d4a0e6b61f0f8ed294a3e72f authored about 5 years ago
refactor(config): use add_path instead of directly assigning _path

467b492d82060756e360894edaf7983f2feb4060 authored about 5 years ago
refactor(all): replace all the _settings invoke with settings.update

5ef5f63af4fc7bdfb6f9d63b902267e49ff50eb7 authored about 5 years ago
refactor(cz/customize): remove unnecessary statement "raise NotImplementedError("Not Implemented yet")"

de810af3e8f244807a26bffc4fc789632f26f4cb authored about 5 years ago
fix(config): handle empty config file

1d4a4d626b94c42a0f8a0ea89c8ce7fc5177597e authored about 5 years ago
test(all): fix test break due to refactoring

note that empty config file is not yet handled. should be fix in next commit

f726ef4bf185210b24cfe86713032a3fd028f353 authored about 5 years ago
refactor(config): move default settings back to defaults

e551cb1fa6fe3b392b2d15f0f5ebdb84854ac629 authored about 5 years ago
fix(config): fix load global_conf even if it doesn't exist

075508a4a06462eea3d193c1979e0952c7a3473f authored about 5 years ago
Merge pull request #99 from Woile/dependabot/pip/mypy-tw-0.760

build(deps-dev): update mypy requirement from ^0.750 to ^0.760

5390bc7f95376854b65ecaad728ba50be9493c88 authored about 5 years ago
build(deps-dev): update mypy requirement from ^0.750 to ^0.760

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

f1fd4d61f4012a0b28941e374043543f57b87c36 authored about 5 years ago
fix(config/ini_config): replase outdated _parse_ini_settings with _parse_settings

9efa8e29a2fbc89ac3c7d2217adc3e1b50f7d259 authored about 5 years ago
refactor(config): Make config a class and each type of config (e.g., toml, ini) a child class

* Use new config structure to fix the previously fixed Issue #97
* Rename the config inside a co...

c178633170f4aaceee20bd80c1d4e3c93418a59e authored about 5 years ago
ci: attempt to fix auto-trigger tag execution

4a9b231bf2ea8cfb49189746728439bfb3391cbb authored about 5 years ago
bump: version 1.10.0 → 1.10.1

577cde1a1439654515585af0a69420365cbe817d authored about 5 years ago
ci: pull latest changes and tags before bumping

56c0cc158f699d43ef9b831a4bd4cdab147988a4 authored about 5 years ago
Merge pull request #98 from Lee-W/fix-config-name-overwritten-error

Fix config name overwritten error

77ab680d803df2e2a7462226f1cdad24a0dec3d8 authored about 5 years ago
fix(cli): overwrite "name" only when it's not given

#97

fc4e2d7b3d7fcc946f3da7c2fa856c7d7e613b15 authored about 5 years ago
fix(config): fix typo

e1b57fdbd71640520fc080c82bbc25476eee4b3e authored about 5 years ago
Merge pull request #96 from mikeyangyo/master

docs(bump): modify typo in bump command docs

a06ad631bf317e8a7b5a246967b035607ca960ff authored about 5 years ago
docs(bump): modify typo in bump command docs

modify typo in bump command docs, path should be corrected as patch.

610eb8b2e375bc94178e00d4d8514d620ed6e909 authored about 5 years ago
Merge pull request #95 from Woile/dependabot/pip/mypy-tw-0.750

build(deps-dev): update mypy requirement from ^0.740 to ^0.750

1ba2208aeb6cb1c9ec4b656e41de4a8372883cfc authored about 5 years ago
build(deps-dev): update mypy requirement from ^0.740 to ^0.750

Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version....

33e381eb863c4b31861f57c03055e5f9f9d4b96a authored about 5 years ago
Merge pull request #94 from dany2691/docs/check

docs(check): check documentation

14614950af97fbd101b23f49eeeebb9697b140e6 authored about 5 years ago
docs(check): check documentation

add the documentation for the check command in the docs directory

e5985fb6c7661a7cfbcabb344c86fcb11e72c1ae authored about 5 years ago
bump: version 1.9.2 → 1.10.0

a4a2147c1078dc20ea24dc28bddaefa2eadb3e5f authored about 5 years ago
feat: support for different commitizens in `cz check`

* Add support for different commitizens in `cz check`

* Fix Jira issue format matching accord...

116abe9d73f04eea72a30caee79d6dee9560b1a6 authored about 5 years ago
docs(bump): added information about .cz deprecation

d87cd1ab21d33e7701b4660ef47effbbb432defb authored about 5 years ago
Merge pull request #92 from Woile/feature/bump-files-only

feat(bump): new argument --files-only

9b3ff72102f16648d5a075a7a1f8a8cebc4e701b authored about 5 years ago
feat(bump): new argument --files-only

7ec8c29224d128decb6fcd19715b044c8bbe978c authored about 5 years ago
ci(pythonpublish): missing mkdocs in deps

ce9fae41ceeec8d81432e08f57dc023ee417039c authored about 5 years ago
docs(index): updated link to github actions

7b634e2c21c9bbcf427a5314930e0465b02b6270 authored about 5 years ago
docs(tutorials): updated broken in github actions

a67171c0ef5771dfb2d41bf4ba96324c9ea1c53b authored about 5 years ago
bump: version 1.9.1 → 1.9.2

dab7cc71fabe3b2721a43e71a87a6774f5cdaa55 authored about 5 years ago
fix(commands/check.py): --commit-msg-file is now a required argument

* fix(commands/check.py): make --commit-msg-file a required argument for check command

Curren...

b13bbd5cd9b6a472d9bbec19481964f173320ce6 authored about 5 years ago
bump: version 1.9.0 → 1.9.1

b9201b1fcdb8e6ec03a421cf9c7cc3435e189a84 authored about 5 years ago
fix(cz/exceptions): exception AnswerRequiredException not caught (#89)

* fix(cz/exceptions): Fix AnswerRequiredException not caught

inherit CzException

* style(a...

149a5a9b1ac7f60302608a5e2959b46199b66c0f authored about 5 years ago
Merge pull request #88 from Woile/77-github-actions

77 GitHub actions

db1c4bf602212a5bf8899711f96cd23cede57391 authored about 5 years ago
docs: updated changelog

65f837dab506e3aee825a6c12da8156e2f5509fb authored about 5 years ago
ci: publish with github secret

033c8d1d80a575c51ad4e92b21ec6b7ba0f52357 authored about 5 years ago
bump: version 1.8.0 → 1.9.0

90d3568844211119553026d08bdcd4020181e7b4 authored about 5 years ago
Merge pull request #87 from Woile/77-github-actions

docs: added github actions to nav

bace4c1ca6bc8eec9a13b27aaee3d15228c5fe3e authored about 5 years ago
docs: added github actions to nav

9f4010162a8774350fcac2035d94d657224aeb5c authored about 5 years ago
Merge pull request #86 from Woile/77-github-actions

GitHub actions to bump and publish

fca06b4eddb03d1f0a2199765959487219615734 authored about 5 years ago
docs: github actions tutorial

1217216950a92099196fe025f360cc7964c812a5 authored about 5 years ago
ci: new bump and publish github actions

c96fd8d0c3b51b6b8414f1b9651b9ba19a4c39d9 authored about 5 years ago
Merge pull request #85 from marcosschroh/docs/gitlab-ci-tutorial

docs(Tutorial): Tutorial section added. GitLab tutorial added

d69b138acb78f0d5e617d156f052283490a3414b authored about 5 years ago
docs(Tutorial): Tutorial section added. GitLab tutorial added

82ae6fd8d63a4ada7c52fbabb57d5b014f3a400b authored about 5 years ago
docs(CHANGELOG): added unreleased information

dd8b974c2c87986b340b34cf4a8d2eacec7df233 authored about 5 years ago
Merge pull request #84 from dany2691/cz-check

feat(Commands/check): enforce the project to always use conventional …

5faf92cd54ca9ddba905ab51948482c8a28fdacd authored about 5 years ago
Merge pull request #83 from Lee-W/deprecation-warning-for-config-through-ini-files

Deprecation warning for config through ini files

8ff68edca175d5a5bb27a33bb8659593d97b050d authored about 5 years ago
style: correcting style mistake

5bac64bdca6a73d43510dd709da835461ec72750 authored about 5 years ago
Merge pull request #74 from Lee-W/enhance-customization

Enhance customization

9658c6932e87f22df158171db7665444d233da33 authored about 5 years ago
feat(Commands/check): enforce the project to always use conventional commits

closes #59

221f5285f5b2799d08d418c631c348120dfdebc6 authored about 5 years ago
refactor(config): remove has_pyproject which is no longer used

f153019c4f130f543d2c69134f1327d6c9f1c2a4 authored about 5 years ago
feat(config): add deprecation warning for loading config from ini files

#55

47c7ce8ffb8a69f7af5d1d40c477234c4ad201d4 authored about 5 years ago
docs(cz/customize): update document for using string.Template as message_template when jinja not installed

0286e7bfff2666ea3f127da8bf3866b8f1faef92 authored about 5 years ago
refactor(cz/customize): make jinja2 a custom requirement. if not installed use string.Tempalte instead

aa7bc28b12885c98ae59e708526ab96a529134cf authored about 5 years ago
test(cz/customize): add test example for jinja support

#54

c130d5ed100310ecf146729ec195d504c53e5be2 authored about 5 years ago
docs(cz/customize): update doc for jinja support

#54

d44ade8d0f78ca94b1e3b67dd40c760b09f202fb authored about 5 years ago
refactor(cz/utils): rename filters as utils

4aeb28cba7d1390ae0c6b6219b1de12441fcdbea authored about 5 years ago
feat(cz/customize): add jinja support to enhance template flexibility

#54

948150d1222c969201a8e663393f1ae7b58c6c05 authored about 5 years ago
feat(cz/filters): add required_validator and multiple_line_breaker

d968daf1271e3cb1126be1eb62939a2b41badbf0 authored about 5 years ago
Merge pull request #75 from Woile/56-dry-run

fix: commit dry-run doesnt require staging to be clean

e2c6e0cc4ceee420ca89effec5ffe3800c672f62 authored about 5 years ago
fix: commit dry-run doesnt require staging to be clean

425197ad58111513ea386ffce135f293fc3e99c0 authored about 5 years ago
Merge pull request #68 from dany2691/dry-run-flag

Fixes #56: feat(Commands/commit): add ´--dry-run´ flag to the Commit command

83a1de62b9fce12379341f71a25419a95dfcf214 authored about 5 years ago
feat(Commands/commit): add ´--dry-run´ flag to the Commit command

Generate a commit message without doing anything

closes #56

e0675b31ade7fb206514e76654a3789fd5bb1361 authored about 5 years ago
Merge pull request #72 from Lee-W/easier-customization

Customize committing and bumping through toml file

5ab7fe8c98422c72fc549acb2f6de5a4f9886a9a authored about 5 years ago
fix: correct typo to spell "convention"

Fixes #70.

d4c40d8bb0741f6338d79d7ef959d5e2f9cd7654 authored about 5 years ago
fix: removing folder in windows throwing a PermissionError

* #issue67
created handler for readonly files/dirs to be passed to shutil.rmtree(). will change...

1d5507d48730ad5fd69419caac6d5ac7193349b7 authored about 5 years ago
Merge pull request #65 from alanjcastonguay/git-cz-entrypoint-60

Fixes #60: Add 'git-cz' entrypoint in user's PATH.

4346ef42067e5871ba333af40408e534323fa37f authored about 5 years ago
fix(scripts): add back the delelte poetry prefix

#54

e4c93d0fa5624e4d5d1171f5dce6e4efa489aa3e authored about 5 years ago
docs(cz/cz_customize): description for newly added customization functionality

#54

f863eaef1e473f83e6e80941eec5a6e66137e273 authored about 5 years ago
test(cz/cz_customize): Change the value for choices

#54

c1f323564330d5a28867816f0730c1c1b966c466 authored about 5 years ago
feat(cz/cz_customize): implement info to support info and info_path

#54

088e24f531feaee1be9f2ac5371dab61dc304e1c authored about 5 years ago
feat(cz/cz_customize): enable bump_pattern bump_map customization

78aa985f24765b7d44f1f708bbd0a9b7dc51df0a authored about 5 years ago
feat(cz/cz_customize): implement customizable cz

#54

746dd87314b422665094a590854aa6394c86ff5f authored about 5 years ago
feat: new 'git-cz' entrypoint

Add 'git-cz' entrypoint in user's PATH.
Project can now be invoked as 'git cz'.
Fixes #60

aa05bea3cf74a783ff3aecb5b9d18e2bb27afc5d authored about 5 years ago
Merge pull request #66 from Woile/ci/codecov-conf

ci: run tests on pull_requests

df1d2d79d49417d0194f547c113398b6436377f6 authored about 5 years ago
ci: run tests on pull_requests

30af756af60f5d79a41e8b49132179f00a38e986 authored about 5 years ago
Merge pull request #64 from Woile/ci/codecov-conf

ci: codeconv for github actions

722eb0aa4b40637a391297a89eb7cf65057f0d58 authored about 5 years ago
ci: codeconv for github actions

21951a41a45dd0587a46567b6c938cd7c4da9057 authored about 5 years ago
Merge pull request #62 from Woile/fix/failing-tests

fix(test_cli): testing the version command

9576369ba045c4ec94d7292a85b8a3347eb1ac11 authored about 5 years ago
fix(test_cli): testing the version command

94f37bc49a4d093c3cd8fc0fe4e407226cb88e02 authored about 5 years ago
Merge pull request #63 from Woile/Woile-patch-1

ci: new github actions

aca827a21d600103ad31a8d82f315aab774ce455 authored about 5 years ago
ci: new github actions

fb46792289f88efcb0346539578c46f8bc0e3366 authored about 5 years ago
Merge pull request #48 from Lee-W/make-command-required

Make command required

c100cf7812ed29a893d1ff59d83cd8299ba3dffb authored about 5 years ago
refactor(cli): add back --version and remove subcommand required constraint

these changes will apply when move into 2.0

8ae5d8b424301f04d89b1202e76a94404011eb96 authored about 5 years ago
Merge branch 'master' into make-command-required

db0b1d5fa34e6a15aa10d2b7b575f8efede59f22 authored about 5 years ago
bump: version 1.7.0 → 1.8.0

976573e642ad7842ac5ca0cb1f789c72aa44e435 authored about 5 years ago
Merge pull request #51 from Lee-W/general-expection-for-customize-commit

General expection for customize commit

81feefbe780604689075a33065f2788db140e659 authored about 5 years ago
docs(customization): description for inheriting CzException

#46

dbd299f89c4f95702ee83d6993341b0fdde90dbc authored about 5 years ago
test(commands/commit): add test case for customize exception raised

#46

41e3eacee66e5cc3f9615c90ef3dfe52bd958152 authored about 5 years ago
Merge branch 'master' into general-expection-for-customize-commit

35d285e62a49f9f3fba1e2a6d75ea281481f6e9c authored about 5 years ago
Merge pull request #50 from Lee-W/update-questionary-version

build(poetry): update questionary version to ^1.4

090b56c2de82b9e6a65b91a5106e9260484b7849 authored about 5 years ago
fix(commands/commit): catch exception raised by customization cz

#46

f6d5568a100b936de3376e94f7e0c6768607641a authored about 5 years ago
refactor(cz/conventional_commit): make NoSubjectException inherit CzException and add error message

#46

ce3a061886e85288d5df7932f3dc06bbf9e3a7b0 authored about 5 years ago
feat(cz): add a base exception for cz customization

#46

395241fa41644e4aa6b0176b57477afe4c470ae6 authored about 5 years ago
build(poetry): update questionary version to ^1.4

after questionary 1.4, we can modify the style of prompt and highlighted text at the same time

bb0c6622e9ed7ced9e4ff068170af77d5d63df62 authored about 5 years ago
Merge pull request #49 from Lee-W/abort-if-no-change

Abort if no change

0637a6baf8d75fd20780f1603e6439ed8c7d0fad authored about 5 years ago
test(commands/commit): set staging to clean for most commit tests

373ec25d9841f06500ce18ac908e86ef0ab7938a authored about 5 years ago