swh:1:snp:e76420ad4f007de68d159a00040a6c784358217f

sort by:
Revision Author Date Message Commit Date
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
f59d850 [db] fix SQLight/Liquibase issue cf #193 autoincrement doesn't seem to work with SQLite cf https://liquibase.jira.com/browse/CORE-3442 so we replaced the id autoincrement by uuid 09 July 2019, 13:34:06 UTC
a0c733a Revert "[test][CI] desactivate failing tests with SQLite" This reverts commit 0a68505a9876cc395a98a90f0ca7a55cd6144999. 09 July 2019, 13:34:06 UTC
5bcf07b [release] 1.72.3 08 July 2019, 08:57:54 UTC
0a68505 [test][CI] desactivate failing tests with SQLite 05 July 2019, 17:39:03 UTC
24b9417 [db] implements repository for SAVE/READ batch search 05 July 2019, 17:31:53 UTC
81458e4 [refactor] duplicate code 05 July 2019, 15:01:43 UTC
febbccb [release] 1.72.2 04 July 2019, 16:48:17 UTC
ea8db20 comment test @bamthomas 04 July 2019, 16:47:12 UTC
4674eb8 [release] 1.72.1 04 July 2019, 15:40:46 UTC
61d9d7f [web] adds batch search controller 04 July 2019, 08:51:58 UTC
bd4c12a [refactor] format 04 July 2019, 08:51:58 UTC
ee7ae68 [release] 1.72.0 03 July 2019, 15:46:21 UTC
83779da [release] 1.71.4 02 July 2019, 09:39:53 UTC
91dfb38 [fix] issue during demo cf #182 01 July 2019, 14:18:48 UTC
d70014e [release] 1.71.3 29 June 2019, 07:26:04 UTC
30b88a2 [release] 1.71.2 28 June 2019, 15:55:50 UTC
692f242 [release] 1.71.1 28 June 2019, 13:36:27 UTC
d6e0e64 [release] 1.71.0 27 June 2019, 08:35:49 UTC
f8bcae9 [CI] fix test error 26 June 2019, 21:22:10 UTC
68f59bf [db] makes tagging transactional 26 June 2019, 13:17:32 UTC
3c852f5 [index] adds tags into ES for embeds 26 June 2019, 08:46:11 UTC
4c0c007 [index] adds tags into elasticsearch 26 June 2019, 08:46:11 UTC
d519da7 [fix] adds a distinct for tags 26 June 2019, 08:46:11 UTC
9b6095f [web] wires document tags 26 June 2019, 08:46:11 UTC
back to top