12004 Commits

Author SHA1 Message Date
Seyi Adebajo
96b2b8004c
Merge pull request #1247 from theseyi/browse-revamp-cont
dataset browsing feature revamp
2018-07-11 13:37:51 -04:00
Seyi Adebajo
3968c166bc fixes issue with breadcrumb home link being sticky to last entered platform. fixes issue with trailing empty link in breadcrumbs. updates top margin on dataset page to match browse/:entity page. 2018-07-11 10:09:42 -07:00
Seyi Adebajo
c0ff52eea9 fix failing breadcrumb tests 2018-07-10 21:38:48 -07:00
Seyi Adebajo
a9949ebfa2 adds config check for browse revamp feature. adds route replacement on index route 2018-07-10 21:32:14 -07:00
Seyi Adebajo
4247162626
Merge pull request #1239 from theseyi/browse-revamp
moves router.js -> router.ts
2018-07-07 16:20:39 -07:00
Seyi Adebajo
129c9f6a81 adds container components for data platforms, and data platform, and presentational components for same 2018-07-07 19:03:03 -04:00
Seyi Adebajo
8291570044 adds container components for data systems, and data system, and presentational components for same 2018-07-07 18:37:26 -04:00
Seyi Adebajo
a27000f634 updates styles for some components related to datasystems browser revamp 2018-07-07 18:19:10 -04:00
Yi (Alan) Wang
d22383240f
Discard MLE when job status not SUCCEEDED, instead of throwing exception (#1245) 2018-06-29 15:50:23 -07:00
Yi (Alan) Wang
00ad604db3
Prefer auditstamp actor over agent for MLE actor (#1244) 2018-06-29 15:13:14 -07:00
Seyi Adebajo
6007ff2df4 moves router.js -> router.ts 2018-06-28 16:05:38 -07:00
Seyi Adebajo
bc8b138232
Merge pull request #1238 from theseyi/pipe
refacs array pipe util
2018-06-28 16:05:23 -07:00
Seyi Adebajo
eb801c3a54
Merge pull request #1241 from theseyi/misc-style-updates
removes unneeded dash in field type header. removes unneeded question…
2018-06-28 16:04:55 -07:00
Seyi Adebajo
254ffa08b8 removes unneeded dash in field type header. removes unneeded question mark glyph for tooltip header 2018-06-28 15:20:38 -07:00
Seyi Adebajo
feaaa1a8d6
Merge pull request #1240 from theseyi/misc-fix
fixes issue with delete button droppping to new line in smaller resol…
2018-06-28 13:35:52 -07:00
Seyi Adebajo
d9245917e7 fixes issue with delete button droppping to new line in smaller resolution viewport. fixes z-index issue with tooltip 2018-06-28 13:20:10 -07:00
Seyi Adebajo
09172057db moves router.js -> router.ts 2018-06-28 10:54:00 -07:00
Seyi Adebajo
6939c99103 refacs array pipe util 2018-06-27 10:56:15 -07:00
Seyi Adebajo
0e98c2d7c8
Merge pull request #1233 from theseyi/suggestion-conflict-not-required
splits compliance field validation computed property by creating a se…
2018-06-27 10:21:34 -07:00
Seyi Adebajo
b68676378d
Merge pull request #1235 from theseyi/suggestion-ux-updates
updates the suggestion column in compliance table to match interface …
2018-06-27 10:21:20 -07:00
Seyi Adebajo
238f219111
Merge pull request #1234 from theseyi/ff-flex-height
fixes compliance dialog article/section height in firefox
2018-06-27 09:59:22 -07:00
Seyi Adebajo
5a8837b3ea updates the suggestion column in compliance table to match interface design. renders more text per line in compliance field identifier column 2018-06-26 17:47:41 -07:00
Seyi Adebajo
90992fa9f8 fix pii tooltip rendering offscreen 2018-06-26 17:10:11 -07:00
Seyi Adebajo
97327abea4 fixes compliance dialog article/section height in firefox 2018-06-26 17:03:01 -07:00
Seyi Adebajo
0bc10758ec splits compliance field validation computed property by creating a separate dependent property without a check for suggestion mismatch but depends on the output from a full validation 2018-06-26 16:41:26 -07:00
Seyi Adebajo
4e2f586e9c
Merge pull request #1232 from theseyi/utils
adds util function for iteratee compose function. refactors dataset compliance function name editableTags
2018-06-26 11:54:00 -07:00
Seyi Adebajo
62c2bd5837
Merge pull request #1225 from theseyi/remove-ownership-flags
removes obsolete flags for ownership feature gate
2018-06-26 11:53:30 -07:00
Seyi Adebajo
7198b6471d moves noop to util helpers module 2018-06-25 23:42:28 -07:00
Seyi Adebajo
7ed763cb8c adds util function for iteratee componse function. refactors dataset compliance function name editableTags 2018-06-25 22:49:23 -07:00
Jyoti Wadhwani
9ec0459cbd api for field format docs 2018-06-25 10:29:20 -07:00
Mars Lan
27acfc1495
Rename "Add new" to "Add More" for clarity (#1230) 2018-06-22 16:48:12 -07:00
Seyi Adebajo
e3eade34de
Merge pull request #1229 from theseyi/styling-updates
minor styling updates to the compliance table styles
2018-06-22 15:07:48 -07:00
Seyi Adebajo
2def8b7fdb minor styling updates to the compliance table styles 2018-06-22 14:46:38 -07:00
Seyi Adebajo
5fffa5534c
Merge pull request #1228 from theseyi/reviewable-updates
reviewable updates
2018-06-22 14:19:38 -07:00
Yi (Alan) Wang
b3256082c2
Add sourceUrl transcient field to DatasetOwner (#1227) 2018-06-22 13:37:20 -07:00
Seyi Adebajo
caccb5ee78 filters readonly tags from initial step review validation. extracts suggestion conflict review check into contained function. creates function for initialStep review 2018-06-22 13:21:07 -07:00
Seyi Adebajo
b368a7706c includes readonly tags in tagNeedsReview check. reduces size threshold for notification-service modal to split-text 2018-06-21 18:52:27 -07:00
Seyi Adebajo
7186449552
Merge pull request #1222 from theseyi/suggestion-conflict-not-required
removes requirement that a suggestion conflict be resolved before use…
2018-06-21 14:55:02 -07:00
Jyoti Wadhwani
ce40bede1f
Merge pull request #1217 from jywadhwani/master
Point to the correct link of architecture design
2018-06-21 14:38:42 -07:00
Seyi Adebajo
b93e133dc2 removes obsolete flags for ownership feature gate
removes mid-tier config property for showOwnership feature flag

fix failing tests
2018-06-21 11:54:34 -07:00
Seyi Adebajo
392dc49a07
Merge pull request #1224 from linkedin/revert-1223-remove-ownership-flags
Revert "removes obsolete flags for ownership feature gate"
2018-06-21 11:45:26 -07:00
Seyi Adebajo
5f036581cc
Revert "removes obsolete flags for ownership feature gate" 2018-06-21 11:23:37 -07:00
Seyi Adebajo
5dd2846dc8 removes requirement that a suggestion conflict be resolved before user is able to proceed with compliance metadata update 2018-06-21 11:04:34 -07:00
Seyi Adebajo
3f316e47ed
Merge pull request #1223 from theseyi/remove-ownership-flags
removes obsolete flags for ownership feature gate
2018-06-21 11:01:46 -07:00
Seyi Adebajo
b3fc5842cc fix failing tests 2018-06-21 10:46:37 -07:00
Seyi Adebajo
cbc56bc614 removes mid-tier config property for showOwnership feature flag 2018-06-21 10:15:52 -07:00
Seyi Adebajo
9b3241787a removes obsolete flags for ownership feature gate 2018-06-21 10:15:51 -07:00
Seyi Adebajo
9c59d6f1e0
Merge pull request #1220 from theseyi/cosmetic-updates
updates misc visual styles for compliance tag dropdown. fixes z-index stacking issue that caused avatar metadata below to appear above field tag dropdown. fixes issue with containingPersonalData flag being null when user does not interact with toggle
2018-06-21 10:07:05 -07:00
Seyi Adebajo
0c59f3c00f
Merge pull request #1221 from theseyi/dataset-pii
updates styling on dataset pills
2018-06-21 10:06:48 -07:00
Seyi Adebajo
52fd1fa91f updates styling on dataset pills 2018-06-20 11:04:48 -07:00