Logo
Explore Help
Sign In
infrastructure/gitlab-ci
2
0
Fork 0
You've already forked gitlab-ci
Code Issues 17 Pull Requests 1 Actions Projects Releases 21 Wiki Activity

21 Releases 23 Tags

RSS Feed
  • v0.6.1rc0 ce1cc017e2
    Compare

    Release v0.6.1rc0 Stable

    jon_nfc released this 2022-01-25 00:08:07 +00:00 | 294 commits to development since this release

    v0.6.1rc0 (2022-01-25)

    Bug Fixes

    • lint_markdown: e0402ecf - ensure the correct path for the job directory is used [ !2 !18 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.6.0 46cc1fbb6a
    Compare

    Release v0.6.0 Stable

    jon_nfc released this 2022-01-24 06:33:26 +00:00 | 297 commits to development since this release

    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 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.5.0 1ef6c41818
    Compare

    Release v0.5.0 Stable

    jon_nfc released this 2022-01-16 00:09:43 +00:00 | 335 commits to development since this release

    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 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.4.0 5c9000a748
    Compare

    Release v0.4.0 Stable

    jon_nfc released this 2022-01-15 03:53:55 +00:00 | 342 commits to development since this release

    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 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.1 7751fd9494
    Compare

    Release v0.3.1 Stable

    jon_nfc released this 2022-01-11 07:03:13 +00:00 | 352 commits to development since this release

    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 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0 389bc08d76
    Compare

    Release v0.3.0 Stable

    jon_nfc released this 2021-08-12 03:32:38 +00:00 | 364 commits to development since this release

    v0.3.0 (2021-08-12)

    BREAKING CHANGE

    • Cant use variables in gitlab-ci.yml (#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 ]
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0rc1 eb5cc8a0e2
    Compare

    Release v0.3.0rc1 Stable

    jon_nfc released this 2021-08-04 03:23:10 +00:00 | 395 commits to development since this release

    v0.3.0rc1 (2021-08-04)

    Documentaton / Guides

    • changelog: cb78ab82 - regenerated so that all entries use the new url format

    v0.3.0rc0 (2021-08-04)

    Code Refactor

    • gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab

    Features

    • gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.3.0rc0 09dcb65b09
    Compare

    Release v0.3.0rc0 Stable

    jon_nfc released this 2021-08-04 03:13:56 +00:00 | 397 commits to development since this release

    v0.3.0rc0 (2021-08-04)

    Code Refactor

    • gitlab_release: cc3fabda - Use Short commit SHA1 in main changelog link to gitlab

    Features

    • gitlab_release: 3e8c3ce7 - On the development brnach, releases to be 'rc' to denote considered non-stable
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.1 4453b433c8
    Compare

    Release v0.2.1 Stable

    jon_nfc released this 2021-08-04 02:49:47 +00:00 | 400 commits to development since this release

    v0.2.1 (2021-08-04)

    Bug Fixes

    • gitlab_release: 588698df2668853a97fe60901ab324310f34f279 - Correctly fetch the CI_PROJECT_URL for the environment
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v0.2.0 856f2e1770
    Compare

    Release v0.2.0 Stable

    jon_nfc released this 2021-08-04 02:24:13 +00:00 | 402 commits to development since this release

    v0.2.0 (2021-08-04)

    Code Refactor

    • gitlab_release: 7a69685b53cbe5bd7341a176bf63fd17d36bc7f0 - Dont conduct any release, git push or tag delete if the version was not bumped
    • gitlab_release: 72e8b6c84defdb903c5741e3469651987769713f - build gitlab commit url for changelog so that there is a weblink to the changes

    Documentaton / Guides

    • gitlab_release: eebe8e30dcb11cd239f35fcb98216b2ae4d20ece - Include custom command instructions

    Features

    • gitlab_release: 287b4c954dddfaaf0a66af387676ea438cc80e61 - Include code refactor as part of the changelog
    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 Next Last
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API