]> Git — Sourcephile - gargantext.git/log
gargantext.git
16 months ago[MERGE]
Alexandre Delanoë [Mon, 22 May 2023 12:22:45 +0000 (14:22 +0200)]
[MERGE]

16 months ago[VERSION] +1 to 0.0.6.9.9.5
Alexandre Delanoë [Tue, 16 May 2023 09:46:21 +0000 (11:46 +0200)]
[VERSION] +1 to 0.0.6.9.9.5

16 months agoMerge remote-tracking branch 'origin/adinapoli/issue-188' into dev
Alexandre Delanoë [Tue, 16 May 2023 09:44:07 +0000 (11:44 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-188' into dev

16 months ago[FIX] Refresh Index: reindex of term list, textflow and schedule job
Alexandre Delanoë [Tue, 16 May 2023 09:43:27 +0000 (11:43 +0200)]
[FIX] Refresh Index: reindex of term list, textflow and schedule job

16 months agoCache nix-shell
Alfredo Di Napoli [Tue, 16 May 2023 06:45:56 +0000 (08:45 +0200)]
Cache nix-shell

16 months agoUse latest Ubuntu
Alfredo Di Napoli [Mon, 15 May 2023 14:29:00 +0000 (16:29 +0200)]
Use latest Ubuntu

16 months agoSet cache path
Alfredo Di Napoli [Mon, 15 May 2023 12:32:10 +0000 (14:32 +0200)]
Set cache path

16 months agoMisc improvements
Alfredo Di Napoli [Mon, 15 May 2023 12:22:04 +0000 (14:22 +0200)]
Misc improvements

16 months agoMerge remote-tracking branch 'origin/adinapoli/issue-188' into dev
Alexandre Delanoë [Mon, 15 May 2023 12:15:04 +0000 (14:15 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-188' into dev

16 months agoSwitch to gargantext:v1 docker image
Alfredo Di Napoli [Mon, 15 May 2023 11:58:24 +0000 (13:58 +0200)]
Switch to gargantext:v1 docker image

16 months agoImprove docker image
Alfredo Di Napoli [Mon, 15 May 2023 11:56:40 +0000 (13:56 +0200)]
Improve docker image

16 months agoBind periodic actions to the main loop
Alfredo Di Napoli [Mon, 15 May 2023 09:04:54 +0000 (11:04 +0200)]
Bind periodic actions to the main loop

16 months ago[VERSION] +1 to 0.0.6.9.9.4.6
Alexandre Delanoë [Fri, 12 May 2023 13:03:26 +0000 (15:03 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.6

16 months agoMerge remote-tracking branch 'origin/203-dev-corpus-json-import' into dev
Alexandre Delanoë [Fri, 12 May 2023 13:01:42 +0000 (15:01 +0200)]
Merge remote-tracking branch 'origin/203-dev-corpus-json-import' into dev

16 months ago[FEAT] Adding Schedule job to gargantext-server
Alexandre Delanoë [Fri, 12 May 2023 13:01:29 +0000 (15:01 +0200)]
[FEAT] Adding Schedule job to gargantext-server

16 months agoMerge branch 'dev' into 203-dev-corpus-json-import
Przemysław Kaminski [Fri, 12 May 2023 09:03:46 +0000 (11:03 +0200)]
Merge branch 'dev' into 203-dev-corpus-json-import

16 months ago[FILES] ressources for upgrade
Alexandre Delanoë [Fri, 12 May 2023 08:40:09 +0000 (10:40 +0200)]
[FILES] ressources for upgrade

16 months ago[corpus] import JSON support
Przemysław Kaminski [Fri, 12 May 2023 08:11:13 +0000 (10:11 +0200)]
[corpus] import JSON support

16 months ago[VERSION] +1 to 0.0.6.9.9.4.5
Alexandre Delanoë [Thu, 11 May 2023 15:29:19 +0000 (17:29 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.5

16 months ago[FIX] #199
Alexandre Delanoë [Thu, 11 May 2023 15:27:39 +0000 (17:27 +0200)]
[FIX] #199

16 months ago[VERSION] +1 to 0.0.6.9.9.4.4
Alexandre Delanoë [Thu, 11 May 2023 11:08:35 +0000 (13:08 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.4

16 months ago[VERSION] +1 to 0.0.6.9.9.4.3
Alexandre Delanoë [Wed, 10 May 2023 18:14:37 +0000 (20:14 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.3

16 months ago[FIX] SearX analysis needs its NodeTexts
Alexandre Delanoë [Wed, 10 May 2023 18:11:02 +0000 (20:11 +0200)]
[FIX] SearX analysis needs its NodeTexts

16 months ago[VERSION] +1 to 0.0.6.9.9.4.2
Alexandre Delanoë [Tue, 9 May 2023 08:27:41 +0000 (10:27 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.2

16 months ago[FIX] Script Prod mode
Alexandre Delanoë [Tue, 9 May 2023 07:59:02 +0000 (09:59 +0200)]
[FIX] Script Prod mode

16 months agoFix subtle bug in searchTableNgrams
Alfredo Di Napoli [Mon, 8 May 2023 13:16:10 +0000 (15:16 +0200)]
Fix subtle bug in searchTableNgrams

This commit fixes a bug (or feature? unclear at this stage) of the
`rootOf` function inside `searchTableNgrams`, which could, in some
occasion, return a root which has a different `ListType`, which
in turn throws off pagination.

16 months agoAdd more pagination tests
Alfredo Di Napoli [Mon, 8 May 2023 07:44:40 +0000 (09:44 +0200)]
Add more pagination tests

16 months agoAdd some basic pagination tests
Alfredo Di Napoli [Tue, 2 May 2023 14:24:50 +0000 (16:24 +0200)]
Add some basic pagination tests

This commit adds some basic tests for the Ngrams pagination,
capitalizing on the refactoring of the `searchTableNgrams` function,
which is now pure and can be tested fairly easily.

16 months agoRefactor pagination to use `NgramsSearchQuery`
Alfredo Di Napoli [Tue, 2 May 2023 07:25:32 +0000 (09:25 +0200)]
Refactor pagination to use `NgramsSearchQuery`

This commit refactors the Ngrams pagination code to use
the `NgramsSearchQuery`, and it introduces a new function called
`searchTableNgrams`, which is now completely pure.

16 months agoAdd `NgramsSearchQuery` type
Alfredo Di Napoli [Tue, 2 May 2023 06:47:14 +0000 (08:47 +0200)]
Add `NgramsSearchQuery` type

16 months ago[VERSION] +1 to 0.0.6.9.9.4.1
Alexandre Delanoë [Fri, 28 Apr 2023 19:37:13 +0000 (21:37 +0200)]
[VERSION] +1 to 0.0.6.9.9.4.1

16 months ago[VERSION] +1 to 0.0.6.9.9.4
Alexandre Delanoë [Fri, 28 Apr 2023 07:49:20 +0000 (09:49 +0200)]
[VERSION] +1 to 0.0.6.9.9.4

16 months agoMerge remote-tracking branch 'origin/201-dev-user-pubmed-api-key' into dev
Alexandre Delanoë [Fri, 28 Apr 2023 07:48:11 +0000 (09:48 +0200)]
Merge remote-tracking branch 'origin/201-dev-user-pubmed-api-key' into dev

16 months ago[pubmed] implement per-user api keys
Przemysław Kaminski [Fri, 28 Apr 2023 04:31:55 +0000 (06:31 +0200)]
[pubmed] implement per-user api keys

16 months ago[VERSION] +1 to 0.0.6.9.9.3.3
Alexandre Delanoë [Thu, 27 Apr 2023 15:30:05 +0000 (17:30 +0200)]
[VERSION] +1 to 0.0.6.9.9.3.3

16 months ago[VERSION] +1 to 0.0.6.9.9.3.2
Alexandre Delanoë [Wed, 26 Apr 2023 13:56:47 +0000 (15:56 +0200)]
[VERSION] +1 to 0.0.6.9.9.3.2

16 months ago[FEAT] Iramuteq parser (WIP)
Alexandre Delanoë [Wed, 26 Apr 2023 13:55:32 +0000 (15:55 +0200)]
[FEAT] Iramuteq parser (WIP)

16 months ago[FEAT] Alceste/Iramuteq Parser
Alexandre Delanoë [Wed, 26 Apr 2023 09:54:04 +0000 (11:54 +0200)]
[FEAT] Alceste/Iramuteq Parser

16 months ago[FIX] Data.List qualified import
Alexandre Delanoë [Wed, 26 Apr 2023 09:09:46 +0000 (11:09 +0200)]
[FIX] Data.List qualified import

16 months ago[PARSERS] Iramuteq file format parser
Alexandre Delanoë [Tue, 25 Apr 2023 09:25:15 +0000 (11:25 +0200)]
[PARSERS] Iramuteq file format parser

16 months ago[COSMETICS] SQL query
Alexandre Delanoë [Wed, 26 Apr 2023 07:05:05 +0000 (09:05 +0200)]
[COSMETICS] SQL query

16 months ago[VERSION] +1 to 0.0.6.9.9.3.1
Alexandre Delanoë [Tue, 25 Apr 2023 13:30:34 +0000 (15:30 +0200)]
[VERSION] +1 to 0.0.6.9.9.3.1

16 months ago[VERSION] +1 to 0.0.6.9.9.3
Alexandre Delanoë [Tue, 25 Apr 2023 11:45:14 +0000 (13:45 +0200)]
[VERSION] +1 to 0.0.6.9.9.3

16 months agoMerge remote-tracking branch 'origin/adinapoli/issue-incorrect-pagination' into dev
Alexandre Delanoë [Tue, 25 Apr 2023 11:25:11 +0000 (13:25 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-incorrect-pagination' into dev

16 months agoMerge remote-tracking branch 'origin/adinapoli/issue-198' into dev
Alexandre Delanoë [Tue, 25 Apr 2023 11:24:41 +0000 (13:24 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-198' into dev

16 months agoFix NGrams pagination (purescript-gargantext#531)
Alfredo Di Napoli [Tue, 25 Apr 2023 08:53:12 +0000 (10:53 +0200)]
Fix NGrams pagination (purescript-gargantext#531)

16 months ago[VERSION] +1 to 0.0.6.9.9.2
Alexandre Delanoë [Mon, 24 Apr 2023 15:06:00 +0000 (17:06 +0200)]
[VERSION] +1 to 0.0.6.9.9.2

16 months agomore lenient pauses in markProgress testing
Alfredo Di Napoli [Mon, 24 Apr 2023 07:56:29 +0000 (09:56 +0200)]
more lenient pauses in markProgress testing

16 months agomake queue fairness test more deterministic
Alfredo Di Napoli [Mon, 24 Apr 2023 07:27:39 +0000 (09:27 +0200)]
make queue fairness test more deterministic

17 months ago[VERSION] +1 to 0.0.6.9.9.1
Alexandre Delanoë [Fri, 21 Apr 2023 07:15:32 +0000 (09:15 +0200)]
[VERSION] +1 to 0.0.6.9.9.1

17 months ago[FIX]
Alexandre Delanoë [Thu, 20 Apr 2023 14:58:20 +0000 (16:58 +0200)]
[FIX]

17 months ago[FIX/FEAT] Langs
Alexandre Delanoë [Thu, 20 Apr 2023 13:38:04 +0000 (15:38 +0200)]
[FIX/FEAT] Langs

17 months ago[FIX] Langs
Alexandre Delanoë [Thu, 20 Apr 2023 09:20:46 +0000 (11:20 +0200)]
[FIX] Langs

17 months ago[VERSION] +1 to 0.0.6.9.9
Alexandre Delanoë [Thu, 20 Apr 2023 07:30:07 +0000 (09:30 +0200)]
[VERSION] +1 to 0.0.6.9.9

17 months ago[nlp] export languages (graphql) based on ini file
Przemysław Kaminski [Tue, 18 Apr 2023 18:05:57 +0000 (20:05 +0200)]
[nlp] export languages (graphql) based on ini file

17 months ago[VERSION] +1 to 0.0.6.9.8.7.1
Alexandre Delanoë [Thu, 20 Apr 2023 04:53:30 +0000 (06:53 +0200)]
[VERSION] +1 to 0.0.6.9.8.7.1

17 months agoMerge remote-tracking branch 'origin/adinapoli/issue-198' into dev
Alexandre Delanoë [Thu, 20 Apr 2023 04:51:58 +0000 (06:51 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-198' into dev

17 months agoAdd pushJobWithTime
Alfredo Di Napoli [Wed, 19 Apr 2023 11:45:35 +0000 (13:45 +0200)]
Add pushJobWithTime

17 months ago[DOC]
Alexandre Delanoë [Tue, 18 Apr 2023 07:22:36 +0000 (09:22 +0200)]
[DOC]

17 months ago[VERSION] +1 to 0.0.6.9.8.7
Alexandre Delanoë [Mon, 17 Apr 2023 15:37:06 +0000 (17:37 +0200)]
[VERSION] +1 to 0.0.6.9.8.7

17 months agoMerge remote-tracking branch 'origin/513-dev-pin-tree' into dev-merge
Alexandre Delanoë [Mon, 17 Apr 2023 14:56:13 +0000 (16:56 +0200)]
Merge remote-tracking branch 'origin/513-dev-pin-tree' into dev-merge

17 months agoMerge remote-tracking branch 'origin/adinapoli/issue-198' into dev-merge
Alexandre Delanoë [Mon, 17 Apr 2023 14:48:05 +0000 (16:48 +0200)]
Merge remote-tracking branch 'origin/adinapoli/issue-198' into dev-merge

17 months agodoc debug
Alexandre Delanoë [Mon, 17 Apr 2023 14:47:39 +0000 (16:47 +0200)]
doc debug

17 months agoRewrite testPrios test
Alfredo Di Napoli [Mon, 17 Apr 2023 11:32:07 +0000 (13:32 +0200)]
Rewrite testPrios test

This commit partially rewrites the `testPrios` queue test, in such a way
that it's now easier to inspect the final schedule and the occurrence of events.
Albeit not perfect, it should be less sensitive to random failures,
like the ones we have been observing on CI.

17 months ago[Tree] Changes for pinning
Karen Konou [Mon, 17 Apr 2023 09:49:51 +0000 (11:49 +0200)]
[Tree] Changes for pinning

17 months agoMerge remote-tracking branch 'origin/184-dev-add-support-for-multiple-languages-in...
Alexandre Delanoë [Mon, 17 Apr 2023 06:34:40 +0000 (08:34 +0200)]
Merge remote-tracking branch 'origin/184-dev-add-support-for-multiple-languages-in-ini-file' into dev-merge

17 months ago[nlp] add sample support for languages to corenlp
Przemysław Kaminski [Fri, 14 Apr 2023 14:25:41 +0000 (16:25 +0200)]
[nlp] add sample support for languages to corenlp

17 months agogargantext.cabal
Alexandre Delanoë [Fri, 14 Apr 2023 11:36:13 +0000 (13:36 +0200)]
gargantext.cabal

17 months agoMerge branch 'dev' into 184-dev-add-support-for-multiple-languages-in-ini-file
Przemysław Kaminski [Fri, 14 Apr 2023 11:01:18 +0000 (13:01 +0200)]
Merge branch 'dev' into 184-dev-add-support-for-multiple-languages-in-ini-file

17 months ago[NLP] add support for arbitrary languages in INI file
Przemysław Kaminski [Fri, 14 Apr 2023 11:00:28 +0000 (13:00 +0200)]
[NLP] add support for arbitrary languages in INI file

Also, added a basic GraphQL endpoint.

17 months agoMerge remote-tracking branch 'origin/193-dev-api-query-dev-fix' into dev
Alexandre Delanoë [Fri, 14 Apr 2023 10:15:24 +0000 (12:15 +0200)]
Merge remote-tracking branch 'origin/193-dev-api-query-dev-fix' into dev

17 months ago[VERSION] +1 to 0.0.6.9.8.6.2
Alexandre Delanoë [Fri, 14 Apr 2023 08:31:13 +0000 (10:31 +0200)]
[VERSION] +1 to 0.0.6.9.8.6.2

17 months agoMerge remote-tracking branch 'origin/adinapoli/investigate-issue-192' into dev
Alexandre Delanoë [Fri, 14 Apr 2023 08:21:23 +0000 (10:21 +0200)]
Merge remote-tracking branch 'origin/adinapoli/investigate-issue-192' into dev

17 months ago[VERSION] +1 to 0.0.6.9.8.6.1
Alexandre Delanoë [Fri, 14 Apr 2023 08:20:28 +0000 (10:20 +0200)]
[VERSION] +1 to 0.0.6.9.8.6.1

17 months agoMerge branch 'dev' into 193-dev-api-query-dev-fix
Przemysław Kaminski [Thu, 13 Apr 2023 19:32:25 +0000 (21:32 +0200)]
Merge branch 'dev' into 193-dev-api-query-dev-fix

17 months agoreverse order of logs in jobLog (fixes #192)
Alfredo Di Napoli [Thu, 13 Apr 2023 09:58:53 +0000 (11:58 +0200)]
reverse order of logs in jobLog (fixes #192)

17 months ago[VERSION] +1 to 0.0.6.9.8.6
Alexandre Delanoë [Wed, 12 Apr 2023 16:04:28 +0000 (18:04 +0200)]
[VERSION] +1 to 0.0.6.9.8.6

17 months ago[FIX] Clean Text before sending it to NLP micro services + tests + clean code for...
Alexandre Delanoë [Wed, 12 Apr 2023 16:03:07 +0000 (18:03 +0200)]
[FIX] Clean Text before sending it to NLP micro services + tests + clean code for documentation

17 months agoupdate: include the install command into start file
Fabien Manière [Wed, 12 Apr 2023 11:46:53 +0000 (13:46 +0200)]
update: include the install command into start file

17 months ago[refactor] add newtype Limit, newtype Query
Przemysław Kaminski [Wed, 12 Apr 2023 06:29:02 +0000 (08:29 +0200)]
[refactor] add newtype Limit, newtype Query

This is safer than type Limit = Int

17 months ago[FIX] Add more redundancies to texts Notes
Alexandre Delanoë [Tue, 11 Apr 2023 06:56:49 +0000 (08:56 +0200)]
[FIX] Add more redundancies to texts Notes

17 months ago[VERSION] +1 to 0.0.6.9.8.5.1
Alexandre Delanoë [Fri, 7 Apr 2023 13:58:32 +0000 (15:58 +0200)]
[VERSION] +1 to 0.0.6.9.8.5.1

17 months ago[VERSION] +1 to 0.0.6.9.8.5
Alexandre Delanoë [Thu, 6 Apr 2023 14:00:15 +0000 (16:00 +0200)]
[VERSION] +1 to 0.0.6.9.8.5

17 months agoRemove superclass constraint of MonadJob for MonadJobStatus
Alfredo Di Napoli [Mon, 3 Apr 2023 14:37:08 +0000 (16:37 +0200)]
Remove superclass constraint of MonadJob for MonadJobStatus

17 months agoCleaner Jobs API
Alfredo Di Napoli [Mon, 27 Mar 2023 15:03:34 +0000 (17:03 +0200)]
Cleaner Jobs API

This big commit improves the jobs API in a way that now we can
completely abstract away over a JobLog.

17 months ago[VERSION] +1 to 0.0.6.9.8.4
Alexandre Delanoë [Wed, 5 Apr 2023 07:34:06 +0000 (09:34 +0200)]
[VERSION] +1 to 0.0.6.9.8.4

17 months agoMerge remote-tracking branch 'origin/191-dev-list-upload-fixes' into dev-merge
Alexandre Delanoë [Wed, 5 Apr 2023 04:59:31 +0000 (06:59 +0200)]
Merge remote-tracking branch 'origin/191-dev-list-upload-fixes' into dev-merge

17 months ago[pubmed] use fixed pubmed repo, fix per page to be > 20
Przemysław Kaminski [Tue, 4 Apr 2023 16:06:05 +0000 (18:06 +0200)]
[pubmed] use fixed pubmed repo, fix per page to be > 20

17 months ago[list] refactoring of csv post
Przemysław Kaminski [Fri, 31 Mar 2023 05:17:25 +0000 (07:17 +0200)]
[list] refactoring of csv post

17 months ago[list] fixes to list CSV upload
Przemysław Kaminski [Fri, 31 Mar 2023 04:29:18 +0000 (06:29 +0200)]
[list] fixes to list CSV upload

Now, error should be reported, provided we fix job logs (?)

17 months ago[FIX] Username could be email
Alexandre Delanoë [Thu, 30 Mar 2023 15:38:52 +0000 (17:38 +0200)]
[FIX] Username could be email

17 months agoMerge remote-tracking branch 'origin/175-dev-doc-table-count' into dev-merge
Alexandre Delanoë [Thu, 30 Mar 2023 12:06:13 +0000 (14:06 +0200)]
Merge remote-tracking branch 'origin/175-dev-doc-table-count' into dev-merge

17 months ago[ngrams] fix score ordering
Przemysław Kaminski [Thu, 30 Mar 2023 10:56:47 +0000 (12:56 +0200)]
[ngrams] fix score ordering

17 months agoMerge branch 'dev' into 175-dev-doc-table-count
Przemysław Kaminski [Thu, 30 Mar 2023 10:33:18 +0000 (12:33 +0200)]
Merge branch 'dev' into 175-dev-doc-table-count

17 months agoMerge branch '186-dev-ngrams-score-fixes' into 175-dev-doc-table-count
Przemysław Kaminski [Thu, 30 Mar 2023 10:33:09 +0000 (12:33 +0200)]
Merge branch '186-dev-ngrams-score-fixes' into 175-dev-doc-table-count

17 months ago[annuaire] remove duplicated AsyncJobs type
Przemysław Kaminski [Thu, 30 Mar 2023 10:02:57 +0000 (12:02 +0200)]
[annuaire] remove duplicated AsyncJobs type

17 months ago[ngrams] ngram count aggregates now
Przemysław Kaminski [Thu, 30 Mar 2023 08:51:29 +0000 (10:51 +0200)]
[ngrams] ngram count aggregates now

17 months agoMerge remote-tracking branch 'origin/184-dev-add-nlp-to-gargantext-ini' into dev...
Alexandre Delanoë [Wed, 29 Mar 2023 13:40:11 +0000 (15:40 +0200)]
Merge remote-tracking branch 'origin/184-dev-add-nlp-to-gargantext-ini' into dev-merge

17 months agomerge
Alexandre Delanoë [Wed, 29 Mar 2023 12:34:03 +0000 (14:34 +0200)]
merge

17 months ago[VERSION] +1 to 0.0.6.9.8.3
Alexandre Delanoë [Wed, 29 Mar 2023 12:32:34 +0000 (14:32 +0200)]
[VERSION] +1 to 0.0.6.9.8.3