From 020382cbc840cf66e5001de35073032f8d68b99a Mon Sep 17 00:00:00 2001 From: nick-soutouras <123987365+nick-soutouras@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:42:05 -0600 Subject: [PATCH 1/3] Update platform-gitlab.md Adding timeline for repo migration --- _articles/platform-gitlab.md | 62 ++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/_articles/platform-gitlab.md b/_articles/platform-gitlab.md index 41a89e9f..51193a09 100644 --- a/_articles/platform-gitlab.md +++ b/_articles/platform-gitlab.md @@ -58,6 +58,68 @@ Note - If `secure.login.gov` is not available, existing Personal Access Tokens continue to function. We also have break-glass procedures if needed. See [Runbook: GitLab Access Contingency Plan](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Gitlab-Access-When-IDP-is-Down) +## Gitlab Migration +We are in the process of moving our repos to using Gitlab as their primary source of truth. Most repos will continue to mirror back to Github, in order to allow us to maintain public visibility. Once we have migrated a Repo, merging from any branch other than Gitlab will be blocked, and all PR's will need to be submitted via Gitlab. Our current timeline for migration is below: + + +| Repo Name | Planned Move Date | Status | +| ------------------------------------ | ----------------- | --------- | +| identity-devops | 4/30/24 | moved | +| identity-devops-private | 4/30/24 | moved | +| identity-terraform | 4/30/24 | moved | +| identity-cookbooks | 4/30/24 | moved | +| identity-base-image | 4/30/24 | moved | +| identity-reporting-rails | 4/30/24 | moved | +| identity-dashboard | 5/15/24 | moved | +| identity-design-system | 6/6/24 | moved | +| identity-oidc-sinatra | 6/6/24 | moved | +| identity-saml-sinatra | 6/6/24 | moved | +| identity-pki | 6/13/24 | planned | +| identity-analytics-etl | 6/13/24 | planned | +| identity-saml-rails | 6/13/24 | planned | +| identity-design-assets | 6/13/24 | planned | +| identity-oidc-java-spring-boot | 6/20/24 | planned | +| identity-loadtest | 6/20/24 | planned | +| bpa-identity-management | 6/20/24 | planned | +| identity-usability-testing | 6/20/24 | planned | +| identity-secops | 6/27/24 | planned | +| identity-playbook | 6/27/24 | planned | +| wg-identity | 6/27/24 | planned | +| identity-deed | 6/27/24 | planned | +| identity-ux | 7/11/24 | planned | +| identity-oidc-phoenix | 7/11/24 | planned | +| identity-private | 7/11/24 | planned | +| identity-hostdata | 7/11/24 | planned | +| identity-security-private | 7/18/24 | planned | +| identity-analysis-sandbox | 7/18/24 | planned | +| identity-oidc-nodejs-express | 7/18/24 | planned | +| identity-fake-server | 7/18/24 | planned | +| identity-charts | 7/25/24 | planned | +| identity-validations | 7/25/24 | planned | +| identity-reporting | 7/25/24 | planned | +| identity-logging | 7/25/24 | planned | +| identity-roadmap | 8/1/24 | planned | +| identity-community | 8/1/24 | planned | +| identity-acuant-test | 8/1/24 | planned | +| identity-pki-elixir | 8/1/24 | planned | +| identity-fraudops-private | 8/8/24 | planned | +| identity-device-id-demo | 8/8/24 | planned | +| identity-billing-reporter | 8/8/24 | planned | +| identity-handbook-private | 8/8/24 | planned | +| identity-cloudlib-lambdas | 8/15/24 | planned | +| identity-partners-site | 8/15/24 | planned | +| identity-secops-nessus-public | 8/15/24 | planned | +| identity-lambda-functions | 8/15/24 | planned | +| identity-idp | 8/31/24 | planned | +| identity-idv | 8/31/24 | planned | +| identity-idp-config | 8/31/24 | planned | +| identity-idp-functions | 8/31/24 | planned | +| identity-idp-attempts-tracker-events | 8/31/24 | planned | +| idp-emacs | 8/31/24 | planned | +| identity-handbook | | unplanned | +| identity-site | | unplanned | + + ## Personal Access Tokens ## Cloning A Repository From cef7a54df839c4cd48ed4ce6ba7f32c85511d98b Mon Sep 17 00:00:00 2001 From: nick-soutouras <123987365+nick-soutouras@users.noreply.github.com> Date: Thu, 6 Jun 2024 10:58:51 -0600 Subject: [PATCH 2/3] Update platform-gitlab.md Adding Gitlab migration timetable, adding words to spellcheck ignore list that were triggering on repo names. --- _articles/platform-gitlab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_articles/platform-gitlab.md b/_articles/platform-gitlab.md index 51193a09..57196208 100644 --- a/_articles/platform-gitlab.md +++ b/_articles/platform-gitlab.md @@ -4,7 +4,7 @@ description: "GitLab Setup" layout: article category: Platform redirect_from: /articles/gitlab.html -cSpell: ignore omniauth +cSpell: ignore omniauth loadtest secops hostdata fraudops cloudlib --- # Introduction From 71c8e9e654912d843e46c1e14930b436d0ec6900 Mon Sep 17 00:00:00 2001 From: nick-soutouras <123987365+nick-soutouras@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:10:47 -0600 Subject: [PATCH 3/3] Update _articles/platform-gitlab.md Co-authored-by: Andrew Duthie <1779930+aduth@users.noreply.github.com> --- _articles/platform-gitlab.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_articles/platform-gitlab.md b/_articles/platform-gitlab.md index 57196208..f481ade3 100644 --- a/_articles/platform-gitlab.md +++ b/_articles/platform-gitlab.md @@ -58,8 +58,8 @@ Note - If `secure.login.gov` is not available, existing Personal Access Tokens continue to function. We also have break-glass procedures if needed. See [Runbook: GitLab Access Contingency Plan](https://gitlab.login.gov/lg/identity-devops/-/wikis/Runbook:-Gitlab-Access-When-IDP-is-Down) -## Gitlab Migration -We are in the process of moving our repos to using Gitlab as their primary source of truth. Most repos will continue to mirror back to Github, in order to allow us to maintain public visibility. Once we have migrated a Repo, merging from any branch other than Gitlab will be blocked, and all PR's will need to be submitted via Gitlab. Our current timeline for migration is below: +## GitLab Migration +We are in the process of moving our repos to using GitLab as their primary source of truth. Most repos will continue to mirror back to GitHub, in order to allow us to maintain public visibility. Once we have migrated a repository, merging from any branch other than GitLab will be blocked, and all pull requests will need to be submitted via GitLab. Our current timeline for migration is below: | Repo Name | Planned Move Date | Status |