build: static website #21

Merged
jon_nfc merged 0 commits from development into master 2023-12-09 15:19:13 +00:00
jon_nfc commented 2022-01-22 05:47:54 +00:00 (Migrated from gitlab.com)

Next release to master

👷 Tasks

  • #3 closes in commit message

  • #5 closes in a commit message

  • gitlab release ci job added !4

  • can deploy to new host

  • migrate article http://nofusscomputing.com/wiki/public/help/mdt/home see below for task list !6

  • add instructions on adding a page to the website.

  • blog updated

    add metetag author which will be used by the template to look in the config for the author details.

    • docs updated to include meta.author as required for article/blog
Next release to master ### :link: References - child of nofusscomputing/ops#41 ### :construction_worker: Tasks - [ ] #3 closes in commit message - [x] #5 closes in a commit message - [x] gitlab release ci job added _!4_ - [ ] can deploy to new host - [ ] migrate article http://nofusscomputing.com/wiki/public/help/mdt/home see below for task list _!6_ - [ ] add instructions on adding a page to the website. - [ ] blog updated add metetag `author` which will be used by the template to look in the config for the author details. - [ ] docs updated to include `meta.author` as required for article/blog
jon_nfc (Migrated from gitlab.com) approved these changes 2022-01-22 05:47:54 +00:00
jon_nfc commented 2022-01-22 05:47:55 +00:00 (Migrated from gitlab.com)

assigned to @jon_nfc

assigned to @jon_nfc
jon_nfc commented 2022-01-22 06:17:49 +00:00 (Migrated from gitlab.com)

changed the description

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

changed title from build: {-next version-} to build: {+static website+}

changed title from **build: {-next version-}** to **build: {+static website+}**
jon_nfc commented 2022-01-22 06:32:14 +00:00 (Migrated from gitlab.com)

changed the description

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

added 22 commits

  • 882800ec - feat(blog_list): change articles page to be a preview list of articles.
  • feb1cc62 - feat(gitlab): added a default issue templete for reporting issues with the website.
  • 58f4968f - ci(gitlab-ci): updated to v0.6.0
  • 36e9e591 - ci(mkdocs): use gitlab-ci mkdocs job
  • 2c5894db - ci(gitlab-ci): use gitlab-ci markdown linting job
  • c0d8633b - build(gitlab-ci): upated to v0.6.1rc0 due to bug in mkdocs not working
  • 9fb404da - build(pages): Updated the path for the mkdocs gitlab-ci job
  • 56546666 - refactor(choose_internet_service): removed extra tags and moved archive notice to bottom of page
  • 097593c4 - fix(blog_metadata): set the date to be in a format that is normal
  • 57b49e5f - feat(blog_post): change location of updated date to be in the social metadata.
  • 18cf8ed2 - refactor(syntax): updated tags and added title metadata
  • ca987d0b - test(privacy): Created a test to check external requests during page load
  • b05fc264 - ci(pytest): Added pytest job to run tests against build.
  • 97de9f04 - feat(emoji): removed emoji support until a solution can be found to self-host.
  • 167446bc - ci(unit_test): ensure only unit test jobs run for the 'unit test' job.
  • 94546f77 - refactor(privacy_test): rename test 'test_page_external_requests' ->...
  • a945d789 - feat(mkdocs): minify plugin added to pipfile for usage with build
  • 03e745bd - feat(minify): minify the mkdocs static html build files
  • e3569696 - refactor(mkdocs.yml): fix tabbing of plugin
  • 5136414d - chore(typo): fix minify plugin.
  • 226205ca - feat(minify): disable minifying website until site ready to deploy
  • 94c27625 - Merge branch '4-multiple-fixes' into 'development'

Compare with previous version

added 22 commits <ul><li>882800ec - feat(blog_list): change articles page to be a preview list of articles.</li><li>feb1cc62 - feat(gitlab): added a default issue templete for reporting issues with the website.</li><li>58f4968f - ci(gitlab-ci): updated to v0.6.0</li><li>36e9e591 - ci(mkdocs): use gitlab-ci mkdocs job</li><li>2c5894db - ci(gitlab-ci): use gitlab-ci markdown linting job</li><li>c0d8633b - build(gitlab-ci): upated to v0.6.1rc0 due to bug in mkdocs not working</li><li>9fb404da - build(pages): Updated the path for the mkdocs gitlab-ci job</li><li>56546666 - refactor(choose_internet_service): removed extra tags and moved archive notice to bottom of page</li><li>097593c4 - fix(blog_metadata): set the date to be in a format that is normal</li><li>57b49e5f - feat(blog_post): change location of updated date to be in the social metadata.</li><li>18cf8ed2 - refactor(syntax): updated tags and added title metadata</li><li>ca987d0b - test(privacy): Created a test to check external requests during page load</li><li>b05fc264 - ci(pytest): Added pytest job to run tests against build.</li><li>97de9f04 - feat(emoji): removed emoji support until a solution can be found to self-host.</li><li>167446bc - ci(unit_test): ensure only unit test jobs run for the &#39;unit test&#39; job.</li><li>94546f77 - refactor(privacy_test): rename test &#39;test_page_external_requests&#39; -&gt;...</li><li>a945d789 - feat(mkdocs): minify plugin added to pipfile for usage with build</li><li>03e745bd - feat(minify): minify the mkdocs static html build files</li><li>e3569696 - refactor(mkdocs.yml): fix tabbing of plugin</li><li>5136414d - chore(typo): fix minify plugin.</li><li>226205ca - feat(minify): disable minifying website until site ready to deploy</li><li>94c27625 - Merge branch &#39;4-multiple-fixes&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=319388485&start_sha=3dd3130a037b4ee7c3b55d3961e68703c5e5d49c)
jon_nfc commented 2022-01-28 06:51:03 +00:00 (Migrated from gitlab.com)

added 27 commits

  • 76c51109 - test(data): created a function to parse url to dict
  • d13cc5bd - test(data): add fetching of all hyperlinks
  • ebc17c12 - test(unit_test_data): chrome driver should not be a class object.
  • 8fd0e8ae - test(unit_test_data): include the url in url dict
  • 26af6031 - test(unit_test_data): web driver to be class obj
  • 23dc5894 - test(privacy): clear the class data
  • b9f56c21 - test(privacy): print the test data to stdout
  • 276d1219 - test(dead_link_check): test for dead hyperlinks
  • fb7555d6 - ci(unit_test): capture stdout in JUnit Report
  • 0f802b4b - ci(unit_test): include requests in test pipfile
  • 2fde2fb5 - test(ssl_hyperlinks_only): Test added
  • 7fcc3caf - ci(stages): deploy job to occur after build
  • 960f2630 - ci(tests): rijigged the job order
  • de81c19b - ci(static_pages): dont run build if MD lint fails
  • c634b122 - ci: ensure placeholder test runs and passes
  • fb940138 - ci: command only required for unit test
  • e6d6cc99 - build(requirements): added wheel for module build
  • 0c8318da - feat(vscode): added build task
  • 568c560d - feat(vscode): added pytest settings
  • 538aeb42 - fix(vscode): use correct params for tests
  • aa91e357 - feat(sitemap): git_revision_date for page change
  • edee74f9 - test: named test to refelect its function.
  • 9f8ae06d - ci(pytest): fix to collect junit report
  • 4e2def5b - ci(unit_test): copy report to right location
  • 998fc911 - ci(integration_test): disable job until developed
  • a436fa5c - ci: amend to last commit
  • 06372cf8 - Merge branch '7-unit-test-dead-links' into 'development'

Compare with previous version

added 27 commits <ul><li>76c51109 - test(data): created a function to parse url to dict</li><li>d13cc5bd - test(data): add fetching of all hyperlinks</li><li>ebc17c12 - test(unit_test_data): chrome driver should not be a class object.</li><li>8fd0e8ae - test(unit_test_data): include the url in url dict</li><li>26af6031 - test(unit_test_data): web driver to be class obj</li><li>23dc5894 - test(privacy): clear the class data</li><li>b9f56c21 - test(privacy): print the test data to stdout</li><li>276d1219 - test(dead_link_check): test for dead hyperlinks</li><li>fb7555d6 - ci(unit_test): capture stdout in JUnit Report</li><li>0f802b4b - ci(unit_test): include requests in test pipfile</li><li>2fde2fb5 - test(ssl_hyperlinks_only): Test added</li><li>7fcc3caf - ci(stages): deploy job to occur after build</li><li>960f2630 - ci(tests): rijigged the job order</li><li>de81c19b - ci(static_pages): dont run build if MD lint fails</li><li>c634b122 - ci: ensure placeholder test runs and passes</li><li>fb940138 - ci: command only required for unit test</li><li>e6d6cc99 - build(requirements): added wheel for module build</li><li>0c8318da - feat(vscode): added build task</li><li>568c560d - feat(vscode): added pytest settings</li><li>538aeb42 - fix(vscode): use correct params for tests</li><li>aa91e357 - feat(sitemap): git_revision_date for page change</li><li>edee74f9 - test: named test to refelect its function.</li><li>9f8ae06d - ci(pytest): fix to collect junit report </li><li>4e2def5b - ci(unit_test): copy report to right location</li><li>998fc911 - ci(integration_test): disable job until developed</li><li>a436fa5c - ci: amend to last commit</li><li>06372cf8 - Merge branch &#39;7-unit-test-dead-links&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=320278190&start_sha=94c2762571adc42259b70f863f30da25f1c7a8d3)
jon_nfc commented 2022-01-28 10:57:48 +00:00 (Migrated from gitlab.com)

marked the checklist item #5 closes in a commit message as completed

marked the checklist item **#5 closes in a commit message** as completed
jon_nfc commented 2022-01-28 23:21:25 +00:00 (Migrated from gitlab.com)

added 81 commits

  • 2ce41bc1 - chore: sanitized repo
  • 8fbb9d95 - feat(mkdocs): Add the default config and the site layout directory
  • 696138c3 - ci(build): Added config to build and publish to gitlab pages
  • a02d2c3b - ci(pages): ensure the static site artifacts are available for gitlab pages
  • dde0939e - build(mkdocs): changed the site theme to material and setup.
  • 2460b4c7 - feat(mkdocs): add document creation and last edited date.
  • c0aa5cbe - feat(footer): Add colour to the social icons within the page footer
  • f6d6bd62 - feat(markdown): Support admonations in markdown.
  • 47bfd4e5 - feat(markdown): added ability to colour by brand name.
  • 268e076e - feat(contact): updated the page content to include how to fix an issue with a page.
  • 6667f4f0 - feat(article): migrated choosing an internet service from old wiki
  • c6de8bc9 - feat(operations): Added markdown syntax page.
  • 59c2593c - feat(sitemap): remove sitemap as the changed dates for files is wrong.
  • 893d3dfd - ci(markdown_lint): disable line length for markdown files
  • 3a08f14d - refactor(markdown_lint): clean up linting errors.
  • 830371c6 - feat(mkdocs): add lists and task lists to markdown
  • c2d3a178 - refactor(article): fixing lists in choosing an internet service
  • 449ec4a9 - refactor: linting error. removed trailing empty line in choosing an internet service.
  • b0c91fa6 - ci(markdown_lint): set unordered list indentation to four.
  • 2a16ca06 - refactor: md linting error, ul must be indent four spaces
  • f77b36a1 - feat(plugin): cloned plugin tags repo so it can be customized and used
  • 7267f8f2 - fix(mkdocs-plugin-tags): Build a relative link for the url to the tag page
  • 653c535b - fix(mkdocs-plugin-tags): the template not using the specified css class for the tag
  • 5dfeeb81 - refactor(mkdocs-plugin-tags): rebranded plugin to be from nfc
  • 1a1b7776 - feat(mkdocs): use custom plugin from custom-plugins/mkdocs-plugin-tags
  • f2969de7 - refactor(markdown_lint): correct linting errors
  • 10a81f0b - fix(mkdocs-plugin-tags): ensure heading reference in a url is in lower case.
  • 93ceceb3 - refactor(navigation): rename tags -> 'Content Tags'
  • 72ed1cb4 - refactor: change hover for content tags to yellow text.
  • d6524ac9 - feat(markdownlint): specifiy the allowed inline html elements
  • 54b75f38 - fix(mkdocs-plugin-tags): fix markdown generation so it passes linting
  • 9d9f9c73 - feat(blog): added blog capability to posts
  • 9b6b3eb2 - build: use the blogging capabilities added
  • 61f3331d - feat(blog_post): include git revision date plugin
  • 5d75c663 - feat(blog_list): change articles page to be a preview list of articles.
  • 0e09b249 - feat(gitlab): added a default issue templete for reporting issues with the website.
  • 95f20fee - ci(gitlab-ci): updated to v0.6.0
  • b7919633 - ci(mkdocs): use gitlab-ci mkdocs job
  • 34ff1e34 - ci(gitlab-ci): use gitlab-ci markdown linting job
  • 78c8db94 - build(gitlab-ci): upated to v0.6.1rc0 due to bug in mkdocs not working
  • 85c5d475 - build(pages): Updated the path for the mkdocs gitlab-ci job
  • 98d0acf0 - refactor(choose_internet_service): removed extra tags and moved archive notice to bottom of page
  • a9237c59 - fix(blog_metadata): set the date to be in a format that is normal
  • 452fbe12 - feat(blog_post): change location of updated date to be in the social metadata.
  • d67a264e - refactor(syntax): updated tags and added title metadata
  • 0d51c8d1 - test(privacy): Created a test to check external requests during page load
  • 7e99d55b - ci(pytest): Added pytest job to run tests against build.
  • 0c7c36d7 - feat(emoji): removed emoji support until a solution can be found to self-host.
  • 65726fda - ci(unit_test): ensure only unit test jobs run for the 'unit test' job.
  • 94ced085 - refactor(privacy_test): rename test 'test_page_external_requests' ->...
  • 0e65f046 - feat(mkdocs): minify plugin added to pipfile for usage with build
  • e4999a44 - feat(minify): minify the mkdocs static html build files
  • f73011d2 - refactor(mkdocs.yml): fix tabbing of plugin
  • 17f97f85 - chore(typo): fix minify plugin.
  • 8292b0a6 - feat(minify): disable minifying website until site ready to deploy
  • 45cb6237 - test(data): created a function to parse url to dict
  • 7c9c3fcb - test(data): add fetching of all hyperlinks
  • e094f84b - test(unit_test_data): chrome driver should not be a class object.
  • f77363be - test(unit_test_data): include the url in url dict
  • e1d3a334 - test(unit_test_data): web driver to be class obj
  • cfe5de7e - test(privacy): clear the class data
  • 3a2968b5 - test(privacy): print the test data to stdout
  • 3dcca53b - test(dead_link_check): test for dead hyperlinks
  • f811a7ac - ci(unit_test): capture stdout in JUnit Report
  • c4dd5b4a - ci(unit_test): include requests in test pipfile
  • 15cf04ff - test(ssl_hyperlinks_only): Test added
  • c50e9a0a - ci(stages): deploy job to occur after build
  • 13b829d0 - ci(tests): rijigged the job order
  • 8b041133 - ci(static_pages): dont run build if MD lint fails
  • c3f1ccc8 - ci: ensure placeholder test runs and passes
  • a73362ab - ci: command only required for unit test
  • 3fb954fa - build(requirements): added wheel for module build
  • 40a92b97 - feat(vscode): added build task
  • 247f85c3 - feat(vscode): added pytest settings
  • b4fdcb61 - fix(vscode): use correct params for tests
  • 006a36ac - feat(sitemap): git_revision_date for page change
  • fee71df7 - test: named test to refelect its function.
  • c6f44892 - ci(pytest): fix to collect junit report
  • ec46764d - ci(unit_test): copy report to right location
  • 88af5fed - ci(integration_test): disable job until developed
  • 217f159c - ci: amend to last commit

Compare with previous version

added 81 commits <ul><li>2ce41bc1 - chore: sanitized repo</li><li>8fbb9d95 - feat(mkdocs): Add the default config and the site layout directory</li><li>696138c3 - ci(build): Added config to build and publish to gitlab pages</li><li>a02d2c3b - ci(pages): ensure the static site artifacts are available for gitlab pages</li><li>dde0939e - build(mkdocs): changed the site theme to material and setup.</li><li>2460b4c7 - feat(mkdocs): add document creation and last edited date.</li><li>c0aa5cbe - feat(footer): Add colour to the social icons within the page footer</li><li>f6d6bd62 - feat(markdown): Support admonations in markdown.</li><li>47bfd4e5 - feat(markdown): added ability to colour by brand name.</li><li>268e076e - feat(contact): updated the page content to include how to fix an issue with a page.</li><li>6667f4f0 - feat(article): migrated choosing an internet service from old wiki</li><li>c6de8bc9 - feat(operations): Added markdown syntax page.</li><li>59c2593c - feat(sitemap): remove sitemap as the changed dates for files is wrong.</li><li>893d3dfd - ci(markdown_lint): disable line length for markdown files</li><li>3a08f14d - refactor(markdown_lint): clean up linting errors.</li><li>830371c6 - feat(mkdocs): add lists and task lists to markdown</li><li>c2d3a178 - refactor(article): fixing lists in choosing an internet service</li><li>449ec4a9 - refactor: linting error. removed trailing empty line in choosing an internet service.</li><li>b0c91fa6 - ci(markdown_lint): set unordered list indentation to four.</li><li>2a16ca06 - refactor: md linting error, ul must be indent four spaces</li><li>f77b36a1 - feat(plugin): cloned plugin tags repo so it can be customized and used</li><li>7267f8f2 - fix(mkdocs-plugin-tags): Build a relative link for the url to the tag page</li><li>653c535b - fix(mkdocs-plugin-tags): the template not using the specified css class for the tag</li><li>5dfeeb81 - refactor(mkdocs-plugin-tags): rebranded plugin to be from nfc</li><li>1a1b7776 - feat(mkdocs): use custom plugin from custom-plugins/mkdocs-plugin-tags</li><li>f2969de7 - refactor(markdown_lint): correct linting errors</li><li>10a81f0b - fix(mkdocs-plugin-tags): ensure heading reference in a url is in lower case.</li><li>93ceceb3 - refactor(navigation): rename tags -&gt; &#39;Content Tags&#39;</li><li>72ed1cb4 - refactor: change hover for content tags to yellow text.</li><li>d6524ac9 - feat(markdownlint): specifiy the allowed inline html elements</li><li>54b75f38 - fix(mkdocs-plugin-tags): fix markdown generation so it passes linting</li><li>9d9f9c73 - feat(blog): added blog capability to posts</li><li>9b6b3eb2 - build: use the blogging capabilities added</li><li>61f3331d - feat(blog_post): include git revision date plugin</li><li>5d75c663 - feat(blog_list): change articles page to be a preview list of articles.</li><li>0e09b249 - feat(gitlab): added a default issue templete for reporting issues with the website.</li><li>95f20fee - ci(gitlab-ci): updated to v0.6.0</li><li>b7919633 - ci(mkdocs): use gitlab-ci mkdocs job</li><li>34ff1e34 - ci(gitlab-ci): use gitlab-ci markdown linting job</li><li>78c8db94 - build(gitlab-ci): upated to v0.6.1rc0 due to bug in mkdocs not working</li><li>85c5d475 - build(pages): Updated the path for the mkdocs gitlab-ci job</li><li>98d0acf0 - refactor(choose_internet_service): removed extra tags and moved archive notice to bottom of page</li><li>a9237c59 - fix(blog_metadata): set the date to be in a format that is normal</li><li>452fbe12 - feat(blog_post): change location of updated date to be in the social metadata.</li><li>d67a264e - refactor(syntax): updated tags and added title metadata</li><li>0d51c8d1 - test(privacy): Created a test to check external requests during page load</li><li>7e99d55b - ci(pytest): Added pytest job to run tests against build.</li><li>0c7c36d7 - feat(emoji): removed emoji support until a solution can be found to self-host.</li><li>65726fda - ci(unit_test): ensure only unit test jobs run for the &#39;unit test&#39; job.</li><li>94ced085 - refactor(privacy_test): rename test &#39;test_page_external_requests&#39; -&gt;...</li><li>0e65f046 - feat(mkdocs): minify plugin added to pipfile for usage with build</li><li>e4999a44 - feat(minify): minify the mkdocs static html build files</li><li>f73011d2 - refactor(mkdocs.yml): fix tabbing of plugin</li><li>17f97f85 - chore(typo): fix minify plugin.</li><li>8292b0a6 - feat(minify): disable minifying website until site ready to deploy</li><li>45cb6237 - test(data): created a function to parse url to dict</li><li>7c9c3fcb - test(data): add fetching of all hyperlinks</li><li>e094f84b - test(unit_test_data): chrome driver should not be a class object.</li><li>f77363be - test(unit_test_data): include the url in url dict</li><li>e1d3a334 - test(unit_test_data): web driver to be class obj</li><li>cfe5de7e - test(privacy): clear the class data</li><li>3a2968b5 - test(privacy): print the test data to stdout</li><li>3dcca53b - test(dead_link_check): test for dead hyperlinks</li><li>f811a7ac - ci(unit_test): capture stdout in JUnit Report</li><li>c4dd5b4a - ci(unit_test): include requests in test pipfile</li><li>15cf04ff - test(ssl_hyperlinks_only): Test added</li><li>c50e9a0a - ci(stages): deploy job to occur after build</li><li>13b829d0 - ci(tests): rijigged the job order</li><li>8b041133 - ci(static_pages): dont run build if MD lint fails</li><li>c3f1ccc8 - ci: ensure placeholder test runs and passes</li><li>a73362ab - ci: command only required for unit test</li><li>3fb954fa - build(requirements): added wheel for module build</li><li>40a92b97 - feat(vscode): added build task</li><li>247f85c3 - feat(vscode): added pytest settings</li><li>b4fdcb61 - fix(vscode): use correct params for tests</li><li>006a36ac - feat(sitemap): git_revision_date for page change</li><li>fee71df7 - test: named test to refelect its function.</li><li>c6f44892 - ci(pytest): fix to collect junit report </li><li>ec46764d - ci(unit_test): copy report to right location</li><li>88af5fed - ci(integration_test): disable job until developed</li><li>217f159c - ci: amend to last commit</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=320920904&start_sha=06372cf8f1f72036d6e830eb82ed66b5a9edb100)
jon_nfc commented 2022-01-29 00:00:54 +00:00 (Migrated from gitlab.com)

mentioned in merge request !5

mentioned in merge request !5
jon_nfc commented 2022-01-29 06:31:08 +00:00 (Migrated from gitlab.com)

added 12 commits

  • ddc871ac - fix(mkdocs-plugin-tags): ensure trailing '/' added to tag hyperlink
  • 7bd7abd0 - feat(theme): removed post content from 'blog_list'
  • 3dd7b452 - test(test_hyperlink_internal_alive_check): added test
  • 88b80c41 - test: build URLs dont require the build path in the name
  • 08bdf09d - feat(blog_post): remove meta.description from page
  • 286caa16 - feat(blog_list): layout not to include post content
  • 2e534c5d - refactor(article): include meta.description
  • cc7a4116 - feat(vscode)!: fix junit path to use workspace folder
  • c9f9d0b5 - build(gitlab_release): add cz config file for verion bumping.
  • ce3a2c2e - feat(merge_requests): added article MR template
  • a6bcfa6b - refactor: update article requirements
  • 9592dc58 - Merge branch 'test-internal-hyperlink' into 'development'

Compare with previous version

added 12 commits <ul><li>ddc871ac - fix(mkdocs-plugin-tags): ensure trailing &#39;/&#39; added to tag hyperlink</li><li>7bd7abd0 - feat(theme): removed post content from &#39;blog_list&#39;</li><li>3dd7b452 - test(test_hyperlink_internal_alive_check): added test</li><li>88b80c41 - test: build URLs dont require the build path in the name</li><li>08bdf09d - feat(blog_post): remove meta.description from page</li><li>286caa16 - feat(blog_list): layout not to include post content</li><li>2e534c5d - refactor(article): include meta.description</li><li>cc7a4116 - feat(vscode)!: fix junit path to use workspace folder</li><li>c9f9d0b5 - build(gitlab_release): add cz config file for verion bumping.</li><li>ce3a2c2e - feat(merge_requests): added article MR template</li><li>a6bcfa6b - refactor: update article requirements</li><li>9592dc58 - Merge branch &#39;test-internal-hyperlink&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=320972060&start_sha=217f159c5c6593c33f27f6c36f0b54735fe3703b)
nfc_bot commented 2022-01-29 06:36:07 +00:00 (Migrated from gitlab.com)

added 1 commit

  • c6b4f011 - build(version): bump version 1.0.0rc0 → 1.0.0rc1

Compare with previous version

added 1 commit <ul><li>c6b4f011 - build(version): bump version 1.0.0rc0 → 1.0.0rc1</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=320972403&start_sha=9592dc58b18dca0f6d35f5c543d8410cf281bfc8)
jon_nfc commented 2022-01-29 06:52:08 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jon_nfc commented 2022-01-29 06:58:30 +00:00 (Migrated from gitlab.com)

MDT Setup

original URL: http://nofusscomputing.com/wiki/public/help/mdt/home

New URL /articles/2014/my_mdt_setup


---
title: My Microsoft Deployment toolkit Setup
description: This article is a record of how I setup my Microsoft Deployment Toolkit. There are many ways to set it up. However this is how I do it.
date: 2014-09-01
template: blog_posting.html
type: blog
author: jon
about: (optional)

tags:
  - MDT
  - Microsoft
  - Windows
---

Article contents here

👷 Tasks

  • added redirect to robots.txt

  • builds and passes tests

# MDT Setup original URL: http://nofusscomputing.com/wiki/public/help/mdt/home New URL /articles/2014/my_mdt_setup ---- ```md --- title: My Microsoft Deployment toolkit Setup description: This article is a record of how I setup my Microsoft Deployment Toolkit. There are many ways to set it up. However this is how I do it. date: 2014-09-01 template: blog_posting.html type: blog author: jon about: (optional) tags: - MDT - Microsoft - Windows --- Article contents here ``` ### :construction_worker: Tasks - [ ] added redirect to robots.txt - [ ] builds and passes tests
jon_nfc commented 2022-01-29 07:18:25 +00:00 (Migrated from gitlab.com)

mentioned in merge request !6

mentioned in merge request !6
jon_nfc commented 2022-01-29 07:21:05 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jon_nfc commented 2022-01-29 07:38:13 +00:00 (Migrated from gitlab.com)

added 25m of time spent

added 25m of time spent
jon_nfc commented 2022-01-29 09:56:39 +00:00 (Migrated from gitlab.com)

marked the checklist item gitlab release ci job added as completed

marked the checklist item **gitlab release ci job added** as completed
jon_nfc commented 2022-01-29 09:59:23 +00:00 (Migrated from gitlab.com)

changed the description

changed the description
jon_nfc commented 2022-01-29 11:36:36 +00:00 (Migrated from gitlab.com)

added 2h 30m of time spent

added 2h 30m of time spent
jon_nfc commented 2022-01-30 03:59:01 +00:00 (Migrated from gitlab.com)

added 7 commits

  • 59999e09 - refactor(gitlab_templates): changed to use correct path
  • 1a6fc5a8 - feat(home_page): add metadata
  • f14b17c3 - feat(home_page): created template for homepage
  • d0719e35 - fix(article): add required metadata.
  • 466f6e86 - feat(article): migrate mdt setup article
  • 3e1e8886 - fix(mobile_display): added padding between sections
  • 7632a515 - Merge branch 'homepage-as-a-template' into 'development'

Compare with previous version

added 7 commits <ul><li>59999e09 - refactor(gitlab_templates): changed to use correct path</li><li>1a6fc5a8 - feat(home_page): add metadata</li><li>f14b17c3 - feat(home_page): created template for homepage</li><li>d0719e35 - fix(article): add required metadata.</li><li>466f6e86 - feat(article): migrate mdt setup article</li><li>3e1e8886 - fix(mobile_display): added padding between sections</li><li>7632a515 - Merge branch &#39;homepage-as-a-template&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=321082107&start_sha=c6b4f01102a3bbb4db09212654a66a1e46190fa7)
jon_nfc commented 2022-01-30 04:13:13 +00:00 (Migrated from gitlab.com)

mentioned in merge request !7

mentioned in merge request !7
jon_nfc commented 2022-01-31 04:16:43 +00:00 (Migrated from gitlab.com)

added 17 commits

  • 0c3a878c - fix(vscode): don't force mkdocs strict
  • bbb63963 - feat(vscode): extension recommendations added.
  • 927a97c9 - ci(gitlab-ci): updated to new commit for markdown lint to work
  • 52b94665 - chore(gitignore): exclude package.json from commiting to repo
  • 185a0958 - chore(syntax): remove syntax page as not required
  • 8b50d28a - refactor(home_page): added nfc logo
  • 4c6e7325 - chore: cleaned up old folders
  • 67b9379f - refactor(blog_post): renamed to article to reflect direction
  • 228b5780 - ci(markdown_lint): updated for mkdocs md files clarity.
  • c19d097b - feat(markdown_lint): allow html p in markdown
  • c2fe3bb7 - refactor: clear up MD linting errors
  • b9529fea - feat(article): articles must have a type
  • 3ef36f49 - feat(article): added microdata to the article.
  • 2eef305f - refactor: ad copy holder to article
  • 765bae0e - feat(wiki): remove wiki as it wont be used.
  • 054b38a4 - feat(mkdocs): enabled tabbed content
  • 3c9c819a - Merge branch 'minor-tasks' into 'development'

Compare with previous version

added 17 commits <ul><li>0c3a878c - fix(vscode): don&#39;t force mkdocs strict</li><li>bbb63963 - feat(vscode): extension recommendations added.</li><li>927a97c9 - ci(gitlab-ci): updated to new commit for markdown lint to work</li><li>52b94665 - chore(gitignore): exclude package.json from commiting to repo</li><li>185a0958 - chore(syntax): remove syntax page as not required</li><li>8b50d28a - refactor(home_page): added nfc logo</li><li>4c6e7325 - chore: cleaned up old folders</li><li>67b9379f - refactor(blog_post): renamed to article to reflect direction</li><li>228b5780 - ci(markdown_lint): updated for mkdocs md files clarity.</li><li>c19d097b - feat(markdown_lint): allow html p in markdown</li><li>c2fe3bb7 - refactor: clear up MD linting errors</li><li>b9529fea - feat(article): articles must have a type</li><li>3ef36f49 - feat(article): added microdata to the article.</li><li>2eef305f - refactor: ad copy holder to article</li><li>765bae0e - feat(wiki): remove wiki as it wont be used.</li><li>054b38a4 - feat(mkdocs): enabled tabbed content</li><li>3c9c819a - Merge branch &#39;minor-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=321249779&start_sha=7632a515ab609bbcbd56ca0d6107b5ec67f387b3)
jon_nfc commented 2022-01-31 04:42:39 +00:00 (Migrated from gitlab.com)

mentioned in merge request !8

mentioned in merge request !8
jon_nfc commented 2022-08-28 08:19:47 +00:00 (Migrated from gitlab.com)

changed time estimate to 10h

changed time estimate to 10h
nfc_bot commented 2022-09-09 00:31:09 +00:00 (Migrated from gitlab.com)

@jon_nfc there has been no activity on this MR within the last 10 days.

Please review to progress or close if no longer required.

@jon_nfc there has been no activity on this MR within the last 10 days. Please review to progress or close if no longer required.
jon_nfc commented 2023-05-23 02:01:06 +00:00 (Migrated from gitlab.com)

mentioned in issue nofusscomputing/ops#41

mentioned in issue nofusscomputing/ops#41
jon_nfc commented 2023-05-23 02:19:44 +00:00 (Migrated from gitlab.com)

added 40 commits

  • 3c9c819a...b0fbe31c - 30 earlier commits
  • 4b7802e3 - chore: website-template update HEAD
  • 071c6c51 - chore: gitlab-ci update HEAD
  • 0ec5cdc9 - feat(requirements.txt): removed as part of template
  • 8cde3310 - fix(build): use correct gitlab-ci index page
  • 189e7cd6 - feat(build): include project gitlab-ci docs
  • 90a22fcc - fix(ci): url encode artifact path for assemble
  • 46f8585c - fix(assemble_site): remove downloaded artifacts
  • 1dffe52c - feat(publish): on publish website on success
  • fc74464e - feat(ci): add resource groups to prevent dup jobs
  • 2505324e - Merge branch '3-work-from-issue' into 'development'

Compare with previous version

added 40 commits <ul><li>3c9c819a...b0fbe31c - 30 earlier commits</li><li>4b7802e3 - chore: website-template update HEAD</li><li>071c6c51 - chore: gitlab-ci update HEAD</li><li>0ec5cdc9 - feat(requirements.txt): removed as part of template</li><li>8cde3310 - fix(build): use correct gitlab-ci index page</li><li>189e7cd6 - feat(build): include project gitlab-ci docs</li><li>90a22fcc - fix(ci): url encode artifact path for assemble</li><li>46f8585c - fix(assemble_site): remove downloaded artifacts</li><li>1dffe52c - feat(publish): on publish website on success</li><li>fc74464e - feat(ci): add resource groups to prevent dup jobs</li><li>2505324e - Merge branch &#39;3-work-from-issue&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=687846527&start_sha=3c9c819a55d06cc2615a1b28e11d98dc20167650)
jon_nfc commented 2023-05-23 05:44:38 +00:00 (Migrated from gitlab.com)

added 6 commits

  • fe6b84cf - feat(website): enable edit button
  • a86b4bef - feat(ci): enable publishing docker-mail docs
  • 6ed8e5ba - fix(ci): only deploy when assemble site success
  • b5268e18 - fix(unit_test): ignore gitlab ide links for alive checks
  • 35af4c7a - chore(git): gitlab-ci updated to current HEAD
  • e4c57803 - Merge branch 'add-project-docker-mail' into 'development'

Compare with previous version

added 6 commits <ul><li>fe6b84cf - feat(website): enable edit button</li><li>a86b4bef - feat(ci): enable publishing docker-mail docs</li><li>6ed8e5ba - fix(ci): only deploy when assemble site success</li><li>b5268e18 - fix(unit_test): ignore gitlab ide links for alive checks</li><li>35af4c7a - chore(git): gitlab-ci updated to current HEAD</li><li>e4c57803 - Merge branch &#39;add-project-docker-mail&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=687929680&start_sha=2505324eb7c7ade7f5a14321e8a74cf39adfa4ae)
jon_nfc commented 2023-05-28 06:34:06 +00:00 (Migrated from gitlab.com)

added 6 commits

  • 32ec703d - fix(cz): remove 'v' suffix from tag
  • 4e6013c9 - chore(git): gitlab-ci updated to current HEAD
  • 266eff37 - feat(ci): use automagic gitlab-ci template
  • da5a5353 - revert: "feat(ci): use automagic gitlab-ci template"
  • f5460bb2 - chore: add todo for automagic job
  • 9f51803b - Merge branch '10-fix-ci' into 'development'

Compare with previous version

added 6 commits <ul><li>32ec703d - fix(cz): remove &#39;v&#39; suffix from tag</li><li>4e6013c9 - chore(git): gitlab-ci updated to current HEAD</li><li>266eff37 - feat(ci): use automagic gitlab-ci template</li><li>da5a5353 - revert: &quot;feat(ci): use automagic gitlab-ci template&quot;</li><li>f5460bb2 - chore: add todo for automagic job</li><li>9f51803b - Merge branch &#39;10-fix-ci&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=692809589&start_sha=e4c5780322eabd8a916b4c22a6003517226d2d7d)
jon_nfc commented 2023-05-29 03:27:51 +00:00 (Migrated from gitlab.com)

added 4 commits

  • 5549fa8f - refactor(assemble_site): use new job name
  • bbf08468 - feat(ci): assemble job now does check for sub-site dependencies
  • 7574bb4b - ci(automagic): use gitlab-ci project template
  • 015df30f - Merge branch 'ci-fixes' into 'development'

Compare with previous version

added 4 commits <ul><li>5549fa8f - refactor(assemble_site): use new job name</li><li>bbf08468 - feat(ci): assemble job now does check for sub-site dependencies</li><li>7574bb4b - ci(automagic): use gitlab-ci project template</li><li>015df30f - Merge branch &#39;ci-fixes&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=692981363&start_sha=9f51803b6d23584c6a8071ebc452a84c6b74fcc4)
nfc_bot commented 2023-05-29 03:33:28 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 1674df1a - build(version): bump version 1.0.0rc1 → 1.0.0rc2

Compare with previous version

added 1 commit <ul><li>1674df1a - build(version): bump version 1.0.0rc1 → 1.0.0rc2</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=692983021&start_sha=015df30fa6b2a0b71c0febed9f78d7924b2da8d8)
jon_nfc commented 2023-05-29 03:52:29 +00:00 (Migrated from gitlab.com)

added 2 commits

  • aec1b98e - ci(chore): add nfc automation config
  • 1a66a0f1 - Merge branch 'ci-fixes' into 'development'

Compare with previous version

added 2 commits <ul><li>aec1b98e - ci(chore): add nfc automation config</li><li>1a66a0f1 - Merge branch &#39;ci-fixes&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=692988169&start_sha=1674df1a94432e15567e9673f28e8c1c656ab1e6)
jon_nfc commented 2023-05-31 02:29:37 +00:00 (Migrated from gitlab.com)

added 3 commits

  • c40dc037 - fix(ci): website.lint paths updated
  • db4bdccd - chore(git): gitlab-ci updated to current HEAD
  • 5b87ceb9 - Merge branch 'ci-fixes' into 'development'

Compare with previous version

added 3 commits <ul><li>c40dc037 - fix(ci): website.lint paths updated</li><li>db4bdccd - chore(git): gitlab-ci updated to current HEAD</li><li>5b87ceb9 - Merge branch &#39;ci-fixes&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=695049265&start_sha=1a66a0f1706432662fe4dbe6c7ad88a1218f5ac6)
nfc_bot commented 2023-05-31 02:37:52 +00:00 (Migrated from gitlab.com)

added 1 commit

  • a2bbaf01 - build(version): bump version 1.0.0rc2 → 1.0.0rc3

Compare with previous version

added 1 commit <ul><li>a2bbaf01 - build(version): bump version 1.0.0rc2 → 1.0.0rc3</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=695052030&start_sha=5b87ceb9f2c85cfcaa4ca3662b8d0b54c784afcd)
jon_nfc commented 2023-05-31 03:11:49 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 4a57845c - fix(ci): ensure jobs don't run on schedule
  • 2ca34772 - Merge branch 'ci-fixes' into 'development'

Compare with previous version

added 2 commits <ul><li>4a57845c - fix(ci): ensure jobs don&#39;t run on schedule</li><li>2ca34772 - Merge branch &#39;ci-fixes&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=695065571&start_sha=a2bbaf019b1455f4061093d4060b2b26451abb95)
jon_nfc commented 2023-06-03 05:17:45 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 2a675eaf - chore(git): updated submodule gitlab-ci
  • 59095d22 - chore(git): updated submodule gitlab-ci
  • c9591462 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 3 commits <ul><li>2a675eaf - chore(git): updated submodule gitlab-ci</li><li>59095d22 - chore(git): updated submodule gitlab-ci</li><li>c9591462 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=698659415&start_sha=2ca34772587850a8bc57621df85ac12d211bc2e3)
jon_nfc commented 2023-06-05 19:08:15 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b9adcabe - chore(git): submdoule updated to current HEAD
  • d25e5ffd - Merge branch 'chore-submodule-update' into 'development'

Compare with previous version

added 2 commits <ul><li>b9adcabe - chore(git): submdoule updated to current HEAD</li><li>d25e5ffd - Merge branch &#39;chore-submodule-update&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=699900084&start_sha=c9591462389941965f20f29d4e7e6b268a326095)
jon_nfc commented 2023-06-07 06:33:07 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 33c204ab - chore(git): updated submodule gitlab-ci
  • f5956740 - chore(git): updated submodule gitlab-ci
  • 8c75ba1d - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 3 commits <ul><li>33c204ab - chore(git): updated submodule gitlab-ci</li><li>f5956740 - chore(git): updated submodule gitlab-ci</li><li>8c75ba1d - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=701551397&start_sha=d25e5ffd3652d0f7795fd976927bf1abb29b80f9)
jon_nfc commented 2023-06-07 06:47:36 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 07ba60e6 - feat(artifcts): always make available
  • cbf137dd - Merge branch 'fix-immediate' into 'development'

Compare with previous version

added 2 commits <ul><li>07ba60e6 - feat(artifcts): always make available</li><li>cbf137dd - Merge branch &#39;fix-immediate&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=701563057&start_sha=8c75ba1df688bdefe2b07821e967fc793500fa19)
jon_nfc commented 2023-06-07 06:53:26 +00:00 (Migrated from gitlab.com)

added 2 commits

  • d5b5db5e - feat(artifcts): always make available
  • 46f9698c - Merge branch 'fix-immediate' into 'development'

Compare with previous version

added 2 commits <ul><li>d5b5db5e - feat(artifcts): always make available</li><li>46f9698c - Merge branch &#39;fix-immediate&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=701568050&start_sha=cbf137dd73d0e08ebea879302e035a5659dd82cb)
jon_nfc commented 2023-06-07 07:52:13 +00:00 (Migrated from gitlab.com)

added 4 commits

  • e466b300 - feat(ci): add resource groups to build jobs
  • 5730f990 - docs(git_configuration): addded git ansible role docs
  • 452e5bf6 - docs(execution_environment): addded ansible-ee docs
  • 47a564f1 - Merge branch 'fix-immediate' into 'development'

Compare with previous version

added 4 commits <ul><li>e466b300 - feat(ci): add resource groups to build jobs</li><li>5730f990 - docs(git_configuration): addded git ansible role docs</li><li>452e5bf6 - docs(execution_environment): addded ansible-ee docs</li><li>47a564f1 - Merge branch &#39;fix-immediate&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=701645757&start_sha=46f9698c875d52e6cc254d6ef9df93af6d330a7e)
jon_nfc commented 2023-06-08 05:22:37 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 472298bb - chore(git): updated submodule gitlab-ci
  • 470004b1 - chore(git): updated submodule gitlab-ci
  • 4bff3e78 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 3 commits <ul><li>472298bb - chore(git): updated submodule gitlab-ci</li><li>470004b1 - chore(git): updated submodule gitlab-ci</li><li>4bff3e78 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=702813509&start_sha=47a564f1dddf862f6f76c0e20831127102c9b354)
jon_nfc commented 2023-06-08 05:42:53 +00:00 (Migrated from gitlab.com)

added 2 commits

  • da0c0f05 - chore(git): updated submodule gitlab-ci
  • af511923 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>da0c0f05 - chore(git): updated submodule gitlab-ci</li><li>af511923 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=702823055&start_sha=4bff3e78cf3562ee8a676f9ee8f389e38677ff73)
jon_nfc commented 2023-06-08 05:45:01 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 2763eb9c - chore(git): updated submodule gitlab-ci
  • bb5c50ab - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>2763eb9c - chore(git): updated submodule gitlab-ci</li><li>bb5c50ab - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=702824176&start_sha=af511923c66de86096340eb312adf26990cf76fb)
jon_nfc commented 2023-06-28 02:00:17 +00:00 (Migrated from gitlab.com)

added 2 commits

  • a73f9828 - chore(git): updated submodule gitlab-ci
  • ad71502d - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>a73f9828 - chore(git): updated submodule gitlab-ci</li><li>ad71502d - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=720024346&start_sha=bb5c50abc7aecf154050839ae4ed2d1b6b383d3e)
jon_nfc commented 2023-06-28 03:44:59 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 7a29d02d - chore(git): updated submodule gitlab-ci
  • 8a146184 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>7a29d02d - chore(git): updated submodule gitlab-ci</li><li>8a146184 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=720057835&start_sha=ad71502d3687d23754c43907f251889b0498b1c3)
jon_nfc commented 2023-06-28 04:05:53 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b19d22b0 - chore(git): updated submodule gitlab-ci
  • cdc77582 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>b19d22b0 - chore(git): updated submodule gitlab-ci</li><li>cdc77582 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=720064515&start_sha=8a146184ee0dc763106541d54ed2e8c68e883955)
jon_nfc commented 2023-07-31 19:14:00 +00:00 (Migrated from gitlab.com)

added 3 commits

  • a1a6131f - feat(article): site updated and deployed
  • cfccedde - test(unit): ignore alive check for nofusscomputing.com
  • c154e234 - Merge branch 'website-launch' into 'development'

Compare with previous version

added 3 commits <ul><li>a1a6131f - feat(article): site updated and deployed</li><li>cfccedde - test(unit): ignore alive check for nofusscomputing.com</li><li>c154e234 - Merge branch &#39;website-launch&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=748825069&start_sha=cdc775820ff0880f7634a4388204d49927f6dd0c)
jon_nfc commented 2023-07-31 20:01:17 +00:00 (Migrated from gitlab.com)

added 3 commits

  • 27d80c2b - chore(git): updated submodule gitlab-ci
  • 142c2236 - chore(git): updated submodule gitlab-ci
  • 45649e1a - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 3 commits <ul><li>27d80c2b - chore(git): updated submodule gitlab-ci</li><li>142c2236 - chore(git): updated submodule gitlab-ci</li><li>45649e1a - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=748859146&start_sha=c154e234ba1e51fa5bb9ed84b9723271320233e9)
jon_nfc commented 2023-08-05 04:45:02 +00:00 (Migrated from gitlab.com)

added 2 commits

  • b6fcde0c - feat(logo): add new logo
  • 78175ff6 - Merge branch 'new-logo' into 'development'

Compare with previous version

added 2 commits <ul><li>b6fcde0c - feat(logo): add new logo</li><li>78175ff6 - Merge branch &#39;new-logo&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=753594853&start_sha=45649e1ab0c5d7d3e9d4c2833e2ac723dc3f0afb)
jon_nfc commented 2023-08-14 16:23:06 +00:00 (Migrated from gitlab.com)

added 3 commits

  • bffaec61 - feat(docs): added project ldap self service
  • 6a3683b8 - fix(docs): use correct ldap project path
  • e7c86268 - Merge branch 'ldap-self-service' into 'development'

Compare with previous version

added 3 commits <ul><li>bffaec61 - feat(docs): added project ldap self service</li><li>6a3683b8 - fix(docs): use correct ldap project path</li><li>e7c86268 - Merge branch &#39;ldap-self-service&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=760626873&start_sha=78175ff62e52c933e8766dd2b5588a31da054af0)
jon_nfc commented 2023-08-30 02:50:45 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 0f6bcd47 - feat(docker_glpi): add project docs for publishing
  • 23f22158 - Merge branch 'project-glpi' into 'development'

Compare with previous version

added 2 commits <ul><li>0f6bcd47 - feat(docker_glpi): add project docs for publishing</li><li>23f22158 - Merge branch &#39;project-glpi&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=774113660&start_sha=e7c86268ba7b25bf9a981032b7f1f93a5e173f20)
jon_nfc commented 2023-08-30 02:59:00 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 99ef0e92 - fix(docker_glpi): correct docs path
  • 99e3b211 - Merge branch 'project-glpi' into 'development'

Compare with previous version

added 2 commits <ul><li>99ef0e92 - fix(docker_glpi): correct docs path</li><li>99e3b211 - Merge branch &#39;project-glpi&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=774116264&start_sha=23f22158a745c1e4d648bd5f7b672988bb4c2e61)
jon_nfc commented 2023-08-30 03:08:59 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 32553753 - fix(docker_glpi): add docks to site structure
  • ee11fd57 - Merge branch 'project-glpi' into 'development'

Compare with previous version

added 2 commits <ul><li>32553753 - fix(docker_glpi): add docks to site structure</li><li>ee11fd57 - Merge branch &#39;project-glpi&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=774120581&start_sha=99e3b211b1ba461f0223d3cd74ef8f752126dd65)
jon_nfc commented 2023-09-02 06:07:28 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 82626a44 - chore(git): updated submodule gitlab-ci
  • 550cc087 - Merge branch 'automated-tasks' into 'development'

Compare with previous version

added 2 commits <ul><li>82626a44 - chore(git): updated submodule gitlab-ci</li><li>550cc087 - Merge branch &#39;automated-tasks&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=777482699&start_sha=ee11fd57957268f335c36adbe2eba7cdebbbff1d)
jon_nfc commented 2023-09-27 05:34:01 +00:00 (Migrated from gitlab.com)

added 2 commits

  • edbac209 - feat(docs): add kubernetes monitoring helm chart project
  • 6eef5a07 - Merge branch 'kubernetes_monitoring' into 'development'

Compare with previous version

added 2 commits <ul><li>edbac209 - feat(docs): add kubernetes monitoring helm chart project</li><li>6eef5a07 - Merge branch &#39;kubernetes_monitoring&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=800114210&start_sha=550cc0876135814298ce0db81a2f1baea33f22ae)
jon_nfc commented 2023-12-01 04:29:30 +00:00 (Migrated from gitlab.com)

added 19 commits

  • 6eef5a07...b52f0254 - 9 earlier commits
  • a94aead1 - feat(ansible): added further docs of inventory, specifically templates
  • 9243d1a4 - fix: navigation, common
  • 2abb7737 - fix(unit_test): 401|403 are valid returns for a link
  • f517e534 - chore: update websute-template
  • 3e5ec415 - fix: edit url
  • 500d06d4 - fix(unit_test): added an ignore for alive check for pages that are alive, but return 404
  • 562d8954 - ci: remove duplicate jobs
  • 03034466 - feat(hosting): migrate to new hosting service
  • b12c53de - feat(ansible): document inventory_hostname requirement
  • 02b6253f - Merge branch 'ansible-role-homeassistant' into 'development'

Compare with previous version

added 19 commits <ul><li>6eef5a07...b52f0254 - 9 earlier commits</li><li>a94aead1 - feat(ansible): added further docs of inventory, specifically templates</li><li>9243d1a4 - fix: navigation, common</li><li>2abb7737 - fix(unit_test): 401|403 are valid returns for a link</li><li>f517e534 - chore: update websute-template</li><li>3e5ec415 - fix: edit url</li><li>500d06d4 - fix(unit_test): added an ignore for alive check for pages that are alive, but return 404</li><li>562d8954 - ci: remove duplicate jobs</li><li>03034466 - feat(hosting): migrate to new hosting service</li><li>b12c53de - feat(ansible): document inventory_hostname requirement</li><li>02b6253f - Merge branch &#39;ansible-role-homeassistant&#39; into &#39;development&#39;</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=860247717&start_sha=6eef5a07e782be749d4a0c8c57c040ac2f436ec4)
jon_nfc commented 2023-12-01 04:44:31 +00:00 (Migrated from gitlab.com)

added 1 commit

  • fd515ffe - fix(publish): ensure job is tagged to select correct runner

Compare with previous version

added 1 commit <ul><li>fd515ffe - fix(publish): ensure job is tagged to select correct runner</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=860252690&start_sha=02b6253fb0dc49d477ecb6c1f75a34c4c428cab8)
jon_nfc commented 2023-12-01 05:02:08 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 8c5bd81a - pathifacts t artfix(publish): correc

Compare with previous version

added 1 commit <ul><li>8c5bd81a - pathifacts t artfix(publish): correc</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=860258373&start_sha=fd515ffea76bce249dcb874b33cb903a1c54ae66)
jon_nfc commented 2023-12-01 05:04:01 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 67599bd2 - fix(publish): correct artifacts path

Compare with previous version

added 1 commit <ul><li>67599bd2 - fix(publish): correct artifacts path</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=860259235&start_sha=8c5bd81afa21ba48934284f343a7c3d2d9f0b021)
jon_nfc commented 2023-12-01 05:11:36 +00:00 (Migrated from gitlab.com)

added 1 commit

  • 5dab342c - fix(publish): correct artifacts path

Compare with previous version

added 1 commit <ul><li>5dab342c - fix(publish): correct artifacts path</li></ul> [Compare with previous version](/nofusscomputing/infrastructure/website/-/merge_requests/3/diffs?diff_id=860262373&start_sha=67599bd2159b863a2babcd0b8b7f2987b73e69e9)
jon_nfc commented 2023-12-09 15:17:36 +00:00 (Migrated from gitlab.com)

resolved all threads

resolved all threads
jon_nfc commented 2023-12-09 15:18:16 +00:00 (Migrated from gitlab.com)

approved this merge request

approved this merge request
jon_nfc commented 2023-12-09 15:18:16 +00:00 (Migrated from gitlab.com)

merging as site is already in production

merging as site is already in production
jon_nfc commented 2023-12-09 15:18:16 +00:00 (Migrated from gitlab.com)

added 3m of time spent

added 3m of time spent
jon_nfc (Migrated from gitlab.com) scheduled this pull request to auto merge when all checks succeed 2023-12-09 15:19:00 +00:00
jon_nfc commented 2023-12-09 15:19:13 +00:00 (Migrated from gitlab.com)

mentioned in commit 7ed272975d

mentioned in commit 7ed272975d1f28e81c5bce0157339d6fc9695251
jon_nfc (Migrated from gitlab.com) merged commit 7ed272975d into master 2023-12-09 15:19:14 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nofusscomputing/website#21
No description provided.