-
-
Notifications
You must be signed in to change notification settings - Fork 29
[#3100] Shipped 'drupal/fast_404', corrected its settings guard and covered it with tests. #3101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
1db018c
[#3100] Corrected the contrib path guard in 'settings.fast404.php' an…
AlexSkrypnyk cc8b56c
Updated snapshots.
AlexSkrypnyk b8726b2
Addressed code review: asserted that the settings file calls 'fast404…
AlexSkrypnyk ad9f4d0
Updated snapshots.
AlexSkrypnyk afcc136
Asserted that 'fast_404' serves the configured error page and dropped…
AlexSkrypnyk e9ede1f
Updated snapshots.
AlexSkrypnyk cc39306
Shipped 'drupal/fast_404' and renamed its settings file to match the …
AlexSkrypnyk 847311c
Synced the installer discovery stub and the docs dictionary with the …
AlexSkrypnyk 178735e
Updated snapshots.
AlexSkrypnyk d051468
Fenced the Fast 404 test block so deselecting the module removes it.
AlexSkrypnyk ab30f36
Updated snapshots.
AlexSkrypnyk 764adcf
Kept the PHPUnit attribute imports and fenced them ahead of the unfen…
AlexSkrypnyk fe10aa0
Updated snapshots.
AlexSkrypnyk b43b12d
Stopped the preboot handler intercepting 'robots.txt' and the private…
AlexSkrypnyk 34b0be4
Updated snapshots.
AlexSkrypnyk f8b9489
Spelled out the Fast 404 settings in every baseline and dropped 'fast…
AlexSkrypnyk e19fcf8
Updated snapshots.
AlexSkrypnyk 89d5fc0
Addressed code review: asserted that Drupal serves the 'robots.txt' c…
AlexSkrypnyk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,6 +75,7 @@ | |
| "phpcompatibility", | ||
| "phpspec", | ||
| "phpstorm", | ||
| "preboot", | ||
| "pyrech", | ||
| "redis", | ||
| "renovatebot", | ||
|
|
||
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...ures/handler_process/ciprovider_circleci/tests/phpunit/Drupal/EnvironmentSettingsTest.php
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| @@ -356,9 +356,9 @@ | ||
| @@ -403,9 +403,9 @@ | ||
| } | ||
|
|
||
| /** | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
.../code_coverage_provider_codecov_circleci/tests/phpunit/Drupal/EnvironmentSettingsTest.php
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| @@ -356,9 +356,9 @@ | ||
| @@ -403,9 +403,9 @@ | ||
| } | ||
|
|
||
| /** | ||
|
|
||
2 changes: 1 addition & 1 deletion
2
...installer/tests/Fixtures/handler_process/custom_modules_search_without_solr/composer.json
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.