dandds
dc5ac2acc7
Merge branch 'staging' into dev-tenant
2020-02-10 09:46:32 -05:00
dandds
35e33f94c6
Merge pull request #1386 from dod-ccpo/move-tf
...
Move Terraform config to its own repo.
2020-02-09 16:45:25 -05:00
dandds
98d932c4dc
Merge branch 'staging' into move-tf
2020-02-09 16:17:19 -05:00
dandds
0142151558
Database user needs to own tables and sequences.
...
This change allows the newly made database user to apply migrations.
It also includes a very Azure-specific change. Say we have an Azure
Postgres database user "root", which is the user making the database
connections for this script, and it is creating an "atat" user/role.
That root user will be a member of the azure_pg_admin group. In order
for root to change the ownership of the tables in the database to
atat, it needs to have membership in the atat role. To achieve this we
grant azure_pg_admin the atat role.
2020-02-09 10:40:46 -05:00
dandds
46643f7f41
Config for JEDI dev cluster.
...
- Transition to VMSS identity for flexvol
- Update some environment variables for cloudzero dev
- Overlay for applying migrations
- Updates to disable CDN, which will not be available
- Removes CronJob for resetting the database; don't need that in this
cluster for now.
2020-02-08 15:06:43 -05:00
dandds
c6cfb99dee
Merge pull request #1401 from dod-ccpo/ca-store
...
Update CAs in the container.
2020-02-07 15:57:53 -05:00
dandds
1ef0671158
Update CAs in the container.
...
In order for the app to make > TLS 1.2 connections to Redis, we need to
update the local certificate store in the container.
2020-02-07 12:48:44 -05:00
leigh-mil
da283e4615
Merge pull request #1397 from dod-ccpo/171114893-pdf-bug
...
PDF download bug
2020-02-07 09:30:33 -05:00
dandds
376774b6e8
Merge branch 'staging' into 171114893-pdf-bug
2020-02-07 08:31:49 -05:00
dandds
f297cd8c2f
Merge pull request #1399 from dod-ccpo/171142818-fix-portfolio-validations
...
Update portfolio and application validators
2020-02-07 08:29:53 -05:00
dandds
f4715fde95
Merge branch 'staging' into 171142818-fix-portfolio-validations
2020-02-07 06:46:24 -05:00
dandds
7e890345fe
Merge branch 'staging' into 171114893-pdf-bug
2020-02-07 06:29:22 -05:00
dandds
960351fa3a
Merge pull request #1395 from dod-ccpo/171009912-fix-spacing-on-forms
...
Fix spacing at the bottom of forms
2020-02-07 06:29:03 -05:00
dandds
21decca4e3
Merge branch 'staging' into 171114893-pdf-bug
2020-02-07 05:15:10 -05:00
dandds
ee9a8bc790
Merge branch 'staging' into 171009912-fix-spacing-on-forms
2020-02-07 05:11:47 -05:00
leigh-mil
9c460927e1
Merge pull request #1392 from dod-ccpo/170897424-fix-error-pages
...
Bugfix - 404 errors for non-existent pages
2020-02-06 19:19:25 -05:00
leigh-mil
589646fd90
Allow commas and quotes in portfolio and application names. Create input validator for application names.
2020-02-06 19:07:11 -05:00
leigh-mil
16342c2162
Merge branch 'staging' into 170897424-fix-error-pages
2020-02-06 17:50:51 -05:00
leigh-mil
644d86582e
Save Attachment object_name when uploading PDFs in the TO builder
2020-02-06 17:34:56 -05:00
leigh-mil
39f8e4ce9c
Fix generatte_download_link() -- Use BlockBlobService and BlobPermissions
2020-02-06 17:34:56 -05:00
leigh-mil
e744fddbf9
Merge pull request #1382 from dod-ccpo/add-celery-job-for-sending-tos
...
Add celery job for sending Task Orders
2020-02-06 16:11:35 -05:00
leigh-mil
c76ee1546d
Merge branch 'staging' into add-celery-job-for-sending-tos
2020-02-06 14:27:16 -05:00
leigh-mil
a76f61eb2a
Check if view_args is not None to prevent KeyError
2020-02-06 14:08:30 -05:00
leigh-mil
a379074ebf
add form class which adds margin-bottom to offset the action-group-footer height
2020-02-06 13:55:05 -05:00
leigh-mil
903f5ca33b
Add todo about fixing tests
2020-02-06 13:07:46 -05:00
leigh-mil
b2da9de040
Log error when sending email fails. Wrap recipients in a list instead of putting the logic inside Mailer _build_message().
2020-02-06 13:07:46 -05:00
leigh-mil
0f69a48bbe
Refactor to catch errors and not update TaskOrder.pdf_last_sent_at unless the email has been sent. Add tests for failure cases
2020-02-06 13:07:46 -05:00
leigh-mil
0af29f485e
Add celery task for finding unsent TO and sending them to Microsoft
2020-02-06 13:07:46 -05:00
leigh-mil
4c3de07684
Merge pull request #1394 from dod-ccpo/fix-ghost
...
Fix ghost
2020-02-06 12:58:52 -05:00
leigh-mil
6ec9fb34f9
Add query for finding Task Orders that have not been sent to MS or that have been updated.
2020-02-06 12:04:13 -05:00
leigh-mil
03d6e7c21a
Add column to clins for last_sent_at and column to task_orders for pdf_last_sent_at
2020-02-06 12:04:13 -05:00
leigh-mil
2c8f4eeaa0
Add Environment property is_pending back because it is used in the UI to display the "Pending Creation" tag
2020-02-06 11:03:04 -05:00
dandds
406c2af811
Merge pull request #1369 from dod-ccpo/environment-mgmt-grp-provisioning
...
Environment Management Group Provisioning
2020-02-06 05:15:20 -05:00
tomdds
05f4ef8cb6
Merge branch 'staging' into environment-mgmt-grp-provisioning
2020-02-05 14:52:15 -05:00
tomdds
13aca270ca
Remove unused code in both the cloud interfaces and environment models. Also add tests for some untested code in the cloud interface.
2020-02-05 14:48:54 -05:00
leigh-mil
c1055e3e78
Merge pull request #1385 from dod-ccpo/revoke-portfolio-invite-success-message
...
Alert for revoking an invite
2020-02-05 11:30:11 -05:00
leigh-mil
e66605ff4a
Merge branch 'staging' into revoke-portfolio-invite-success-message
2020-02-05 10:46:03 -05:00
leigh-mil
9869fd3e5d
Merge pull request #1391 from dod-ccpo/fix-max-width
...
Fix max width
2020-02-05 10:44:50 -05:00
leigh-mil
155a4c1a42
Merge branch 'staging' into fix-max-width
2020-02-05 10:11:41 -05:00
tomdds
aaa4b401b5
Fix LGTM issues
2020-02-04 17:42:08 -05:00
tomdds
350e648beb
Added tests for get and set secret
2020-02-04 17:39:31 -05:00
tomdds
e702c42fa5
Merge branch 'staging' into environment-mgmt-grp-provisioning
2020-02-04 17:05:24 -05:00
graham-dds
d305ea487d
Merge pull request #1390 from dod-ccpo/reporting-integration
...
Add cloud method to get reporting data
2020-02-04 16:48:52 -05:00
tomdds
4d11f7217e
Add missing test for create_principal_admin_role
2020-02-04 16:43:06 -05:00
tomdds
9d5918d618
Add exception for problems with secrets
2020-02-04 16:42:18 -05:00
leigh-mil
6cf39ca1e4
Set max width on new portfolio form
2020-02-04 16:13:07 -05:00
leigh-mil
e7487aa114
Set max width on ccpo admin pages
2020-02-04 16:13:07 -05:00
leigh-mil
68c7a70082
Set max width on error page and include Last login on error page
...
- Updated error_base template so that it contained the Root Vue component, which was the reason that the last login was not previously displaying
- Deleted unused css
- Created css variable max-page-width for use on the error page, topbar, and other full width elements
2020-02-04 16:13:07 -05:00
leigh-mil
a6e7dfda13
Apply .action-group-footer updates to the New application builder
2020-02-04 16:13:07 -05:00
leigh-mil
eeb174af35
Set max width for alerts and delete unused classes
2020-02-04 16:13:07 -05:00