[GOVCMSD11-479] Updated lagoon_search_update_8101(). - #403
Open
sonnykt wants to merge 11 commits into
Open
Conversation
[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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.