dandds
d7478e322a
Use Celery instead of RQ.
...
Celery provides a more robust set of queueing options for both tasks and
worker processes. Updates include:
- infrastructure necessary to run Celery, including celery entrypoint
- backgrounded functions are now imported directly from atst.jobs
- update tests as-needed
- update kubernetes worker pod command
2019-08-29 09:33:47 -04:00
dandds
b7f8152cc1
Merge pull request #1038 from dod-ccpo/raise-session-limit
...
Raise default session lifetime to 30 minutes.
2019-08-22 14:23:27 -04:00
dandds
5f0ff137d3
Raise default session lifetime to 30 minutes.
2019-08-21 14:44:55 -04:00
dandds
a5de7d8122
Merge pull request #1037 from dod-ccpo/quick-vue-fix
...
Fix Vue bug in CCPO new user confirmation.
2019-08-21 13:32:33 -04:00
tomdds
650deb6f34
Merge pull request #1035 from dod-ccpo/new-user-dev-readme
...
Add documentation for dev new user endpoint to README
2019-08-21 13:17:58 -04:00
dandds
cc689a7e39
Fix Vue bug in CCPO new user confirmation.
...
The submit button for the page contained a Vue directive, but the button
is not nested in an appropriate Vue component. The directive and
associated behavior are unnecessary in this case, so I removed the
directive.
2019-08-21 13:04:35 -04:00
tomdds
c979c62228
Document dod_id dev login path
2019-08-21 10:22:50 -04:00
tomdds
87a03b7380
Add documentation for dev new user endpoint to README
2019-08-21 10:22:50 -04:00
dandds
31f36b46ee
Merge pull request #1036 from dod-ccpo/fix-crl-tests
...
Fix more tests broken by expiring CRL.
2019-08-21 09:42:33 -04:00
dandds
caa633c3db
Fix more tests broken by expiring CRL.
...
There are still a few tests that rely on physical certificate files.
These are slightly more complicated to replace with pytest fixtures.
Updated the script for generating a CRL chain so that the CRL is good
for roughly ten years and regenerated the certs and CRL.
2019-08-21 05:47:54 -04:00
dandds
9578670ade
Merge pull request #1034 from dod-ccpo/ie11-modal-fix
...
Center modals in ie11
2019-08-20 09:32:45 -04:00
leigh-mil
0cbd971c11
Merge pull request #1032 from dod-ccpo/dont-include-last-login-update-in-auditlog
...
Do not create AuditEvent if updating the User.last_login
2019-08-19 11:26:36 -04:00
leigh-mil
6c29566383
add align-items so modals are centered in ie11
2019-08-19 11:19:59 -04:00
leigh-mil
96a2520e0c
Don't use domain methods in tests
2019-08-19 10:39:16 -04:00
richard-dds
a6f925e080
Merge pull request #1030 from dod-ccpo/file-upload-fixes
...
File upload fixes
2019-08-19 10:36:10 -04:00
leigh-mil
491b7c76ab
Merge pull request #1029 from dod-ccpo/validation-on-admin-pages
...
Remove validation icons on app settings and portfolio admin pages
2019-08-19 10:35:14 -04:00
leigh-mil
666f237002
Update text input vue component so that it only shows the validation icon on mount when the form is not a form that is inset into a page
2019-08-19 10:28:20 -04:00
leigh-mil
2776926dea
Move custom audit log logic into the User class
2019-08-19 10:25:26 -04:00
richard-dds
64b2f206cb
Update the copy displaying the PDF size limit
2019-08-19 10:14:42 -04:00
leigh-mil
75ab8436b0
Merge pull request #1027 from dod-ccpo/ie11-fix-add-ccpo-user
...
Render new CCPO user form in IE11
2019-08-19 09:44:34 -04:00
leigh-mil
725a45aea7
Merge pull request #1026 from dod-ccpo/team-settings-styling
...
Styling Bugs
2019-08-19 09:44:14 -04:00
leigh-mil
1efe9cb5e4
Merge pull request #1023 from dod-ccpo/csp-links
...
Env roles bug fix
2019-08-19 09:43:54 -04:00
dandds
156025fb46
Merge pull request #1024 from dod-ccpo/167299614-deleted-app
...
Application members should not see deleted applications.
2019-08-19 05:38:58 -04:00
leigh-mil
0d6f7aa3cc
Do not create AuditEvent if updating the User.last_login
2019-08-16 16:41:58 -04:00
Jay R. Newlin (PromptWorks)
4ea77c89e5
Merge pull request #1031 from dod-ccpo/readme-fix-entr
...
URL changed for the entr tool
2019-08-16 15:54:29 -04:00
leigh-mil
4a54602cc6
Merge pull request #1025 from dod-ccpo/center-modals
...
Center all modals
2019-08-16 15:27:31 -04:00
Jay R. Newlin (PromptWorks)
e4ce9d02e4
URL changed for the entr tool
2019-08-16 15:13:22 -04:00
leigh-mil
ecedb319d7
Merge pull request #1028 from dod-ccpo/disabled-save-button-functionality
...
Use Disabled save button functionality across the site
2019-08-16 14:00:00 -04:00
richard-dds
9b7186c94f
Formatting
2019-08-16 13:49:50 -04:00
richard-dds
db73a12e95
Limit size of uploaded files
2019-08-16 13:30:03 -04:00
leigh-mil
afb35b9b22
SaveButton on forms should stay disabled until the form is valid
2019-08-16 08:51:43 -04:00
leigh-mil
2fd148eda8
Use SaveButton macro and base-form vue component on app settings page
...
Use common translations for save button
2019-08-16 08:34:45 -04:00
leigh-mil
a942b5f172
Use base-form and SaveButton
2019-08-15 15:41:07 -04:00
richard-dds
7f477ec034
Fix "request entity too large" when uploading TO PDF
...
Do this by setting disabled="true" on the file input element after
selecting the file, and re-enabling it if the file is removed. This
prevents the file from actually being sent to the server, since we're
not using it there anyway.
2019-08-15 14:47:19 -04:00
leigh-mil
4660bc50eb
Remove bullet points from li elements in accordion tables
2019-08-15 14:21:10 -04:00
leigh-mil
3026b41c4e
Move app name and description to their own line
2019-08-15 14:16:19 -04:00
richard-dds
b49d926d7a
Both uploader impelementations should return same response
2019-08-15 14:10:28 -04:00
leigh-mil
16c764627e
Use text align instead of float to position remove button
2019-08-15 13:54:06 -04:00
leigh-mil
bf1932dccf
Add padding around the text in remove button
2019-08-15 13:46:41 -04:00
leigh-mil
5f3cf2adcd
Center all modals
2019-08-15 10:57:15 -04:00
dandds
24b2d95f03
Application members should not see deleted applications.
...
This updates the `Portfolios.for_user` method to screen out deleted
ApplicationRole entities. For extra assurance, we also mark application
roles as disabled when they are deleted.
2019-08-15 10:20:30 -04:00
leigh-mil
c37c5d72b9
move data property into the base EnvironmentForm so that NO_ACCESS is converted to None when creating a new application member
2019-08-15 10:13:34 -04:00
leigh-mil
afd84e178f
Add tests to check if environment roles are being created correctly
2019-08-15 10:13:34 -04:00
dandds
068405607c
Merge pull request #1022 from dod-ccpo/167431341-sample-portfolio-users
...
Fix portfolio user names in seed_sample.py script.
2019-08-14 15:54:30 -04:00
dandds
1a32896c7d
Merge pull request #1021 from dod-ccpo/167740911-signing-cta-label
...
Fix text for TO signature button label.
2019-08-14 14:43:52 -04:00
dandds
4d7af9a4d0
Fix portfolio user names in seed_sample.py script.
...
`script/seed_sample.py` was creating portfolio users with no names
because it was calling `Users.get_or_create_by_dod_id` with a DOD ID as
its only argument. This updates it to pass the rest of the profile
information for the sample user.
2019-08-14 14:43:35 -04:00
dandds
16c9b826b3
Merge pull request #1019 from dod-ccpo/upload-error-handling
...
Add validations and error states for TO upload form
2019-08-14 14:30:46 -04:00
dandds
eb7336a46e
Fix text for TO signature button label.
2019-08-14 14:20:34 -04:00
richard-dds
51272922bb
Update Vue test templates
2019-08-14 11:54:56 -04:00
richard-dds
56cec0694f
Formatting
2019-08-14 11:40:23 -04:00