63 Commits

Author SHA1 Message Date
Ignacio Bona
41cf965400 Bumped a bunch of dependencies. Mirage needed some work. Added ember and yarn scripts that runs same version of node as prod 2018-08-30 15:54:14 -07:00
Seyi Adebajo
4f700bdfb9 truncates breadcrumb navigation trail if items exceed max number of trail items 2018-08-21 09:19:36 -07:00
Seyi Adebajo
7b69e7487d
Merge pull request #1324 from theseyi/moar-integration-tests
adds some missing integration tests
2018-08-20 10:29:33 -07:00
cptran777
c1925e3804 Fix modify twice on same render error and create new container to handle health gauge data task 2018-08-16 19:10:10 -07:00
Seyi Adebajo
e326b16ce7 adds component integration test for dataset-fabric-switcher 2018-08-15 10:59:56 -07:00
Seyi Adebajo
c10cf89a31 adds initial integration test for dataset-relationships component 2018-08-15 10:58:02 -07:00
Seyi Adebajo
3a95fd27ec adds integration tests for upstream and downstream containers 2018-08-15 10:58:02 -07:00
Seyi Adebajo
51d45b177b adds integration test for component container/data-systems-count. installs types for ember__test-helpers 2018-08-15 10:58:02 -07:00
cptran777
f37a303a1c Handling for deprecation messages to use defineProperty 2018-08-13 15:01:19 -07:00
Charlie Tran
479f575383
Merge pull request #1317 from cptran777/ui-health-typings
Ui health typings and api handler
2018-08-13 13:13:30 -07:00
cptran777
dca71a796f Code cleanup. Modify tests and mirage handling 2018-08-13 11:44:50 -07:00
cptran777
db227ac0fd Fix tests for dataset health and create health mirage api handler 2018-08-12 22:44:01 -07:00
Seyi Adebajo
b5590c8ee7 moves services and actions to decorator methods 2018-08-12 13:02:01 -07:00
Seyi Adebajo
759e6a6bc8 migrates acceptance to application tests, unit tests sources from older moduleFor* syntax of ember-qunit@2 to newer syntax proposed by emberjs/rfcs#232. removes ember-native-dom-helpers in favor of @ember/test-helpers 2018-08-09 23:25:55 -07:00
Seyi Adebajo
cadb912fc5 fix failing tests. deletes scripts and schema history feature components: route, controller, templates 2018-08-09 15:57:02 -07:00
Seyi Adebajo
43b98c5a28 migrates test sources from older moduleFor* syntax of ember-qunit@2 to newer syntax proposed by emberjs/rfcs#232 2018-08-09 10:41:52 -07:00
Seyi Adebajo
ac8d93f36e
Merge pull request #1302 from theseyi/travis-build-fix
test travis build fix
2018-08-07 01:30:42 -07:00
Seyi Adebajo
db1ff5ae1d fixes issue with unhandled error event in travis builds 2018-08-07 00:50:51 -07:00
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
a164cfe6bc add tests for metrics component 2018-08-01 16:34:55 -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
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
Seyi Adebajo
f8a6b0d361 adds data-fabrics-container render tests 2018-07-18 10:22:28 -07:00
Seyi Adebajo
c0ff52eea9 fix failing breadcrumb tests 2018-07-10 21:38:48 -07:00
Seyi Adebajo
4e2f586e9c
Merge pull request #1232 from theseyi/utils
adds util function for iteratee compose function. refactors dataset compliance function name editableTags
2018-06-26 11:54:00 -07:00
Seyi Adebajo
7198b6471d moves noop to util helpers module 2018-06-25 23:42:28 -07:00
Seyi Adebajo
b93e133dc2 removes obsolete flags for ownership feature gate
removes mid-tier config property for showOwnership feature flag

fix failing tests
2018-06-21 11:54:34 -07:00
Seyi Adebajo
5f036581cc
Revert "removes obsolete flags for ownership feature gate" 2018-06-21 11:23:37 -07:00
Seyi Adebajo
9b3241787a removes obsolete flags for ownership feature gate 2018-06-21 10:15:51 -07:00
Seyi Adebajo
e7208eaa1a refactor createInitialComplianceInfo to initialComplianceObjectFactory 2018-05-23 14:56:30 -07:00
Seyi Adebajo
ef6f6f7c46 tests switching to edit mode in downstream purge policy 2018-05-21 01:53:28 -07:00
Seyi Adebajo
ce70b8d4c0 adds test for compliance purge policy and mirage platform factory to support container/upstream-dataset integration test 2018-05-21 01:38:07 -07:00
Seyi Adebajo
4af70ed53b replaces sinon mocks with manual mirage invocation. adds models and factories for related entities 2018-05-21 00:19:45 -07:00
Seyi Adebajo
d64ce2e202 fixes failing tests for purge-policy and upstream-dataset components 2018-05-18 15:15:43 -07:00
Seyi Adebajo
459f707cc8 Revert "removes inapplicable classification change test for schemaless-tagging component"
This reverts commit 61d75dc9e07aa5edfebe72bbd9acf92be9867b34.
2018-05-01 10:01:51 -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
Charlie Tran
7a8922243d
Merge pull request #1113 from cptran777/dataset-owner-selection-revamp
Dataset owner selection revamp
2018-04-23 22:53:59 -07:00
cptran777
716f296f58 modify tests that were broken from changes 2018-04-22 23:31:35 -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
61d75dc9e0 removes inapplicable classification change test for schemaless-tagging component 2018-04-19 15:43:35 -07:00
Seyi Adebajo
83cac663bd removes ability to specify security classification in ui 2018-04-19 14:54:24 -07:00
cptran777
a2a608740d fix failing tests 2018-04-16 13:50:56 -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
2d90e483f5 adds integration test for container component 2018-03-28 12:40:12 -07:00
Seyi Adebajo
e49582474c fix issue with broken dataset-properties test 2018-03-28 11:30:35 -07:00
Seyi Adebajo
4be1bbbdba updates failing tests 2018-03-27 08:41:13 -07:00