Commit Graph

956 Commits

Author SHA1 Message Date
dandds
d60b798af0 fix optional and required validations in user forms 2018-10-16 16:32:49 -04:00
dandds
a7ef93dad4 date range validator should not try to evaluate empty dates 2018-10-16 16:31:50 -04:00
dandds
dab5fe83fc create dictionary of base user form fields 2018-10-16 15:14:23 -04:00
dandds
65bc05d214 display success alert when user updates profile info 2018-10-16 13:33:39 -04:00
dandds
84d091fcf1 only CAC fields should be required for editing user profile 2018-10-16 13:21:41 -04:00
dandds
8af23fda36 make unpermitted attribute handling in Users.update more specific 2018-10-16 09:37:59 -04:00
dandds
ab42245797 display DOD ID on user update page 2018-10-16 09:18:13 -04:00
dandds
f3c3332127 user can update profile 2018-10-16 09:18:13 -04:00
dandds
ec7504fb20 add update method to Users repo 2018-10-16 09:18:13 -04:00
dandds
30318b68bb add additional user fields 2018-10-16 09:18:13 -04:00
dandds
e7a117be33 move user edit routes into their own module and blueprint 2018-10-16 09:18:13 -04:00
Patrick Smith
d4cd4003c3 Catch flask's NotFound error and return 404 2018-10-15 15:48:46 -04:00
dandds
9fcb016f86 formatting 2018-10-15 10:30:54 -04:00
dandds
e514aa9a94 disable coverage for acceptance tests 2018-10-15 10:19:48 -04:00
dandds
f16b227ece catch 500 errors and remove unnecessary acceptance test fixture 2018-10-15 10:03:13 -04:00
dandds
c4b7fdc015 Merge pull request #350 from dod-ccpo/coverage-#160694116
Coverage #160694116
2018-10-15 09:04:47 -04:00
dandds
ffa317a3eb Merge pull request #374 from dod-ccpo/finver-refactor
financial verification routes refactor
2018-10-12 11:19:05 -04:00
dandds
1329cd8206 pass request directly to FinancialVerification class 2018-10-09 11:11:48 -04:00
richard-dds
76854acf81 Merge pull request #376 from dod-ccpo/auth-patterns
Standardize auth patterns
2018-10-09 11:06:22 -04:00
dandds
12307769d4 rerun formatter for pretty 3.6.6 numbers 2018-10-09 10:55:21 -04:00
richard-dds
72f65cac9b Merge pull request #379 from dod-ccpo/logged-in-redirect
Root url should redirect if user is already logged in
2018-10-09 10:41:51 -04:00
richard-dds
a118812661 Move logged-in redirect to beginning of view 2018-10-09 10:27:54 -04:00
montana-mil
4e24666f16 Merge pull request #377 from dod-ccpo/email-not-unique
Handle AlreadyExistsError on user creation with non-unique email
2018-10-09 10:24:24 -04:00
dandds
ef75c15b99 small tweaks and test setup for FinancialVerification 2018-10-09 09:34:35 -04:00
dandds
a206fafe0a fix bug in fin ver service object 2018-10-09 09:34:35 -04:00
dandds
3384738f5d use financial verification service class for all routes 2018-10-09 09:34:35 -04:00
dandds
6419d96bbe WIP refactor fin ver routes 2018-10-09 09:32:16 -04:00
richard-dds
d51d5e2ca9 Root url should redirect if user is already logged in 2018-10-08 15:23:13 -04:00
richard-dds
ac2ecf5f64 Remove Authorization.can_view_audit_log as well 2018-10-08 12:05:15 -04:00
richard-dds
fcc1caca1c Move Request-specific auth checks into requests.authorization 2018-10-08 12:05:15 -04:00
Montana
3c95063293 Handle AlreadyExistsError on user creation with non-unique email 2018-10-08 10:36:40 -04:00
richard-dds
6dd8562fc1 Formatting 2018-10-04 14:38:09 -04:00
richard-dds
db1521d920 Missed an import 2018-10-04 14:37:53 -04:00
Montana
55394b65db Use workspace permissions to limit project viewability 2018-10-04 14:24:35 -04:00
patricksmithdds
becfe4817f Merge pull request #373 from dod-ccpo/fin-ver-tabs-#160939324
Update template variable request to jedi_request for financial verifi…
2018-10-04 10:18:26 -04:00
montana-mil
1d5907c5da Merge pull request #370 from dod-ccpo/model-strings-#160694209
Add Default String Representations for Models
2018-10-04 10:11:39 -04:00
dandds
16c803a5cd Update template variable request to jedi_request for financial verification review menu (thanks to Leigh) 2018-10-03 14:33:36 -04:00
Andrew Croce
612a4a4f95 helpdocs route takes a doc path and renders sub template
list of helpdocs generated by files in `help/docs`
2018-10-03 13:57:39 -04:00
Patrick Smith
8bb9c1ab8a Add __repr__ to models 2018-10-02 14:14:39 -04:00
patricksmithdds
74a5a59dad Merge pull request #369 from dod-ccpo/budget-month-dropdown
Include all of year's months in dropdown
2018-10-02 13:37:18 -04:00
Luis Cielak
5cd4bd4751 Fix formatting 2018-10-02 13:15:46 -04:00
Luis Cielak
164ccd02ed Add about page and route 2018-10-02 13:15:46 -04:00
richard-dds
8498b04af8 Include all of year's months in dropdown 2018-10-02 13:05:52 -04:00
patricksmithdds
f47255ee91 Merge pull request #365 from dod-ccpo/reduce-alerts-on-financial-form
Reduce alerts on financial form
2018-10-02 12:38:43 -04:00
richard-dds
ad49d3f71f Merge pull request #359 from dod-ccpo/task-order-expiration
Fix report display for task order with no expiration date
2018-10-02 10:11:28 -04:00
Andrew Croce
9875821248 remove extraneous line 2018-10-02 08:33:07 -04:00
Andrew Croce
8ac5a7e3b0 Add financial form prop to check if the missing TO is the only error 2018-10-02 08:31:01 -04:00
Montana
95f3b9d048 Hide Budget Report from admins and developers 2018-10-01 17:15:40 -04:00
Montana
685c0e3658 Make the requirement for dod_id explicit when creating a user 2018-10-01 17:11:36 -04:00
dandds
19d939578c Merge pull request #363 from dod-ccpo/more-zeros-#160876530
new form field for CLIN numbers to handle when data is zero
2018-10-01 16:38:39 -04:00