1758 Commits

Author SHA1 Message Date
richard-dds
d4b96b5c54 Use backref instead of back_populates 2018-08-30 16:31:09 -04:00
richard-dds
e945e43f74 Formatting 2018-08-30 16:31:09 -04:00
richard-dds
f389bd31d1 Check submitted request for financial verification 2018-08-30 16:31:09 -04:00
richard-dds
62aacf55e7 If request FV is not verified, redirect to requests index 2018-08-30 16:31:08 -04:00
richard-dds
caf6882a11 Only consider request financially verified if TO is from EDA 2018-08-30 16:31:08 -04:00
richard-dds
ccf1b3b5aa Do submit financial verification 2018-08-30 16:31:08 -04:00
richard-dds
8a813d9ac3 Display workspace link for approved requests 2018-08-30 16:31:08 -04:00
richard-dds
60275f8c3a Check that request is financially verified before approving 2018-08-30 16:31:08 -04:00
richard-dds
3ab528f192 Raise instead of returning None 2018-08-30 16:31:08 -04:00
richard-dds
a2d4602f0c Remove unused route 2018-08-30 16:31:08 -04:00
patricksmithdds
687ae30268
Merge pull request #230 from dod-ccpo/ccpo-approval
CCPO Approval
2018-08-30 14:30:56 -04:00
luis cielak
1a8922750f Add horizonal ruler dividers 2018-08-30 13:25:21 -04:00
dandds
0a36f1d6ca move request review information into a partial 2018-08-30 13:25:21 -04:00
luis cielak
0a62157d00 Organize approval sections 2018-08-30 13:25:21 -04:00
luis cielak
e768758483 Style horizontal ruler 2018-08-30 13:25:21 -04:00
luis cielak
042d831085 Add placeholder text from request 2018-08-30 13:25:21 -04:00
luis cielak
d5dc3a7fe6 Begin adding read-only fields 2018-08-30 13:25:21 -04:00
luis cielak
6c2f2a131c Convert torando template to jinja 2018-08-30 13:25:21 -04:00
patricksmithdds
fc3d4a3080
Merge pull request #231 from dod-ccpo/fix-crls
Update ssl crl config and certs
2018-08-30 12:27:52 -04:00
richard-dds
5eed37b3b3 Ad some steps to the README 2018-08-30 11:47:02 -04:00
richard-dds
6eaa8b5c51 Update ssl crl config and certs. See you in a year 2018-08-30 11:11:04 -04:00
dandds
1b373a975e
Merge pull request #221 from dod-ccpo/pe-number-loading-#160063695
move pe number ingestion for setup into a migration
2018-08-29 12:09:47 -04:00
dandds
42f95eb17d resolve migration chain 2018-08-29 11:45:14 -04:00
dandds
46f2a00ee3 move pe number ingestion for setup into a migration 2018-08-29 11:13:54 -04:00
patricksmithdds
10aff81b99
Merge pull request #228 from dod-ccpo/update-secret-key
Fix PDF uploading
2018-08-29 11:13:46 -04:00
dandds
474b3b2f50 update script should ensure uploads directory is present 2018-08-29 11:01:50 -04:00
andrewdds
5c09c05ec9
Merge pull request #227 from dod-ccpo/member-roles
Member roles
2018-08-29 10:49:12 -04:00
Patrick Smith
501caf767b Upload with a temp file instead of streaming
Using a stream is a no-go due to a bug in libcloud: https://issues.apache.org/jira/browse/LIBCLOUD-935?focusedCommentId=16152982&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16152982

Instead, write the uploaded file to a named tempfile and pass that to
the uploader.
2018-08-29 10:40:04 -04:00
Andrew Croce
38380ac369 mock environment-role selector on member-edit screen 2018-08-29 09:55:43 -04:00
Andrew Croce
b4a5956a73 Modifications to block list and modal styles to accomodate selectable block list in modal 2018-08-29 09:55:14 -04:00
Patrick Smith
4e16346ed4 Don't verify hash of uploaded files
I believe this is a bug in `libcloud`. We're passing an iterator (as
required by libcloud --
https://github.com/apache/libcloud/blob/trunk/libcloud/storage/base.py#L592)
for the stream, but when verifying the hash of the uploaded file,
  `libcloud` goes through the stream twice: https://github.com/apache/libcloud/blob/trunk/libcloud/storage/base.py#L614-L621

After the sending the file stream as an upload, when generating the
hash, the iterator has already been iterated through so the second
go-through returns an empty iterator. Thus, the hash will never match
unless an empty file is uploaded.

This change reaches into the container's driver so that we can pass the
`verify_hash` kwarg, which cannot be specified on the container's
methods.
2018-08-28 20:35:31 -04:00
luis cielak
5ce9355ccf Add hover state to list item 2018-08-28 16:33:30 -04:00
luis cielak
eaa8113f95 Add radio button to list item 2018-08-28 16:28:49 -04:00
luis cielak
ab828c8d4b Add placeholder radio buttons 2018-08-28 16:20:53 -04:00
Patrick Smith
1594103847 Update secret key for atst-config-ini 2018-08-28 16:14:51 -04:00
luis cielak
a332d67210 Revert to previous action group 2018-08-28 16:06:06 -04:00
montana-mil
06968940b8
Merge pull request #218 from dod-ccpo/no-projects
Empty states and some permissions
2018-08-28 13:46:54 -04:00
dandds
792114b063
Merge pull request #219 from dod-ccpo/pdf-uploads-#159940565
Pdf uploads
2018-08-28 13:26:01 -04:00
Montana
a5f3061d99 Tests for viewing Add Project and Add Member buttons 2018-08-28 13:00:00 -04:00
Andrew Croce
7509ee9cfc formatting magic 2018-08-28 13:00:00 -04:00
Andrew Croce
6317580350 False not false 2018-08-28 13:00:00 -04:00
Andrew Croce
63dd4da80b Only display add new member button if user has permissions 2018-08-28 13:00:00 -04:00
Andrew Croce
e90769fbd9 Modify members empty state depending on permissions 2018-08-28 13:00:00 -04:00
Andrew Croce
0af5b6a1b4 remove unnecessary vars being set 2018-08-28 13:00:00 -04:00
Andrew Croce
e60cf16170 Empty stat message and submessage styles 2018-08-28 13:00:00 -04:00
Andrew Croce
8539238566 Only show "Add New Project" subnav if user has permissions to do so 2018-08-28 13:00:00 -04:00
Andrew Croce
0dd350112c Display Empty State component on workspace project
Adjust button and message depending on user permissions
2018-08-28 13:00:00 -04:00
Andrew Croce
2c5bad75a5 use camel case 2018-08-28 13:00:00 -04:00
Andrew Croce
8c6785f0f1 use camel case 2018-08-28 13:00:00 -04:00
Andrew Croce
8d8b769673 Add sub_message to EmptyState component
Change params to camel case
2018-08-28 13:00:00 -04:00