fix: switch org wiki tab to .profile wiki sidecars #595
Closed
jmiller
wants to merge 1 commits from
fix/org-wiki-profile-sidecars into main
pull from: fix/org-wiki-profile-sidecars
merge into: :main
:main
:dev
:feature/601-fix-default-targetplatform-incompatible-
:feature/615-multi-repo-license-keys-single-dlid-cove
:feature/619-entitlement-model-product-code-mapping-t
:feature/620-activation-model-domain-registration-lim
:feature/621-update-xml-endpoint-joomla-compatible-up
:feature/622-signed-download-endpoint-ed25519-time-li
:feature/623-license-validation-api-validate-dlid-pro
:feature/624-license-management-api-crud-for-admin-an
:feature/625-license-management-dashboard-user-facing
:feature/626-admin-license-management-create-revoke-m
:feature/629-license-status-widget-joomla-admin-modul
:feature/630-shop-integration-auto-generate-dlid-on-l
:feature/631-upgrade-downgrade-flow-tier-changes-with
:rc/v1.26.1-moko.06.07.02
:rc/v1.26.1-moko.06.07.03
:rc/v1.26.1-moko.06.07.01
:rc/v1.26.1-moko.06.07
:rc/v1.26.1-moko.06.06.02
:rc/v1.26.1-moko.06.06.01
:rc/v1.26.1-moko.06.06
:rc/v1.26.1-moko.06.05.01
:rc/v1.26.1-moko.06.05
:rc/v1.26.1-moko.06.04
:rc/v1.26.1-moko.06.03
:rc/05.06.00
:rc/05.03.03
:rc/04.01.00
:rc/05.03.02
:rc/05.03.01
:rc/05.03.00
:rc/05.01.00
:rc/05.02.02
:rc/05.02.01
:rc/05.01.01
:rc/05.02.00
:rc/05.01.02
:rc/05.03.04
:rc/05.03.05
:rc/05.03.06
:rc/05.03.08
:rc/05.04.00
:rc/05.05.00
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
a506e39955 |
fix: switch org wiki tab from standalone repos to .profile wiki sidecars
Generic: Repo Health / Site Health (pull_request) Has been skipped
Branch Policy Check / Verify merge target (pull_request) Failing after 1s
Universal: PR Check / Branch Policy (pull_request) Failing after 2s
Generic: Repo Health / Access control (pull_request) Successful in 3s
Universal: PR Check / Validate PR (pull_request) Failing after 10s
Generic: Repo Health / Access control (push) Successful in 2s
Generic: Repo Health / Site Health (push) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Has been skipped
Universal: Auto Version Bump / Version Bump (push) Failing after 12s
Universal: Build & Release / Promote to RC (pull_request) Successful in 33s
Generic: Project CI / Lint & Validate (pull_request) Successful in 40s
PR RC Release / Build RC Release (pull_request) Failing after 40s
Universal: Secret Scanning / Gitleaks Secret Scan (pull_request) Successful in 53s
Generic: Project CI / Tests (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
Generic: Repo Health / Report Issues (push) Has been cancelled
The org wiki tab previously read from standalone `wiki` and `wiki-private` repos. Those repos have been migrated into the `.profile` and `.profile-private` repo wikis (Gitea wiki sidecars). - Update RepoNameWikiPublic/Private constants to .profile/.profile-private - findOrgWikiCommit now opens WikiStorageRepo() instead of main repo - OrgWikiRepoExists checks wiki sidecar via GetDefaultBranch - Update empty state and settings template text Fixes #594 |