leigh-mil
cbbbfad494
Don't use nbsp
2019-09-04 10:51:34 -04:00
leigh-mil
4d24f97ed7
Add optional label to text, options, phone, and multi-checkbox inputs
...
Use new optional attribute on fields that are optional
Update styling to fit optional label and update translations
2019-09-03 15:34:07 -04:00
leigh-mil
104a1d189c
Merge pull request #1053 from dod-ccpo/fix-sidebar
...
Stickybits!
2019-08-30 18:15:57 -04:00
richard-dds
c5284fd8f9
Merge pull request #1005 from dod-ccpo/cloud-pdf-downloads
...
Cloud pdf downloads
2019-08-30 16:11:27 -04:00
richard-dds
7d3bda9496
Update permission for download_link endpoint
2019-08-30 15:53:26 -04:00
richard-dds
e3f1d8b51c
Add README section for testing uploads / downloads in dev
2019-08-30 15:44:36 -04:00
leigh-mil
4ba1c4d869
Fix styling issues -- make side nav extend to top of footer, and expand padding on global layout so items are not cut off
2019-08-30 15:19:44 -04:00
leigh-mil
2742c4951a
Update stickybits directive in the base-form
2019-08-30 15:18:29 -04:00
leigh-mil
55b12ba633
Use css variables for banner heights
2019-08-30 14:58:18 -04:00
leigh-mil
ef3654e014
Clean up code and use correct height on usa-banner
2019-08-30 14:28:37 -04:00
leigh-mil
11418aeb39
Scroll list of portfolios in sidenav
2019-08-30 14:13:20 -04:00
dandds
26864a76eb
Merge pull request #1044 from dod-ccpo/secrets-readme-update
...
update detect-secrets command in README
2019-08-30 12:00:50 -04:00
graham-dds
a512a47a48
Merge pull request #1051 from dod-ccpo/remove-loas
...
Remove LOAs
2019-08-30 11:52:52 -04:00
leigh-mil
8b78b2a553
Use fixed position instead of sticky for sidenav and top bar so it works in IE
2019-08-30 11:27:40 -04:00
graham-dds
38ba8b7e5f
LOAs are so out of this codebase
2019-08-30 09:57:23 -05:00
leigh-mil
8fa96fa2e1
Merge pull request #1040 from dod-ccpo/max-line-width
...
Max line width
2019-08-30 09:40:51 -04:00
leigh-mil
5d8280b84d
Merge pull request #1039 from dod-ccpo/user-profile-validation
...
User profile validation
2019-08-30 09:40:28 -04:00
dandds
21bb38f1ab
Merge pull request #1049 from dod-ccpo/k8s-worker-update
...
Make log-level INFO for Celery workers in kubernetes cluster.
2019-08-30 09:04:07 -04:00
leigh-mil
c089682a27
Use stickybits on sidenav
2019-08-29 20:24:56 -04:00
leigh-mil
a6397bac35
Fix styling on sticky cta header so it extends the whole page in IE
...
remove unused row from header
2019-08-29 17:05:15 -04:00
leigh-mil
6669608038
Make topbar sticky and set sticky cta header so it sticks below topbar
2019-08-29 17:03:55 -04:00
richard-dds
518376a1d6
Simplify hasInitialData
2019-08-29 16:08:55 -04:00
richard-dds
b26cd3ffae
Allow user to download a previously uploaded pdf
2019-08-29 16:00:25 -04:00
dandds
e809f06c32
Make log-level INFO for Celery workers in kubernetes cluster.
...
This is useful for testing and development purposes. Otherwise there's
not much log output.
2019-08-29 14:18:06 -04:00
dandds
4d14326ba7
Merge pull request #1048 from dod-ccpo/celery-docker
...
Include celery worker script in docker image.
2019-08-29 13:51:22 -04:00
dandds
e6385cda2d
Include celery worker script in docker image.
2019-08-29 13:44:39 -04:00
richard-dds
922a48f76a
Fix download link generation
2019-08-29 13:24:48 -04:00
dandds
2b11debe5d
Merge pull request #1041 from dod-ccpo/use-celery
...
Use Celery instead of RQ.
2019-08-29 13:17:27 -04:00
leigh-mil
c31fb78a47
Require fields in user profile form
2019-08-29 12:51:20 -04:00
leigh-mil
444d256848
Check if field is valid on blur if it is modified and not optional
2019-08-29 12:50:53 -04:00
richard-dds
e1c15f4b3a
Fix TO link styling
2019-08-29 11:44:26 -04:00
richard-dds
e8234dcf34
Allow user to download files on TO upload page
2019-08-29 11:28:49 -04:00
richard-dds
acc821a475
Fix generate_download_link implementations
2019-08-29 11:28:40 -04:00
richard-dds
b7fbe9d2ac
Use underscores in urls
2019-08-29 11:10:05 -04:00
leigh-mil
2938e48a65
Set max width on p elements and add in p tags where they were missing
2019-08-29 10:33:15 -04:00
richard-dds
04b77c113c
Formatting
2019-08-29 10:12:02 -04:00
richard-dds
96f1c0d295
AWS downloads
2019-08-29 10:12:02 -04:00
richard-dds
b182307174
Azure file downloads
2019-08-29 10:12:02 -04:00
graham-dds
094e44a6b0
Merge pull request #1045 from dod-ccpo/bugfix-remove-member
...
Bugfix: Use correct path to full_name
2019-08-29 10:08:41 -04:00
richard-dds
b3e48aa6e7
Merge pull request #1033 from dod-ccpo/ajax-uploads
...
Get presigned cloud upload token through an ajax call
2019-08-29 10:07:40 -04:00
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
graham-dds
3e9c082ac5
Use correct path to full_name
...
The full_name property is on the portfolio_role, not an intermidiate
user property
2019-08-29 09:20:24 -04:00
dandds
74780ab8ec
update README with detect-secrets command that does not add unused plugins
2019-08-28 15:57:18 -04:00
richard-dds
e03e98095b
Re-render Vue test templates
2019-08-28 15:56:55 -04:00
richard-dds
d775bce3b7
Fix incorrect this
in azure upload
2019-08-28 15:56:55 -04:00
richard-dds
f54e673520
Remove unused imports
2019-08-28 15:56:55 -04:00
richard-dds
bb9d76dd09
Fix Vue tests
2019-08-28 15:56:55 -04:00
richard-dds
11c1c37d7f
Remove unnecessary macro and Vue props
2019-08-28 15:56:55 -04:00
richard-dds
67a4bb602d
Require portfolio id in upload-token
...
It's necessary for the authz decorator
2019-08-28 15:56:55 -04:00
richard-dds
0566b525f6
Fix secrets file
2019-08-28 15:56:50 -04:00