Files
gitlab-ci/CHANGELOG.md

36 KiB

0.6.1rc1 (2023-05-15)

Bug Fixes

Code Refactor

Continious Integration

  • 1233d6ad - disable licence scanning until fixed [ !22 ]
  • yaml_lint: ca60625b - update to python 11
  • markdown_linting: 47e39849 - exclude .gitlab and changelog [ !21 ]
  • 49282457 - dont lint git submodule website-template [ !21 ]
  • docs: 72f8eb72 - added mkdocs config [ !21 ]

Documentaton / Guides

  • yaml_lint: a925db14 - update docs for new variables [ !21 ]

Features

  • conventional: 93931cb9 - job not to run when bot pushes change [ !22 ]
  • ci: 7ed3f92d - exclude website-template from yaml lint [ !21 ]
  • ci: bbbf9e35 - set correct search path [ !21 ]
  • yaml_lint: 0b4e85c3 - added var to prevent job from runnng [ !21 ]
  • gitlab_release: e06ffef6 - run on merge to development [ !21 ]
  • gitlab_release: 199ea1f2 - never run on merge or git tag [ !21 ]
  • git_push_mirror: 1db2209d - always sync git tag [ !21 ]
  • template: 8b9a0356 - added new template for ci pipeline for docker containers [ !21 ]
  • common: 9670fc47 - created a common ci file for inclusion [ !21 ]
  • commit_footer_refs: 8d512a9a - ability to disable job with variable [ !21 ]
  • gitlab_release: a37acbfc - ability to disable job with variable [ !21 ]
  • git_push_mirror: 81445c06 - ability to disable job with variable [ !21 ]
  • conventional_commits: 9e7d357b - ability to disable job with variable [ !21 ]
  • markdown_lint: d75e9599 - artifact locations to be hard set [ !19 ]

v0.6.1rc0 (2022-01-25)

Bug Fixes

  • lint_markdown: e0402ecf - ensure the correct path for the job directory is used [ !2 !18 ]

v0.6.0 (2022-01-24)

Bug Fixes

  • ansible: 0df60b12 - remove duplicate lines that last code review didn't remove.
  • ansible: 484d9879 - fix typo in job pip file
  • dependency_scanning: e1894ec0 - upgraded versions from vulnerability scan.

Code Refactor

  • 6668c2fb - test specifying must equal.

Continious Integration

  • markdown_lint: 3096d7ee - Added Linting of Markdown for files in this repository. [ !15 ]
  • mkdcos: a2d705de - mkdocs requirements.txt had a '\n' in the filename. renamed. [ !15 ]
  • dependency_scanning: 39a76a08 - delete all python 'requirements.txt' files that are not the specified one to be scanned. [ #350949 !15 ]
  • dependency_scanning: 4e1da5e8 - python 3.7 not available for dependecy scanning. [ !15 ]
  • dependency_scanning: a6afa766 - increase python version to 3.7 [ !15 ]
  • dependency_scanning: 7153f9b4 - check python version as pillow 9.0 reported as not found. [ !15 ]
  • dependency_scanning: 996ee64a - scanner set to use python 3.6 [ !15 ]
  • 725bfaf8 - debug logging for dep scanning
  • python_dependency_scan: 2fffa866 - disabled main job and manual setup for all ci jobs. [ !15 ]
  • licence_finder: 83cce72a - set to recursive scan so all licence's can be detected.
  • scanners: fc816192 - Added dependency and licence scanners
  • 5c872f16 - Added a test stage for gitlab specific tests.
  • artifacts: e0d8885d - markdown lint and mkdocs build artifacts to expire after 24 hours

Documentaton / Guides

  • markdown_lint: b6dcb47b - removed no longer needed requirement.
  • markdown_lint: fd48316a - updated docs on how to use and view rules.
  • mkdocs_build: 347597e3 - include mandatory vars in template ci file.
  • mkdocs: 1ef0e224 - Completed the mkdocs build readme [ #15 !15 ]
  • markdown_lint: 6363ea37 - completed the job docs. [ #12 ]
  • mkdocs: 5c05ed76 - initial adding of mkdocs build readme. [ !15 #5 ]
  • markdown_lint: 6383cde3 - initial adding of the docs [ !15 #12 ]

Features

  • markdown_lint: 9ab336fb - include junit configuration file '.markdownlint-cli2.jsonc' in ci job.
  • mkdocs_build: 906f09e2 - use a pip file for job so that licence scanning can function.
  • mkdocs_build: 5a41962a - move ci job dependencies to a pip file so that the ci dependency job can check versions.
  • build: 50b5e854 - initial add of mkdocs build job [ !15 #15 ]
  • validation: 954aa28d - Added a Markdown linting validation job. [ !15 #12 ]

v0.5.0 (2022-01-16)

Bug Fixes

  • commit.py: 73918f2f - filter merge request search to 'opened' and on current branch. [ #6 !13 ]

Continious Integration

  • MR_Title: 31517b4b - save the merge request title as a variable and debug output in job log. [ !13 ]

Documentaton / Guides

  • README.md: f4670844 - Added project header template [ !13 ]

Features

  • .yaml_lint_defaults: 140985c3 - Always run on all branches as this denotes quality. [ !13 ]
  • commit_footer_refs: 82c6c9f5 - never run on development or master. [ !13 ]

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

  • readme: 8ac36de8 - Updated with an example .gitlab-ci.yml example [ #2 !10 ]

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

  • changelog: cb78ab82 - regenerated so that all entries use the new url format [ #1 ]

v0.3.0rc0 (2021-08-04)

Code Refactor

  • gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab [ #1 ]

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

  • gitlab_release: eebe8e30 - Include custom command instructions [ #1 ]

Features

  • gitlab_release: 287b4c95 - Include code refactor as part of the changelog [ #1 ]

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

  • gitlab_release: 2035ed27 - use 'git log' to get current commit hash [ #1 ]

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 ]

v0.0.1 (2021-08-03)