https://github.com/ICIJ/datashare

sort by:
Revision Author Date Message Commit Date
bc7d3ba [release] 4.1.0 14 August 2019, 13:53:25 UTC
c807e8b [db][web] adds columns contentType/length in CSV see #193 14 August 2019, 13:19:26 UTC
56e99f0 doc for rootHost parameter 14 August 2019, 13:08:33 UTC
4c2f42e adds a rootHost parameter for CSV export see #193 14 August 2019, 13:04:54 UTC
9006d37 [db][web] adds columns contentType/length for results see #193 14 August 2019, 11:10:37 UTC
7935ea0 [test] adds a type of NLP pipeline 14 August 2019, 08:56:18 UTC
a6fec6e [fix] resumeNlpTask see #213 13 August 2019, 08:54:57 UTC
2a6c4a7 [test] adds a test for #218 13 August 2019, 08:54:57 UTC
32eb32a [release] 4.0.0 12 August 2019, 13:44:15 UTC
2aaec11 removes the clickable URL behaviour in CSV 09 August 2019, 10:39:24 UTC
6b1ff7a [web] batch search CSV with document URL 09 August 2019, 09:58:22 UTC
778b456 [refactor] move email stuffs NlpConsumer -> EmailPipeline see #213 08 August 2019, 15:14:04 UTC
0f8474f [doc] explains where the fields come from 08 August 2019, 14:39:29 UTC
bf218d6 [release] 3.1.0 08 August 2019, 14:24:21 UTC
00e3bd5 [email] adds fields to parse in email metadata see #213 08 August 2019, 14:11:49 UTC
4023223 [test][db] adds a test for the catchall guessDialect 08 August 2019, 09:29:05 UTC
ac161f6 [release] 3.0.7 08 August 2019, 09:23:16 UTC
c994e3c [email] adds metadata parsing see #213 08 August 2019, 07:55:11 UTC
8eea11b [index] total number of results < 60K like KC It was 60K/query that could be much more see #193 07 August 2019, 14:34:44 UTC
7bab4e4 [release] 3.0.6 07 August 2019, 13:11:22 UTC
3388880 [release] 3.0.5 07 August 2019, 13:11:09 UTC
35a54dd [CI] fix constructor signature change 07 August 2019, 13:03:19 UTC
033330d [CI] fix bad sqlite url 07 August 2019, 12:56:50 UTC
1435f5d [refactor] format 07 August 2019, 12:48:41 UTC
639aa66 [release] 3.0.4 07 August 2019, 12:00:57 UTC
d49f4b9 [db][web] adds the number of results for batchsearches 07 August 2019, 10:31:07 UTC
736754e [test] updates tests to be more accurate if the tests have been made like this, we would have detected the bug #217 right after the mistake in guessSqlDialect 06 August 2019, 12:48:07 UTC
4065597 [fix] bug on guess SQL dialect :/ cf #217 06 August 2019, 10:14:22 UTC
e0fe1a7 [index] remove api/index/delete/all endpoint 05 August 2019, 16:02:38 UTC
8d5d651 [db][web] adds a DELETE for batch searches see #193 05 August 2019, 15:09:23 UTC
1bcdb1f [db] upgrade sqlite driver see #217 05 August 2019, 11:19:36 UTC
338a041 [db] fix the Driver not found for jdbc:sqlite see #217 I don't know why but since the removal of the sqlite driver when we launched the app with sqlite there is a driver not found exception. It works with postgresql. It works if we put the sqlite-jdbc jar *before* the datashare-db.jar. Hypothesis : the driver self-registers itself at the class load time. Sqlite driver is coming after the HikariPool so it is not seen when trying to get the datasource pool. 05 August 2019, 11:19:23 UTC
d4f1594 [build] removes the included sqlite driver from extract-lib see #217 05 August 2019, 11:19:03 UTC
d5b6bc1 refactor jooq version in pom and minor updates 31 July 2019, 18:04:24 UTC
9bf8509 [db][web] adds from/size parameters to search result see #193 26 July 2019, 15:28:51 UTC
b5a1eee [fix] connection leak when creating datasource see #193 26 July 2019, 13:54:51 UTC
bec757b [test] adds a test for GET batch/search/id see #193 26 July 2019, 13:54:40 UTC
593afea [web][db][refactoring] adds a GET search/batch/id see #193 plus refactoring removing the ConnectionProvider : we use directly the pool for Jooq 26 July 2019, 13:54:25 UTC
25210f8 [release] 3.0.3 24 July 2019, 08:42:29 UTC
a3c50fa [fix] #215 deserialization problem 24 July 2019, 08:42:16 UTC
ea6be8a [release] 3.0.2 24 July 2019, 08:11:15 UTC
3b02a57 [fix] of fix cb19b4d url encoding of path cf #193 24 July 2019, 08:11:02 UTC
92f627f [release] 3.0.1 23 July 2019, 15:00:29 UTC
6936d4b [refactor] build Document object dirpath from path 23 July 2019, 14:43:53 UTC
8354134 [fix] out of range nb of sql values binding see #193 Error when binding more than 32768 values on a multi-insert: "Tried to send an out-of-range integer as a 2-byte value: 35000" 23 July 2019, 14:43:53 UTC
cb19b4d [fix] deserialisation issue with spaces and pipes 23 July 2019, 14:43:53 UTC
4fe4f87 [fix] limit the size of results stored in DB cf #193 23 July 2019, 14:43:53 UTC
c214094 [fix] filter empty queries cf #193 23 July 2019, 14:43:53 UTC
38688a6 [refactor] moves String type to NamedEntity.Category in NerTag 23 July 2019, 14:43:53 UTC
0872f20 [fix] bad use of NlpTag.value field cf #213 23 July 2019, 14:43:53 UTC
3b3997d [release] 3.0.0 22 July 2019, 11:45:46 UTC
38f458b [nlp] email finding first implementation cf #213 19 July 2019, 17:49:13 UTC
5df9238 [release] 2.3.0 19 July 2019, 15:33:30 UTC
ad83e8e [web][db] adds a ProjectResource backend 19 July 2019, 13:22:57 UTC
b6a2c72 [refactor] rename 19 July 2019, 13:22:57 UTC
90bfea7 [release] 2.2.0 19 July 2019, 12:27:20 UTC
cad3a50 adds a create index script 18 July 2019, 17:14:39 UTC
8710a4b [release] 2.1.1 18 July 2019, 15:38:31 UTC
4a820fe [fix] loading of logback : related to jar order 18 July 2019, 15:37:07 UTC
d6cc000 [release] 2.1.0 18 July 2019, 14:59:00 UTC
de2ca86 [fix] logging issue with graylog 18 July 2019, 14:54:46 UTC
1f3721b [release] 2.0.2 18 July 2019, 09:40:30 UTC
87c40fa [ci] upgrade node version for circleci to 10.15.2 18 July 2019, 09:39:46 UTC
76e93a9 [release] 2.0.1 18 July 2019, 08:54:04 UTC
587c4cb raise t/o to 60s for search 18 July 2019, 08:39:48 UTC
3fbbb74 [refactor] dead code 17 July 2019, 14:41:47 UTC
2af684b [refactor] extract web package in datashare-app 17 July 2019, 09:58:28 UTC
cd0e809 [release] 2.0.0 16 July 2019, 13:48:39 UTC
f46ef37 [CI][test] adds index file for acceptance test 16 July 2019, 13:16:36 UTC
1353d74 fix typo 16 July 2019, 12:56:32 UTC
6887181 [refactor] rename datashare-web -> datashare-app 16 July 2019, 12:35:16 UTC
9e3c7e8 [refactor] removes --noweb integrated in running mode enum 16 July 2019, 08:53:05 UTC
b10b05a removes datashare-batch pom 15 July 2019, 16:49:04 UTC
3aa383a removes jooq logo from the logs 15 July 2019, 16:48:15 UTC
a22581a [refactor] remove module batch 15 July 2019, 16:48:15 UTC
938e39b [build] change dependencies between DS modules 15 July 2019, 16:47:32 UTC
564dec2 [release] 1.72.5 15 July 2019, 12:01:43 UTC
1ac52bd [db] batchsearch results should be in query order #193 12 July 2019, 14:23:32 UTC
c4d3e0d adds queries in search results see #193 12 July 2019, 13:59:52 UTC
e2499aa fix date parsing in Document 12 July 2019, 13:19:50 UTC
62947e7 [cli] adds a cli for the batch #193 12 July 2019, 12:50:56 UTC
e55aec2 adds clean closing of ES connections see #193 12 July 2019, 10:52:53 UTC
b33ed24 [log] adds log for batch search main #193 12 July 2019, 10:47:06 UTC
3564216 [web] wires get BatchSearch list for a user #193 12 July 2019, 10:27:36 UTC
7eeb1fe [refactor] dead code remove '\' 12 July 2019, 10:00:08 UTC
97210ae [db] fix CRLF and query SQL type 12 July 2019, 09:58:10 UTC
3476ea6 [refactor] rename search -> csvFile 12 July 2019, 09:30:58 UTC
10af263 [web] adds user check for BatchSearch result fetching cf #193 11 July 2019, 15:04:55 UTC
8cda995 [web] adds Batch Search results csv download cf #193 11 July 2019, 13:55:53 UTC
5fcf286 [web] wires batch search results to API cf #193 11 July 2019, 09:16:51 UTC
274be28 [index] removes source download for batchsearch cf #193 11 July 2019, 09:00:09 UTC
d613e2c [index] search query for BatchSearch cf #193 11 July 2019, 08:57:19 UTC
bdae3f7 [db] adds BatchSearch results save method cf #193 11 July 2019, 08:57:07 UTC
d99c7d6 [refactor] extract method cf #193 11 July 2019, 08:56:58 UTC
0e638ae [db] adds BatchSearch state handling cf #193 11 July 2019, 08:56:47 UTC
c577e24 [db] adds BatchSearchRepository.setState cf #193 11 July 2019, 08:56:34 UTC
0b5af6e [db] adds getQueued for BatchSearchesRepository cf #193 11 July 2019, 08:56:18 UTC
18649e4 adds a batch module for batchsearches cf #193 TODO: implement search for queries in Indexer.Searcher.with(query) and implement BatchSearchRepository.save(batchSearchId, documents) 11 July 2019, 08:55:43 UTC
8eca09c [refactor] dead code 10 July 2019, 08:50:41 UTC
19e0932 [release] 1.72.4 09 July 2019, 13:39:42 UTC
back to top