-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #163 from LandRegistry/formatting
Formatting
- Loading branch information
Showing
53 changed files
with
2,049 additions
and
1,744 deletions.
There are no files selected for viewing
This file contains 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 |
---|---|---|
|
@@ -4,8 +4,8 @@ on: | |
pull_request: | ||
push: | ||
branches: | ||
- 'master' | ||
- 'develop' | ||
- "master" | ||
- "develop" | ||
|
||
jobs: | ||
build: | ||
|
This file contains 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 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 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 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 |
---|---|---|
|
@@ -2,5 +2,5 @@ services: {} | |
|
||
networks: | ||
default: | ||
name: 'dv_default' | ||
name: "dv_default" | ||
external: true |
This file contains 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,6 +1,6 @@ | ||
version: '3.7' | ||
version: "3.7" | ||
|
||
networks: | ||
default: | ||
name: 'dv_default' | ||
name: "dv_default" | ||
external: true |
This file contains 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,6 +1,6 @@ | ||
version: '2' | ||
version: "2" | ||
|
||
networks: | ||
default: | ||
name: 'dv_default' | ||
name: "dv_default" | ||
external: true |
This file contains 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,28 +1,28 @@ | ||
<!-- You can erase any questions in this template that are not applicable. --> | ||
|
||
* **I'm submitting a ...** | ||
- **I'm submitting a ...** | ||
|
||
* [ ] bug report | ||
* [ ] feature request | ||
* [ ] support request | ||
- [ ] bug report | ||
- [ ] feature request | ||
- [ ] support request | ||
|
||
* **What is the current behavior?** | ||
- **What is the current behavior?** | ||
_answer_ | ||
|
||
* **If the current behavior is a bug, what are the steps to reproduce?** | ||
- **If the current behavior is a bug, what are the steps to reproduce?** | ||
_answer_ | ||
|
||
* **What is the expected/proposed behavior?** | ||
- **What is the expected/proposed behavior?** | ||
_answer_ | ||
|
||
* **What is the motivation / use case for changing the behavior?** | ||
- **What is the motivation / use case for changing the behavior?** | ||
_answer_ | ||
|
||
* **Please tell us about your environment:** | ||
- **Please tell us about your environment:** | ||
|
||
* Common-dev-env version: | ||
* Operating system (and shell, if not the OS default): | ||
* Ruby version: | ||
- Common-dev-env version: | ||
- Operating system (and shell, if not the OS default): | ||
- Ruby version: | ||
|
||
* **Any other information _(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, etc)_:** | ||
- **Any other information _(e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, etc)_:** | ||
_answer_ |
This file contains 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,29 +1,29 @@ | ||
<!-- You can erase any questions or checklists in this template that are not applicable. --> | ||
|
||
* **What kind of change does this PR introduce (Bug fix, feature, docs update, ...)?** | ||
- **What kind of change does this PR introduce (Bug fix, feature, docs update, ...)?** | ||
_answer_ | ||
|
||
* **What is the current behavior?** | ||
- **What is the current behavior?** | ||
_answer (You can also just link to an open issue here)_ | ||
|
||
* **What is the new behavior (if this is a feature change)?** | ||
- **What is the new behavior (if this is a feature change)?** | ||
_answer_ | ||
|
||
* **Does this PR introduce a breaking change? If so, what actions will users need to take in order to regain compatibility?** | ||
- **Does this PR introduce a breaking change? If so, what actions will users need to take in order to regain compatibility?** | ||
_answer_ | ||
|
||
## Checklists | ||
|
||
### All submissions | ||
|
||
* [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document? | ||
* [ ] Is this PR targeting the `develop` branch, and the branch rebased with commits squashed if needed? | ||
* [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? | ||
- [ ] Have you followed the guidelines in our [Contributing](CONTRIBUTING.md) document? | ||
- [ ] Is this PR targeting the `develop` branch, and the branch rebased with commits squashed if needed? | ||
- [ ] Have you checked to ensure there aren't other open [Pull Requests](../../pulls) for the same update/change? | ||
|
||
<!-- You can erase the following part of this template if it's not applicable to your Pull Request. --> | ||
|
||
### New feature and bug fix submissions | ||
|
||
* [ ] Has your submission been tested locally? | ||
* [ ] Has documentation such as the [README](/README.md) been updated if necessary? | ||
* [ ] Have you linted your new code (using rubocop and markdownlint), and are not introducing any new offenses? | ||
- [ ] Has your submission been tested locally? | ||
- [ ] Has documentation such as the [README](/README.md) been updated if necessary? | ||
- [ ] Have you linted your new code (using rubocop and markdownlint), and are not introducing any new offenses? |
This file contains 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 @@ | ||
version: '3.7' | ||
version: "3.7" | ||
services: | ||
activemq: | ||
container_name: activemq | ||
|
This file contains 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 @@ | ||
version: '2' | ||
version: "2" | ||
services: | ||
activemq: | ||
container_name: activemq | ||
|
This file contains 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 @@ | ||
version: '3.7' | ||
version: "3.7" | ||
services: | ||
openldap: | ||
container_name: openldap | ||
|
This file contains 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 @@ | ||
version: '2' | ||
version: "2" | ||
services: | ||
openldap: | ||
container_name: openldap | ||
|
Oops, something went wrong.