57 Commits

Author SHA1 Message Date
Seyi Adebajo
d64ce2e202 fixes failing tests for purge-policy and upstream-dataset components 2018-05-18 15:15:43 -07:00
Seyi Adebajo
c726f136a1 implements feature to override the retention policy on a child dataset independent of the upstream policies 2018-05-17 23:46:03 -07:00
Seyi Adebajo
e95a1a8e95 upgrades e-c-ts to latest@1.3.1 and related deps. refactors all exported default class definitions as named exports 2018-05-15 13:14:08 -07:00
Seyi Adebajo
eb679c788b updates action decorator reference. adds config for allowedVersions of conflicting dependencies 2018-05-14 23:23:50 -07:00
Seyi Adebajo
01813e843c updates decomm time format. limits decomm time to +7 days. updates interaface for calendars. fixes issue with acl expiresAt 2018-05-10 17:08:50 -07:00
Seyi Adebajo
29e29eb6fe allows for acl access tasks to be restarted 2018-05-02 18:51:55 -07:00
Seyi Adebajo
933982bc0d adds functions for async array traversal. adds CUSTOM pattern field for field formats. updates ember-concurrency to add support for waitForProperty, and updates typings. 2018-05-02 09:45:26 -07:00
Seyi Adebajo
b814fde3bd minor refac 2018-05-01 10:22:47 -07:00
Seyi Adebajo
389f3a7e86 Revert "removes ability to specify security classification in ui"
This reverts commit 83cac663bdf7abb8c70d1336aafb43bf1a1a2232.
2018-05-01 09:56:23 -07:00
Seyi Adebajo
c0d5a0c3cd
Merge pull request #1117 from theseyi/perf-updates
perf updates
2018-04-24 13:34:21 -07:00
Seyi Adebajo
862d2005d4 provides default values for dataset container data api functions 2018-04-24 10:46:01 -07:00
Seyi Adebajo
750a46c222 batches data requests for compliance data into multiple requests that are resolved together i.e. after all requests have been resolved. then set at once using the setProperties buffer 2018-04-24 09:46:19 -07:00
Seyi Adebajo
d2bd4ef0e4
Merge pull request #1108 from theseyi/multi-tagging-updates
removes ability to specify schema-less security classification in ui
2018-04-19 16:03:13 -07:00
Seyi Adebajo
83cac663bd removes ability to specify security classification in ui 2018-04-19 14:54:24 -07:00
Charlie Tran
95f18e1d9e
Merge pull request #1091 from cptran777/dataset-suggested-owners-revamp
add new suggested owners component to handle system generated owners
2018-04-16 14:11:27 -07:00
cptran777
448822e02e Better BEM organization for suggested owner cards 2018-04-16 13:26:01 -07:00
cptran777
3f560bd5ad UX suggested owners revamp v2 - changes made to improve code flow and readability 2018-04-16 11:53:29 -07:00
cptran777
c19ff27b5a Owner tab UX revamp - add new suggested owners component to handle system generated suggestions 2018-04-12 23:49:20 -07:00
Seyi Adebajo
d20a54e88a refactors compliance typings and constants module definitions/imports 2018-04-10 12:21:03 -07:00
Seyi Adebajo
8b94e3ee9c
Merge pull request #1079 from theseyi/misc
removes some unused legacy sources
2018-04-09 16:11:03 -07:00
Seyi Adebajo
2912d38fec
Merge pull request #1077 from theseyi/avatar-list
adds avatar interfaces ,components and styling. replaces scrolling avatar view with modal dialog
2018-04-05 00:40:44 -07:00
Seyi Adebajo
a74eef5f5d removes some unused legacy sources 2018-04-05 00:16:29 -07:00
Seyi Adebajo
d47f298dbe fixes issue with emailing and slacking an owner. extracts owner filter functions into constants module. refactors base style on body. 2018-04-04 14:54:05 -07:00
Seyi Adebajo
8de05625a5 creates dataset container for owner list. modifies typings for IAvatar interface 2018-04-04 11:29:52 -07:00
cptran777
f113c0d676 Revised naming of lastModified to lastModifiedString to differentiate from Api response naming 2018-04-02 14:24:49 -07:00
cptran777
51c734e743 add last modified date to the dataset schema component 2018-03-29 15:27:24 -07:00
Seyi Adebajo
a249e9ec52
Merge pull request #1064 from theseyi/acl-refac
replaces page notifications for acl access requests with notification…
2018-03-28 13:06:40 -07:00
Seyi Adebajo
25208a4a96 replaces page notifications for acl access requests with notification service invocation. 2018-03-28 10:58:30 -07:00
Seyi Adebajo
1bcb3230c2 adds decommission date property and calendar interface for deprecated datasets 2018-03-28 08:58:23 -07:00
Seyi Adebajo
b52c2f9263
Merge pull request #1057 from theseyi/emit-suggestion-feedback
emit suggestion feedback
2018-03-27 13:18:55 -04:00
Seyi Adebajo
2807f0472e integrate with the compliance suggestion emit api 2018-03-26 14:57:03 -07:00
Seyi Adebajo
b4d83b3832 adds expiration date to access control entry request 2018-03-23 17:55:33 -04:00
Seyi Adebajo
351600aadc rewrite jit access feature to work with new api and update implementation to use container components 2018-03-20 11:32:51 -07:00
Seyi Adebajo
f3f4806de9 adds type annotation at to prevent inferred any type 2018-03-14 10:55:25 -07:00
Seyi Adebajo
e843a561a9 removes policy notification for datasets with upstream policy 2018-03-14 10:53:27 -07:00
Seyi Adebajo
c1cdaee011 adds resolved ownership for datasets with metadata derived from parent dataset 2018-03-12 17:35:01 -07: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
279f567399 fix compliance container test 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
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
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
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
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
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
86804ac2c9 reenable breadcumb navigation based on li urn format. support either hdfs / non-hdfs. add home 2018-02-22 11:16:50 -08:00
Seyi Adebajo
f2d5c10db4 updates save compliance by urn function. updates types for datasets and removes modifiedTime property on owners updated. makes deprecationNote non null 2018-02-21 16:32:31 -08:00
Seyi Adebajo
209267e528 fixes deprecation update. adds api error handler. refactors misc sources. adds test for throwIfApiError 2018-02-21 14:43:08 -08:00
Seyi Adebajo
0eb87ec99b v2: add intergration tests for container components. temporarily skips acceptance tests for datasets. further i implementation for v2 api integration and urn handling 2018-02-21 09:46:04 -08:00
Seyi Adebajo
b3a7c42acb transition to v2 list and dataset list apis. adds types and transitions multiple sources to ts. temporarily decouples redux from browse feature 2018-02-14 16:00:32 -08:00