cyip
cf3a61d642
remove unwanted comment
2017-10-09 15:38:21 -07:00
cyip
356956e34c
updates tests
2017-10-09 14:49:47 -07:00
Seyi Adebajo
cd0bc3a6a4
Merge pull request #789 from theseyi/fix-reviewable-fields
...
removes hasRecentSuggestions computed property in favor of diffing s…
2017-10-09 11:15:31 -07:00
Seyi Adebajo
7b52397da5
fixes display string for current logicalType or identifierType on policy. moves field display identifier options to constants module
2017-10-09 10:58:35 -07:00
Yi (Alan) Wang
02d19a26fc
Add WH urn split to util ( #788 )
2017-10-08 17:51:35 -07:00
Seyi Adebajo
c8b192011e
removes hasRecentSuggestions computed property in favour of diffing suggestion and policy timestamp prior to augmenting compliancepolicy changeSet with suggestion. updates logic to get field value: identifierType/logicalType prior to suggested value. issues: needs to update the previous field value with user friendly label/displayAs value
2017-10-07 18:46:22 -07:00
Yi (Alan) Wang
6aa12ac521
Modify frontend Compliance suggestion API ( #787 )
2017-10-05 16:47:40 -07:00
Yi (Alan) Wang
50e37279c6
Add compliance to MCE processor ( #786 )
2017-10-05 09:43:40 -07:00
Seyi Adebajo
668e7185c5
Merge pull request #785 from theseyi/master
...
fix missing comma from conflict merge on github
2017-10-04 18:13:51 -07:00
Seyi Adebajo
7faea7ad76
fix missing comma from conflict merge on github
2017-10-04 14:17:22 -07:00
Seyi Adebajo
f93bcbbabb
Merge pull request #784 from theseyi/prev-seen
...
adds num of days window to recent suggestions check
2017-10-04 13:01:05 -07:00
Seyi Adebajo
6eaab992b4
Merge branch 'master' into prev-seen
2017-10-04 13:00:53 -07:00
Seyi Adebajo
b1f530b239
Merge pull request #783 from theseyi/hq-suggest
...
extracts high quality suggestions. refactors implementation for getFi…
2017-10-04 10:57:52 -07:00
Seyi Adebajo
0a42862cd2
adds num of days window to recent suggestions check
2017-10-04 10:56:59 -07:00
Yi (Alan) Wang
53a6caec15
Modify MCE procesor ( #782 )
2017-10-03 18:16:57 -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
Mars Lan
98a3a0ea4f
Move various constants into Constant class ( #780 )
2017-10-03 14:52:31 -07:00
Seyi Adebajo
e818092133
Merge pull request #779 from theseyi/master
...
slightly refactors impementation for fieldChangeSetRequiresReview hel…
2017-10-02 18:53:14 -07:00
Seyi Adebajo
fa5fc6f9ff
Merge pull request #776 from theseyi/current-pre-suggested-value
...
renders the current value of a field if one exists and a suggestion a…
2017-10-02 18:52:00 -07:00
Seyi Adebajo
65011a370e
slightly refactors impementation for fieldChangeSetRequiresReview helper function. adds unit tests for utility functions on dataset-compliance
2017-10-02 18:50:08 -07:00
Seyi Adebajo
565a06e2c4
Merge pull request #778 from theseyi/master
...
adds tests for tracking headers and array convenience functions
2017-10-02 16:59:14 -07:00
Seyi Adebajo
af60c21e5a
adds tests for array convenience functions
2017-10-02 16:58:05 -07:00
Seyi Adebajo
ec8e673916
Merge pull request #777 from theseyi/master
...
fixes testing initialization. adds initial test for login
2017-10-02 16:07:30 -07:00
Seyi Adebajo
d1ab20a499
adds tests for tracking headers
2017-10-02 16:06:28 -07:00
Seyi Adebajo
4bff3704b3
fixes testing initialization. adds initial test for login
2017-10-02 15:27:38 -07:00
Seyi Adebajo
e573fe3ab0
renders the current value of a field if one exists and a suggestion also exists
2017-10-02 12:21:54 -07:00
Seyi Adebajo
5681dbc145
Merge pull request #774 from theseyi/master
...
toggles fields on policy table
2017-09-29 11:52:42 -07:00
Seyi Adebajo
ab9eefa216
toggles fields on policy table
2017-09-29 11:51:07 -07:00
Seyi Adebajo
d3d5fdc388
Merge pull request #772 from theseyi/sundry
...
removes unused local vars for numeric and numeric urn format. fixes issue with fieldIdentifierTypeIds and fieldIdentifierTypeValues having incorrect type: list of strings rather that list of value objects
2017-09-29 11:03:45 -07:00
Mars Lan
4b3f7b8935
Remove OS-specific build logic for wherehows-data-model ( #773 )
2017-09-29 10:00:14 -07:00
Seyi Adebajo
f0ab6942c2
creates empty state component: styles/template. adds support for column endpoint exception message. adds integration tests for empty-state component.
2017-09-28 18:37:38 -07:00
Seyi Adebajo
693ddb5bf2
removes unused local vars for numeric and numeric urn format. fixes issue with fieldIdentifierTypeIds and fieldIdentifierTypeValues having incorrect type: list of strings rather that list of value objects
2017-09-28 11:16:41 -07:00
Yi (Alan) Wang
6895423498
Update Field detail and Owner Dao ( #770 )
2017-09-28 09:28:24 -07:00
Seyi Adebajo
25d1e44fcb
Merge pull request #771 from theseyi/compliance-reviewable
...
adds reviewable filter option. updates filter logic to create diff between fields on policy and column field values. refactors implementation for client working copy / change-set: reduces number of steps. modifies compliance entity table styles
2017-09-27 10:55:05 -07:00
Seyi Adebajo
7485409146
adds reviewable filter option. updates filter logic to create diff between fields on policy and column field values. refactors implementation for client working copy / change-set: reduces number of steps. modifies compliance entity table styles
2017-09-27 09:54:37 -07:00
Seyi Adebajo
09031814d5
renames array-map util module and adds functions for filter and uniqueness. adds mergeMappedColumnFieldsWithSuggestions and fieldChangeSetRequiresReview to compliance shared functions
2017-09-27 09:54:36 -07:00
Mars Lan
a3b041bfc3
Update wordings and links ( #769 )
2017-09-25 17:47:07 -07:00
Yi (Alan) Wang
fce70ebe25
Update MCE processor ( #764 )
2017-09-25 17:22:04 -07:00
na zhang
2c1942e21a
Merge pull request #765 from camelliazhang/master
...
introduce customized analyzer for wherehows es index
2017-09-22 17:00:32 -07:00
Mars Lan
4e809fb29f
Also remove special field format restriction for Enterprise Account ID. ( #767 )
2017-09-22 11:44:22 -07:00
Seyi Adebajo
c8336e53bb
removes numeric or urn constraint on specific id identifier types ( #766 )
2017-09-21 16:41:41 -07:00
Na Zhang
4388be0b03
introduce customized analyzer for wherehows es index
2017-09-21 13:42:55 -07:00
Seyi Adebajo
43c0235459
Merge pull request #763 from theseyi/slideshare-user-id
...
updates invalid dataset reference error message
2017-09-20 18:29:37 -07:00
Seyi Adebajo
05b37fb56a
updates invalid dataset reference error message
2017-09-20 18:29:06 -07:00
Seyi Adebajo
23ad9312f2
Merge pull request #762 from theseyi/slideshare-user-id
...
adds Slide Share user id
2017-09-20 17:08:35 -07:00
Seyi Adebajo
e188487b55
adds slideshare user id to compliance field ids
2017-09-20 16:41:30 -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
Yi (Alan) Wang
5b7caa2f19
change DatasetIdByURN response key to lowercase ( #760 )
2017-09-20 15:20:36 -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
Yi (Alan) Wang
69e2d4d7a3
Add Frontend find ID by URN api ( #759 )
2017-09-20 08:49:31 -07:00