Skip to content

Commit 62a304e

Browse files
committed
Merge branch 'master' into VED-000-consistent-error-format
2 parents d441a4a + f8a0f1f commit 62a304e

1,012 files changed

Lines changed: 67649 additions & 72422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,8 @@ end_of_line = lf
1111
[Makefile]
1212
indent_style = tab
1313

14-
[*.{xml,js,json,yaml}]
14+
[*.{xml,js,json,yaml,yml}]
1515
indent_size = 2
1616

1717
[*.postman_collection.json]
1818
indent_style = tab
19-
20-
[*.yaml]
21-
trim_trailing_whitespace = false
22-
23-
[*.js]
24-
ij_javascript_force_semicolon_style = true
25-
ij_javascript_use_semicolon_after_statement = false
26-
27-
[*.md]
28-
trim_trailing_whitespace = false

.flake8

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,15 +24,17 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser: [e.g. chrome, safari]
29-
- Version: [e.g. 22]
27+
28+
- OS: [e.g. iOS]
29+
- Browser: [e.g. chrome, safari]
30+
- Version: [e.g. 22]
3031

3132
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser: [e.g. stock browser, safari]
35-
- Version: [e.g. 22]
33+
34+
- Device: [e.g. iPhone6]
35+
- OS: [e.g. iOS8.1]
36+
- Browser: [e.g. stock browser, safari]
37+
- Version: [e.g. 22]
3638

3739
**Additional context**
3840
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/dependabot.yml

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,17 @@ updates:
88
- package-ecosystem: "docker"
99
directories:
1010
- "/lambdas/ack_backend"
11-
- "/delta_backend"
12-
- "/filenameprocessor"
13-
- "/grafana/non-prod/docker"
14-
- "/mesh_processor"
15-
- "/recordprocessor"
11+
- "/lambdas/backend"
12+
- "/lambdas/batch_processor_filter"
13+
- "/lambdas/delta_backend"
14+
- "/lambdas/filenameprocessor"
15+
- "/lambdas/id_sync"
16+
- "/lambdas/mesh_processor"
17+
- "/lambdas/mns_publisher"
18+
- "/lambdas/recordforwarder"
19+
- "/lambdas/recordprocessor"
20+
- "/lambdas/redis_sync"
1621
- "/sandbox"
17-
- "/temporary_sandbox"
1822
schedule:
1923
interval: "daily"
2024
open-pull-requests-limit: 1
@@ -49,19 +53,22 @@ updates:
4953
- package-ecosystem: "pip"
5054
directories:
5155
- "/"
52-
- "/backend"
53-
- "/batch_processor_filter"
54-
- "/delta_backend"
55-
- "/e2e"
56-
- "/e2e_batch"
57-
- "/filenameprocessor"
58-
- "/mesh_processor"
59-
- "/recordprocessor"
56+
- "/lambdas/backend"
6057
- "/lambdas/ack_backend"
61-
- "/lambdas/redis_sync"
58+
- "/lambdas/batch_processor_filter"
59+
- "/lambdas/delta_backend"
60+
- "/lambdas/filenameprocessor"
6261
- "/lambdas/id_sync"
62+
- "/lambdas/mesh_processor"
6363
- "/lambdas/mns_subscription"
64+
- "/lambdas/mns_publisher"
65+
- "/lambdas/recordforwarder"
66+
- "/lambdas/recordprocessor"
67+
- "/lambdas/redis_sync"
6468
- "/lambdas/shared"
69+
- "/tests/e2e_automation"
70+
- "/tests/perf_tests"
71+
- "/quality_checks"
6572
schedule:
6673
interval: "daily"
6774
open-pull-requests-limit: 1
@@ -73,10 +80,10 @@ updates:
7380

7481
- package-ecosystem: "terraform"
7582
directories:
76-
- "/grafana/non-prod/terraform"
77-
- "/infra"
78-
- "/terraform"
79-
- "/terraform_aws_backup/**"
83+
- "/infrastructure/account"
84+
- "/infrastructure/instance"
85+
- "/infrastructure/mesh"
86+
- "/infrastructure/terraform_aws_backup/**"
8087
schedule:
8188
interval: "daily"
8289
open-pull-requests-limit: 1

.github/pull_request_template.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
## Summary
2-
* Routine Change
3-
* :exclamation: Breaking Change
4-
* :robot: Operational or Infrastructure Change
5-
* :sparkles: New Feature
6-
* :warning: Potential issues that might be caused by this change
72

8-
Add any other relevant notes or explanations here. **Remove this line if you have nothing to add.**
3+
- Routine Change
4+
- :exclamation: Breaking Change
5+
- :robot: Operational or Infrastructure Change
6+
- :sparkles: New Feature
7+
- :warning: Potential issues that might be caused by this change
98

9+
Add any other relevant notes or explanations here. **Remove this line if you have nothing to add.**
1010

1111
## Reviews Required
12-
* [x] Dev
13-
* [ ] Test
14-
* [ ] Tech Author
15-
* [ ] Product Owner
1612

13+
- [x] Dev
14+
- [ ] Test
15+
- [ ] Tech Author
16+
- [ ] Product Owner
1717

1818
## Review Checklist
19+
1920
:information_source: This section is to be filled in by the **reviewer**.
2021

21-
* [ ] I have reviewed the changes in this PR and they fill all or part of the acceptance criteria of the ticket, and the code is in a mergeable state.
22-
* [ ] If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
23-
* [ ] I have ensured the changelog has been updated by the submitter, if necessary.
22+
- [ ] I have reviewed the changes in this PR and they fill all of the acceptance criteria of the ticket.
23+
- [ ] If there were infrastructure, operational, or build changes, I have made sure there is sufficient evidence that the changes will work.
24+
- [ ] If there were changes that are outside of the regular release processes e.g. account infrastructure to setup, manual setup for external API integrations, secrets to set, then I have checked that the developer has flagged this to the Tech Lead as release steps.
25+
- [ ] I have checked that no Personal Identifiable Data (PID) is logged as part of the changes.

0 commit comments

Comments
 (0)