]>
Git — Sourcephile - gargantext.git/log
qlobbe [Thu, 20 Jan 2022 10:21:37 +0000 (11:21 +0100)]
fix
qlobbe [Fri, 9 Jul 2021 08:13:45 +0000 (10:13 +0200)]
changes done
qlobbe [Mon, 31 May 2021 14:38:09 +0000 (16:38 +0200)]
add default weight
qlobbe [Fri, 21 May 2021 12:00:59 +0000 (14:00 +0200)]
add a list parser param
Alexandre Delanoë [Mon, 7 Feb 2022 14:59:41 +0000 (15:59 +0100)]
[FEAT][PHYLO] corpusId to Documents function
Alexandre Delanoë [Mon, 7 Feb 2022 10:10:13 +0000 (11:10 +0100)]
[FEAT][PHYLO] preparing integration to backend
Przemek Kaminski [Mon, 14 Feb 2022 06:15:47 +0000 (07:15 +0100)]
Merge branch 'dev' into 104-dev-john-snow-nlp
Alexandre Delanoë [Fri, 11 Feb 2022 14:42:15 +0000 (15:42 +0100)]
[VERSION] +1 to 0.0.5.5.7
Alexandre Delanoë [Thu, 10 Feb 2022 15:52:58 +0000 (16:52 +0100)]
Changelog
Alexandre Delanoë [Thu, 10 Feb 2022 15:45:51 +0000 (16:45 +0100)]
[FIX] right version name
Alexandre Delanoë [Thu, 10 Feb 2022 15:45:09 +0000 (16:45 +0100)]
[VERSION] +1 to 0.0.5.5.6
Alexandre Delanoë [Thu, 10 Feb 2022 15:44:21 +0000 (16:44 +0100)]
[FIX] Trigger to remove
Alexandre Delanoë [Thu, 10 Feb 2022 14:40:26 +0000 (15:40 +0100)]
[VERSION] +1 to 0.0.5.5.5
Alexandre Delanoë [Thu, 10 Feb 2022 09:46:01 +0000 (10:46 +0100)]
[FRONT] changelog
Alexandre Delanoë [Thu, 10 Feb 2022 09:23:21 +0000 (10:23 +0100)]
[VERSION] +1 to 0.0.5.5.4
Alexandre Delanoë [Thu, 10 Feb 2022 08:53:36 +0000 (09:53 +0100)]
Merge branch 'client-executable' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Thu, 10 Feb 2022 08:53:13 +0000 (09:53 +0100)]
[OPTIM] Ngrams Table scores
Alp Mestanogullari [Wed, 9 Feb 2022 16:04:54 +0000 (17:04 +0100)]
Add client executable to run 'scripts' against a running Garg backend
Alexandre Delanoë [Fri, 4 Feb 2022 12:58:46 +0000 (13:58 +0100)]
[VERSION] +1 to 0.0.5.5.3
Alexandre Delanoë [Fri, 4 Feb 2022 12:57:33 +0000 (13:57 +0100)]
[FIX] Adding a List size for others lists
Alexandre Delanoë [Thu, 3 Feb 2022 14:53:46 +0000 (15:53 +0100)]
[VERSION] +1 to 0.0.5.5.2
Alexandre Delanoë [Thu, 3 Feb 2022 14:53:05 +0000 (15:53 +0100)]
[OPTIM] Ngrams Table
Przemek Kaminski [Thu, 3 Feb 2022 10:01:03 +0000 (11:01 +0100)]
Merge branch 'dev' into 97-dev-istex-search
Alexandre Delanoë [Thu, 3 Feb 2022 06:56:06 +0000 (07:56 +0100)]
[VERSION] +1 to 0.0.5.5.1
Alexandre Delanoë [Thu, 3 Feb 2022 06:55:28 +0000 (07:55 +0100)]
[FIX] Graph Search with selected node (context migration related)
Alexandre Delanoë [Wed, 2 Feb 2022 14:26:37 +0000 (15:26 +0100)]
[VERSION] +1 to 0.0.5.5
Alexandre Delanoë [Tue, 1 Feb 2022 16:42:00 +0000 (17:42 +0100)]
[FEAT] Nodes Scores connected (needs some tests still)
Alexandre Delanoë [Tue, 1 Feb 2022 13:58:02 +0000 (14:58 +0100)]
[VERSION] +1 to 0.0.5.3
Alexandre Delanoë [Mon, 31 Jan 2022 15:20:43 +0000 (16:20 +0100)]
[VERSION] +1 to 0.0.5.2
Alexandre Delanoë [Mon, 31 Jan 2022 15:19:50 +0000 (16:19 +0100)]
[FIX] Scores in ngrams table
Przemek Kaminski [Mon, 31 Jan 2022 11:08:05 +0000 (12:08 +0100)]
[john snow] add cache volume in docker-compose, fix "message" Maybe
Przemek Kaminski [Mon, 31 Jan 2022 10:35:35 +0000 (11:35 +0100)]
[john-snow] implement pos/lemma language
Przemek Kaminski [Fri, 28 Jan 2022 19:22:23 +0000 (20:22 +0100)]
[john snow] reorder tasks
Issue both pos and lemma tasks, then wait for both. This is a bit
better „parallelization” than: issue pos, wait for it, issue lemma,
wait for it.
Przemek Kaminski [Fri, 28 Jan 2022 18:49:31 +0000 (19:49 +0100)]
[john snow nlp] implement api for pos & lemma
Alexandre Delanoë [Fri, 28 Jan 2022 14:45:38 +0000 (15:45 +0100)]
[FEAT] Scores, main backend database functions, needs API connection (WIP)
Alexandre Delanoë [Wed, 26 Jan 2022 12:38:06 +0000 (13:38 +0100)]
[CLEAN] removing some printDebug
Alexandre Delanoë [Wed, 26 Jan 2022 09:44:28 +0000 (10:44 +0100)]
[VERSION] +1 to 0.0.5.1
Alexandre Delanoë [Wed, 26 Jan 2022 09:43:55 +0000 (10:43 +0100)]
[FIX] Indexes for database and score counts
Przemek Kaminski [Wed, 26 Jan 2022 07:44:55 +0000 (08:44 +0100)]
Merge remote-tracking branch 'origin/dev-104-adding-language' into 104-dev-john-snow-nlp
Alexandre Delanoë [Wed, 26 Jan 2022 06:53:48 +0000 (07:53 +0100)]
[ISSUE #104] adding language
Przemek Kaminski [Tue, 25 Jan 2022 18:30:11 +0000 (19:30 +0100)]
[john snow nlp] add image to docker-compose file
Alexandre Delanoë [Fri, 21 Jan 2022 13:44:07 +0000 (14:44 +0100)]
[VERSION] +1 to 0.0.5
Alexandre Delanoë [Fri, 21 Jan 2022 13:41:13 +0000 (14:41 +0100)]
[MIGRATION] gargantext-upgrade can be used.
Alexandre Delanoë [Thu, 20 Jan 2022 16:04:55 +0000 (17:04 +0100)]
[MIGRATION] upgrade script (WIP)
Alexandre Delanoë [Tue, 18 Jan 2022 14:56:13 +0000 (15:56 +0100)]
[MIGRATION] New schema migration SQL script
Alexandre Delanoë [Tue, 18 Jan 2022 14:47:33 +0000 (15:47 +0100)]
[CLEAN] unused functions after check of Graph computation
Alexandre Delanoë [Mon, 17 Jan 2022 15:09:39 +0000 (16:09 +0100)]
[FIX] Module renamed
Alexandre Delanoë [Mon, 17 Jan 2022 14:01:53 +0000 (15:01 +0100)]
[CLEAN]
Alexandre Delanoë [Mon, 17 Jan 2022 13:36:00 +0000 (14:36 +0100)]
[FIX] Scores at insertion
Alexandre Delanoë [Mon, 17 Jan 2022 10:46:39 +0000 (11:46 +0100)]
[FIX] Counts in NgramsTable and context_node_ngrams insertion
Alexandre Delanoë [Fri, 14 Jan 2022 17:21:47 +0000 (18:21 +0100)]
[Backup][WIP]
[*r*epoSaver*A cEtxicoen]p "rtepioosn/:no deSqlError Id{-0s-tqmlp-Srteatepo1 2=3 8"22-
3150013."c,b osrq"l
E[wrixteecNSotdaetSutso r=i eFsa]t a[l(E)r]r
or, sqlErrorMsg = "une instruction insert ou update sur la table \194\171 context_node_ngrams \194\187 viole la contrainte de cl\195\169\n\195\169trang\195\168re \194\171 context_node_ngrams_context_id_fkey \194\187", sqlErrorDetail = "La cl\195\169 (context_id)=(135) n'est pas pr\195\169sente dans la table \194\171 nodes \194\187.", sqlErrorHint = ""}
Alexandre Delanoë [Wed, 12 Jan 2022 15:35:58 +0000 (16:35 +0100)]
[FIX] Routes (merge with Document export)
Alexandre Delanoë [Wed, 12 Jan 2022 15:26:59 +0000 (16:26 +0100)]
[FIX] getContextWith
Alexandre Delanoë [Tue, 11 Jan 2022 14:42:16 +0000 (15:42 +0100)]
[BDD upgrade] adding Context route
Alexandre Delanoë [Tue, 11 Jan 2022 07:41:06 +0000 (08:41 +0100)]
[FIX] Ngrams in list
Alexandre Delanoë [Mon, 10 Jan 2022 14:43:22 +0000 (15:43 +0100)]
[FIX] Requests with Contexts (WIP)
Alexandre Delanoë [Sat, 8 Jan 2022 09:16:35 +0000 (10:16 +0100)]
[Chart] Fix Docs count (Chart still not completed)
Alexandre Delanoë [Fri, 7 Jan 2022 12:37:17 +0000 (13:37 +0100)]
[FIX] Docs Table scores
Alexandre Delanoë [Thu, 6 Jan 2022 12:50:43 +0000 (13:50 +0100)]
[FIX] Search in abstrct
MR: https://gitlab.iscpif.fr/gargantext/haskell-gargantext/merge_requests/53
Alexandre Delanoë [Thu, 6 Jan 2022 12:05:00 +0000 (13:05 +0100)]
[FIX] ContextNodeNgrams2
Alexandre Delanoë [Wed, 5 Jan 2022 13:31:10 +0000 (14:31 +0100)]
[FIX] Doc Table fixed
Alexandre Delanoë [Mon, 20 Dec 2021 08:00:53 +0000 (09:00 +0100)]
[WIP] backup during the vacations
Alexandre Delanoë [Thu, 20 Jan 2022 16:19:29 +0000 (17:19 +0100)]
[VERSION] +1 to 0.0.4.9.9.6
Przemek Kaminski [Thu, 20 Jan 2022 10:35:05 +0000 (11:35 +0100)]
[pubmed] use new Taggy parser in pubmed
This fixes an issue when article title contained XML (like <b> etc).
Alexandre Delanoë [Fri, 14 Jan 2022 16:07:49 +0000 (17:07 +0100)]
[VERSION] +1 to 0.0.4.9.9.5
Przemek Kaminski [Fri, 14 Jan 2022 06:50:07 +0000 (07:50 +0100)]
Merge branch 'dev' into dev-sources-chart-sort
Alexandre Delanoë [Wed, 12 Jan 2022 08:22:04 +0000 (09:22 +0100)]
[VERSION] +1 to 0.0.4.9.9.4
Przemek Kaminski [Wed, 12 Jan 2022 07:36:26 +0000 (08:36 +0100)]
[document-export] some code cleanup
Przemek Kaminski [Wed, 12 Jan 2022 07:32:51 +0000 (08:32 +0100)]
[document-export] fix utf-8 encoding
Przemek Kaminski [Tue, 11 Jan 2022 18:38:28 +0000 (19:38 +0100)]
Merge branch 'dev' into dev-docs-download
Alexandre Delanoë [Mon, 10 Jan 2022 13:31:24 +0000 (14:31 +0100)]
[VERSION] +1 to 0.0.4.9.9.3
Przemek Kaminski [Mon, 10 Jan 2022 10:46:55 +0000 (11:46 +0100)]
[graph update] add "force" parameter to force graph recomputation
Otherwise the "refresh" buttons won't work because list version
doesn't change.
Przemek Kaminski [Mon, 10 Jan 2022 06:43:01 +0000 (07:43 +0100)]
[docs download] fix CSV return value
Przemek Kaminski [Tue, 4 Jan 2022 15:50:00 +0000 (16:50 +0100)]
Merge branch 'dev' into dev-docs-download
Alexandre Delanoë [Tue, 4 Jan 2022 08:48:28 +0000 (09:48 +0100)]
[VERSION] +1 to 0.0.4.9.9.2
Alexandre Delanoë [Mon, 3 Jan 2022 15:58:51 +0000 (16:58 +0100)]
[VERSION] +1 to 0.0.4.9.9.1
Alexandre Delanoë [Mon, 3 Jan 2022 15:43:16 +0000 (16:43 +0100)]
Merge branch '67-dev-ci' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Mon, 3 Jan 2022 07:40:11 +0000 (08:40 +0100)]
[ORG] Client in API folder
Przemek Kaminski [Fri, 31 Dec 2021 08:00:26 +0000 (09:00 +0100)]
[ci] add "deps" step
This is to add an initial step for the CI so that, hopefully, it will
cache deps and next step (docs and tests) will be faster.
Przemek Kaminski [Fri, 31 Dec 2021 06:46:55 +0000 (07:46 +0100)]
[document-export] add CSV export (warning: does not compile yet)
Przemek Kaminski [Thu, 30 Dec 2021 17:22:49 +0000 (18:22 +0100)]
[document export] this works now, in JSON format
Przemek Kaminski [Wed, 22 Dec 2021 19:25:41 +0000 (20:25 +0100)]
[document export] add garg version
Przemek Kaminski [Wed, 22 Dec 2021 18:59:58 +0000 (19:59 +0100)]
[document] export works now, first version
Przemek Kaminski [Wed, 22 Dec 2021 07:31:23 +0000 (08:31 +0100)]
Merge branch 'dev' into dev-docs-download
Przemek Kaminski [Wed, 22 Dec 2021 07:30:21 +0000 (08:30 +0100)]
Merge branch 'dev' into 97-dev-istex-search
Przemek Kaminski [Wed, 22 Dec 2021 07:15:58 +0000 (08:15 +0100)]
[Istex] fix getMetadataScroll call
Przemek Kaminski [Tue, 21 Dec 2021 17:56:27 +0000 (18:56 +0100)]
[API] simplify parsing of date
We don't need the IO monad there, just added a default date for
Duckling to make the parser.
Przemek Kaminski [Fri, 17 Dec 2021 07:17:16 +0000 (08:17 +0100)]
[istex] scroll API fetch, first draft
Alexandre Delanoë [Thu, 16 Dec 2021 14:27:44 +0000 (15:27 +0100)]
[VERSION] +1 to 0.0.4.9.9
Przemek Kaminski [Thu, 16 Dec 2021 10:13:50 +0000 (11:13 +0100)]
[refactoring] add Gargantext.Defaults and default year/month/day
Przemek Kaminski [Wed, 15 Dec 2021 11:50:50 +0000 (12:50 +0100)]
[ci] bring back stack lts image
This one seems to work with nix builds.
Przemek Kaminski [Wed, 15 Dec 2021 10:49:44 +0000 (11:49 +0100)]
[gitlab-ci] modify runner's image
Przemek Kaminski [Wed, 15 Dec 2021 07:32:44 +0000 (08:32 +0100)]
[ci] add .stack to cache dir
Przemek Kaminski [Tue, 14 Dec 2021 16:06:19 +0000 (17:06 +0100)]
[ci] remove nix in stack.yaml
Alexandre Delanoë [Mon, 13 Dec 2021 14:25:46 +0000 (15:25 +0100)]
Merge branch 'dev' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Mon, 13 Dec 2021 14:25:31 +0000 (15:25 +0100)]
[VERSION] +1 to 0.0.4.9.8
Alexandre Delanoë [Mon, 13 Dec 2021 14:24:49 +0000 (15:24 +0100)]
[FIX] conflict in cabal.project
Alexandre Delanoë [Mon, 13 Dec 2021 14:08:46 +0000 (15:08 +0100)]
[FIX] merge + option for easy compilation of Gargantext.Client
Przemek Kaminski [Mon, 13 Dec 2021 11:18:38 +0000 (12:18 +0100)]
[document] export stub (JSON)
Alp Mestanogullari [Mon, 13 Dec 2021 11:14:28 +0000 (12:14 +0100)]
update stack.yaml to point to patched deps