1664 Commits

Author SHA1 Message Date
Seyi Adebajo
acb5b19bcc
Merge pull request #1005 from theseyi/metadata-prop-changes
remove TripleCurlyBracket from hbs sources
2018-03-01 11:48:34 -08:00
Seyi Adebajo
a29f90109e remove TripleCurlyBracket from hbs sources 2018-03-01 11:47:24 -08:00
Seyi Adebajo
0edc0b7264
Merge pull request #1004 from theseyi/metadata-prop-changes
removes check for auto generated compliance policy on compliance cont…
2018-03-01 11:21:01 -08:00
Seyi Adebajo
88dbe61fe1 change wording on banner for compliance with metadata propr 2018-03-01 11:19:57 -08:00
Seyi Adebajo
59ce8f95a4 removes check for auto generated compliance policy on compliance container. prevents policy render on datasets with upstream compliance policy 2018-03-01 10:52:49 -08:00
Seyi Adebajo
0238ed78ae
Merge pull request #1003 from theseyi/post-v2-updates
post v2 updates
2018-03-01 09:01:07 -08:00
Seyi Adebajo
96c1cf9363 throw exception on parse error for dataset reference 2018-03-01 08:37:01 -08:00
Seyi Adebajo
755df2b208 add guard for idenifier 2018-03-01 08:18:50 -08:00
Seyi Adebajo
b658f82359 adds a divider in btw ids and non-ids in dropdown options 2018-03-01 00:11:19 -08:00
Seyi Adebajo
279f567399 fix compliance container test 2018-02-28 17:08:50 -08:00
Seyi Adebajo
34a537a1af unit tests isAutoGeneratedPolicy 2018-02-28 17:08:50 -08:00
Seyi Adebajo
1eb4cb83a0 adds unit tests for compliance suggestions 2018-02-28 17:08:50 -08:00
Seyi Adebajo
81535c6ee3 fixes issue with long text in breadcrumbs and dataset name element 2018-02-28 17:08:50 -08:00
Seyi Adebajo
a5d5579d1f adds indicator on compliance tab if: compliance policy is new, compliance policy has suggestions, compliance e policy fields have drifted. adds error state for ownership information and retry function. updates IComplianceGetResponse interface 2018-02-28 17:08:50 -08:00
Seyi Adebajo
14a1e4bdea
Merge pull request #1002 from theseyi/urn-to-id
converts a dataset id to urn using urntoid endpoint. refactors a chec…
2018-02-28 17:05:32 -08:00
Seyi Adebajo
92a3f7f19e converts a dataset id to urn using urntoid endpoint. refactors a check for notfound into an api utility function 2018-02-28 16:39:42 -08:00
Yi (Alan) Wang
0684751875
Add WH id to urn translate API in V2 (#1000) 2018-02-28 11:20:37 -08:00
Seyi Adebajo
24300b3081
Merge pull request #999 from theseyi/metadata-prop
handle owners not found in v2 endpoint
2018-02-27 17:24:11 -08:00
Seyi Adebajo
aaddc15acb handle owners not found in v2 endpoint 2018-02-27 17:21:44 -08:00
Yi (Alan) Wang
793fd05821
Add optional flags in compliance field (#996) 2018-02-27 11:18:33 -08:00
Seyi Adebajo
8ed3a23ef9
Merge pull request #998 from theseyi/metadata-prop
sorts the compliance data types first by IDType: true first. then alp…
2018-02-27 11:03:20 -08:00
Seyi Adebajo
1739521666 sorts the compliance data types first by IDType: true first. then alphabetically 2018-02-27 10:26:58 -08:00
Seyi Adebajo
34311194d5
Merge pull request #997 from theseyi/metadata-prop
compliance and ownership fixes
2018-02-27 10:15:01 -08:00
Seyi Adebajo
22277768a4 fix issue with saving new policy. updates policy on successful save 2018-02-27 00:14:38 -08:00
Seyi Adebajo
dd91ddb563 fix misc issues with editing compliance policy at dataset level. saving owners. creating a new owner 2018-02-27 00:03:06 -08:00
Yi (Alan) Wang
1ea4137238
Add decommissionTime to dataset deprecation (#994) 2018-02-26 11:07:35 -08:00
Seyi Adebajo
a3908b5ef8
Merge pull request #995 from theseyi/metadata-prop
Metadata propagation
2018-02-26 10:53:32 -08:00
Seyi Adebajo
d5ace96e3a adds banner indicating purge policy is default generated in compliance policy 2018-02-26 10:21:50 -08:00
Seyi Adebajo
447452b1c7 abstracts the fleece function 2018-02-26 01:30:43 -08:00
Seyi Adebajo
c33027796a adds transform functions for readonly compliance entities onSave operation. adds styling for readony table row component. adds ui behavior for table row component 2018-02-26 01:24:15 -08:00
Seyi Adebajo
a0af350644 adds readonly compliance entity attribute to compliance policy component, compliance row component, and suggestion merge mapper. 2018-02-26 01:10:15 -08:00
Seyi Adebajo
0ee52b22ad adds loading indicator for compliance policy and upstream-dataset components 2018-02-25 20:55:24 -08:00
Seyi Adebajo
5a760f8fca adds a banner referencing a parent dataset on the compliance policy if the dataset's compliance policy is from an upstream dataset. prevents edit mode in downstream policy 2018-02-25 20:34:46 -08:00
Seyi Adebajo
4f475c694f
Merge pull request #993 from theseyi/handle-comp-exception
refactors exception handling in compliance presentational component t…
2018-02-22 16:35:02 -08:00
Seyi Adebajo
707ebd2748 fix incorrect test import 2018-02-22 16:17:55 -08:00
Seyi Adebajo
cae75916f2
Merge pull request #992 from theseyi/api-errors
create api-error error subclass. checks status for error handling whe…
2018-02-22 16:00:14 -08:00
Seyi Adebajo
f0b0632ace refactors exception handling in compliance presentational component to container component. adds error state for failed tasks in compliance container. adds test for api error class 2018-02-22 15:59:56 -08:00
Seyi Adebajo
543a72d364 create api-error error subclass. checks status for error handling when reading compliance info 2018-02-22 14:26:19 -08:00
Seyi Adebajo
2fa1f66014
Merge pull request #991 from theseyi/breadcrumbs-refac
reenable breadcrumb navigation based on li urn format. support either …
2018-02-22 14:22:52 -08:00
Seyi Adebajo
955e3ccf5e
Merge pull request #988 from theseyi/dataset-path
adds unit tests for urn conversion
2018-02-22 11:17:19 -08:00
Seyi Adebajo
86804ac2c9 reenable breadcumb navigation based on li urn format. support either hdfs / non-hdfs. add home 2018-02-22 11:16:50 -08:00
Yi (Alan) Wang
0b1c840230
Fix get schema nullpointer issue (#989) 2018-02-22 09:00:44 -08:00
Seyi Adebajo
1ce7e05687 adds unit tests for urn conversion 2018-02-21 19:20:20 -08:00
Seyi Adebajo
364ca7d08b
Merge pull request #987 from theseyi/dataset-path
fix dataset path conversion
2018-02-21 18:29:31 -08:00
Seyi Adebajo
d4347b70fa
Merge pull request #986 from theseyi/api-naming
updates api routes name to be all lowercase
2018-02-21 18:10:55 -08:00
Seyi Adebajo
f841e5f68e fix dataset path conversion 2018-02-21 18:10:29 -08:00
Seyi Adebajo
f1d0e4d16e
Merge pull request #985 from theseyi/request-exemption
fix issue with focus on request exemption text input. fix skipped test
2018-02-21 17:36:56 -08:00
Seyi Adebajo
34a67bdde6 updates api routes name to be all lowercase 2018-02-21 17:33:42 -08:00
Seyi Adebajo
c31b0aef53 fix issue with focus on request exemption text input. fix skipped test 2018-02-21 17:20:12 -08:00
Seyi Adebajo
78d1e119a4
Merge pull request #984 from theseyi/object-filter-owner
temporarily skip failing test
2018-02-21 16:51:39 -08:00