51 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
e59005fb38 Add compliance and security API to frontend, remove dependency on backend (#424) 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
48dcb47344 implements typeahead using category filter apis for datasets, metrics or flows. caches previously seen results in client memory. adds category to arguments provided by query params 2017-07-10 09:55:15 -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
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
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
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
jbai
644cecb7ed bring the script finder back 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
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
Shuya Tsukamoto
33e04a585a Make possible to change settings via environment variables (#533) 2017-05-26 10:28:05 -07:00
Na Zhang
4025153efb new type ahead api and phrase suggester support 2017-03-24 10:08:52 -07:00
Yi (Alan) Wang
b6e644fbb1 Optimize dataset load scripts, improve speed (#350)
- When loading dataset fields in staging table, populate the dateset_id field first then use this in later JOIN.
- When JOIN two big tables such as dict_field_detail, use pre-select to reduce table JOIN size and DB resource.
- Refactor some SQL code.
- Modify logback setting to better capture log time.
- Remove unnecessary config in backend application.conf
2017-03-22 10:23:30 -07:00
Yi (Alan) Wang
e07306b51e Update MetadataChangeEvent, separate privacy compliance from security (#275) 2016-11-11 17:25:41 -08:00
Yi Wang
623b1f733a Change web scalaVersion to 2.10.6, increase SBT heap size to compile 2016-10-20 10:50:42 -07:00
Yi Wang
664e4072bb Upgrade to play 2.4.8 2016-10-19 17:42:28 -07:00
Yi Wang
3227412339 Login authentication support multiple LDAP servers, add login history 2016-10-13 14:30:43 -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
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
jbai
97a68b9291 update the dataset schema json view as selected version of dataset changed 2016-07-22 16:06:24 -07:00
jbai
0264ad3e3d implemented the referred by feature for dataset detail 2016-07-19 10:48:38 -07:00
jbai
ceb623f30e show available versions for dataset 2016-07-18 10:54:32 -07:00
jbai
657e80c0da reimplemented the flow ember routing to workaroud the ember issue 2016-07-14 21:15:56 -07:00
jbai
806972755c implement the list view for dataset and flow 2016-06-23 17:36:30 -07:00
jbai
463e082db2 render the depends on info into seperated view 2016-06-02 18:53:13 -07:00
jbai
4059af29ba change the routes name from company to party 2016-05-23 17:59:36 -07:00
jbai
a2e42d60f3 add the elasticsearch index build and update file 2016-05-23 17:58:37 -07:00
jbai
3fbcbfd2e1 get the owner types from db 2016-05-20 18:27:05 -07:00
jbai
7017db4406 fix the search keyword special characters and comments word break issue 2016-04-21 16:25:08 -07:00
jbai
a39762076b DSS-4080 and DSS-3941, fix the schema comment issues 2016-03-24 18:55:04 -07:00
jbai
068397d639 dynamically load flow tree nodes 2016-03-15 18:48:18 -07:00
SunZhaonan
6db4a64eb2 Configurize lineage look back time 2016-03-14 15:13:26 -07:00
jbai
2613fab8f1 provide the FLOWS_ROOT for all clusters 2016-03-02 18:38:05 -08:00
jbai
8d0e3df5eb implement the advanced search for flow and job 2016-03-01 19:43:46 -08:00
Eric Sun
28cd729716 refactor: configuration
change application.conf - rename entry to dataset.hdfs_browser.link
2016-02-10 15:39:45 -08:00
jbai
3aa799e0b7 implemented the ownership in detail view 2016-02-10 15:39:45 -08:00
jbai
746add7ff0 implemented the dataset-owner component 2016-02-10 15:39:45 -08:00