dandds
49f5edfe29
new workspace members are provisional until they log in for the first time
2018-10-31 10:21:48 -04:00
dandds
8f146b2fee
break out expiration method in Invitations domain
2018-10-31 10:21:48 -04:00
leigh-mil
370b037d99
Create route for accepting an invite
2018-10-31 10:21:48 -04:00
leigh-mil
1c444c726c
When new member is added, an invite is sent to the new member
2018-10-31 10:21:48 -04:00
dandds
b8fc92cd14
basic invitation model with domain class
2018-10-31 10:21:48 -04:00
dandds
2a333a5f2c
Merge pull request #413 from dod-ccpo/requests-update
...
update requests
2018-10-30 16:32:21 -04:00
montana-mil
d696acbaa4
Merge pull request #414 from dod-ccpo/fix-single-quote-env-name
...
Fix Environment Name Render Issue with Apostrophes
2018-10-30 11:57:36 -04:00
dandds
a85c475642
update requests
2018-10-30 11:29:27 -04:00
Montana
f265eeb7f7
Use a safer name for Modal to avoid apostrophe issues
2018-10-30 10:01:45 -04:00
andrewdds
1619a0a358
Merge pull request #410 from dod-ccpo/fix-project-name
...
Fix project name
2018-10-29 16:40:40 -04:00
Andrew Croce
93ddde599d
use the existing template filter
2018-10-29 15:28:55 -04:00
Andrew Croce
125f482475
Remove unnecessary global template function
2018-10-29 15:28:44 -04:00
Andrew Croce
6746e63a2c
remove string filter
2018-10-29 12:28:18 -04:00
Andrew Croce
c97ee041cc
format
2018-10-29 12:25:44 -04:00
Andrew Croce
eefc327193
use project ID to form the modal name
2018-10-29 12:16:40 -04:00
Andrew Croce
60a5ec80a2
add global template function for string casting
2018-10-29 12:16:13 -04:00
leigh-mil
4d18656164
Merge pull request #409 from dod-ccpo/remove-edit-acct-link-#161022031
...
Add conditional logic to show Edit Account link
2018-10-29 10:48:55 -04:00
richard-dds
09d3f33908
Merge pull request #387 from dod-ccpo/save-finver-draft
...
Save Financial Verification Draft
2018-10-29 10:26:30 -04:00
leigh-mil
20c50ebbfa
Update link href
2018-10-29 09:44:43 -04:00
leigh-mil
3d4e8f4088
Add conditional logic to show Edit Account link
2018-10-26 15:33:19 -04:00
richard-dds
c70720d66f
Save TO as soon as we get a number
2018-10-26 11:12:55 -04:00
patricksmithdds
c8dd49e8fc
Merge pull request #407 from dod-ccpo/deploy-worker-simpler
...
Deploy RQ worker
2018-10-26 10:21:50 -04:00
Patrick Smith
e177fe0037
Add REQUIRE_CRLS to config parser
2018-10-26 10:11:03 -04:00
richard-dds
afa4743eec
A task order from EDA should trigger an automatic approval
2018-10-25 16:49:03 -04:00
Patrick Smith
f5a1d94061
Update deployed worker image in deployment script
2018-10-25 16:27:05 -04:00
Patrick Smith
3b2ed4f0a2
Update deployed image, again
2018-10-25 16:27:05 -04:00
Patrick Smith
3d26303221
Update deployed image
2018-10-25 16:27:05 -04:00
Patrick Smith
414e3cf001
Lower memory requirement for worker pod
2018-10-25 16:27:05 -04:00
Patrick Smith
73d8df8fe6
Add REQUIRE_CRLS env variable to allow skipping loading CRLs
2018-10-25 16:27:05 -04:00
Patrick Smith
403d6cd790
Add deployment for worker to k8s config
2018-10-25 16:00:12 -04:00
Patrick Smith
be632e0d4a
Drop -circleci from generated image names
2018-10-25 15:58:09 -04:00
Patrick Smith
3a442b47e7
Add script to run RQ worker process
2018-10-25 15:56:19 -04:00
dandds
7f2442a24f
Merge pull request #402 from dod-ccpo/crl-cron-job
...
cronjob config for syncing CRLs
2018-10-25 10:33:30 -04:00
richard-dds
5c4c361395
Formatting
2018-10-25 10:27:29 -04:00
richard-dds
e9588221e7
Merge pull request #394 from dod-ccpo/revoke-member-access
...
Revoke members' environment access
2018-10-25 10:26:36 -04:00
dandds
9ca469c28a
restore original dockerfiles
2018-10-25 10:17:58 -04:00
patricksmithdds
7f8d68fd22
Merge pull request #404 from dod-ccpo/fix-create-project
...
Fix project creation
2018-10-25 09:46:14 -04:00
Patrick Smith
880d40d5ec
Use hidden input to track environment names
...
Since we're using ally.js for modals, when the modal is open, other
elements are disabled. Since the form is submitted when the "Create"
button is clicked and browsers do not submit disabled form fields, the
form was not submitting environment names when creating a project.
This workaround creates hidden inputs to track the environment names.
Since they're hidden, they are not disabled by ally.js, so the fields
are properly submitted.
This should be the only form affected, since this is the only form
submitted via a modal button.
2018-10-24 16:39:21 -04:00
dandds
d8ea3f71c6
make sure cronjob is part of alpine setup
2018-10-24 12:53:32 -04:00
richard-dds
a31d285f17
Requests pending CCPO apprval should not be given workspaces
2018-10-24 12:17:43 -04:00
dandds
60cc49275b
update circle ci build config
2018-10-24 11:21:22 -04:00
richard-dds
9bb77208e2
Fix radio buttons so they properly track the selected role
2018-10-24 11:19:03 -04:00
Patrick Smith
c7471f9e8b
Use global events to revoke env access
2018-10-24 11:19:03 -04:00
richard-dds
cd9ae2c928
Allow roles to be revoked many times
2018-10-24 11:19:03 -04:00
richard-dds
783b47b2f7
Fix indentation
2018-10-24 11:19:03 -04:00
richard-dds
3ec786b632
Move modal so it doesn't shift the DOM
2018-10-24 11:17:44 -04:00
richard-dds
94fe8b8d7f
Fixes
2018-10-24 11:17:44 -04:00
richard-dds
1271abae00
Fix linting error
2018-10-24 11:17:44 -04:00
richard-dds
c69b7caffc
Formatting
2018-10-24 11:17:44 -04:00
richard-dds
0f6fee9909
Add test for removing env role in update_environment_roles
2018-10-24 11:17:44 -04:00