74 Commits

Author SHA1 Message Date
Mars Lan
b2f0eaaf9d Add app.version play config and have the value exposed via the config API. (#447) 2017-07-10 13:42:16 -07:00
Yi (Alan) Wang
9e95091ca7 return modified time in dataset ownership API (#446) 2017-07-10 13:42:16 -07:00
Yi Wang
338fe52f3c Add check for user not in session, at get current user API 2017-07-10 13:42:15 -07:00
Yi (Alan) Wang
6facc830cc Check Linkedin interanl flag before fetching schema from Metastore (#440)
Also during column data mapping, check if native data type and description exists in the returned schema fields from Metadata store.
2017-07-10 13:42:15 -07:00
Mars Lan
9b5cd71581 Change config tracking.piwik.siteid from type int to string. (#436)
This allows it to be set via env var (hence cfg2).
2017-07-10 13:42:15 -07:00
Seyi Adebajo
8bfae8ca6f fixes stream closed exception 2017-07-10 13:42:15 -07:00
Seyi Adebajo
8e41333b6c changes wording on compliance tab. adds page count to dataset-table-pager component. removes index.scala.html 2017-07-10 13:42:15 -07:00
Seyi Adebajo
fd8a3acc7c serves index.html from play packaged jar 2017-07-10 09:58:44 -07:00
Yi (Alan) Wang
e59005fb38 Add compliance and security API to frontend, remove dependency on backend (#424) 2017-07-10 09:58:44 -07:00
Seyi Adebajo
4063592230 refactors tracking props 2017-07-10 09:58:44 -07:00
Seyi Adebajo
65fcc7e4dd changes package variables to local variable and moves responsibility to single function 2017-07-10 09:58:44 -07:00
Seyi Adebajo
863ba2bfda adds endpoint for application config options 2017-07-10 09:58:43 -07:00
Seyi Adebajo
ca12a859cc updates Actions for other Play routes to serve index file. adds check for build output. updates routes to point to index Action and makes serveAsset private method 2017-07-10 09:58:43 -07:00
Seyi Adebajo
12f2bc9ec5 updates play to read output from build dir and serve content inline for serveAsset action. sets the rootURL for Ember to assets on prod. overrides ESA to redirect to / rather than default rootURL for an environment. 2017-07-10 09:58:43 -07:00
Yi Wang
577f0d0c1b Add more logging for ldap login, refactor some authentication code 2017-07-10 09:55:16 -07:00
Yi (Alan) Wang
93587cc01f Modify frontend autocomplet API to take user input, add caching (#406) 2017-07-10 09:55:14 -07:00
Yi (Alan) Wang
f6b62f535a Add frontend API cache for getting internal users and groups (#402) 2017-07-10 09:55:14 -07:00
Mars Lan
11d6186fe6 Add healthcheck endpoint for frontend & backend. (#388) 2017-07-10 09:55:11 -07:00
Seyi Adebajo
8a2450b3c5 Finally makes Play mid-tier give up all rendering responsibilities! Delegates to Ember client for routing, route resolution etc, SPA all the things. 2017-07-10 09:55:08 -07:00
Seyi Adebajo
9e87ca6cd5 DSS-6551 Fixes issue with play session cookie not containing username. Small updates to wordinng in Ownership ui 2017-07-10 09:54:22 -07:00
Yi (Alan) Wang
f5a8b054b2 Modify frontend API get columns to fetch from metadata store first (#368)
Try metadata store schemaMetadata first, if no fields then query WhereHows DB for dataset columns.
2017-07-10 09:54:22 -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
18b98495bf Reimplements the authenticate route controller action to support ajax request,provide username and token information. Also adds some error handling 2017-07-10 09:54:19 -07:00
Yi (Alan) Wang
48aa36fa79 Frontend dataset columns get API to fetch data from Metadata store (#358) 2017-07-10 09:54:08 -07:00
Yi (Alan) Wang
fb433973fc Add frontend API for datasetOwnedBy (#351) 2017-07-10 09:54:08 -07:00
Yi (Alan) Wang
59b0d92692 Add data platform filter for dashboard APIs (#322)
* Add data platform filter for dashboard APIs

* Add exception handling for Espresso and Kafka ETL job
2017-07-10 09:53:28 -07:00
Seyi Adebajo
946d92dcbb DSS-5888 Adds configuration support for Piwik environment tracking. Setting the 'tracking.piwik.siteid' to a value will get rendered in the template and consumed by the tracking initializer 2017-07-10 09:53:27 -07:00
Yi (Alan) Wang
fa124be1e1 ScriptFinder Controller add URL decoding for Json fields (#290) 2017-07-10 09:53:27 -07:00
jbai
f44f5d339c implemented the idpc compliance section 2017-07-10 09:53:26 -07:00
jbai
d398723b85 implement the ownership section for metadata dashboard 2017-07-10 09:53:26 -07:00
jbai
3270b72981 implemented the bar and pie chart for description 2017-07-10 09:53:26 -07:00
jbai
7e82470c18 implement the description tab for metadata dashboard 2017-07-10 09:53:26 -07:00
jbai
2a4f281ba5 implement the confidential fields of metadata dashboard 2017-07-10 09:53:25 -07:00
jbai
6b9958b7c3 implement the list view for metrics 2017-07-10 09:53:25 -07:00
Eric Sun
91c5ac8f1d add license header; include RUNNING chains from SO_JOB_QUEUE for Appworx 2017-07-10 09:53:25 -07:00
jbai
644cecb7ed bring the script finder back 2017-07-10 09:53:24 -07:00
jbai
fc2d0c019a remove duplicated idpc entry and javascript log 2017-07-10 09:53:24 -07:00
jbai
03802bde93 DSS-4092, add metric into search and advanced search 2017-07-10 09:53:23 -07:00
jbai
ab81960e2e DSS-4076, update the metric view since data model changed 2017-07-10 09:53:23 -07:00
jbai
ecfd27da9e add the internal flag to switch linkedin internal features 2017-07-10 09:53:23 -07:00
jbai
291693eb21 add idpc ui 2017-07-10 09:53:23 -07:00
jbai
915a482b8c add the internal flag to switch linkedin internal features 2017-07-10 09:53:23 -07:00
jbai
3e59b304b4 add idpc ui 2017-07-10 09:53:23 -07:00
Na Zhang
4025153efb new type ahead api and phrase suggester support 2017-03-24 10:08:52 -07:00
Yi (Alan) Wang
e07306b51e Update MetadataChangeEvent, separate privacy compliance from security (#275) 2016-11-11 17:25:41 -08:00
Yi Wang
664e4072bb Upgrade to play 2.4.8 2016-10-19 17:42:28 -07:00
Yi Wang(Data Infrastructure)
1171e00097 Add REST proxy for Security API from backend to web 2016-09-19 18:14:10 -07:00
jbai
cd942e852c fix the issue that can not delete and edit the comments 2016-09-09 10:42:46 -07:00
jbai
45c528c9d9 implement the dataset accessiblities section 2016-08-09 11:34:46 -07:00
jbai
6de4945478 show dataset instance when it is availalbe 2016-07-25 17:19:12 -07:00