3044 Commits

Author SHA1 Message Date
Yi (Alan) Wang
a7fcffeecf
Update MetadataInventoryEvent schema (#1210) 2018-06-18 10:57:10 -07:00
Seyi Adebajo
46aec5b06c
Merge pull request #1207 from theseyi/contains-personal
adds pill indicating that the dataset contains personal data
2018-06-18 10:39:20 -07:00
Seyi Adebajo
5343abea3e
Merge pull request #1208 from theseyi/jit-latency
adds dialog indicating latency of 15 minutes when JIT request is succ…
2018-06-18 10:23:15 -07:00
Seyi Adebajo
55cd632f2d adds error messages display for JSON parse and some issues with matching compliance metadata schema 2018-06-17 03:51:10 -07:00
Seyi Adebajo
84ccd903d2 fixes issue with accepting suggested value when the tag already has a previous value 2018-06-17 02:55:31 -07:00
Seyi Adebajo
5df3deddcc changes has ownership header text to is purge key 2018-06-17 02:32:41 -07:00
Seyi Adebajo
7ba78c4e93 set dataset-compliance-field-tag dialog height to adjust viewport height dimensions 2018-06-17 01:46:57 -07:00
Seyi Adebajo
71172b5866 adds styling to field type headers to improve distinction 2018-06-17 01:38:21 -07:00
Seyi Adebajo
3e2b91a286 ensures dataset-compliance-field-tag dialog is auto closed once user marks field as done. renames field type headers for First Party IDs and Non First Party IDs 2018-06-17 01:30:58 -07:00
Seyi Adebajo
ff41815f63 fixes null pattern in validateRegExp util function 2018-06-17 01:16:10 -07:00
Seyi Adebajo
f9253623df adds check for reviewable attributes on local tag in dataset-compliance-field-tag validation step. adds valuePattern for custom logical type in tagNeedsReview function. moves regex checker to regexp module 2018-06-17 00:52:06 -07:00
Seyi Adebajo
34acc8c82a updates styling for dataset-compliance-field-tag footer 2018-06-16 23:37:27 -07:00
Seyi Adebajo
3f0cf1e493 adds a computed porperty to check if there is a diff on the local copy of the source tag 2018-06-16 23:23:01 -07:00
Seyi Adebajo
52891d334e adds footer to rendered tag component with done button to indicate completion of updates to field tag propeties 2018-06-16 22:34:23 -07:00
Seyi Adebajo
18fe8cfdd0 moves action handlers from dataset-compliance component to child dataset-compliance-field-tag component: handlers for nonOwner and valuePattern properties 2018-06-16 21:44:25 -07:00
Seyi Adebajo
3518115a87 removes tagLogicalTypeChanged from dataset-compliance component and localizes as tagLogicalTypeDidChange in dataset-compliance-field-tag component. nullifies nonOwner tag property when tag logicalType property is changed 2018-06-16 21:22:48 -07:00
Seyi Adebajo
6a35d7fd88 localizes tagIdentifierTypeDidChange to field tag component 2018-06-16 20:48:26 -07:00
Seyi Adebajo
a3b592a028 derefences external tag object with local copy on dataset-compliance-field-tag component instantiation 2018-06-16 20:02:21 -07:00
Seyi Adebajo
96ce82bca3 adds dialog indicating latency of 15 minutes when JIT request is successful 2018-06-14 14:46:36 -07:00
Seyi Adebajo
f697d46a02 adds pill indicating that the dataset contains personal data 2018-06-14 13:14:03 -07:00
Seyi Adebajo
ce0e591e1b
Merge pull request #1206 from theseyi/use-search-urn
use search result urn parameter to link to dataset
2018-06-14 12:18:06 -07:00
Seyi Adebajo
f663142ff0 use search result urn parameter to link to dataset 2018-06-14 11:28:10 -07:00
Seyi Adebajo
beb133a0f5
Merge pull request #1195 from theseyi/internal-links
adds config api reference to internal links
2018-06-14 11:22:45 -07:00
Seyi Adebajo
3937970f61
Merge pull request #1205 from theseyi/advanced-edit
advanced edit
2018-06-14 11:22:30 -07:00
Seyi Adebajo
76406491a6 adds sectional edit button to purge policy and data types contained section 2018-06-13 20:48:45 -07:00
Seyi Adebajo
12119fe6a9 fixes readonly fields in advanced edit mode 2018-06-13 20:35:19 -07:00
Seyi Adebajo
4eb1a7bd1a pick fields from ISchemaFieldsToPolicy instead of complianceEntities when building jsonComplianceEntities computed property 2018-06-13 19:42:58 -07:00
Seyi Adebajo
723934ac45 ensure manually entered list of entities has at least 1 item 2018-06-13 15:38:13 -07:00
Seyi Adebajo
9ff03bcd46 removes ability to upload or download compliance metadata 2018-06-13 15:32:38 -07:00
Seyi Adebajo
ce97189833 implements advanced edit mode for compliance policy updates 2018-06-13 15:12:23 -07:00
Yi (Alan) Wang
af0840f11a
Add dedupe and modify validation in MLE processor (#1204) 2018-06-12 16:07:22 -07:00
Yi (Alan) Wang
fdc3ba03d1
Refactor MIE consumer to be used in Samza (#1203) 2018-06-12 15:58:33 -07:00
ziveo
8655c407c9 Update build.gradle (#1202)
* Update build.gradle

Updating Gradle version to at the moment lates 4.8

* Updating gradle-wrapper.properties and gradle-wrapper.jar files
2018-06-08 07:33:23 -07:00
Seyi Adebajo
45f8c000a6
Merge pull request #1201 from theseyi/readonly-override
readonly override
2018-06-07 11:15:59 -07:00
Seyi Adebajo
ace801d1c1 adds optional toggle switch to confirm dialog and onDialogToggle callback. disables subsequent renders of dialog for dataset if toggle state is true 2018-06-07 10:35:55 -07:00
Seyi Adebajo
b19e76f3d7 refactors confirm dialog modal as a contextual component 2018-06-06 21:46:10 -07:00
Seyi Adebajo
af15076f33 disables override button in readonly mode 2018-06-06 10:40:48 -07:00
Seyi Adebajo
6823d6b3f7 adds ability to override attributes on readonly compliance field with confirmation dialog 2018-06-06 08:40:02 -07:00
Seyi Adebajo
c26c2bfd86 adds text prompt for unspecified field names. adds styling for obscure text 2018-06-05 23:22:17 -07:00
Seyi Adebajo
f2219bdd1d refactors RadioButtonComposer element. renames compliance util function idFieldHasLogicalType to idTagHasLogicalType: semantically more aligned with mutli-tagging feature. fixes styling for field tag properties dropdown modal 2018-06-05 22:52:11 -07:00
Seyi Adebajo
4e6e46e9eb implements guided modal for compliance field tag entry. refactors radio component 2018-06-04 16:59:10 -07:00
Seyi Adebajo
d4d8a84504
Merge pull request #1196 from theseyi/compliance-guided-field-modal
adds additional keys on policy metadata json download
2018-06-04 16:58:17 -07:00
ziveo
f873d97e5a Update Dockerfile (#1197)
upgrade wherehows es docker to 5.6.8
2018-05-31 19:54:00 -07:00
Seyi Adebajo
64fde60118 fixes fix of retentio urn 2018-05-31 14:10:00 -07:00
Seyi Adebajo
6ea90ed23b alternates ordering of system suggestion column and compliance information in compliance table 2018-05-31 14:00:09 -07:00
Seyi Adebajo
5f657f3cbe fix link to request dataset retention 2018-05-31 12:23:16 -07:00
Seyi Adebajo
333f0090a3 removes unused util and util function isPolicyExpectedShape 2018-05-31 12:07:10 -07:00
Seyi Adebajo
8dd8f77720 minor clean up 2018-05-31 11:40:35 -07:00
Seyi Adebajo
aa627aa2ee fix missing semicolons :/ 2018-05-31 11:35:32 -07:00
Seyi Adebajo
a90c932d9b adds additional keys on policy metadata json download 2018-05-31 11:27:33 -07:00