63a5d9274bUpdate route to handle error when env names are duplicated
leigh-mil
2019-12-16 14:38:46 -05:00
812caf5d7dUpdate schema and create/update Environments domain methods to enforce environment name uniqueness within an application context.
leigh-mil
2019-12-16 11:02:18 -05:00
18cfffef46Merge branch 'staging' of github-DDS:dod-ccpo/atst into gi-updates-wo-20191216
Jay R. Newlin (PromptWorks)
2019-12-17 17:13:42 -05:00
4b5558be8dNew test to support others; doesn't run standalone
Jay R. Newlin (PromptWorks)
2019-12-17 17:06:04 -05:00
b270d0e4b0Update new portfolio layout
graham-dds
2019-12-17 16:10:21 -05:00
301fcd3f78New test to support others; doesn't run standalone
Jay R. Newlin (PromptWorks)
2019-12-17 15:33:39 -05:00
dd09f386feNew test to support others; doesn't run standalone
Jay R. Newlin (PromptWorks)
2019-12-17 14:48:28 -05:00
5c32879efbSuperseded by "Create New Application"
Jay R. Newlin (PromptWorks)
2019-12-17 14:16:20 -05:00
a227044ccfMerge pull request #1244 from dod-ccpo/reset-staging-db
dandds
2019-12-17 13:35:06 -05:00
9d282ee82aK8s cronjob for resetting the database on staging.
dandds
2019-12-12 11:27:41 -05:00
3a6120fb5aMerge pull request #1255 from robgil-dds/169163334-tf-docs
dandds
2019-12-16 16:55:20 -05:00
dbe24fdf91169163334 - Adds initial terraform documentation
Rob Gil
2019-12-16 10:46:47 -05:00
2f10900df1Renamed test
Jay R. Newlin (PromptWorks)
2019-12-16 16:28:57 -05:00
424dde31a3Merge pull request #1249 from dod-ccpo/app-name-uniqueness
leigh-mil
2019-12-16 15:34:57 -05:00
b927ef1b0eCreate utility function for the pattern of committing to the database or raising AlreadyExistsError
leigh-mil
2019-12-16 10:39:47 -05:00
afad5362a1Update name of UniqueContraint to include the table name
leigh-mil
2019-12-16 10:21:45 -05:00
ffbf612290Update route to catch error when app name uniqueness is violated and display a error message
leigh-mil
2019-12-13 16:08:22 -05:00
22dd5d7b85Add migration for enforcing uniqueness of an application name within a portfolio and update create/update Applicaiton domain methods.
leigh-mil
2019-12-13 14:49:39 -05:00
483b00a947Merge pull request #1256 from dod-ccpo/ci-fail-hard
dandds
2019-12-16 11:22:30 -05:00
3457f51d99CI script should fail hard.
dandds
2019-12-16 10:47:22 -05:00
11a30977cbMerge pull request #1252 from robgil-dds/terraform-codeowners
dandds
2019-12-16 11:02:48 -05:00
cc3863d926Merge pull request #1243 from dod-ccpo/staging
dandds
2019-12-16 10:54:46 -05:00
0480e71079Merge pull request #1254 from dod-ccpo/fix-csp-subscription-bug
dandds
2019-12-16 10:32:54 -05:00
1968d458dbDisplay names for subscriptions are passed to create_subscription.
dandds
2019-12-16 10:12:35 -05:00
1eef40a1cfMerge pull request #1253 from robgil-dds/169163334-keyvault
dandds
2019-12-16 09:23:18 -05:00
93f758b574Merge pull request #1251 from robgil-dds/169163334-postgres
dandds
2019-12-16 09:21:10 -05:00
3b05f9b830Adds rgil to keyvault access policy
Rob Gil
2019-12-15 16:24:44 -05:00
fd6bf723db169163334 - Enables KeyVault server in dev TF env
Rob Gil
2019-12-15 14:44:02 -05:00
b11dc849f3169163334 - Adds more variables to postgres TF module
Rob Gil
2019-12-15 13:19:32 -05:00
f104803b6d169163334 - Adds postgres module and configures dev to run pg
Rob Gil
2019-12-15 12:48:40 -05:00
4c6c414d00Merge pull request #1250 from robgil-dds/169163334-terraform-vpc
dandds
2019-12-16 09:18:07 -05:00
955a1c483b169163334 - Initial VPC TF and structure
Rob Gil
2019-12-12 11:58:31 -05:00
d3bced5b5dAdds CODEOWNERS file and configures terraform with an owner for approvals
Rob Gil
2019-12-15 13:02:52 -05:00
7ab04aa390Removed file rendered unnecessary by change in test strategy
Jay R. Newlin (PromptWorks)
2019-12-13 16:59:25 -05:00
3f824ccc41Merge pull request #1248 from dod-ccpo/gi-updates-wo-20191209
Jay R. Newlin (PromptWorks)
2019-12-13 16:56:09 -05:00
b5a008c070Merge branch 'staging' into gi-updates-wo-20191209
Jay R. Newlin (PromptWorks)
2019-12-13 16:40:37 -05:00
7530da6982Merge pull request #1245 from dod-ccpo/to-uniqueness
leigh-mil
2019-12-13 15:21:54 -05:00
f0505ee122Remove unused imports Use remove_empty_string filter for TaskOrderForm.number instead of declaring the data property Update display of TOs without a number
leigh-mil
2019-12-13 11:57:26 -05:00
78ef47f649Update TO route helper function to catch error and display flash message when a user tries to save a TO with an existing number. Update TaskOrderForm so that it converts empty string for number into None, this was causing an issue where new TOs were being saved with an empty string for the number, which violated the unique constraint.
leigh-mil
2019-12-12 14:21:30 -05:00
b49208ca57Remove unused imports and formatting, fake TaskOrder.invoiced_funds with hard coded percentage instead of random number
leigh-mil
2019-12-10 11:30:05 -05:00
e772a4b84bUse AccordionList macro on applications index page, remove duped class on task order index page
leigh-mil
2019-12-10 10:58:55 -05:00
ac8dd662d1Fake task order's expended funds, default task order start and end date to None, fix how task orders are sorted by status
leigh-mil
2019-12-06 16:26:09 -05:00
3fdde78531Set default text for TOs without a number
leigh-mil
2019-12-05 16:27:25 -05:00
e79b1d1524Create AccordionList macro and vue component to collapse multiple accordion components
leigh-mil
2019-12-05 16:22:20 -05:00
e32bad0d30Display TOs grouped by status
leigh-mil
2019-12-04 17:01:22 -05:00
a71ae3f6f0File removed; was renamed in Ghost Inspector last week
Jay R. Newlin (PromptWorks)
2019-12-11 16:59:21 -05:00
2af99da9cfMerge pull request #1232 from dod-ccpo/to-index-page-redesign
leigh-mil
2019-12-11 11:54:21 -05:00
d3f757c649Update test_for_user to make variables clearer and add in a test case that should not be included in the list returned. Use list comprehension in portfolio_applications route to get list of all environments for a user
leigh-mil
2019-12-11 10:35:42 -05:00