525 Commits

Author SHA1 Message Date
Seyi Adebajo
779dd3aecb updates annotation indicator for suggestion value conflict to exclude scenarios without a current identifierType 2018-08-30 13:27:32 -07:00
Seyi Adebajo
b0fbafd3d8 updates visual hint for dataset compliance annotations. updates wording for hints 2018-08-30 10:49:20 -07:00
Charlie Tran
05a1b6eb0a
Merge pull request #1345 from cptran777/remove-compliance-wizard
Remove compliance tab editing wizard in favor of individual handlers
2018-08-29 14:01:51 -07:00
cptran777
b342ce0590 Reimplementation of initialStepNeedsReview in compliance tab to changeSetNeedsReview 2018-08-29 10:16:39 -07:00
cptran777
701e056a70 Remove compliance tab editing wizard in favor of individual handlers 2018-08-28 17:29:39 -07:00
Ignacio Bona
14fecafa43 Removing bower dependency system 2018-08-27 16:23:27 -07:00
Seyi Adebajo
9c5708c962
Merge pull request #1339 from theseyi/remove-suggestions-from-required
removes suggested values from list of required fields in compliance c…
2018-08-27 10:47:31 -07:00
Seyi Adebajo
98522c40f6
Merge pull request #1338 from theseyi/fix-missing-links
reinstate lost pr to converts links to use config object
2018-08-27 10:46:54 -07:00
Seyi Adebajo
13621d49bd removes suggested values from list of required fields in compliance component 2018-08-27 08:24:37 -07:00
Seyi Adebajo
a3b1ec4db4 converts links to use config object 2018-08-26 23:25:51 -07:00
cptran777
61acdd7177 Create test for search bar acceptance 2018-08-23 14:24:15 -07:00
Charlie Tran
abc99b4244
Merge pull request #1330 from cptran777/red-dot-ownership
Red dot ownership
2018-08-21 12:53:53 -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
Charlie Tran
db4515e14e
Merge pull request #1329 from cptran777/global-key-bindings
Global key bindings
2018-08-20 11:30:47 -07:00
cptran777
0f4a9e8f29 Resolve issue with key bindings and removed native event listener in favor of Ember one 2018-08-20 11:06:04 -07:00
cptran777
cb0bfc050a Code cleanup for hotkeys 2018-08-20 10:33:08 -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
0ec1c8f6a6 Create logic and events to show red dot on ownership tab if needs action 2018-08-20 10:08:36 -07:00
cptran777
6ec7b2151e Code cleanup for health score gauge handler 2018-08-17 14:14:16 -07:00
cptran777
9034573d72 Add testing for global key components 2018-08-17 13:38:42 -07:00
cptran777
5a9af6dc1e Implements component and service to handle global hotkeys 2018-08-17 11:58:47 -07:00
cptran777
7192f9b6ff Minor modification 2018-08-17 09:01:49 -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
cptran777
7241711853 Refix issue with prettier 2018-08-16 15:06:25 -07:00
cptran777
1592bd55f8 Finalize handling for api for metadata health endpoint and showing results 2018-08-16 15:03:34 -07:00
Seyi Adebajo
e326b16ce7 adds component integration test for dataset-fabric-switcher 2018-08-15 10:59:56 -07:00
cptran777
f8b389d761 Code cleanup for health tab chart fix 2018-08-13 16:50:46 -07:00
cptran777
c9e74754b4 Fixes issues where going from another tab to health tab does not render charts in ds view 2018-08-13 14:41:49 -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
Seyi Adebajo
5a3fc29fe3
Merge pull request #1318 from theseyi/the-great-purge
refactors service injection and action definition in es classes to use decorators. cleans up bower deps. removes legacy sources
2018-08-13 10:15:57 -07:00
cptran777
4206c75387 Add api handlers and typings for metadata health 2018-08-12 19:59:34 -07:00
Seyi Adebajo
b5590c8ee7 moves services and actions to decorator methods 2018-08-12 13:02:01 -07:00
Seyi Adebajo
615d401afc
Merge pull request #1313 from theseyi/wholesale-upgrades
major version library upgrades
2018-08-10 17:53:43 -07:00
Seyi Adebajo
c0dae610f1 removes artifacts from schema history, script finder components: links. minor ui updates 2018-08-10 12:03:56 -07:00
Seyi Adebajo
bec0bd7133 fixes template indentation issues and minor refactors of template HTML usage 2018-08-09 10:33:11 -07:00
Seyi Adebajo
3137bd0daa test compatibilty by migrating some class methods and computed properties to ember-decorators. fixes call to super in suggested-owners component. minor cleanup in banner-alerts component 2018-08-09 08:27:16 -07:00
Charlie Tran
fc84868c04
Merge pull request #1303 from cptran777/score-gauge-component
Score gauge component
2018-08-07 15:38:21 -07:00
cptran777
eca8c08b5c Constant getter for chart configs and minor code cleanup 2018-08-07 14:10:53 -07:00
cptran777
e0b24abf1c Move import of staging mock data to constants file in app instead of mirage. 2018-08-07 10:23:19 -07:00
cptran777
c75ce142bc Create a score gauge component that can handle various instances of solid gauge charts 2018-08-07 09:57:23 -07:00
Charlie Tran
40f03536a0
Merge pull request #1291 from cptran777/dataset-health-tables
Dataset health tables. Don't care about no Travis CI builds
2018-08-06 12:21:19 -07:00
cptran777
b529206750 Code cleanup based on theseyi comments 2018-08-06 11:32:01 -07:00
Seyi Adebajo
70970d61c5 updates field review filter with adjacent hint / cta 2018-08-06 11:24:22 -07:00
Seyi Adebajo
11f2753720
Merge pull request #1296 from theseyi/identifier-field-match
validates the identifierField values against the expected schema fiel…
2018-08-06 11:21:57 -07:00
Seyi Adebajo
db94633209
Merge pull request #1295 from theseyi/visible-acl-tab
enables jit tab for all platforms displays informational text if not …
2018-08-06 11:09:43 -07:00
Seyi Adebajo
96a80cfae7 validates the identifierField values against the expected schema field names when a user manually edits the values 2018-08-05 18:13:45 -07:00
Seyi Adebajo
6760d62331 enables jit tab for all platforms displays informational text if not enabled for platform 2018-08-05 16:19:28 -07:00
Seyi Adebajo
0c834dc7b7 resolves 5833 by setting the default selected purge policy to the value of the parent if one is not currently set on the dataset 2018-08-05 15:54:24 -07:00
Seyi Adebajo
1c02e757ab for TypeScript breaking change with keyof operator now supporting number and symbol type, use extract to specify string type
upgrades various dependencies. renames mirage .js files to .ts. fixes linting issues. rebuilds lock file

removes redux deps

upgrades to latest

Revert "upgrades to latest"

This reverts commit 45d2d45b0a28db3217863b2ac9492c5bfe67bf0a.

 Committer: Seyi Adebajo <sadebajo@linkedin.com>

reoders tsconfig keys
2018-08-05 14:24:09 -07:00
Seyi Adebajo
b631b61458
Merge pull request #1288 from theseyi/filter-update
adds options to filter compliance entities via suggested values
2018-08-04 12:30:37 -07:00