50 Commits

Author SHA1 Message Date
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
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
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
Seyi Adebajo
33f64dfebb implements tabbed routes for datasets 2018-02-08 17:11:49 -08:00
Seyi Adebajo
264052f01a retain $ post method for ajax request. rewrites login controller as ts file 2018-01-22 17:31:48 -08:00
Seyi Adebajo
5f4fa29c34 fix reference to $ post method 2018-01-22 13:43:33 -08:00
Seyi Adebajo
6c403f2b82 upgrades dependencies including typescript, ember-cli, ember. and a host of other dependencies. adds $ for legacy sources. adds eslint plugin ember recommended. fixes reported issues in legacy sources. refactors module imports to rfc-176. updates typings. fixes implicit any typings. removes strict function types: ts2.6 adds support for bivariant checking. fixes broken tests. runs updated ember blueprint. 2018-01-20 00:46:47 -08:00
Seyi Adebajo
d08b24d4bf updates the ux for user-lookup: adds user-lookup component. updates dataset-authors component: correctly implements addOwner action. updates types, adds requirement for minimum confirmed owners, adds notifications for state changes. adds integration tests for user-lookup-component. adds ember-math-helpers 2017-11-13 11:11:45 -08:00
Seyi Adebajo
ea21f86983 updates code formart for login controller 2017-11-05 21:15:13 -08:00
Seyi Adebajo
6e6cc0d413 adds link from dataset deprecation pill to properties tab and tooltip. updates text editor visual style for visibility. adds integration tests for deprecated datasets component 2017-11-01 09:10:42 -07:00
Seyi Adebajo
a22434069b updates properties implementation. fixes issue with isTable flag on schema component. updates deprecation implementation. adds type defintions for properties 2017-10-25 02:11:28 -07:00
Seyi Adebajo
90a2e366bb fixes default value for dataset-schema component isTable class field 2017-10-24 01:07:06 -07:00
Seyi Adebajo
20e9e54135 deletes datasetSchemaFieldsAndTypes reference and related implementation. 2017-10-24 00:24:19 -07:00
Seyi Adebajo
b992c26803 refactors dataset-schema component: typescript, es6 classes, cleaner implementation with less coupling 2017-10-24 00:11:23 -07:00
Seyi Adebajo
aac6870363 adds support for urn query parameter for urn on datasets route. fixes getHeaders to return reference to headers 2017-09-20 16:10:52 -07:00
Seyi Adebajo
6848e50653 rename api interface nomenclature 2017-09-19 18:20:03 -07:00
Seyi Adebajo
583f0ae8ff removes unused dataset routes datasets.name, datasets.name.subpage and controller: datasets.name.subpage 2017-09-19 17:26:05 -07:00
Seyi Adebajo
f540e38e78 moves contract id above seatid. fixes search filter rail header text 2017-09-18 16:31:47 -07:00
Seyi Adebajo
ef065d0e1d refactors login flow. adds profile avatar. updates dependencies
refactors comments feature: initial get comments and create comment

updates tsconfig to support es2017 object prototype methods: values, entries, creates user-avatar component, adds styles, converts constants files to ts

updates comment editor. updates styling. adds auto focus on click

adds comment deletion

adds confirmation dialog for comment deletion

adds string union generic constraint type. adds comment stream header. adds comment update feature. adds style modifications and additions for comment components. refactors actions for comments using strategy pattern to allow for abstraction. adds dataset-constants constants module
2017-09-13 14:18:24 -07:00
Seyi Adebajo
761d51e13a creates notificatin service: implemnts an async queue, with async dequeueing and recursive iteration through the list of queued notifications. adds confirmation modal feature. 2017-08-28 01:38:47 -07:00
Seyi Adebajo
af62c93d4e fixes saving compliance policy: misrepresented securityClassification as classification. renames people urns 2017-08-23 11:11:22 -07:00
Seyi Adebajo
df4112f868 adds handler implementation for suggestion action. refactoers dataset controller reference to compliance api. 2017-08-18 14:43:14 -07:00
Seyi Adebajo
d3a26adcd7 adds support for passing datasetUrn on new compliance policy creation. fixes ui rendering issue with notification. 2017-07-10 13:42:58 -07:00
Seyi Adebajo
a9c622c832 adds browse feature for flows and metrics 2017-07-10 13:42:58 -07:00
Seyi Adebajo
e24a09f9c3 refactors createLazyRequest to use asyncExecutor for better abstraction 2017-07-10 13:42:52 -07:00
Seyi Adebajo
756cd8f072 adds state handling for dataset urn child nodes and/or child datasets 2017-07-10 13:42:52 -07:00
Seyi Adebajo
9939149adc updates network request handlers to integrate with api changes for /compliance and /security endpoints 2017-07-10 13:42:15 -07:00
Seyi Adebajo
48dcb47344 implements typeahead using category filter apis for datasets, metrics or flows. caches previously seen results in client memory. adds category to arguments provided by query params 2017-07-10 09:55:15 -07:00
Seyi Adebajo
cf635ce330 adds user lookup service reference to application load and primes caches on app startup 2017-07-10 09:55:12 -07:00
Seyi Adebajo
565c9a43ec DSS-6551 Adds user notification for confidential tab on update success 2017-07-10 09:55:09 -07:00
Seyi Adebajo
2c9db95c8a DSS-6552 Refactors updateOwners on dataset-author component. Adds saveOwnerChanges action to handle post request. Refactors update handler for sortable. 2017-07-10 09:54:21 -07:00
Seyi Adebajo
1281ae8352 Authentication: Creates a current-user service to load details on the currently logged in user. Fixes the login route: If a user lands on the login route, and they have an authenticated session, transition to the application index. Updates the authenticator to return authentication request data for local caching. Load current user when application route is first entered and whenever session is successfully authenticated. Fixed comment typo in Play Application controller. 2017-07-10 09:54:20 -07:00
Seyi Adebajo
5856f6a91f Fixes routes on dataset controller for compliance and security spec. 2017-07-10 09:54:17 -07:00
Seyi Adebajo
728a32d72d Adds functionality for source refinement from search page to controller. and action handler for changes to source. Also connects controller to queryParams for search: keyword, category, source and page, and sets default values 2017-07-10 09:54:17 -07:00
Seyi Adebajo
d844f86d87 Adds services for session, search, and keywords to application controller. Updates instantiation of application controller to prime cache for keywords async. Adds application level handler for search action. 2017-07-10 09:54:17 -07:00
Seyi Adebajo
c14940f845 Add client side handling for login and authentication using ember-cli-simple-auth. Add custom authenticator for ldap. And login page and styles. 2017-07-10 09:54:17 -07:00
Seyi Adebajo
7bbe3acd8c DSS-5869 Adds Controller: application 2017-07-10 09:54:16 -07:00
Seyi Adebajo
1dfd53fd78 DSS-5869 Adds controller for Datasets and subpages 2017-07-10 09:54:14 -07:00
Seyi Adebajo
5cd31fd9ee DSS-5869 Controllers for Flows page and subpage feature 2017-07-10 09:54:14 -07:00
Seyi Adebajo
53cdc2d0be DSS-5869 Controller for IDPC feature page 2017-07-10 09:54:14 -07:00
Seyi Adebajo
750e09e8c2 DSS-5869 Controller for lineage feature 2017-07-10 09:54:13 -07:00
Seyi Adebajo
c2ef2d0e96 DSS-5869 Controller for Metadata feature page 2017-07-10 09:54:13 -07:00
Seyi Adebajo
e4bead7149 DSS-5869 Adds controller for Metrics page and subpages feature 2017-07-10 09:54:13 -07:00
Seyi Adebajo
c96dce95dc DSS-5869 Adds SchemaHistory feature and subpage controllers 2017-07-10 09:54:13 -07:00
Seyi Adebajo
fce197a0f0 DSS-5869 Adds Script Finder feature controller 2017-07-10 09:54:13 -07:00
Seyi Adebajo
30899133d0 DSS-5869 Search feature controller 2017-07-10 09:54:13 -07:00
Seyi Adebajo
c99e6b2c09 Initial commit transition to Ember CLI 2017-07-10 09:54:09 -07:00