Ecosyste.ms: OpenCollective

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

Commitizen Tools

Automate releases
Collective - Host: opensource - https://opencollective.com/commitizen-tools - Website: https://commitizen-tools.github.io/commitizen/ - Code: https://github.com/commitizen-tools/commitizen

bump: version 1.16.2 → 1.16.3

github.com/commitizen-tools/commitizen - d32351dff402efa32c366a3e37652f524ebd008d authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #136 from Lee-W/remove-redundant-readme

Remove redundant readme

github.com/commitizen-tools/commitizen - 3ae6d2a52cd260bb39df6ff3fd423df9739e407e authored over 4 years ago by Santiago <[email protected]>
fix: replace README.rst with docs/README.md in config files

github.com/commitizen-tools/commitizen - 58451943f06d148f95a255b8e7fd98f372b9c338 authored over 4 years ago by Wei Lee <[email protected]>
refactor(docs): remove README.rst and use docs/README.md

By removing README.rst, we no longer need to maintain two document with almost the same content
...

github.com/commitizen-tools/commitizen - ecd88d8ab0ed0aa6dc2e796a3fbe4a9d163b97d5 authored over 4 years ago by Wei Lee <[email protected]>
docs(check): pin pre-commit to v1.16.2

github.com/commitizen-tools/commitizen - 9e8ae2899417e742c009052b1230dc55ab59177c authored over 4 years ago by Wei Lee <[email protected]>
docs(check): fix pre-commit setup

github.com/commitizen-tools/commitizen - 6716eaa4899c3eac7b3b6ef94f1141d190692fc3 authored over 4 years ago by Wei Lee <[email protected]>
bump: version 1.16.1 → 1.16.2

github.com/commitizen-tools/commitizen - b6e5ef6141df9630dd97ef8490f3318aa205f99d authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #135 from Lee-W/fix-pre-commit-hook

Fix pre commit hook

github.com/commitizen-tools/commitizen - 34852779591d42207065d77f1f62b86c3ef41fce authored over 4 years ago by Santiago <[email protected]>
docs(check): enforce cz check only whem committing

github.com/commitizen-tools/commitizen - 29cb3dc275043b2b0f6c05642ffde9120cc2967c authored over 4 years ago by Wei Lee <[email protected]>
Revert "fix(pre-commit): set pre-commit check stage to commit-msg"

This reverts commit afc70133e4a81344928561fbf3bb20738dfc8a0b.

github.com/commitizen-tools/commitizen - a5ff413900721b4ddf7659e9ae17a0d9591497c3 authored over 4 years ago by Wei Lee <[email protected]>
Merge pull request #134 from Lee-W/fix-check-command

[Fix] add "bump" into valid commit message in conventional commit

github.com/commitizen-tools/commitizen - fd27647e447de1bfde2514e3d7ad2dce055e463e authored over 4 years ago by Santiago <[email protected]>
fix(commands/check): add bump into valid commit message of convention commit pattern

github.com/commitizen-tools/commitizen - 7eb8afaaf7dd7b55ad98d0fcb4570d0e9ffbc294 authored over 4 years ago by Wei Lee <[email protected]>
test(commands/check): add test case for checking bump message in conventional commit

github.com/commitizen-tools/commitizen - b72eb695ad2c0d39a3c2634d0bde1cd58f2f06cb authored over 4 years ago by Wei Lee <[email protected]>
bump: version 1.16.0 → 1.16.1

github.com/commitizen-tools/commitizen - b913b1eb064234039a6762ffab6922a03a6658eb authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #133 from Lee-W/set-pre-commit-hook

Set pre commit hook

github.com/commitizen-tools/commitizen - 5cf8c0d131933b40465d5e7dfe20b36469059765 authored over 4 years ago by Santiago <[email protected]>
docs(check): set default pre-commit rev to master

github.com/commitizen-tools/commitizen - b82d81397a1a753df6d1e91e44eb5a1f2f50d14b authored over 4 years ago by Wei Lee <[email protected]>
fix(pre-commit): set pre-commit check stage to commit-msg

github.com/commitizen-tools/commitizen - afc70133e4a81344928561fbf3bb20738dfc8a0b authored over 4 years ago by Wei Lee <[email protected]>
bump: version 1.15.1 → 1.16.0

github.com/commitizen-tools/commitizen - 6280d927898845ec21b1f1796c38e19025283642 authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #125 from Lee-W/refactor

Refactor

github.com/commitizen-tools/commitizen - cbc145eb07375a2091a9f18f20830430a8ec7098 authored over 4 years ago by Santiago <[email protected]>
test(git): add test case for get tags functions

github.com/commitizen-tools/commitizen - e24ff2d02932530eabe8a640c75a729505d3b958 authored over 4 years ago by Wei Lee <[email protected]>
refactor(commands/bump): rename parameter into bump_setting to distinguish bump_setting and argument

github.com/commitizen-tools/commitizen - 85027f790c578213efd26a94404869ac58f18c06 authored over 4 years ago by Wei Lee <[email protected]>
test(git): add test case for git object

github.com/commitizen-tools/commitizen - f43cd6a789d61fa150b1e1caa413bdc6e396d474 authored over 4 years ago by Wei Lee <[email protected]>
refactor(git): rename get tag function to distinguish return str and GitTag

github.com/commitizen-tools/commitizen - 9f93074e176382599b79dbdfb26da7441b92ad9c authored over 4 years ago by Wei Lee <[email protected]>
test(tests/conftest): move tmp_git_project and tmp_commitizen_project into conftest

they're commonly used fixture among all tests

github.com/commitizen-tools/commitizen - 2d1233709d7a38dcab3a584a0689e3c473ff0a7c authored over 4 years ago by Wei Lee <[email protected]>
test(all): fix test break due to cli block not a git project

github.com/commitizen-tools/commitizen - a85a48cdd133f3d9edaec6ae94a22e38f481d4b9 authored over 4 years ago by Wei Lee <[email protected]>
refactor(cmd): reimplement how cmd is run

In the original design, command to long will not be run.
I use the code how invoke runs sunbproc...

github.com/commitizen-tools/commitizen - b4f42f2169d916ac788702eb559a9458cd3d3f69 authored over 4 years ago by Wei Lee <[email protected]>
refactor(git): Use GitCommit, GitTag object to store commit and git information

github.com/commitizen-tools/commitizen - efc1bdb6135e929f0b171f1dc81ca4f12fab993a authored over 4 years ago by Wei Lee <[email protected]>
feat(git): get_commits default from first_commit

#53

github.com/commitizen-tools/commitizen - bd6adfcb0b72a71194312bb10aba6033e759cd53 authored over 4 years ago by Wei Lee <[email protected]>
refactor(git): make arguments other then start and end in get_commit keyword arguments

github.com/commitizen-tools/commitizen - 6ed286875d7bf1c8bbad12f9e249b4969ef86199 authored over 4 years ago by LeeW <[email protected]>
refactor(git): Change get_commits into returning commits instead of lines of messsages

#53

github.com/commitizen-tools/commitizen - 7897491a8541daca1bd88449eb871a53c5cfbaba authored over 4 years ago by LeeW <[email protected]>
bump: version 1.15.0 → 1.15.1

github.com/commitizen-tools/commitizen - cd1d4ea03e17f562b5852e8bec5a3d3bc1603132 authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #124 from Lee-W/add-test-cases

Add test cases

github.com/commitizen-tools/commitizen - 04469b31f4a76d5fff4540df98fcbc39aa282d5b authored over 4 years ago by Santiago <[email protected]>
bump: version 1.14.2 → 1.15.0

github.com/commitizen-tools/commitizen - aae0fbde465d30ac35e40c5c65feb0fd1f66288e authored over 4 years ago by GitHub Action <[email protected]>
Merge pull request #123 from Lee-W/look-up-config-in-git-root

Look up config in git root

github.com/commitizen-tools/commitizen - 46a2b6a112e5e712f61db3bd798e65897e42a2d5 authored over 4 years ago by Santiago <[email protected]>
Merge pull request #122 from Lee-W/remove-github-token-check-in-publish-script

ci(scripts/publish): remove github_token check

github.com/commitizen-tools/commitizen - 1a16328b52962ec9e0ad9315f8410cf212145dfc authored over 4 years ago by Santiago <[email protected]>
refactor(tests/commands/bump): use tmp_dir to replace self implemented tmp dir behavior

github.com/commitizen-tools/commitizen - 98d6e93e81f325328724f8f110d8ccb77646534d authored almost 5 years ago by Wei Lee <[email protected]>
refactor(test_bump_command): rename camel case variables

github.com/commitizen-tools/commitizen - 09f7e59ddc17e3fc8e04bb6ce9dd4d158bf38fcf authored almost 5 years ago by LeeW <[email protected]>
test(commands/bump): add test case for uncovered bump command condition

github.com/commitizen-tools/commitizen - 527ef05d3a3a04926d038a0fb596b08302583a9f authored almost 5 years ago by Wei Lee <[email protected]>
test(commands/init): add tests cases for the whole init process

github.com/commitizen-tools/commitizen - f289ff661d696dd7569a8ace3ab81c60b79751a8 authored almost 5 years ago by Wei Lee <[email protected]>
fix(cli): fix --version not functional

github.com/commitizen-tools/commitizen - 7a0915b193a4f7ac77192678f5cfd9645a334228 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(test/commands/other): replace unit test style mock with mocker fixture

github.com/commitizen-tools/commitizen - 963f10960bcf0a5417f0d8045f8caf0a58373b04 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(tests/commands/check): use pytest fixture tmpdir replace self implemented contextmanager

github.com/commitizen-tools/commitizen - 1b294c221171f43a65bf2728ebcc31a41f9c0d50 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(tests/commands): make commands related tests a module

github.com/commitizen-tools/commitizen - cfdf754f6e6c3b299e1c81e97e4671653e735a42 authored almost 5 years ago by Wei Lee <[email protected]>
test(cli): add test cases for uncovered parts

github.com/commitizen-tools/commitizen - 6ebef0bd870aa1efe19bb79de91ff8b7ab0ee464 authored almost 5 years ago by Wei Lee <[email protected]>
test(cz/utils): add test cases for required_validator, multiple_line_breaker

github.com/commitizen-tools/commitizen - 7b9a605b8685f2d6a02695264bb2870d87730c5b authored almost 5 years ago by Wei Lee <[email protected]>
refactor(tests/commands): separate command unit tests into modules

github.com/commitizen-tools/commitizen - c576a6605e2d3fe291d04e99f516ba2910093def authored almost 5 years ago by Wei Lee <[email protected]>
style(config): remove unused variables

github.com/commitizen-tools/commitizen - 84a2118cdf647da49cd06f05812d3dadf516f5ff authored almost 5 years ago by Wei Lee <[email protected]>
refactor(git): make find_git_project_root return None if it's not a git project

pathlib returns Path('.') if empty is passed

github.com/commitizen-tools/commitizen - 225a8c2d45a7ff02102b85a3892abe0fc82f66b6 authored almost 5 years ago by Wei Lee <[email protected]>
test(git): add test case for find_git_project_root

github.com/commitizen-tools/commitizen - 74654df828a197d2b2546333983e07ad3bc903d7 authored almost 5 years ago by Wei Lee <[email protected]>
test(config/toml_config): add test case to init_empty_config_file

github.com/commitizen-tools/commitizen - 8d90e6644b9833417d54b012e5c5eedefe2a54b2 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(config/base_config): make set_key not implemented

it's not used in base_config but should be overwritten in a child class

github.com/commitizen-tools/commitizen - ff0cac454990a8aa5aafce8a278d13b929fd1351 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(error_codes): move all the error_codes to a module

github.com/commitizen-tools/commitizen - 038e0c7c45d7b227222f5a9eec161d27ab0cf54c authored almost 5 years ago by Wei Lee <[email protected]>
fix(git): remove breakline in the return value of find_git_project_root

github.com/commitizen-tools/commitizen - 24909fde81c6318b1c3ea27a0bd32e411e67f070 authored almost 5 years ago by Wei Lee <[email protected]>
docs(all): fix typo and grammar error

#80

github.com/commitizen-tools/commitizen - 421c89fc98a4f3a4cef6c1e2ecb808f1d74690d2 authored almost 5 years ago by Wei Lee <[email protected]>
docs(config): add git project root lookup for configuration files

github.com/commitizen-tools/commitizen - 59c3106e138c47ffd4c8985e77029d24fbe53bcd authored almost 5 years ago by Wei Lee <[email protected]>
refactor(config): replace string type path with pathlib.Path

github.com/commitizen-tools/commitizen - 1e2c475558ae8758cc0559eafaa62b657749034e authored almost 5 years ago by Wei Lee <[email protected]>
feat(config): look up configuration in git project root

#117

github.com/commitizen-tools/commitizen - cce9977665c5a2c8048974ed4837bf2ae95f3dcf authored almost 5 years ago by Wei Lee <[email protected]>
feat(git): add find_git_project_root

#117

github.com/commitizen-tools/commitizen - 5ffc9dfe861db660018dec42b5145c7ed026a3d0 authored almost 5 years ago by Wei Lee <[email protected]>
ci(scripts/publish): remove github_token check

it's no longer needed due to the removal of mkdocs

github.com/commitizen-tools/commitizen - 6de4ce5e6f005a94c2d0cdc1f446508939218441 authored almost 5 years ago by Wei Lee <[email protected]>
bump: version 1.14.1 → 1.14.2

github.com/commitizen-tools/commitizen - d6ccf55cbb62a97c7ab8d98974af85a12217972d authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #121 from Lee-W/use-github-page-action-to-build-doc

use peaceiris/actions-gh-pages@v2 to publish docs

github.com/commitizen-tools/commitizen - 67ce7f8493eb92a35644c6cdd292f65d1eb641c8 authored almost 5 years ago by Santiago <[email protected]>
fix(github_workflow/pythonpublish): use peaceiris/actions-gh-pages@v2 to publish docs

119

github.com/commitizen-tools/commitizen - 2e3e4047e6977ffd99d179958cc7418444193265 authored almost 5 years ago by Wei Lee <[email protected]>
Merge pull request #111 from Woile/dependabot/pip/pytest-mock-tw-2.0

build(deps-dev): update pytest-mock requirement from ^1.10 to ^2.0

github.com/commitizen-tools/commitizen - b1683800d9d39f8df72fa6875e5d4c031ae83eba authored almost 5 years ago by Santiago <[email protected]>
bump: version 1.14.0 → 1.14.1

github.com/commitizen-tools/commitizen - 2a2c1ccb53508f70ac75dc102bb8dbf2e7c20173 authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #110 from Lee-W/fix-name-cannot-be-overwritten-through-config

fix(cli): fix name cannot be overwritten through config in newly refactored config design

github.com/commitizen-tools/commitizen - e9ea50ddbc58335f8ca276b15b7d1aff158863f6 authored almost 5 years ago by Santiago <[email protected]>
Merge pull request #115 from Woile/dependabot/pip/packaging-gte-19-and-lt-21

build(deps): update packaging requirement from ^19.0 to >=19,<21

github.com/commitizen-tools/commitizen - 6f6993ee261ce570b03cfa30db532a330a7a7ecd authored almost 5 years ago by Santiago <[email protected]>
build(deps): update packaging requirement from ^19.0 to >=19,<21

Updates the requirements on [packaging](https://github.com/pypa/packaging) to permit the latest ...

github.com/commitizen-tools/commitizen - 3898a3a4270a580b182ae39f97eca41e7ac7d99c authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
bump: version 1.13.1 → 1.14.0

github.com/commitizen-tools/commitizen - f756ecbfff8b67eec9e816dee81ff2e0927176d8 authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #112 from Lee-W/add-pre-commit-hook

Add pre commit hook

github.com/commitizen-tools/commitizen - 2f74cdb7f699991f04c28a38b74bdd83fbd05b66 authored almost 5 years ago by Santiago <[email protected]>
docs(check): add doc for enforcing check through pre-commit

59

github.com/commitizen-tools/commitizen - e8d6aba048786941d959e310fd7b2cdf12832f19 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(pre-commit-hooks): add metadata for the check hook

github.com/commitizen-tools/commitizen - 6920f3846592fd04f399496e5f8dbbf0c4a5d335 authored almost 5 years ago by Wei Lee <[email protected]>
feat(pre-commit-hooks): add pre-commit hook

github.com/commitizen-tools/commitizen - c55400c048895ff02bdbeb56432ae38afdd5663e authored almost 5 years ago by Wei Lee <[email protected]>
build(deps-dev): update pytest-mock requirement from ^1.10 to ^2.0

Updates the requirements on [pytest-mock](https://github.com/pytest-dev/pytest-mock) to permit t...

github.com/commitizen-tools/commitizen - 23c9a9a884961ecc59062879bcfb1a549b7db34c authored almost 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
fix(cli): fix the way default handled for name argument

#97

github.com/commitizen-tools/commitizen - fb24444748a5f66a354177a53be71a4f7cfd88ac authored almost 5 years ago by Wei Lee <[email protected]>
fix(cli): fix name cannot be overwritten through config in newly refactored config design

#97

github.com/commitizen-tools/commitizen - 3c0d884c27bdcd22f8a1f10d4a52576a04478e0e authored almost 5 years ago by Wei Lee <[email protected]>
bump: version 1.13.0 → 1.13.1

github.com/commitizen-tools/commitizen - ee0188ea8aecccc325ad27f09f49ffd4848e553d authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #109 from Lee-W/fix-test-script

fix(scripts/test): ensure the script fails once the first failure happens

github.com/commitizen-tools/commitizen - 5f392262e67fa725ef710bbfc9dd44f250f222cc authored almost 5 years ago by Santiago <[email protected]>
fix(github_workflow/pythonpackage): set git config for unit testing

github.com/commitizen-tools/commitizen - b3958be6f97fdc82027c856e0c17eb8fdb5084b1 authored almost 5 years ago by Wei Lee <[email protected]>
fix(scripts/test): ensure the script fails once the first failure happens

#100

github.com/commitizen-tools/commitizen - 9b4915bfb4ae5fcab958f779bb427f5e9a8bc117 authored almost 5 years ago by Wei Lee <[email protected]>
bump: version 1.12.0 → 1.13.0

github.com/commitizen-tools/commitizen - f469559be017f0c1883d918e09d14803557f1d77 authored almost 5 years ago by GitHub Action <[email protected]>
feat: add project version to command init

* feat(commands/version): enable showing both project and installed commitizen version through v...

github.com/commitizen-tools/commitizen - 400dc2988e3a82347a6c275d6a2105eaf5222b8e authored almost 5 years ago by Wei Lee <[email protected]>
ci: attempt to fix publish docs

github.com/commitizen-tools/commitizen - 705d57538aa30b5dead024cbe312ec4461575018 authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
docs: renamed files to version_files

github.com/commitizen-tools/commitizen - 95407659f2a108f6cc7d9a8231327c85902a25af authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
docs: add init command information

github.com/commitizen-tools/commitizen - 4033a3ff23b47a5f49c434645c026080a0f2e91b authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
docs: add new tutorial for writing commits

github.com/commitizen-tools/commitizen - c2f945c7fda75379cdad605c5af523a2f23ca9a1 authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
bump: version 1.11.0 → 1.12.0

github.com/commitizen-tools/commitizen - 65ed7baeef24f3dbc03fe9d7589a90a11d5d1286 authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
feat: new init command

* feat(git): add get_latest_tag, get_all_tags

#57

* feat(commands/init): Implment init com...

github.com/commitizen-tools/commitizen - 42301ca8aaa33fe285abc1f642b9b9430b9be192 authored almost 5 years ago by Wei Lee <[email protected]>
ci: missing mkdocs-material dependency

github.com/commitizen-tools/commitizen - f4e0658d7075d5e2e4d1bfe68719e91bba048de4 authored almost 5 years ago by Santiago Fraire Willemoës <[email protected]>
bump: version 1.10.2 → 1.10.3

github.com/commitizen-tools/commitizen - 90ec73b95d3007de5ac5e0a0b9f00f7f418ecb4a authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #108 from Lee-W/add-cz-github-template-to-doc

docs(customization): add cookiecutter template to doc

github.com/commitizen-tools/commitizen - d1c9b44b325f0c741c1d8f8c30846c46105690a3 authored almost 5 years ago by Santiago <[email protected]>
Merge pull request #103 from Lee-W/rename-files-to-version_files

Rename files to version files

github.com/commitizen-tools/commitizen - d1d44158e53694c086e2801b033b46b31f07d5c6 authored almost 5 years ago by Santiago <[email protected]>
docs(customization): add cookiecutter template to doc

github.com/commitizen-tools/commitizen - a94bef8104f7cbc9d3209aaf352f37dd984c2a5a authored almost 5 years ago by Wei Lee <[email protected]>
refactor(commands/bump): use "version_files" internally

#82

github.com/commitizen-tools/commitizen - 797ed6d47f9363f5dace10916bb9d4ef2abccc79 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(config): set "files" to alias of "version_files"

"files" will be deprecated in 2.0
"verion_files" is not used internally
But, user can still use ...

github.com/commitizen-tools/commitizen - 38d3296dc34fa2de578a936181c1c87ef5b1fff8 authored almost 5 years ago by Wei Lee <[email protected]>
bump: version 1.10.1 → 1.10.2

github.com/commitizen-tools/commitizen - d9f675af8dd7c9dbbf4e09db7146dcb7a1a8e999 authored almost 5 years ago by GitHub Action <[email protected]>
Merge pull request #101 from Woile/dependabot/pip/mypy-tw-0.761

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

github.com/commitizen-tools/commitizen - f1b1d96a3a6e025f359faa4692fb6e5811f90a69 authored almost 5 years ago by Santiago <[email protected]>
refactor: new config system where each config type has its own class

* refactor(config): Make config a class and each type of config (e.g., toml, ini) a child class
...

github.com/commitizen-tools/commitizen - 48ce191827c35e81979088192d032c9d7ed0fb3d authored almost 5 years ago by Santiago <[email protected]>
refactor(config): add type annotation to config property

github.com/commitizen-tools/commitizen - bac6b8931d62bf54052a81747101455ec7906caf authored almost 5 years ago by Wei Lee <[email protected]>
refactor(config): fix wrongly type annoated functions

github.com/commitizen-tools/commitizen - ce870cdf73ce9c4399678788ed6b655b6d41d019 authored almost 5 years ago by Wei Lee <[email protected]>
refactor(config/ini_config): move deprecation warning into class initialization

github.com/commitizen-tools/commitizen - be5feeef91f8302da8f1adcb8601c9d72c26b5f1 authored almost 5 years ago by Wei Lee <[email protected]>