Yi (Alan) Wang
1206703e7d
Refactor columns view DAO using hibernate ( #721 )
2017-08-31 14:08:26 -07:00
Hang Zhang(hzhang2)
44b3f207b5
Merge pull request #720 from hangzhang925/master
...
remove unused DB call from ApplicationStart
2017-08-31 10:57:00 -07:00
hzhang2
d4ab77677f
move DB call from main class to kafka consumer master
2017-08-31 10:28:38 -07:00
Seyi Adebajo
87c2c8a9fc
Merge pull request #719 from theseyi/compliance-updates
...
moves the data validation for fields to compliance page before transi…
2017-08-30 18:43:00 -07:00
Seyi Adebajo
df38c6d04d
moves the data validation for fields to compliance page before transitioning to dataset data types
2017-08-30 18:41:23 -07:00
Yi (Alan) Wang
f861fdeaae
Refactor DatasetOwner using readonly model ( #702 )
2017-08-30 18:29:30 -07:00
Seyi Adebajo
38a376243e
Merge pull request #717 from theseyi/ldap
...
explicitly calls out ldap name in owner table pending api support of username and full name search
2017-08-30 18:08:11 -07:00
Seyi Adebajo
c5336bf09d
fix check for unformatted fields on compliance
2017-08-30 18:07:01 -07:00
Yi (Alan) Wang
8084e35303
Modify HIVE extract, disable schema fetching from HDFS, add DB reconnect, refactor code ( #718 )
2017-08-30 17:34:31 -07:00
Seyi Adebajo
c877cbae43
explicitly calls out ldap name in owner table pending api support of username and full name search
2017-08-30 13:04:06 -07:00
Seyi Adebajo
323990b791
some cleanup for compliance code
2017-08-30 13:04:06 -07:00
Seyi Adebajo
29b05fb6a5
Merge pull request #716 from theseyi/compliance-dataset-field-split
...
updates compliance notifications. implements toasts for notifications…
2017-08-30 12:07:33 -07:00
Seyi Adebajo
452460b77d
updates compliance notifications. implements toasts for notifications service. fixes issue with data upload: does not automatically save on upload. adds object to type def for security classification since field can be null. adds utility for promise based delay
2017-08-30 10:26:44 -07:00
Seyi Adebajo
364af9c4b9
Merge pull request #714 from theseyi/compliance-dataset-field-split
...
updates notification confirm dialog. splits dataset field level quest…
2017-08-30 10:23:42 -07:00
Seyi Adebajo
8511cbd469
updates notification confirm dialog. splits dataset field level question from dataset level questions. creates partials for compliance policy vs dataset fields
2017-08-29 16:54:29 -07:00
Seyi Adebajo
27be1b7347
Merge pull request #710 from theseyi/notifications-service
...
Notifications service
2017-08-29 16:51:53 -07:00
Mars Lan
b715df4e91
Move the dummy source set from play to license gradle scripts so we don't need to do overrides internally ( #713 )
2017-08-28 16:31:41 -07:00
Seyi Adebajo
90a5c114d2
Merge pull request #712 from theseyi/master
...
uses row level check for last updated
2017-08-28 15:59:54 -07:00
Seyi Adebajo
ac7eeefaea
uses row level check for lastupate
2017-08-28 15:58:28 -07:00
Seyi Adebajo
cf6cd75b13
Merge pull request #709 from theseyi/new-field-modification-indicator
...
displays the new field indicator if the field has not been modified i…
2017-08-28 15:52:22 -07:00
Seyi Adebajo
ea7bcf4677
Merge branch 'master' into new-field-modification-indicator
2017-08-28 15:52:12 -07:00
Seyi Adebajo
959083896a
Merge pull request #711 from theseyi/fix-null-prediction
...
fixes issue with null predictions. also fixes issue with field having…
2017-08-28 15:51:17 -07:00
Seyi Adebajo
f097318354
fixes issue with null predictions. also fixes issue with field having a prediction and being new.
2017-08-28 15:33:39 -07:00
Seyi Adebajo
3a380418cc
displays the new field indicator if the field has not been modified in the current session and the policy is new
2017-08-28 09:05:17 -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
e03a9a64d3
removes airbnb-base config for eslint
2017-08-27 05:17:15 -07:00
Seyi Adebajo
8f45ee248b
adds initial components for notification service: confirm modal and toasts
2017-08-27 05:04:53 -07:00
Seyi Adebajo
a8bdf74b4c
update deps and yarn lockfile
2017-08-27 04:42:10 -07:00
Seyi Adebajo
54144dd595
updates to locally installed prettier. adds eslint plugin for prettier, adds airbnb-base config for eslint, adds prettier config for eslint
2017-08-27 04:40:38 -07:00
Yi (Alan) Wang
4f2c7d6c2e
Add more logging for owner and compliance API ( #708 )
2017-08-26 11:48:24 -07:00
Mars Lan
1c0eeea181
Fix AppWorxLineageEtl's constructor ( #707 )
2017-08-25 15:02:26 -07:00
Seyi Adebajo
077c70f173
Merge pull request #705 from theseyi/ownership
...
updates the duplicate check: userName is solely not the unique key
2017-08-25 11:15:00 -07:00
Seyi Adebajo
e37c9ea6df
updates the duplicate check: userName is solely not the unique key
2017-08-24 16:53:07 -07:00
Seyi Adebajo
e20a5c84cb
Merge pull request #704 from theseyi/ownership
...
ts all the things. refactor getuserentities: cache and allow only one…
2017-08-24 14:18:20 -07:00
Seyi Adebajo
d44b785aa0
removes unused template string notation
2017-08-24 11:48:34 -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
3ada098fdc
Merge pull request #703 from theseyi/ownership
...
fixes username column: use unique ldap username for search. adds typings for owners and party-entities, refactors implementation for owner, party entities and compliance into typescript modules
2017-08-24 10:20:50 -07:00
Seyi Adebajo
892db1a63d
fixes ldap column: revert to using unique ldap username for search
2017-08-24 00:25:48 -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
Shridhar Sattur
22ed54327f
Converting JiraTicket to hibernate entity ( #700 )
2017-08-23 15:37:20 -07:00
Hang Zhang(hzhang2)
03d533e3c2
Merge pull request #693 from hangzhang925/master
...
Refactor KAFKA processor to wherehows-kafka module
2017-08-23 14:16:52 -07:00
Mars Lan
da41ebacad
Fix typo
2017-08-23 14:12:52 -07:00
hzhang2
4b57ab898a
remove empty lines, unused dependecy/ logic
2017-08-23 13:10:32 -07:00
Mars Lan
fd938be594
Update coding-guidelines.md
2017-08-23 11:48:17 -07:00
Seyi Adebajo
71f94c1dc4
Merge pull request #699 from theseyi/master
...
fixes saving compliance policy: misrepresented securityClassification…
2017-08-23 11:26:09 -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
2ee59eea01
Merge pull request #690 from theseyi/auto-suggestions
...
removes s->ms conversion from timestamps in ownership and compliance …
2017-08-23 11:09:30 -07:00
hzhang2
7145edee92
pull changes from origin
2017-08-22 22:39:09 -07:00
hzhang2
7c87b89e73
refactor based on comments
2017-08-22 22:35:27 -07:00
hzhang2
2ca851753a
remove backend changes for this PR
2017-08-22 22:35:27 -07:00