chore(submodules): Phase 3 — move 4 SSH-URL submodules to HTTPS #2
Open
nsatoshi
wants to merge 1 commits from
devin/phase3-submodule-remotes-1776542381 into master
pull from: devin/phase3-submodule-remotes-1776542381
merge into: d-bis:master
d-bis:master
d-bis:devin/1777471106-phase4b-v2-runbook
d-bis:devin/1777459320-phase3-deployed-cbtc-wired
d-bis:devin/1777435956-stack-a-canonicalization
d-bis:devin/1777403009-phoenix-bootstrap
d-bis:main
d-bis:devin/1777249218-harden-branch-detection
d-bis:chore/explorer-pricing-rollout-coordination
d-bis:devin/1777157605-cromero-deploy-target
d-bis:sync/currencicombo-phoenix-e2e
d-bis:devin/coingecko-normalization-companion-20260419
d-bis:devin/explorer-verification-checklist-20260419
d-bis:devin/1776625819-chain138-listing-assets
d-bis:devin/1776628206-rename-defi-to-capital-f
d-bis:devin/1776625631-doc-reconcile-status-vocab
d-bis:devin/phase5-ci-reconciliation-1776542837
d-bis:devin/phase1a-vault-consumer-prep-1776543363
d-bis:devin/phase4-drop-local-junk-1776542674
d-bis:chore/ignore-local-runtime-artifacts
d-bis:docs/mev-and-ops-runbook-refresh
d-bis:docs/explorer-blockscout-and-verification-refresh
d-bis:feat/canonical-token-and-list-refresh
d-bis:feat/extraction-and-liquidity-improvement-pack
d-bis:feat/mainnet-cw-liquidity-and-exit-ops
d-bis:feat/gru-v2-full-mesh-ops-pack
d-bis:feat/chain138-aave-gmx-rollout-scaffolding
d-bis:feat/token-aggregation-aave-and-route-planning
1 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
25283c3eaf |
chore(submodules): move 4 SSH-URL submodules to HTTPS (Phase 3)
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 2m10s
Switch smom-dbis-138, metamask-integration, dbis_core, the-order from git@github.com: SSH URLs to https:// URLs so git submodule update --init works in HTTPS-only environments (CI containers, Devin agents, etc.). Per AGENTS.md, the canonical source is Gitea, so prefer gitea.d-bis.org where the currently-pinned commit is actually reachable: - smom-dbis-138 -> gitea.d-bis.org/d-bis/smom-dbis-138 (Gitea only) - metamask-integration -> gitea.d-bis.org/d-bis/metamask-integration (Gitea + GitHub) - dbis_core -> github.com/Order-of-Hospitallers/dbis_core (GitHub only; Gitea mirror lags) - the-order -> github.com/Order-of-Hospitallers/the-order-monorepo (no Gitea mirror) Reachability of each pinned commit verified 2026-04-18 via git ls-remote and shallow fetch. Documented the full remote-status matrix and follow-up migration candidates (dbis_core, the-order, omada-api, pr-workspace/*) in docs/00-meta/SUBMODULE_HYGIENE.md. No submodule pointers changed; this is remote-URL-only. Tracking: #1 Co-Authored-By: Nakamoto, S <defi@defi-oracle.io> |