1014 Commits

Author SHA1 Message Date
cptran777
8f49e5e7fd Add tests for dataset health score table 2018-08-03 11:08:23 -07:00
cptran777
3481848470 Create table component for handling metadata health details 2018-08-03 10:46:39 -07:00
cptran777
449da617d6 Modify tests and remove action decorator 2018-08-02 13:00:49 -07:00
cptran777
3b7f07b54e Fix broken test for metrics chart 2018-08-02 11:59:44 -07:00
cptran777
dca915041a Isolate mock data from component and change logic for how filtering works in dataset health 2018-08-02 11:27:27 -07:00
cptran777
a164cfe6bc add tests for metrics component 2018-08-01 16:34:55 -07:00
cptran777
b5bdeeb24a Add ability to fade out elements on a horizontal bar chart and have custom colors. Tie this in with filter functionality on metadata health graph container 2018-08-01 15:42:47 -07:00
cptran777
fded516db7 Create a summary health metrics container and render mock data for graphs 2018-08-01 15:35:21 -07:00
cptran777
e58c40ec40 Add click handling functionality to horizontal bar charts and hover effect for each bar 2018-08-01 15:27:17 -07:00
Seyi Adebajo
15373de097
Merge pull request #1283 from theseyi/up-types
updates types and refactors object key transform functions. implements write to both retention and compliance apis for persisting
2018-08-01 10:20:15 -07:00
Seyi Adebajo
c7bb011c7a
Merge pull request #1279 from theseyi/sprint-7-23-retention
implements write to both retention and compliance apis for persisting…
2018-08-01 10:20:01 -07:00
Seyi Adebajo
67b5ab53e8 replaces the purgeNote on an IDatasetRetention object if the policy is not exempt 2018-07-31 13:50:20 -07:00
Charlie Tran
b94bee826d
Merge pull request #1281 from cptran777/horizontal-bar-graphs
Horizontal bar graphs
2018-07-31 13:43:42 -07:00
Seyi Adebajo
acef146bfd updates types and refactors object key transform functions. fixes properties passed into retention policy 2018-07-31 13:31:57 -07:00
cptran777
ae39090c0c Add type annotations for callback function return values in horizontal bar graphs component 2018-07-31 13:28:47 -07:00
cptran777
88fad6cf88 add optional customizations to horizontal bar chart labels 2018-07-31 13:11:57 -07:00
cptran777
9a36bdbc5f add tests for previous commit for horizontal-bar-chart 2018-07-30 20:58:27 -07:00
cptran777
e0b72198d3 Create a custom graphing component that can handle horizontal bar graphs 2018-07-30 17:17:50 -07:00
Seyi Adebajo
9738df2984 implements write to both retention and compliance apis for persisting compliance policy 2018-07-30 13:30:34 -07:00
Seyi Adebajo
3b726e47e1 modifies tests to comply with changes to suggestion related functions api 2018-07-30 12:24:16 -07:00
Seyi Adebajo
62a43c0fa3 implements configurable suggestion threshold for compliance entities 2018-07-30 11:26:36 -07:00
Seyi Adebajo
5cf18e53c6
Merge pull request #1274 from theseyi/array-partition
adds type safe iteratee-first-data-last array util partition
2018-07-30 11:24:17 -07:00
cptran777
4c48b6352c code cleanup - delete commenteed out code 2018-07-27 14:51:04 -07:00
cptran777
767da24cfa Edit tests to match up with current state of container 2018-07-27 13:46:30 -07:00
cptran777
efe00a695a Create health tab and components and flags on whether or not to show the contents 2018-07-27 13:37:46 -07:00
cptran777
882bcbdcfb Add and configure ember-highcharts 2018-07-27 11:34:50 -07:00
Seyi Adebajo
7a74e5b86c adds typesafe iteratee-first-data-last util partition 2018-07-24 13:33:27 -07:00
Seyi Adebajo
b1a347abaa rebase on deprecated browse feature 2018-07-24 12:32:27 -07:00
Seyi Adebajo
1eba5288a9 resolves getConfig method types on Configurator service with conditional types. converts load and getConfig methods to static methods. corrects IAppConfig interface key JitAclAccessWhitelist 2018-07-24 12:26:51 -07:00
Seyi Adebajo
54aba5fc26 removes obsolete browse acceptance test 2018-07-24 12:06:15 -07:00
Seyi Adebajo
41aa8ce204 removes feature flag for revamped datasystem browser 2018-07-24 11:23:13 -07:00
Seyi Adebajo
9217bac11b removes obsolete components for browse feature 2018-07-24 11:11:39 -07:00
Seyi Adebajo
f1b902c24a
Merge pull request #1270 from theseyi/dataset-relationsips
flag guards dataset lineage feature. breaks apart relationship table …
2018-07-24 10:42:29 -07:00
Seyi Adebajo
04c558c6da flag guards dataset lineage feature. breaks apart relationship table filter step to takeN and filterByNativeName / ...relationshipType 2018-07-23 13:47:43 -07:00
Seyi Adebajo
57ff4c1ccd
Merge pull request #1267 from theseyi/dataset-relationsips
renames relations route to relationships. Add TabId constant for Heal…
2018-07-23 11:34:14 -07:00
Seyi Adebajo
e158357145 change allRelationshipType constant. adds check for array type to determine default value for relationship in dataset-relationship-table component 2018-07-23 11:33:33 -07:00
Seyi Adebajo
386b065ca6 implements relationship table component abstraction to show dataset lineage upstream / downstream datasets. adds take function to array functions. extracts lineage functions to utility module for lineage. adds RelationshipType alias for dropdown option 2018-07-23 10:51:27 -07:00
Seyi Adebajo
ca5d969dbe creates alias for Array<IDatasetView> 2018-07-20 02:55:10 -07:00
Seyi Adebajo
389cb120ed creates reuseable nacho hover dropdown component 2018-07-20 02:40:03 -07:00
Seyi Adebajo
310bea5e8b abstracts relationship table into component. minor updates to relationship table style 2018-07-19 20:13:43 -07:00
Seyi Adebajo
ee262e8c09 adds dataset relationship / lineage feature 2018-07-19 19:59:09 -07:00
Seyi Adebajo
4278d34e29 fixes deleted tooltip content 2018-07-19 18:22:42 -07:00
Seyi Adebajo
8eed317dbf fixes relationships test 2018-07-19 18:18:33 -07:00
Seyi Adebajo
72af38edb1 renames relations route to relationships. Add TadId constant for Health route 2018-07-19 17:00:25 -07:00
Seyi Adebajo
9728ae46fd adds util api functions. adds downstream lineage/relationapi request function. minor refactors 2018-07-19 16:18:06 -07:00
Seyi Adebajo
1fe6891576 adds option to retry failed request for data system. propagates error message to ui on error. removes data-systems-container margin-top offest 2018-07-19 11:56:39 -07:00
Seyi Adebajo
f436dd236d removes DEV from list of Fabrics. sorts EI after CORP. fixes layout of pills on dataset entity header. 2018-07-18 16:25:27 -07:00
Seyi Adebajo
abb9faf86e refactors dataset-fabric-switcher component to use getUrnParts inplace of deprecated getFabricFromUrn 2018-07-18 16:15:13 -07:00
Seyi Adebajo
a481a95caa adds a count of datasets in the data systems currently being viewed as a pill in the navigation bar 2018-07-18 14:57:04 -07:00
Seyi Adebajo
2b8b1acf4d removes title attribute from more-info tags. clears out sticky params on browse/:entity route on exit 2018-07-18 13:24:36 -07:00