graham-dds
33e82bfb83
Allow markup in
...
Alert title
2019-10-14 10:10:22 -04:00
graham-dds
5a16af8cbb
Switch up buttons on new app provisioning, step 1
...
- change cancel button to a link
- add disabled previous button
2019-10-14 10:10:22 -04:00
leigh-mil
250b6755aa
Merge pull request #1104 from dod-ccpo/modal-styling-update
...
Modal styling update
2019-10-14 09:44:59 -04:00
dandds
e3111af45e
Allow DEBUG mode in CI.
2019-10-11 13:15:31 -04:00
dandds
05c84877dd
Add k8s config for adding Fluentd and piping logs to CloudWatch.
...
With this configuration, all Kubernetes logs within the ATAT cluster
will be sent to AWS CloudWatch.
Note that this requires applying an additional IAM policy to the worker
nodes' role.
2019-10-11 12:54:50 -04:00
dandds
bbd0ffe1a9
Kubernetes configuration to allow Azure Monitor to collect logs.
...
With this additional ClusterRole and ClusterRoleBinding, Azure Monitor
will receive the aggregate logs from our application containers.
2019-10-11 11:24:53 -04:00
leigh-mil
10c16cc4ef
Send email after environment is provisioned
2019-10-10 09:45:01 -04:00
leigh-mil
d7c5056a35
Remove unnecessary styling on links
2019-10-09 15:24:06 -04:00
leigh-mil
f1f66af961
Change style of usa-input__title to normal font weight, remove repetitive css for styling usa-input__title
2019-10-09 15:23:41 -04:00
leigh-mil
a72b48b84c
Remove unused css class
2019-10-09 13:08:35 -04:00
leigh-mil
572c2e7604
Standardize styling for hr elements and remove custom hr styling and classes that were no longer needed.
...
Fix styling on a few hr elements that looked wrong after global style was applied
2019-10-09 13:07:52 -04:00
richard-dds
92acf3168e
Merge pull request #1108 from dod-ccpo/delete-user-task
...
Delete CSP users
2019-10-09 11:32:00 -04:00
richard-dds
95b33ac33d
Add beat task for dispatch_delete_user
2019-10-09 09:57:50 -04:00
leigh-mil
c7841d4388
Update styling on revoke invite modal
2019-10-08 17:06:51 -04:00
leigh-mil
7a778dd1dd
Fix styling for resend invite modal
2019-10-08 17:06:36 -04:00
leigh-mil
ec593fbd42
Fix margin below hr
2019-10-08 16:47:46 -04:00
leigh-mil
04ebb863f1
Add class to edit member perms modal so it has same styling as add new member modal
2019-10-08 16:43:15 -04:00
richard-dds
30f5f0292f
Update js templates
2019-10-08 16:42:25 -04:00
richard-dds
41b09b9cc8
Fix migration path
2019-10-08 16:42:25 -04:00
richard-dds
0c480ccc41
Fix tests
2019-10-08 16:42:25 -04:00
richard-dds
ed7bc33e44
Set deleted flag in do_delete_user
2019-10-08 16:42:25 -04:00
richard-dds
274ff9fbbf
Trigger environment_role deletion
2019-10-08 16:42:25 -04:00
richard-dds
78c4949776
Move sqlalchemy_dumps to atst.utils.json
2019-10-08 16:42:25 -04:00
richard-dds
343e989de8
Update comments
2019-10-08 16:42:25 -04:00
richard-dds
31d2380afc
Clean up migration
2019-10-08 16:42:25 -04:00
richard-dds
2ad30b5fa4
Implement dispatch_delete_user job
2019-10-08 16:42:25 -04:00
richard-dds
00f76ae5af
Add delete user job
2019-10-08 16:42:25 -04:00
leigh-mil
c9c7c3a1b5
Fix add portfolio member modal
2019-10-08 16:31:01 -04:00
leigh-mil
b21bc5a69f
Update test templates
2019-10-08 16:30:28 -04:00
leigh-mil
4c865c8c66
Style cancel link in multi-step modals
2019-10-08 16:30:28 -04:00
leigh-mil
5482973fdd
Delete unused classes
2019-10-08 16:30:28 -04:00
leigh-mil
cf42bfbbda
Remove text from dismiss modal button
2019-10-08 16:30:28 -04:00
leigh-mil
fe29b5d838
Low-fi update of multi-step modals to fix styling
2019-10-08 16:30:28 -04:00
leigh-mil
7a4c26419f
Low-fi update of modals to fix styling
2019-10-08 16:30:28 -04:00
leigh-mil
52d16017c3
Update styling for modal macro and add notes about what classes to use to maintain styling
2019-10-08 16:28:25 -04:00
leigh-mil
f877b0a1d8
Merge pull request #1099 from dod-ccpo/resend-invite
...
Resend invite
2019-10-08 16:27:56 -04:00
leigh-mil
12aad96899
hard code initial invite email
2019-10-08 16:16:34 -04:00
leigh-mil
ce4ef37776
Add class to resend invite modal so styling is applied
2019-10-08 16:16:34 -04:00
leigh-mil
2455ef14f2
use kwargs when calling macro
2019-10-08 16:10:46 -04:00
leigh-mil
1a809418b1
Refactor out duplicate dictionary
2019-10-08 16:10:46 -04:00
leigh-mil
13bc830536
Add update invite form to settings page and move user info page of member form into its own macro
2019-10-08 16:10:46 -04:00
leigh-mil
4d043363a7
Create route for resending an app invite
...
Replace ApplicationInvitations._update_status() with revoke() because multiple functions used _update_status() and it was causing app roles to be disabled when they shouldn't have. Now app roles are disabled within the revoke function.
Updated Invitations.resend() to accept user details so the invite info
can be changed in the new invite
2019-10-08 15:59:16 -04:00
leigh-mil
bb6d656def
Merge pull request #1106 from dod-ccpo/clin-errors-contract-dates
...
PoP Range error message
2019-10-08 15:39:34 -04:00
graham-dds
0870959477
Merge pull request #1107 from dod-ccpo/multistep-app-provisioning-design-tweaks
...
Multistep app provisioning design tweaks
2019-10-08 13:34:25 -04:00
graham-dds
f57ee99328
New app step 2 template rendering: specify kwargs
2019-10-08 13:15:28 -04:00
graham-dds
c803438e94
Roll back Projects to Applications in translations
2019-10-08 13:15:28 -04:00
graham-dds
b3467a1722
app provisioning Step 3 changes
...
- rearrange markup in the template
- include text from translations
2019-10-08 13:15:28 -04:00
graham-dds
8eda056327
Revamp the app members table
...
- remove some of the custom styles in the page-specific style sheet.
Instead, try to rely on default USWDS styles as much as possible.
- tweak a few values in the tables stylesheet
- move some markup around in the members template
2019-10-08 13:15:28 -04:00
graham-dds
0632c16968
Move "add environment " link to bottom of section
...
- this makes things more consistent with the new application flow
2019-10-08 13:15:28 -04:00
graham-dds
7a62133bc3
Minor adjustments new application flow step 2
...
- rearrange markup
- add previous and cancel button
2019-10-08 13:15:28 -04:00