16 KiB
16 KiB
v0.4.0 (2022-01-15)
Bug Fixes
- commit.py: 99bdc2a0 - fix typo that caused exception [ #6 !12 ]
- conventional_commits: d03d9fef - fetch all branches prior to check for parent branch [ #6 !12 ]
- ci: d5782d95 - added variable 'GIT_SUBMODULE_STRATEGY' to be 'recursive' [ #10 !12 ]
- conventional_commits: 42ad02ee - use git show-branch to find origin branch [ #6 !11 ]
Features
- commit.py: e5531fc7 - throw an error if no token was supplied. i.e. empty variable. [ #11 !12 ]
- commit.py: 6b7ad95f - confirm a merge request was found, if not output 'ci: No Merge Request found' [ #11 !12 ]
- commit.py: c543c47a - try to us
CI_JOB_TOKEN
before the specified token, if any. [ #11 !12 ] - commit.py: b01550e0 - removed ability to fetch first commit or target branch [ #6 #6 !12 ]
v0.3.1 (2022-01-11)
Bug Fixes
- pylint: 4b6cc317 - install the required packages for files being checked [ #7 ]
- pylint: 936299ae - fix bug introduced in code quality commit [ #7 ]
- commit_footer: 2ac22c0e - fix bug introduced in code quality commit [ #7 ]
Documentaton / Guides
v0.3.0 (2021-08-12)
BREAKING CHANGE
- !2
Bug Fixes
- commit_message: 3360a15f - fixed commit message check if there is only one commit to the branch [ !7 ]
- commit_footer_refs: 63af1efb - Use the current git branch for comparison. [ !5 #1 ]
- gitlab_release: f76cabee - Adjust release workflow [ !2 ]
Code Refactor
- gitlab_release: eb0bf4c1 - file link to be in local repository for helping fix commit footer ref check failures [ #4 ]
- gitlab_release: 81776223 - use a name for failed test to denote the issue [ #4 ]
Continious Integration
- gitlab_release: 7cb676eb - Add a validation job to check if commit messages contain a gitlab reference in the footer [ #4 ]
Documentaton / Guides
- readme: 0653766c - Updated badges and intro [ !5 ]
- gitlab_templates: 9f7a24c1 - added issue and merge request templates [ #1 ]
- template: da8eb5c3 - added template readme for CI job folders [ #1 ]
- readme: ace7a034 - explain sync and using github to link gitlab-ci [ !5 #1 ]
- readme: 8790917e - explain repo layout and versioning [ !5 ]
- readme: 19900945 - added how to update gitlab-ci [ !5 ]
- readme: 8a988ebf - Added how to use this repository [ !5 ]
- gitlab_release: dc13d4f2 - Added user docs to fix errors from ci job 'commit footer refs' [ #3 #4 ]
- changelog: 35edb7cf - Updated changelog to new layout [ !3 #3 ]
- gitlab_release: 5f273ce2 - Updated docs with new instructions on version incrementing [ !2 ]
Features
- python_linting: d6105624 - added ci job, python linting, code quality and scoring [ #1 ]
- yaml_lint: d20a56fa - Added job yaml lint for checking yaml files [ #1 ]
- gitlab_release: 22136f7d - Toggle var added to enable switching changelog references. [ #3 ]
- gitlab_release: 756b9406 - be able to toggle commit footer check job [ #4 ]
- gitlab_release: 11e15661 - python module to check if a commit message has gitlab references in the footer [ #4 ]
- gitlab_release: 8699c412 - Add commit footer to changelog [ !1 #3 ]
v0.3.0rc1 (2021-08-04)
Documentaton / Guides
v0.3.0rc0 (2021-08-04)
Code Refactor
Features
- gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable [ #1 ]
v0.2.1 (2021-08-04)
Bug Fixes
- gitlab_release: 588698df - Correctly fetch the CI_PROJECT_URL for the environment
v0.2.0 (2021-08-04)
Code Refactor
- gitlab_release: 7a69685b - Dont conduct any release, git push or tag delete if the version was not bumped
- gitlab_release: 72e8b6c8 - build gitlab commit url for changelog so that there is a weblink to the changes [ #1 ]
Documentaton / Guides
Features
v0.1.0 (2021-08-04)
Bug Fixes
- gitlab_release: 80ca3618 - A 'feat' commit must do a MINOR bump to version [ #1 ]
- gitlab_release: ed5be7fd - ci image is alpine, use '/bin/sh' and add the changlogs to git cache for commiting [ #1 ]
- gitlab_release: 7706085b - All tasks run as part of script including user custom script [ #1 ]
- gitlab_release: 1446c28e - Use a user token to access the git repo for pushing commits back [ #1 ]
- ansible: 2a3266fb - Ensure the default ci directory is populated [ #1 ]
Code Refactor
Continious Integration
- git_push_mirror: b5935056 - Push repo to github NoFussComputing/gitlab-gi [ #1 ]
- conventional_commits: a2174104 - Add conventional commits job to check commits and MR titles [ #1 ]
Documentaton / Guides
- README.md: 247264e3 - Added readme for the repo [ #1 ]
- git_push_mirror: 7ffb2041 - Update workflow and typos [ #1 ]
Features
- job_changelog: 1ecd857c - Create a changelog per job folder [ #1 ]
- git_release: 6678a3db - Migrated from ansible-roles [ #1 ]
- ansible: 2413daef - Added ansible validation job for linting [ #1 ]
- git_push_mirror: 9b28ae59 - Added a job that syncs to a remote git repo [ #1 ]
- conventional_commits: 392a200f - Added conventional commit job [ #1 ]