Shuya Tsukamoto
33e04a585a
Make possible to change settings via environment variables ( #533 )
2017-05-26 10:28:05 -07:00
Shuya Tsukamoto
3a932c7111
Make possible to search by multi byte string.
2017-05-26 15:49:44 +09:00
Shuya Tsukamoto
df29bd3eaf
Add new levels for fancytree ( #502 )
2017-05-13 12:27:49 -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
d9438dc5bc
Fix SQL query issues when upgrading to MySQL 5.7 ( #345 )
2017-03-15 09:22:46 -07:00
Yi (Alan) Wang
4f873a919a
Fix bugs found by AppCheck in issue #328 ( #335 )
2017-02-24 14:20:56 -08:00
na zhang
f4e5733536
elastic search logs for further analysis ( #330 )
2017-02-24 10:24:53 -08:00
Seyi
9a24a26e60
Merge pull request #293 from theseyi/master
...
DSS-5579: Fixes bug with search input: first search operation is successful but subsequent search attempts fail on enter. DSS-5790: Adds help menu for external resources -> metadatacoverage DSS-5477: Updates UI with CR from @sdas-> Adds 'Ask a question?' email link to email all owners'
2016-12-16 16:56:01 -08:00
Seyi
0d0a32b993
Merge pull request #287 from theseyi/feature/DSS-5477
...
Feature/dss 5477 + Typeahead fixes
2016-12-16 16:55:35 -08:00
Eric Sun
a82b8ca0c1
Update LineageDAO.java
2016-12-16 00:11:43 -08:00
Seyi
7c05f7f765
Merge branch 'master' into feature/DSS-5477
2016-12-14 22:05:29 -08:00
Seyi
4ddf28885e
Merge branch 'master' into master
2016-12-14 21:08:08 -08:00
camelliazhang
3eba3deed5
Merge pull request #296 from camelliazhang/master
...
piwik tracking for wherehows prod site
2016-12-08 14:35:23 -08:00
Yi (Alan) Wang
6ffbc9d1ff
Fix SQL injection issues in some frontend java DAO classes ( #298 )
2016-12-08 11:31:09 -08:00
Na Zhang
02a588b35a
piwik tracking for wherehows prod site
2016-12-07 16:42:30 -08:00
Na Zhang
f0e37c4a9a
add piwik tracking for wherehows
2016-12-06 11:50:22 -08:00
Seyi Adebajo
8fe6d08a95
DSS-5784: Fixes issue with AdvancedSearch and ScriptFinder URL queries being RFC-3986 incompliant
2016-12-06 01:16:30 -08:00
Seyi Adebajo
985395a816
DSS-5477: Updates UI with CR from @sdas-> Adds 'Ask a question?' email link to email all owners'
2016-12-05 18:16:26 -08:00
Seyi Adebajo
01e2d08aed
DSS-5790: Adds help menu for external resources -> metadatacoverage
2016-12-05 18:16:26 -08:00
Seyi Adebajo
d481bd42e9
DSS-5579: Fixes bug with search input: first search operation is successful but subsequent search attempts fail on enter
2016-12-05 18:16:26 -08:00
Seyi Adebajo
73f914a32a
DSS-5477: Updates UI with CR from @sdas-> Adds 'Ask a question?' email link to email all owners'
2016-11-30 14:31:03 -08:00
Seyi Adebajo
ae7ccb1538
DSS-5790: Adds help menu for external resources -> metadatacoverage
2016-11-30 10:37:46 -08:00
Seyi Adebajo
7871c94102
DSS-5579: Fixes bug with search input: first search operation is successful but subsequent search attempts fail on enter
2016-11-29 19:04:46 -08:00
Seyi Adebajo
0285104fd6
Reformats /javascripts/search.js source indentation to meet current code convention, and usage of quotes, removes duplicate function declaration
2016-11-28 15:09:38 -08:00
Seyi Adebajo
7167448bcb
DSS-5577: Fixes user handling of enter key when searching for keywords
2016-11-28 14:16:47 -08:00
Seyi Adebajo
84711db105
DSS-5477: implements DatasetOwnerList component displaying list of owners for a specific dataset and providing 'mailto:' functionality
2016-11-23 15:22:17 -08:00
Seyi Adebajo
ae7a4a5f30
Refactors DatasetAuthorComponent: Removes arbitraty setTimeout for DOM updating, converts to inline component, removes id reference to component element
2016-11-23 08:36:09 -08:00
Seyi Adebajo
3d9e054b67
Imports refactoring changes from linkedin branch into master
2016-11-23 08:36:09 -08:00
Seyi Adebajo
299a89ab06
DSS-5579: First pass improves autocomplete search results by giving preference to matches that are closer in length to search term and matches that include the search term in the prefix position. Uses Schwartzian technique to improve performance by perfoming expensive sort value extraction outside the sort operation
2016-11-21 14:52:39 -08:00
Yi (Alan) Wang
e07306b51e
Update MetadataChangeEvent, separate privacy compliance from security ( #275 )
2016-11-11 17:25:41 -08:00
Na Zhang
217b7d9d09
search ranking improvement with static boosting
2016-11-08 15:18:51 -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
7b625a7dab
Add example of multiple LDAP config usage
2016-10-13 15:22:56 -07:00
Yi Wang
3227412339
Login authentication support multiple LDAP servers, add login history
2016-10-13 14:30:43 -07:00
jerrybai2009
9db27f7048
Merge pull request #229 from jerrybai2009/master
...
update the dataset ownership information
2016-09-20 14:02:35 -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
44df5dd08a
update the dataset ownership information
2016-09-19 16:10:23 -07:00
jbai
cd942e852c
fix the issue that can not delete and edit the comments
2016-09-09 10:42:46 -07:00
jbai
f4f4538408
fix the issue that action getSchema did not fired
2016-08-31 16:50:20 -07:00
jbai
2389b6034a
add the ui test for javascript code
2016-08-15 23:35:37 -07:00
jbai
45c528c9d9
implement the dataset accessiblities section
2016-08-09 11:34:46 -07:00
jbai
5305124d8c
fix the bind-attr and wrong flow link in search result issues
2016-08-04 18:46:33 -07:00
jbai
23910971a9
upgrade ember from 1.12 to 2.6.2
2016-08-04 17:44:47 -07:00
jbai
6d9d571ed3
merge the commit of wherehows datasets properties styling
2016-07-27 16:44:18 -07:00
jbai
6a1f6e6654
fix the cross web browser issue of button text
2016-07-26 18:23:14 -07:00
jbai
c1d6d8fd68
update the backgroud the version and instance buttons
2016-07-26 17:23:15 -07:00
jbai
c0f261190b
update the dataset versions when selected instance changed
2016-07-26 16:50:27 -07:00
jbai
cbedae7916
fix the issue which dataset api returns empty schema when user is not logged in
2016-07-26 10:46:05 -07:00