build: release v0.6.0 #66

Merged
jon_nfc merged 37 commits from development into master 2022-01-24 06:27:31 +00:00
jon_nfc commented 2022-01-22 12:29:59 +00:00 (Migrated from gitlab.com)

👷 Tasks

  • #12 closes in commit message

  • #15 closes in commit message

### :link: References - #12 - #15 - required for nofusscomputing/ops#41 ### :construction_worker: Tasks - [x] #12 closes in commit message - [x] #15 closes in commit message
jon_nfc commented 2022-01-22 12:29:59 +00:00 (Migrated from gitlab.com)

requested review from @jon_nfc

requested review from @jon_nfc
jon_nfc commented 2022-01-22 12:29:59 +00:00 (Migrated from gitlab.com)

assigned to @jon_nfc

assigned to @jon_nfc
jon_nfc commented 2022-01-24 05:45:46 +00:00 (Migrated from gitlab.com)

added 37 commits

  • bc67e939 - chore: initial add of build and validation jobs for mkdocs and markdown linting
  • 954aa28d - feat(validation): Added a Markdown linting validation job.
  • 50b5e854 - feat(build): initial add of mkdocs build job
  • 6383cde3 - docs(markdown_lint): initial adding of the docs
  • 5c05ed76 - docs(mkdocs): initial adding of mkdocs build readme.
  • 6363ea37 - docs(markdown_lint): completed the job docs.
  • 1ef0e224 - docs(mkdocs): Completed the mkdocs build readme
  • 347597e3 - docs(mkdocs_build): include mandatory vars in template ci file.
  • e0d8885d - ci(artifacts): markdown lint and mkdocs build artifacts to expire after 24 hours
  • 21159643 - chore: review fixes.
  • 5c872f16 - ci: Added a test stage for gitlab specific tests.
  • fc816192 - ci(scanners): Added dependency and licence scanners
  • 7665e512 - chore: add mkdocs dir for pip file.
  • 5a41962a - feat(mkdocs_build): move ci job dependencies to a pip file so that the ci...
  • 83cce72a - ci(licence_finder): set to recursive scan so all licence's can be detected.
  • 18c2e231 - chore(mkdocs): move mkdocs jobs to its own directory.
  • 906f09e2 - feat(mkdocs_build): use a pip file for job so that licence scanning can function.
  • e1894ec0 - fix(dependency_scanning): upgraded versions from vulnerability scan.
  • 484d9879 - fix(ansible): fix typo in job pip file
  • 0df60b12 - fix(ansible): remove duplicate lines that last code review didn't remove.
  • e46dc57b - chore(markdown_lint): add empty junit test file.
  • 9ab336fb - feat(markdown_lint): include junit configuration file '.markdownlint-cli2.jsonc' in ci job.
  • fd48316a - docs(markdown_lint): updated docs on how to use and view rules.
  • 6668c2fb - refactor: test specifying must equal.
  • 2fffa866 - ci(python_dependency_scan): disabled main job and manual setup for all ci jobs.
  • 41c5e0ca - chore: remove dependency scan rules not required
  • b8440832 - chore: test wich path works for specifying pip file.
  • 725bfaf8 - ci: debug logging for dep scanning
  • 996ee64a - ci(dependency_scanning): scanner set to use python 3.6
  • 7153f9b4 - ci(dependency_scanning): check python version as pillow 9.0 reported as not found.
  • a6afa766 - ci(dependency_scanning): increase python version to 3.7
  • 4e1da5e8 - ci(dependency_scanning): python 3.7 not available for dependecy scanning.
  • 39a76a08 - ci(dependency_scanning): delete all python 'requirements.txt' files that are...
  • a2d705de - ci(mkdcos): mkdocs requirements.txt had a '\n' in the filename. renamed.
  • b6dcb47b - docs(markdown_lint): removed no longer needed requirement.
  • 3096d7ee - ci(markdown_lint): Added Linting of Markdown for files in this repository.
  • d71def2f - Merge branch '12-15-mkdocs-build-markdown-linting' into 'development'

Compare with previous version

added 37 commits <ul><li>bc67e939 - chore: initial add of build and validation jobs for mkdocs and markdown linting</li><li>954aa28d - feat(validation): Added a Markdown linting validation job.</li><li>50b5e854 - feat(build): initial add of mkdocs build job</li><li>6383cde3 - docs(markdown_lint): initial adding of the docs</li><li>5c05ed76 - docs(mkdocs): initial adding of mkdocs build readme.</li><li>6363ea37 - docs(markdown_lint): completed the job docs.</li><li>1ef0e224 - docs(mkdocs): Completed the mkdocs build readme</li><li>347597e3 - docs(mkdocs_build): include mandatory vars in template ci file.</li><li>e0d8885d - ci(artifacts): markdown lint and mkdocs build artifacts to expire after 24 hours</li><li>21159643 - chore: review fixes. </li><li>5c872f16 - ci: Added a test stage for gitlab specific tests.</li><li>fc816192 - ci(scanners): Added dependency and licence scanners</li><li>7665e512 - chore: add mkdocs dir for pip file.</li><li>5a41962a - feat(mkdocs_build): move ci job dependencies to a pip file so that the ci...</li><li>83cce72a - ci(licence_finder): set to recursive scan so all licence&#39;s can be detected.</li><li>18c2e231 - chore(mkdocs): move mkdocs jobs to its own directory.</li><li>906f09e2 - feat(mkdocs_build): use a pip file for job so that licence scanning can function.</li><li>e1894ec0 - fix(dependency_scanning): upgraded versions from vulnerability scan.</li><li>484d9879 - fix(ansible): fix typo in job pip file</li><li>0df60b12 - fix(ansible): remove duplicate lines that last code review didn&#39;t remove.</li><li>e46dc57b - chore(markdown_lint): add empty junit test file.</li><li>9ab336fb - feat(markdown_lint): include junit configuration file &#39;.markdownlint-cli2.jsonc&#39; in ci job.</li><li>fd48316a - docs(markdown_lint): updated docs on how to use and view rules.</li><li>6668c2fb - refactor: test specifying must equal.</li><li>2fffa866 - ci(python_dependency_scan): disabled main job and manual setup for all ci jobs.</li><li>41c5e0ca - chore: remove dependency scan rules not required</li><li>b8440832 - chore: test wich path works for specifying pip file.</li><li>725bfaf8 - ci: debug logging for dep scanning</li><li>996ee64a - ci(dependency_scanning): scanner set to use python 3.6</li><li>7153f9b4 - ci(dependency_scanning): check python version as pillow 9.0 reported as not found.</li><li>a6afa766 - ci(dependency_scanning): increase python version to 3.7</li><li>4e1da5e8 - ci(dependency_scanning): python 3.7 not available for dependecy scanning.</li><li>39a76a08 - ci(dependency_scanning): delete all python &#39;requirements.txt&#39; files that are...</li><li>a2d705de - ci(mkdcos): mkdocs requirements.txt had a &#39;\n&#39; in the filename. renamed.</li><li>b6dcb47b - docs(markdown_lint): removed no longer needed requirement.</li><li>3096d7ee - ci(markdown_lint): Added Linting of Markdown for files in this repository.</li><li>d71def2f - Merge branch &#39;12-15-mkdocs-build-markdown-linting&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/projects/gitlab-ci/-/merge_requests/16/diffs?diff_id=316803482&start_sha=1ef6c41818c40183f8019ea5cde48b4278e4d694)
jon_nfc commented 2022-01-24 06:22:22 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jon_nfc commented 2022-01-24 06:22:35 +00:00 (Migrated from gitlab.com)

marked the checklist item #12 closes in commit message as completed

marked the checklist item **#12 closes in commit message** as completed
jon_nfc commented 2022-01-24 06:22:36 +00:00 (Migrated from gitlab.com)

marked the checklist item #15 closes in commit message as completed

marked the checklist item **#15 closes in commit message** as completed
jon_nfc commented 2022-01-24 06:27:31 +00:00 (Migrated from gitlab.com)

All related issues closed

All related issues closed
jon_nfc commented 2022-01-24 06:27:31 +00:00 (Migrated from gitlab.com)

added 10m of time spent

added 10m of time spent
jon_nfc commented 2022-01-24 06:27:32 +00:00 (Migrated from gitlab.com)

mentioned in commit 44e7fba3cb

mentioned in commit 44e7fba3cb3c4ddfe9cc9d66aff30d953e1b417e
jon_nfc (Migrated from gitlab.com) merged commit 44e7fba3cb into master 2022-01-24 06:27:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: infrastructure/gitlab-ci#66
No description provided.