Montana
e51de11a28
capture status and no history cases on workspace role model
2018-11-21 14:20:05 -05:00
leigh-mil
adad5adfa6
Update template and add migration
2018-11-21 14:20:05 -05:00
leigh-mil
82868728ba
Fix errors from last commit
2018-11-21 14:20:05 -05:00
Montana
3b6d745955
Add audit event attributes to workspace role model
2018-11-21 14:20:04 -05:00
leigh-mil
ae3113f011
Get previous role when workspace role updates
2018-11-21 14:20:04 -05:00
Montana
75dd25e2dc
Update AuditLog to handle workspace role update events
2018-11-21 14:20:04 -05:00
richard-dds
b9bb960152
Merge pull request #451 from dod-ccpo/jester
...
Run JS tests with Jest + vue-test-utils
2018-11-21 10:48:52 -05:00
Patrick Smith
476a95a3f4
Add notes on js testing to readme
2018-11-20 11:45:34 -05:00
richard-dds
b8abeeb1cf
Merge pull request #448 from dod-ccpo/save-form-state
...
Save user's form state for later when their session expires before submission
2018-11-20 11:34:24 -05:00
Patrick Smith
c3c675ceba
Run js test coverage on CI
2018-11-20 11:26:50 -05:00
Patrick Smith
9b60ac596f
Add yarn command to run tests in watch mode
2018-11-20 11:09:09 -05:00
Patrick Smith
d5270fa97d
Add additional snapshot test
2018-11-20 10:02:17 -05:00
Patrick Smith
fae3aa12e1
Add babel-core to fix compilation issues
2018-11-19 21:03:52 -05:00
Patrick Smith
75155f5297
Add initial component test
2018-11-19 21:02:11 -05:00
Patrick Smith
4149a4f1d5
Add dependencies to run jest
2018-11-19 21:02:11 -05:00
richard-dds
3215cfca32
Rename to CacheableForm
2018-11-19 14:37:24 -05:00
richard-dds
26cd9b4cb0
Automatically use cached form data
2018-11-19 14:35:02 -05:00
richard-dds
1d5bfed556
Exactract "formCache' into form_cache.PARAM_NAME
2018-11-19 11:46:21 -05:00
richard-dds
de12aee163
.read() should return an ImmutableMultiDict
2018-11-19 11:45:52 -05:00
richard-dds
e6ca9d3b7e
Merge pull request #444 from dod-ccpo/paginate-audit-log
...
Paginate audit log
2018-11-19 10:58:07 -05:00
richard-dds
5807eac898
Better style on small screens
2018-11-19 10:26:25 -05:00
richard-dds
29f9520dda
Use json instead of pickle
2018-11-16 14:12:42 -05:00
richard-dds
af105e08bc
Use more secure sha256
2018-11-16 14:02:10 -05:00
richard-dds
7d78ba4d65
Use form_cache.from_request
2018-11-16 13:20:55 -05:00
richard-dds
2f04571767
Use app's form_cache
2018-11-16 13:17:31 -05:00
richard-dds
5447be8b52
Use FormCache everywhere
2018-11-16 11:42:33 -05:00
richard-dds
6177f46587
Use FormCache
2018-11-16 11:38:58 -05:00
richard-dds
cd4a5df2d6
Reset finver form to prevent UII nonsense
2018-11-16 10:59:11 -05:00
richard-dds
365a600152
Cache new request form data
2018-11-15 16:03:40 -05:00
richard-dds
a475cb3156
FormCache class
2018-11-15 16:03:29 -05:00
richard-dds
e06a28c918
Add GET draft route so form state redirect works
2018-11-15 15:08:44 -05:00
dandds
3fe20eda62
WIP basic demo implementation
2018-11-15 13:08:09 -05:00
dandds
fea85cb07b
utility function for caching form data
2018-11-15 13:08:09 -05:00
richard-dds
5c7907efe5
Fix bug preventing 'disabled' style from rendering
2018-11-14 17:09:13 -05:00
richard-dds
ee86ea2b1a
Show 100 entries per page
2018-11-14 15:35:36 -05:00
richard-dds
50b57507ed
Styling tweaks
2018-11-14 15:29:51 -05:00
patricksmithdds
41ba98e3b6
Merge pull request #447 from dod-ccpo/fix-security-issue
...
Update `cached-path-relative` to fix security dependency
2018-11-14 15:29:08 -05:00
richard-dds
2ec5253fc6
Merge pull request #442 from dod-ccpo/more-finver
...
More tweaks to financial verification draft feature
2018-11-14 11:39:40 -05:00
richard-dds
d0c923bf9b
Formatting
2018-11-13 17:21:42 -05:00
richard-dds
4229c81dc6
Italicize "draft saved at" text, move in line with buttons
2018-11-13 17:21:03 -05:00
richard-dds
56b6bdaab4
Always show draft timestamp if there is one
2018-11-13 17:18:51 -05:00
richard-dds
3555cae78c
Give Pagination its own component
2018-11-13 17:12:28 -05:00
richard-dds
ccb76f3601
Show relevant pages
2018-11-13 17:06:29 -05:00
Patrick Smith
e952e7ede2
Remove package-lock.json
...
We're using `yarn` to manage dependencies instead of `npm`, so we have a
`yarn.lock` file. `yarn` recommends removing `package-lock.json`
(https://yarnpkg.com/blog/2018/06/04/yarn-import-package-lock/ ).
2018-11-13 16:51:26 -05:00
Patrick Smith
d82dd15b1a
Update uswds dep to fix sub-dep security vulnerability
...
There was a security vulnerability in `cached-path-relative`: https://hackerone.com/reports/390847
The package is a dependency of `browserify` which is a dependency of
`uswds`, which is one of our dependencies. Upgrading `uswds` to the
latest version installs the latest version of `cached-path-relative`
that has the security fix.
This update also requires bringing in a new static image that was
recently added in `uswds`.
2018-11-13 16:44:37 -05:00
richard-dds
1b4d054d7e
Merge pull request #440 from dod-ccpo/resend-invitation
...
Resend a workspace invitation
2018-11-13 14:46:01 -05:00
richard-dds
78e34d4ddd
Display an alert when invitations are resent
2018-11-13 14:39:45 -05:00
richard-dds
f6b4b2444f
Update confirmation copy
2018-11-13 14:39:45 -05:00
richard-dds
248df9e184
Formatting
2018-11-13 14:39:45 -05:00
richard-dds
016116c9cc
Send an email
2018-11-13 14:39:45 -05:00