Reconcile enterprise/cloud doc divergence + add bump-last-updated tooling - #1547
justinegeffen wants to merge 35 commits into
Conversation
…ling Fixes drift bugs surfaced by the enterprise vs cloud audit, normalizes frontmatter date format across both trees, and adds a pre-commit hook + CI auto-trigger so last updated dates stay current. Full per-file rationale in enterprise-cloud-divergence-audit.md. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for seqera-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Most of this PR is cosmetic and date added and changed improvements. So it looks worse than it actually is.
95% of these changes are not offensive.
I've been through the changes and flagged anything that I think needs checked. IMO - everything else can be skimmed.
The report at the end flags some important differences and can be reviewed separately for quick wins.
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Co-authored-by: Chris Hakkaart <chris.hakkaart@seqera.io> Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Per PR review (christopher-hakkaart): pre-commit hook now fails explicitly with the exact fix command, matching the existing check-doc-tags pattern. CI workflow still auto-bumps on PR via a dedicated step so fork contributors and skipped local hooks merge with current dates. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
I'll check the scripts again next week. But otherwise looking good. |
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
|
@copilot resolve the merge conflicts in this pull request |
The merge conflicts were already resolved in commit 89536a1. The branch also had a failing
The |
|
@copilot resolve the merge conflicts in this pull request |
Resolved in commit a370e98. Two new master commits (#1632, #1633) had landed since the last merge, causing conflicts in three files. Resolved by taking master's updated content and keeping the normalized frontmatter date format from the branch:
|
|
@copilot resolve the merge conflicts in this pull request |
Resolved in commit 466e886. Master had accumulated 13 new commits since the last merge, causing conflicts in 7 files plus a modify/delete conflict:
|
|
@copilot resolve the merge conflicts in this pull request |
…vergence-audit # Conflicts: # .github/scripts/README.md # platform-cloud/docs/compute-envs/azure-cloud.md # platform-cloud/docs/compute-envs/google-cloud-batch.md # platform-cloud/docs/compute-envs/google-cloud.md # platform-cloud/docs/sso/single-sign-on.md # platform-cloud/docs/troubleshooting_and_faqs/sso_troubleshooting.md # platform-cloud/docs/troubleshooting_and_faqs/studios_troubleshooting.md # platform-enterprise_docs/compute-envs/google-cloud-batch.md # platform-enterprise_docs/enterprise/configuration/authentication/entra.md # platform-enterprise_docs/enterprise/configuration/authentication/keycloak.md # platform-enterprise_docs/enterprise/configuration/authentication/okta.md # platform-enterprise_docs/enterprise/general_troubleshooting.md # platform-enterprise_docs/troubleshooting_and_faqs/troubleshooting.md
Resolved in fb10433. 13 conflicts from the latest master commits (PRs #1653–#1690):
|
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Signed-off-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Summary
date created: "YYYY-MM-DD"+last updated: "YYYY-MM-DD"bump-last-updatedpre-commit hook + extends pre-commit-fix.yaml to auto-trigger on PRs solast updated:stays current without manual effortThe full per-file rationale (decisions, ports, audit corrections, deliberately-untouched items) lives in enterprise-cloud-divergence-audit.md. That doc is the canonical decision log — it deliberately keeps this PR description short.
Test plan
bump-last-updatedhook works locally (pre-commit run bump-last-updated --all-files)pre-commit-fix.yamlworkflow runs on this PR'ssynchronizeevent and that the bot only commits a bump if dates are stalestudio:executeLaunch=❌,j21-26.04launcher row)🤖 Generated with Claude Code