sort by:
Revision Author Date Message Commit Date
0f48914 [CI][fix] bad postgresql URL 03 June 2019, 15:06:23 UTC
252a66a [web] adds OPTIONS for star/unstar 03 June 2019, 15:02:34 UTC
70dfbf0 [refactor][db] moving from c3p0 to HikariCP pool 03 June 2019, 13:59:13 UTC
822d88d [refactor][test] delegating to DatasourceFactory in DbSetupRule 03 June 2019, 11:55:43 UTC
7ca351d [release] 1.64.8 03 June 2019, 11:36:40 UTC
18f67af [db][fix] bad route mapping 27 May 2019, 15:51:55 UTC
b38fe1c [db] update db schema with liquid 27 May 2019, 15:51:55 UTC
cd79796 [db] adding a datasourceUrl 27 May 2019, 15:51:55 UTC
007fad3 [db] adds migration scripts 27 May 2019, 15:51:55 UTC
3785b37 [db] wirering persistence into the web component 27 May 2019, 15:51:55 UTC
5a58a86 [release] 1.64.7 27 May 2019, 12:39:00 UTC
5b96ec7 [release] 1.64.6 26 May 2019, 11:59:43 UTC
6a9c3a3 [release] 1.64.5 24 May 2019, 13:46:01 UTC
f74ecb0 [release] 1.64.4 24 May 2019, 13:19:07 UTC
0701a30 [release] 1.64.3 24 May 2019, 12:43:39 UTC
5030674 [fix][security] CVE-2019-12086 24 May 2019, 10:03:05 UTC
0e8c4fb [release] 1.64.2 23 May 2019, 15:28:18 UTC
8f201c2 [release] 1.64.1 23 May 2019, 15:04:42 UTC
0ef700a update for -w option 23 May 2019, 07:40:31 UTC
f91e63f [release] 1.64.0 22 May 2019, 16:19:18 UTC
e984ed0 [fix][test] for inline source download 22 May 2019, 16:06:36 UTC
fdf65a2 [release] 1.63.1 22 May 2019, 15:53:27 UTC
3267118 [fix] issues #146 and #89 22 May 2019, 15:41:42 UTC
fbfb3a4 [release] 1.63.0 22 May 2019, 13:36:52 UTC
b0c7b6e adds an inline parameter cf #129 22 May 2019, 08:15:00 UTC
2b7ab41 Update README.md 21 May 2019, 10:31:21 UTC
7b4560d [fix] error 500 if file is not found cf #127 21 May 2019, 09:07:45 UTC
d79c7d1 [release] 1.62.0 20 May 2019, 15:53:22 UTC
c5e99cc [release] 1.61.3 20 May 2019, 14:22:48 UTC
f4fc01d [release] 1.61.2 16 May 2019, 16:17:57 UTC
df7e610 [db] star document without importing index 16 May 2019, 10:12:20 UTC
85b0db0 [refactor] store the mask for each pipeline type 15 May 2019, 17:50:11 UTC
1c69f00 [db] getStarredDocuments returns documents not ids 15 May 2019, 17:04:32 UTC
b942f90 [db][refactor] store ner pipelines in a mask this allows to have one record per document : no join 15 May 2019, 17:04:32 UTC
6d6364b [db] adds a function to get documents documents not tagged with a given pipeline. This function and test will be a check to change the db models (try to avoid join) and being able to get a list of documents with one record per doc 15 May 2019, 17:04:32 UTC
46c3b2a [release] 1.61.1 15 May 2019, 16:26:33 UTC
6af2461 [release] 1.61.0 15 May 2019, 09:25:21 UTC
080edb9 [db] adds the project in the hash of documents 15 May 2019, 09:09:44 UTC
7c5c990 [refactor] rename indexName -> projectName 15 May 2019, 09:09:44 UTC
0177f08 [db] adds a link between a document and a project 15 May 2019, 09:09:44 UTC
fc7b5ab [refactor] rename Corpus -> Project 15 May 2019, 09:09:44 UTC
f63dde4 [release] 1.60.4 13 May 2019, 11:53:29 UTC
f252a09 [release] 1.60.3 13 May 2019, 08:44:11 UTC
4964094 updates Corpus class for future use 09 May 2019, 09:57:48 UTC
6d8a483 adds a web endpoint to star/unstar 07 May 2019, 18:06:35 UTC
fe84a55 [db] adds return values for star/unstar 07 May 2019, 18:03:06 UTC
48a997f adds star/unstar/getStarredDocuments cf #130 07 May 2019, 15:18:45 UTC
6e0e747 [release] 1.60.2 02 May 2019, 16:03:36 UTC
affdda4 [release] 1.60.1 30 April 2019, 22:29:06 UTC
f06686c adds filename when downloading a document 30 April 2019, 12:07:36 UTC
5a54a55 [release] 1.60.0 26 April 2019, 14:33:22 UTC
9c18f37 updates the ES timeout to avoid 500 errors on the client 26 April 2019, 14:31:56 UTC
f7b247b change JRE from oracle to OpenJdk 26 April 2019, 13:56:12 UTC
b32a901 upgrade extract 2.1.3 19 April 2019, 16:14:29 UTC
51f5fc9 [db] adds a DatabaseSpewer 19 April 2019, 15:38:40 UTC
f7d801d [refactor] rename 19 April 2019, 10:12:46 UTC
bb9d9d8 [CI] adds a postgresql test database 19 April 2019, 09:47:27 UTC
7016ccb [db] adds test and compatibility with pgsql 19 April 2019, 09:43:40 UTC
6e3f424 [db][refactor] stores the hashmap as json string After a mini bench that showed that is was as fast and the database is smaller. Less code and one table removed 19 April 2019, 08:24:01 UTC
15c4680 [fix] NamedEntity id hash 19 April 2019, 08:09:24 UTC
f1f40db [db] adds a bench test 19 April 2019, 07:57:28 UTC
847abd6 [db] improves Postgresql compatibility 18 April 2019, 15:53:32 UTC
8045579 [db] adds CREATE/READ for named entities 18 April 2019, 14:51:18 UTC
3683f26 [test] checks equality between extract/ds ids 18 April 2019, 14:11:03 UTC
2f495f2 [db] adds contentLength from the file 18 April 2019, 12:44:55 UTC
565bc76 [refactor] rename 18 April 2019, 12:13:23 UTC
db4c760 [db] adds document date and parent/root 18 April 2019, 12:06:02 UTC
f245ba7 [db] adds ner tags for documents 18 April 2019, 11:46:52 UTC
a16958a [db] adds meta fields for documents 18 April 2019, 11:46:52 UTC
768a442 [refactor] rename 18 April 2019, 11:46:52 UTC
5211a1c [db] adds a CREATE/READ test for documents 18 April 2019, 11:46:52 UTC
6bf1059 [db] first version of database schema 18 April 2019, 11:46:52 UTC
6d89392 [db] working init script with liquibase \o/ 18 April 2019, 11:46:52 UTC
2fc0251 [release] 1.59.1 17 April 2019, 09:57:55 UTC
710b4c4 [fix] updates jre version 17 April 2019, 09:50:29 UTC
9f3cd23 [release] 1.59.0 17 April 2019, 09:06:06 UTC
b25331f mvn desc update 17 April 2019, 08:55:30 UTC
3f111e0 [CI] fixes failure ? 17 April 2019, 08:54:33 UTC
a45384c adds initial liquibase configuration 16 April 2019, 16:38:44 UTC
cf9b71f [build] adds a goal for help-db in makefile 16 April 2019, 16:38:44 UTC
cc44499 adds datashare-db module 16 April 2019, 16:38:44 UTC
97a5b33 [refactor] rename repository 16 April 2019, 16:38:44 UTC
a779523 [release] 1.58.5 05 April 2019, 12:42:48 UTC
1a2df34 removes a dead link from the README 04 April 2019, 17:11:06 UTC
465f967 [release] 1.58.4 04 April 2019, 16:54:49 UTC
9db6376 [fix] allows scroll requests to ES 04 April 2019, 16:52:05 UTC
5d916a8 [release] 1.58.3 03 April 2019, 13:21:01 UTC
674bc7e updates NamedEntityRepository 01 April 2019, 13:32:33 UTC
9947710 [release] 1.58.2 01 April 2019, 11:01:33 UTC
1ba5adb [refactor] duplicate code 26 March 2019, 10:41:41 UTC
8a6149b [fix] force refresh on deleteAll on index See ICIJ/datashare#95 25 March 2019, 11:29:16 UTC
53a14c9 [release] 1.58.1 22 March 2019, 22:51:01 UTC
4d24117 [release] 1.58.0 22 March 2019, 22:04:17 UTC
4568305 [release] 1.57.1 22 March 2019, 15:58:58 UTC
42e0c70 [fix] remove the NlbForwarder queue limit 22 March 2019, 15:58:42 UTC
2bab79b [release] 1.57.0 22 March 2019, 15:28:16 UTC
b50b719 uses the document scroll for the ResumeNlpTask 22 March 2019, 15:20:39 UTC
7dcac1c adds a getTotalHits to searcher 22 March 2019, 15:15:59 UTC
44db477 adds scroll to Searcher 22 March 2019, 14:57:02 UTC
1c38fa9 adds a little script for nb name founded docs 22 March 2019, 12:01:24 UTC
back to top