jbai
61ca84accd
DSS-3495, implement the UI for IDPC JIRA part
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
Zhen Chen
b36f774feb
add dali view owner etl
2017-07-10 09:53:23 -07:00
Kiran
5db7f71c8b
fix:Change global name 'schema' is not defined ( #457 ) ( #557 )
2017-06-29 11:45:54 -07:00
Mars Lan
938658a1cc
Add PRs Welcome badge
2017-06-09 21:55:01 -07:00
Christopher Chiche
d064e7bc47
Fix title in backend's README ( #552 )
2017-06-08 08:09:47 -07:00
Shuya Tsukamoto
aeceb5a568
Fix copy-ddl.sh about file destination. ( #551 )
2017-06-07 21:17:32 -07:00
Seyi Adebajo
014f1e3311
Merge pull request #535 from tsukaby/feature/search_by_multibyte_string
...
Make possible to search by multi byte string.
2017-05-26 14:04:04 -07:00
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
eefab3dc1e
Fix KeyError: static_boostring_score ( #507 )
2017-05-18 23:14:39 -07:00
Shuya Tsukamoto
53fe63680f
Add a mkdir comamnd for the TreeBuilder output. ( #499 )
2017-05-18 13:54:56 -07:00
Shuya Tsukamoto
7e8b571b88
Change build process for docker-compose. ( #508 )
2017-05-18 13:54:28 -07:00
Shuya Tsukamoto
df29bd3eaf
Add new levels for fancytree ( #502 )
2017-05-13 12:27:49 -07:00
Shuya Tsukamoto
e0f324c8e4
Implement ParquetFileAnalyzer for hadoop-dataset-extractor-standalone ( #483 )
...
* Implement ParquetFileAnalyzer for hadoop-dataset-extractor-standalone
* Move location
* Update build.gradle
2017-05-04 10:08:51 -07:00
Michael Knapp
4515044fc5
Adding docker support to WhereHows. ( #478 )
2017-05-01 09:31:44 -07:00
Yi (Alan) Wang
f002ecc617
Merge pull request #472 from alyiwang/master
...
Cherry-pick HIVE extract job fix for file writing
2017-04-28 17:08:34 -07:00
Yi (Alan) Wang
4b07be768c
Fix output file chmod mistake ( #468 )
2017-04-28 16:44:51 -07:00
Yi (Alan) Wang
ca4b079d5b
Fix Hive Extract job file writing issues, add more authentication log ( #419 )
...
Conflicts:
web/app/security/AuthenticationManager.java
2017-04-28 16:44:08 -07:00
Mars Lan
930f232bd7
Add Gitter badge
2017-04-24 17:44:02 -07:00
Yi (Alan) Wang
e6978b97a7
Fix null comparison in SQL, refactor some queries ( #408 )
2017-04-04 13:02:46 -07:00
Yi (Alan) Wang
488929ad93
Modify Confidential info schema to add identifierField and logicalType ( #385 )
2017-03-30 21:29:20 -07:00
Matthew Ropp
b0626fe957
myql57_pk_not_null - primary key columns must be not null ( #378 )
2017-03-30 08:44:18 -07:00
Yi (Alan) Wang
91926f9540
Fix table creation DDL bug for MySQL 5.7 ( #375 )
...
Primary key fields needs to be "NOT NULL".
2017-03-29 15:57:34 -07:00
na zhang
592c6d90ea
Merge pull request #359 from camelliazhang/master
...
Search improvement. New type ahead api & phrase suggester support. Ready to be integrated with frontend.
2017-03-24 11:08:42 -07:00
Na Zhang
4025153efb
new type ahead api and phrase suggester support
2017-03-24 10:08:52 -07:00
Yi (Alan) Wang
332ce9e4ed
Merge pull request #361 from alyiwang/master
...
Modify compliance purge entity record to support logicalType and isSubject
2017-03-23 22:35:46 -07:00
Yi Wang
adba532474
Modify compliance purge entity record to support logical type and is_subject
2017-03-23 22:08:54 -07:00
Yi Wang
d5706f5d21
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-23 18:49:46 -07:00
Na Zhang
9ab223af4c
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-23 17:24:41 -07:00
Mars Lan
378d4327a5
Add link to Gitter chat room
2017-03-23 10:29:15 -07:00
Yi Wang
3aa4807dd8
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-22 10:24:10 -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 Wang
5390d9d2b6
Optimize dataset load scripts, improve speed
2017-03-22 10:11:48 -07:00
Na Zhang
551d376f17
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-21 14:10:48 -07:00
Yi Wang
3f66d69c0e
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-17 15:01:52 -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 Wang
12e0261ad0
Fix SQL query issues when upgrading to MySQL 5.7
2017-03-14 17:22:25 -07:00
Yi (Alan) Wang
66a8eea21b
Fix issues from Oracle MetadataChangeEvent integration ( #336 )
...
* Fix issues from Oracle MetadataChangeEvent integration
2017-03-14 17:19:30 -07:00
Na Zhang
df116a214d
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-03-10 11:56:11 -08:00
Yi Wang
b6223001b8
Fix issues from Oracle MetadataChangeEvent integration
2017-02-28 17:11:31 -08:00
Yi Wang
edfb3a5e99
Merge branch 'master' of https://github.com/linkedin/WhereHows
2017-02-24 14:21:28 -08:00
Yi (Alan) Wang
4f873a919a
Fix bugs found by AppCheck in issue #328 ( #335 )
2017-02-24 14:20:56 -08:00
Yi Wang
6c57e30240
Fix bugs found by AppCheck in issue #328
2017-02-24 11:08:18 -08:00
na zhang
f4e5733536
elastic search logs for further analysis ( #330 )
2017-02-24 10:24:53 -08:00
Na Zhang
c5776985c7
elastic search logs for further analysis
2017-02-23 18:11:16 -08:00
na zhang
156e4a8015
Merge pull request #320 from camelliazhang/master
...
Add exception handling for code search job
2017-02-10 16:29:38 -08:00
Na Zhang
ce5e8a2a14
Add exception handling for code search job
2017-02-10 16:10:41 -08:00
Yi (Alan) Wang
ed5ff92a33
Merge pull request #315 from alyiwang/master
...
Add retry for ETL jobs failed at initialization
Change sleep to 10s after etl job init error
2017-01-30 09:45:58 -08:00