Yi (Alan) Wang
66dd83f165
Move owner types API to DAO module ( #875 )
2017-11-17 14:22:55 -08:00
Yi (Alan) Wang
a7c110ca38
Modify compliance API return message ( #871 )
2017-11-16 18:33:56 -08:00
Yi (Alan) Wang
a3b11f6fea
Modify the return value for owners when record not found ( #868 )
2017-11-16 11:33:09 -08:00
Yi (Alan) Wang
0b9262eaba
Modify owners and compliance API exceptions ( #858 )
2017-11-13 17:11:45 -08:00
Yi (Alan) Wang
fa0282a575
Modify owners API to accept Json content instead of form data ( #859 )
2017-11-13 14:44:24 -08:00
na zhang
04d6dc5973
reading json files for query templates
2017-11-02 21:51:31 -07:00
na zhang
86bc0fe3cc
refacoring elastic search query template by building json objects
2017-11-02 14:13:12 -07:00
Yi (Alan) Wang
2e38fff984
Check if deprecation note exist in Json PUT ( #815 )
2017-10-23 16:43:06 -07:00
Yi (Alan) Wang
cfb29deb68
Add dataset deprecation frontend API ( #812 )
2017-10-20 11:16:09 -07:00
Yi (Alan) Wang
776f83e893
Modify compliance API to access purge note ( #807 )
2017-10-19 10:26:45 -07:00
Na Zhang
6a559ca316
wherehows frontend change to adapt ES 5.5
2017-10-18 16:00:02 -07:00
Yi (Alan) Wang
7b8715e7ec
Modify FE compliance suggestion API response ( #800 )
2017-10-16 21:34:01 -07:00
Yi (Alan) Wang
6aa12ac521
Modify frontend Compliance suggestion API ( #787 )
2017-10-05 16:47:40 -07:00
Yi (Alan) Wang
5b7caa2f19
change DatasetIdByURN response key to lowercase ( #760 )
2017-09-20 15:20:36 -07:00
Yi (Alan) Wang
69e2d4d7a3
Add Frontend find ID by URN api ( #759 )
2017-09-20 08:49:31 -07:00
Yi (Alan) Wang
3a16b6e280
Refactor BaseDao to add generic functions ( #749 )
2017-09-14 15:41:44 -07:00
Yi (Alan) Wang
adcf3a7c93
Fix Dataset comment PUT API ( #748 )
2017-09-14 11:47:13 -07:00
Yi (Alan) Wang
0d6f952d50
Modify Comments row mapper datetime conversion ( #747 )
2017-09-14 10:37:31 -07:00
Mars Lan
9f7341f542
Clean up the log4j vs slf4j mess and consolidate the dependency resolution into a gradle script ( #745 )
2017-09-13 15:37:29 -07:00
Yi (Alan) Wang
4c39b546f9
Convert dataset comments datetime to epoch, fix PUT comments ( #743 )
2017-09-13 11:35:59 -07:00
Yi (Alan) Wang
1e129b50d0
Move urn validation to controller when saving ownership ( #741 )
2017-09-12 20:51:25 -07:00
Yi (Alan) Wang
b53374d32a
Move id and urn validation to controller when saving compliance ( #740 )
2017-09-12 16:58:03 -07:00
Yi (Alan) Wang
ccafc1ea8c
Put generic view functions in BaseViewDao ( #726 )
2017-09-05 15:03:35 -07:00
Yi (Alan) Wang
cd5f72b7ee
Rename DAO and model into table and view sub-package ( #722 )
2017-09-05 09:59:35 -07:00
Yi (Alan) Wang
1206703e7d
Refactor columns view DAO using hibernate ( #721 )
2017-08-31 14:08:26 -07:00
Yi (Alan) Wang
f861fdeaae
Refactor DatasetOwner using readonly model ( #702 )
2017-08-30 18:29:30 -07:00
Yi (Alan) Wang
4f2c7d6c2e
Add more logging for owner and compliance API ( #708 )
2017-08-26 11:48:24 -07:00
Shridhar Sattur
22ed54327f
Converting JiraTicket to hibernate entity ( #700 )
2017-08-23 15:37:20 -07:00
Mars Lan
03ba2bc85e
Move license header to wherehows-docs & update documentation ( #698 )
...
Fix license checking for Play-based projects and fix violated files
2017-08-22 21:32:53 -07:00
Yi (Alan) Wang
4b30623fa0
Convert DatasetOwner to entity and add copy constructor ( #696 )
2017-08-22 17:47:56 -07:00
Shridhar Sattur
60914f6782
Converting DatasetOwner to hibernate entity ( #697 )
2017-08-22 16:10:20 -07:00
Shridhar Sattur
5b8e40ab84
Converting Flow model to hibernate ( #685 )
...
* Converting one of the wherehows-frontend model to hibernate
* Converting few models and UserDAO to use hibernate
* Converting Flow model to hibernate
2017-08-22 10:55:29 -07:00
na zhang
f5774314b6
Merge pull request #683 from camelliazhang/master
...
support dataset urn search
2017-08-21 10:03:44 -07:00
Yi (Alan) Wang
47b1799a0c
Modify compliance DAO ( #688 )
2017-08-20 17:32:23 -07:00
Yi (Alan) Wang
8866ac0ff1
Modify frontend owners DAO functions ( #684 )
2017-08-17 22:08:06 -07:00
Na Zhang
0d481a2539
support dataset urn search
2017-08-17 14:10:29 -07:00
Shridhar Sattur
cc1699761e
Converting CompanyUser model to hibernate entity ( #670 )
...
* Converting one of the wherehows-frontend model to hibernate
* Converting few models and UserDAO to use hibernate
2017-08-16 21:24:01 -07:00
Yi (Alan) Wang
93ebe430b5
Move Dataset owner DAO to wherehows-dao ( #675 )
2017-08-16 10:42:42 -07:00
Yi (Alan) Wang
6c8a8ce567
Change static final naming in Dataset.java, reformat code ( #672 )
2017-08-15 16:59:41 -07:00
Yi (Alan) Wang
2ec25b3ef1
Add compliance/suggestions API to get auto-classification data ( #671 )
2017-08-15 14:29:31 -07:00
Yi (Alan) Wang
3479180ca3
Fix DAO Factory config name error, refactor some code ( #658 )
2017-08-10 18:13:59 -07:00
Yi (Alan) Wang
068acf0a46
Remove deprecated compliance and security related frontend API ( #654 )
2017-08-09 17:10:58 -07:00
Yi (Alan) Wang
ce92f2a478
Move dataset compliance DAO to dao module ( #653 )
2017-08-09 15:48:46 -07:00
hzhang2
525a44184f
fix a config variable name ( #649 )
2017-08-08 17:37:15 -07:00
hzhang2
d891b51ca6
apply hibernate related change to frontend ( #645 )
2017-08-08 12:08:56 -07:00
Andrew Park
cebdbc73a2
Improves SQL coding style ( #643 )
...
* Improves SQL coding style
* Improves SQL coding style 2nd
2017-08-08 10:57:27 -07:00
Shridhar Sattur
aa28eba78a
Added an end point in wherehows-frontend to display all the libs from container directory ( #639 )
2017-08-07 13:55:05 -07:00
Andrew Park
8ec3113a33
Changed service port number for frontend and backend ( #638 )
2017-08-03 15:40:34 -07:00
Andrew Park
830ad7d537
Updated a readme instruction step and synced up all the readmes ( #635 )
2017-08-03 10:53:37 -07:00
Shridhar Sattur
c0750bd48f
Moving wherehows-frontend models to wherehows-dao models ( #630 )
2017-08-01 15:53:45 -07:00