Skip to content

[GOVCMSD11-479] Updated lagoon_search_update_8101(). - #403

Open
sonnykt wants to merge 11 commits into
11.x-developfrom
feature/GOVCMSD11-479
Open

[GOVCMSD11-479] Updated lagoon_search_update_8101().#403
sonnykt wants to merge 11 commits into
11.x-developfrom
feature/GOVCMSD11-479

Conversation

@sonnykt

@sonnykt sonnykt commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

No description provided.

sonnykt and others added 11 commits July 8, 2026 15:55
[GOVCMS-15296] Upgraded govcms_akamai_purge module to 2.2.5.
…rides

Mirror the existing CONFIG_DEV_DIR pattern with a new optional
CONFIG_LOCAL_DIR (default /app/config/local). Apply it as an additional
`drush config:import --partial` step only when LAGOON_ENVIRONMENT_TYPE=local
AND the directory contains importable YAML.

Final overlay order:
  1. config/default/  (always, full import)
  2. config/dev/      (any non-production env, partial)
  3. config/local/    (local env only, partial) - new

This lets site projects place shield.settings.yml (and any other
local-only overrides) under config/local/ to keep shield disabled on
developers' machines without weakening it on public Lagoon dev/staging
URLs. The new code path is fully opt-in: no-op when config/local/ is
absent, never reached on remote Lagoon environments.

Adds four bats test cases covering:
- local env with all three dirs (asserts ordering and partial flag)
- local env with no local dir (asserts no third import call)
- development env with local dir present (regression guard for the
  local-only gate)
- production env with local dir present (only default import runs)
…-overlay

feat(deploy): add CONFIG_LOCAL_DIR overlay for local-only config

[GOVCMS-14851]
[GOVCMSD11-567] DBlog error fix for HTTPAV.
…e-d11

[GOVCMS-14902] Update to httpav 1.3.3 to properly disable scanning
@sonnykt
sonnykt requested a review from yusufhm July 27, 2026 07:17
@sonnykt sonnykt self-assigned this Jul 27, 2026
@sonnykt sonnykt added the Needs review Pull requests needs a review from assigned developers label Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs review Pull requests needs a review from assigned developers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants