Skip to content

Commit

Permalink
Merge pull request #21 from DTS-STN/develop
Browse files Browse the repository at this point in the history
Merge develop to main
  • Loading branch information
JeremyKennedy authored Dec 14, 2021
2 parents 79657ff + 9fe696a commit e9d06a9
Show file tree
Hide file tree
Showing 54 changed files with 2,203 additions and 1,593 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
target-branch: 'develop'
2 changes: 1 addition & 1 deletion .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

### Success Criteria

### Addtional Notes
### Additional Notes
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ List of proposed changes:

### What to test for/How to test

### Addtional Notes
### Additional Notes
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions .idea/eligibility-estimator.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/jsLibraryMappings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/prettier.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations/Jest__API_Tests.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations/npm__dev.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations/npm__reformat.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/scopes/Backend.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .teamcity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In order to deploy with TeamCity, two approaches can be taken.

1. You can configure everthing from the TC UI, however, it is easier but not recommended compared to the second option.
1. You can configure everything from the TC UI, however, it is easier but not recommended compared to the second option.
2. Taking the Configuration as Code approach allows developers to edit the deployment configurations from teh code. Thus enabling programmers to create Pull Requests for reviews. In addition, configuration as code enables more flexibility.

The files in the current folder `.teamcity` are an example of what it would look like for an application called single-tier-application.
2 changes: 1 addition & 1 deletion __tests__/pages/api/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
CalculationInput,
ResponseError,
ResponseSuccess,
} from '../../../utils/api/types'
} from '../../../utils/api/definitions/types'

interface MockResponseObject<T extends ResponseSuccess | ResponseError> {
status: number
Expand Down
Loading

1 comment on commit e9d06a9

@vercel
Copy link

@vercel vercel bot commented on e9d06a9 Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.