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
|
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
|
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
|
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 |
|
Lee
|
f0e970b465
|
Request merge ACL page to master (#930)
* finish the alc access page layout, logics and sass files
* Fix css issue and request permission response error message
* finish the testing part
* simplify code finished
* finish spinner
* Finished ACL access page, testing cases, clean code format
* Clean format, address comments, refactor JS code of ACL page to TS
* address comments, replace type any and fix merge issue
|
2018-02-07 12:32:03 -08:00 |
|
Seyi Adebajo
|
43f40cd4f1
|
updates api readers for platforms and compliance Data types. adds link for purge policies
|
2018-01-25 12:09:07 -08:00 |
|
Seyi Adebajo
|
1b98b0f6a9
|
adds support for identifying inactive owners that are included in list of confirmed owners
|
2018-01-23 11:10:19 -08:00 |
|
Seyi Adebajo
|
b012958a43
|
Merge pull request #931 from theseyi/flexible-tagging
rewrites dataset-compliance component in ts
|
2018-01-12 13:37:04 -08:00 |
|
Seyi Adebajo
|
8f6d202cef
|
depends on platforms api to provide supportedPurgePolicies for each platform. uses e-c for async manangement
|
2018-01-10 08:30:01 -08:00 |
|
Seyi Adebajo
|
7dd558f558
|
rewrites dataset-compliance component in typescript.
|
2018-01-07 22:32:32 -08:00 |
|
Seyi Adebajo
|
788ce80172
|
fixes issue with obsolete validation check on compliance identifier types. removes obsolete compliance property constants and transformations. removes related obsolete tests. removes incorrect mirage suggestion mock response. adds permanent overflow on y scrollbar to prevent jank on page length variation
|
2017-12-14 16:41:21 -08:00 |
|
Seyi Adebajo
|
c6ecc1a170
|
adds a reader for compliance data types. moves the list compliance datatypes type definitions to the list directory.
|
2017-12-11 22:13:34 -08:00 |
|
Seyi Adebajo
|
ee3781e319
|
defines interfaces for the dataset compliance endpoint. refactots the dataset compliance fetch api functions with types and switches to api/fetcher functions. fixes ISuggestedDatasetClassification type alias. adds additional dataset platforms to enum
|
2017-12-11 21:44:46 -08:00 |
|
Seyi Adebajo
|
ef544acc0a
|
renames enum FieldIdValues->ComplianceFieldIdValue : more descriptive. adds interface definitions for new compliance data type endpoint. updates metadata-acquisition test
|
2017-12-11 18:26:26 -08:00 |
|
Seyi Adebajo
|
7a143cd78e
|
adds api fetcher and init types for platform list endpoint
|
2017-12-11 15:35:51 -08:00 |
|
Seyi Adebajo
|
29b27e55b2
|
moves compliance row to ts source and fix bugs discovered by typing component interface and methods
|
2017-12-11 13:13:34 -08:00 |
|
Seyi Adebajo
|
4414e03012
|
implements schemaless dataset tagging feature. adds component tests. fixes issue with edit button unresponsive on first click in compliance tab
|
2017-12-06 10:23:33 -08:00 |
|
Seyi Adebajo
|
e4c6849326
|
updates propeties api getter to treat error as empty result. updates loading animation on save
|
2017-11-16 15:10:26 -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
|
288411e2f0
|
refactors interface name format. remove unused computed property
|
2017-11-10 10:28:50 -08:00 |
|
Seyi Adebajo
|
1893668806
|
corrects the typings for ownertype vs owneridtype.changes updateownertype action name to changeownertype on dataset-author component. adds fixtures for owner and user types. uses correct handler selectiondidchange for ember selector component
|
2017-11-10 00:08:50 -08:00 |
|
Seyi Adebajo
|
953c340781
|
implements ownership distinction for suggested owners and confirmed owners. updates type defintions for owners
|
2017-11-09 09:49:04 -08:00 |
|
Seyi Adebajo
|
53527a2990
|
consumes error message in api response if available, falls back to generic client message
|
2017-11-06 09:48:37 -08: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
|
b992c26803
|
refactors dataset-schema component: typescript, es6 classes, cleaner implementation with less coupling
|
2017-10-24 00:11:23 -07:00 |
|
Seyi Adebajo
|
eec260d879
|
wip: dataset-schema comments rewrite
|
2017-10-20 22:01:55 -07:00 |
|
Seyi Adebajo
|
5e11990f0e
|
updates the compliance suggestion implementation to support the new compliance suggestion endpoint response. adds enums for NonIdLogicalType, FieldIdValues, CustomIdLogicalType, IdLogicalType, and index signatures for consumer
|
2017-10-20 22:01:54 -07:00 |
|
Seyi Adebajo
|
b617fcca01
|
extracts high quality suggestions. refactors implementation for getFieldSuggestions: abstractions individual steps. creates a composable arrayReduce abstraction
|
2017-10-03 18:07:38 -07:00 |
|
Seyi Adebajo
|
51c07e6b0f
|
updates eslintrc : adds define global. renames dataset_id to datasetIdentifier. adds typings for various dataset resource models. adds api functions for columns endpoint. adds a convenience fetch function to get headers. adds a global type for the marked global module. adds typesafe utility function array-map.
|
2017-09-20 14:25:27 -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
|
46eb001f1e
|
ts all the things. refactor getuserentities: cache and allow only one request. check for duplicate usernames.
|
2017-08-24 11:31:54 -07:00 |
|
Seyi Adebajo
|
c9fc8b681f
|
adds typings for owners and party-entities, refactors api for owner, party entities and compliance into typescript modules
|
2017-08-24 00:23:48 -07:00 |
|
Seyi Adebajo
|
13757cf37b
|
partially implements auto-suggestions feature. minor refactoring. adds typdef fir mirage route handlers. deletes unused dataset-schema-table component. adds mirage route handler for compliance api suggestions. updates compliance table to show suggestions.
|
2017-08-18 14:43:14 -07:00 |
|
Seyi Adebajo
|
8494e4bf2b
|
adds api request for suggestions. adds interfaces.
|
2017-08-16 13:29:13 -07:00 |
|