]>
Git — Sourcephile - gargantext.git/log
Przemek Kaminski [Thu, 29 Jul 2021 05:22:11 +0000 (07:22 +0200)]
[nix] added haskell-language-server for better editor integration
Alexandre Delanoë [Wed, 28 Jul 2021 12:24:10 +0000 (14:24 +0200)]
[BACKUP] before replacing previous repo
Przemek Kaminski [Wed, 28 Jul 2021 10:56:30 +0000 (12:56 +0200)]
[searx] fetching searx json page works now
Przemek Kaminski [Wed, 28 Jul 2021 09:31:03 +0000 (11:31 +0200)]
[searx] first draft of searx parsing, updated stack to lts 18.4
Alexandre Delanoë [Wed, 28 Jul 2021 09:05:27 +0000 (11:05 +0200)]
[FIX] temp resolution of commitpatch
Przemek Kaminski [Tue, 27 Jul 2021 16:10:50 +0000 (18:10 +0200)]
[list] CSV parsing draft
Alexandre Delanoë [Tue, 27 Jul 2021 09:40:58 +0000 (11:40 +0200)]
[NodeStory] getter fun (WIP)
Alexandre Delanoë [Tue, 27 Jul 2021 07:04:26 +0000 (09:04 +0200)]
[NodeStory] Tools updates (WIP)
Alexandre Delanoë [Mon, 26 Jul 2021 16:39:53 +0000 (18:39 +0200)]
[TOOLS] WIP getting NodeListStory
Alexandre Delanoë [Mon, 26 Jul 2021 07:43:06 +0000 (09:43 +0200)]
[VERSION] +1 to 0.0.2.9.6.1
Przemek Kaminski [Sat, 24 Jul 2021 04:08:14 +0000 (06:08 +0200)]
[fixes] small README command fix + remove duplicate line in gargantext.ini
Alexandre Delanoë [Thu, 22 Jul 2021 15:58:40 +0000 (17:58 +0200)]
[CLEAN] unused imports
Alexandre Delanoë [Thu, 22 Jul 2021 15:42:27 +0000 (17:42 +0200)]
[Types] NodeStoryEnv ready for integration in API
Alexandre Delanoë [Thu, 22 Jul 2021 15:16:21 +0000 (17:16 +0200)]
[FEAT] NodeStoryEnv wip
Alexandre Delanoë [Thu, 22 Jul 2021 12:29:26 +0000 (14:29 +0200)]
[FEAT] repo migration write: done
Alexandre Delanoë [Wed, 21 Jul 2021 15:03:13 +0000 (17:03 +0200)]
[FUN] from old repo to new NodeStory
Alexandre Delanoë [Wed, 21 Jul 2021 09:31:56 +0000 (11:31 +0200)]
[Types] ready for Env
Alexandre Delanoë [Wed, 21 Jul 2021 07:47:07 +0000 (09:47 +0200)]
[FIX] some instances and tools as todo
Alexandre Delanoë [Wed, 21 Jul 2021 07:33:42 +0000 (09:33 +0200)]
[DESIGN] NodeStory as generalization of Repo
Alexandre Delanoë [Mon, 19 Jul 2021 15:29:08 +0000 (17:29 +0200)]
[READING] Type declared at the right place
Alexandre Delanoë [Fri, 23 Jul 2021 13:20:24 +0000 (15:20 +0200)]
[API] splitting the routes (needs a code review of the api)
Przemek Kaminski [Fri, 23 Jul 2021 06:20:25 +0000 (08:20 +0200)]
[list] upload CSV endpoint works, but 400 error still thrown
Also, updated nix a bit.
Przemek Kaminski [Thu, 22 Jul 2021 09:14:56 +0000 (11:14 +0200)]
Merge branch 'dev' into 68-dev-garg-v3-csv-parser
Przemek Kaminski [Thu, 22 Jul 2021 09:14:39 +0000 (11:14 +0200)]
[list] custom csv parsing
Alexandre Delanoë [Thu, 22 Jul 2021 09:02:39 +0000 (11:02 +0200)]
[VERSION] +1 to 0.0.2.9.6
Alexandre Delanoë [Thu, 22 Jul 2021 08:57:14 +0000 (10:57 +0200)]
Merge branch '68-dev-garg-v3-csv-parser' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-merge
Przemek Kaminski [Thu, 22 Jul 2021 08:51:04 +0000 (10:51 +0200)]
[list] added v3 CSV upload endpoint
NOTE: This is a copy of uploadAPI, i.e. it parses JSON currently.
Przemek Kaminski [Thu, 22 Jul 2021 06:23:52 +0000 (08:23 +0200)]
[server] 404 error when nodes don't exist
Alexandre Delanoë [Wed, 21 Jul 2021 15:55:22 +0000 (17:55 +0200)]
[FIX] install of nix
Alexandre Delanoë [Wed, 21 Jul 2021 06:47:56 +0000 (08:47 +0200)]
[DOC] README update
Alexandre Delanoë [Fri, 16 Jul 2021 13:57:14 +0000 (15:57 +0200)]
[FIX] unused import
Alexandre Delanoë [Fri, 16 Jul 2021 13:49:35 +0000 (15:49 +0200)]
[FIX] dep
Alexandre Delanoë [Fri, 16 Jul 2021 13:39:02 +0000 (15:39 +0200)]
[CLEAN] removing Prelude && adding gargantext-prelude dependency
Alexandre Delanoë [Thu, 15 Jul 2021 16:36:15 +0000 (18:36 +0200)]
[REFACT]
Alp Mestanogullari [Tue, 22 Jun 2021 12:20:58 +0000 (14:20 +0200)]
make gargantext buildable with stack & cabal in a nix environment
I revamped the whole Nix infrastructure a bit to clearly delineate the bits
about providing a suitable environment (with respect to non Haskell deps) and
the shell and stack helper expressions, and moved it all under `nix/` to
make it easier to ignore (if not interested) or focus on (if interested) the Nix
infrastructure of this repository.
For some reason, this required changes that don't seem necessary in the
Docker environment, even though this all happens using the same GHC version
as used in the Docker environment/Stackage LTS snapshot.
The said changes correspond to the source repositories mentioned in the
cabal.project and stack.yaml files that have not been left untouched, for which
I either pointed to a fork I made, or a different commit that I pushed in a
dedicated branch (for the ISCPIF gitlab repositories to which I seemingly
have write access).
Many of the changes were about Haddock `-- |` style syntax being used in an
unexpected place, and this was making GHC's parser quite sad.
This commit doesn't (yet?) provide Nix infrastructure for building everything
in/through Nix, but shouldn't be too much work with something like haskell.nix,
which has suitable tooling to import stack.yaml or cabal.project based
project specifications and turn them into fully nixified builds, which might
or might not be desirable.
Alexandre Delanoë [Mon, 21 Jun 2021 11:48:38 +0000 (13:48 +0200)]
[FIX] Docker repo version
Alexandre Delanoë [Wed, 16 Jun 2021 14:09:32 +0000 (16:09 +0200)]
[FEAT] Adding Visio micro-service (Jitsi)
First add New type NodeFrameVisio it this case:
modified : src/Gargantext/Database/Admin/Types/Node.hs
After this step, just follow the compiler errors to fix the instances.
modified : src/Gargantext/Prelude/Config.hs
The NodeType NodeFrameVisio is created in Database and need some
parameters:
modified : src/Gargantext/Database/Action/Node.hs
modified : src/Gargantext/Database/Admin/Config.hs
modified : src/Gargantext/Database/Admin/Types/Hyperdata/Default.hs
Finally:
modified : gargantext.ini_toModify
The url of the micro-service can be adapted in gargantext.ini
Alexandre Delanoë [Fri, 4 Jun 2021 13:13:07 +0000 (15:13 +0200)]
[FIX] Candiate List Size
Alexandre Delanoë [Wed, 2 Jun 2021 09:48:35 +0000 (11:48 +0200)]
[FIX] lists size
Alexandre Delanoë [Wed, 2 Jun 2021 07:37:28 +0000 (09:37 +0200)]
Merge branch 'dev' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Wed, 2 Jun 2021 07:37:16 +0000 (09:37 +0200)]
[FIX] candidate size
Alexandre Delanoë [Tue, 1 Jun 2021 14:36:20 +0000 (16:36 +0200)]
[FIX] doc
Alexandre Delanoë [Tue, 1 Jun 2021 13:07:03 +0000 (15:07 +0200)]
Minor for CI test
Alexandre Delanoë [Tue, 1 Jun 2021 13:05:35 +0000 (15:05 +0200)]
[FIX] test WIP
Alexandre Delanoë [Tue, 1 Jun 2021 13:02:54 +0000 (15:02 +0200)]
[FIX] names
Alexandre Delanoë [Tue, 1 Jun 2021 12:45:53 +0000 (14:45 +0200)]
[FIX] Tests: module name
Alexandre Delanoë [Tue, 1 Jun 2021 12:00:55 +0000 (14:00 +0200)]
small commit to exec CI runner
Alexandre Delanoë [Tue, 1 Jun 2021 11:46:22 +0000 (13:46 +0200)]
Merge branch 'dev-test' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Tue, 1 Jun 2021 11:37:37 +0000 (13:37 +0200)]
[CLEAN] Commenting debug funs
Przemek Kaminski [Tue, 1 Jun 2021 11:06:01 +0000 (13:06 +0200)]
[test] move some files into test
They don't seem to be needed in code
Przemek Kaminski [Tue, 1 Jun 2021 09:52:17 +0000 (11:52 +0200)]
Merge branch 'dev' into dev-test
Alexandre Delanoë [Mon, 31 May 2021 15:27:28 +0000 (17:27 +0200)]
[TESTS] adding quick test for partition
Alexandre Delanoë [Mon, 31 May 2021 13:41:17 +0000 (15:41 +0200)]
[FIX] create dir if not exist
Przemek Kaminski [Mon, 31 May 2021 07:47:31 +0000 (09:47 +0200)]
[CI] add cache key (commented for now)
Przemek Kaminski [Mon, 31 May 2021 07:06:02 +0000 (09:06 +0200)]
[CI] remove cache key, as this results in constant rebuilding
Przemek Kaminski [Mon, 31 May 2021 06:46:32 +0000 (08:46 +0200)]
[CI] send doc artifacts only
Przemek Kaminski [Mon, 31 May 2021 05:31:00 +0000 (07:31 +0200)]
Merge branch 'dev' into dev-test
Alexandre Delanoë [Fri, 28 May 2021 08:18:56 +0000 (10:18 +0200)]
[FIX] cluster on connected components only and leaves others nodes alone (todo). Use Order1 by default
Przemek Kaminski [Fri, 28 May 2021 07:21:15 +0000 (09:21 +0200)]
[test] fix stack command for path
Przemek Kaminski [Fri, 28 May 2021 06:16:31 +0000 (08:16 +0200)]
[test] fixes to artifacts
Przemek Kaminski [Fri, 28 May 2021 06:15:16 +0000 (08:15 +0200)]
[test] stack local install root path as artifact output
Przemek Kaminski [Fri, 28 May 2021 06:06:03 +0000 (08:06 +0200)]
[test] CI cache dir, test stage added
Przemek Kaminski [Fri, 28 May 2021 05:02:02 +0000 (07:02 +0200)]
[test] gitlab ci docker image fix
Przemek Kaminski [Fri, 28 May 2021 04:43:49 +0000 (06:43 +0200)]
[test] fix for gitlab image
Przemek Kaminski [Fri, 28 May 2021 04:21:32 +0000 (06:21 +0200)]
[test] fix for gitlab build (no docker)
Przemek Kaminski [Fri, 28 May 2021 04:03:52 +0000 (06:03 +0200)]
[test] dad gitlab-ci
Przemek Kaminski [Fri, 28 May 2021 04:03:37 +0000 (06:03 +0200)]
[haddock] haddock builds correclty now
Przemek Kaminski [Thu, 27 May 2021 13:33:50 +0000 (15:33 +0200)]
Merge branch 'dev' into dev-test
Przemek Kaminski [Thu, 27 May 2021 13:08:54 +0000 (15:08 +0200)]
[graph] add debug info for graph, no partition error
Alexandre Delanoë [Wed, 26 May 2021 13:10:03 +0000 (15:10 +0200)]
[LIST] improved for candidates
Alexandre Delanoë [Wed, 26 May 2021 10:15:34 +0000 (12:15 +0200)]
[Lists] fix candidates list
Alexandre Delanoë [Tue, 25 May 2021 12:04:01 +0000 (14:04 +0200)]
[FIX] quick fix to enable WOS parser
Przemek Kaminski [Mon, 24 May 2021 16:21:29 +0000 (18:21 +0200)]
[test] fix tests
Alexandre Delanoë [Thu, 20 May 2021 07:51:23 +0000 (09:51 +0200)]
[VERSION] +1 to 0.0.2.9.5
Alexandre Delanoë [Wed, 5 May 2021 05:37:36 +0000 (07:37 +0200)]
[ADMIN] Code of conduct copied from legacy GarganText repo
Alexandre Delanoë [Tue, 4 May 2021 12:27:56 +0000 (14:27 +0200)]
[FIX] removing stopwords with 0 occurrences
Alexandre Delanoë [Tue, 4 May 2021 11:32:20 +0000 (13:32 +0200)]
[FIX] multi-term reindex
Alexandre Delanoë [Tue, 4 May 2021 07:13:19 +0000 (09:13 +0200)]
[FIX] merge with dev-phylo
Alexandre Delanoë [Mon, 3 May 2021 15:08:38 +0000 (17:08 +0200)]
Merge branch 'dev' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Mon, 3 May 2021 15:08:29 +0000 (17:08 +0200)]
[VERSION] +1 to 0.0.2.9.4
Alexandre Delanoë [Mon, 3 May 2021 15:07:10 +0000 (17:07 +0200)]
[FIX] removing printDebug
Alexandre Delanoë [Mon, 3 May 2021 14:22:23 +0000 (16:22 +0200)]
[FIX] map list size filtered (others terms do not appear any more)
Alexandre Delanoë [Mon, 3 May 2021 12:51:18 +0000 (14:51 +0200)]
Merge branch 'dev' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev
Alexandre Delanoë [Mon, 3 May 2021 12:51:02 +0000 (14:51 +0200)]
[FIX] postgres install
Alexandre Delanoë [Fri, 30 Apr 2021 14:18:26 +0000 (16:18 +0200)]
[FIX] doc ngrams insertion (WIP)
Alexandre Delanoë [Fri, 30 Apr 2021 05:36:22 +0000 (07:36 +0200)]
[FEAT] reindexing enabled in frontend
Alexandre Delanoë [Thu, 29 Apr 2021 15:15:23 +0000 (17:15 +0200)]
[FIX] testing (WIP)
Alexandre Delanoë [Thu, 29 Apr 2021 14:14:49 +0000 (16:14 +0200)]
[FEAT] Indexation function to test
Alexandre Delanoë [Wed, 28 Apr 2021 16:26:37 +0000 (18:26 +0200)]
[INDEXING] WIP
Alexandre Delanoë [Wed, 28 Apr 2021 07:00:05 +0000 (09:00 +0200)]
[VERSION] +1 to 0.0.2.9.3
Alexandre Delanoë [Tue, 27 Apr 2021 15:53:07 +0000 (17:53 +0200)]
[FIX] cabal package config
Alexandre Delanoë [Tue, 27 Apr 2021 15:41:19 +0000 (17:41 +0200)]
[FIX] warnings
Alexandre Delanoë [Tue, 27 Apr 2021 07:48:43 +0000 (09:48 +0200)]
[CLEAN] creating Prelude.GargDB file
Alexandre Delanoë [Tue, 27 Apr 2021 07:39:39 +0000 (09:39 +0200)]
[FIX] Data.List needs to be qualified for future GHC upgrade
Alexandre Delanoë [Tue, 27 Apr 2021 07:39:12 +0000 (09:39 +0200)]
[CLEAN] split Prelude.Utils
Alexandre Delanoë [Tue, 27 Apr 2021 07:27:46 +0000 (09:27 +0200)]
[CLEAN] Prelude.Utils clock measures
Alexandre Delanoë [Tue, 27 Apr 2021 06:54:21 +0000 (08:54 +0200)]
[TYPE] semantics, renaming
Alexandre Delanoë [Tue, 27 Apr 2021 06:29:40 +0000 (08:29 +0200)]
[UPDATE] docker script
Alexandre Delanoë [Mon, 26 Apr 2021 15:46:28 +0000 (17:46 +0200)]
[BIN] run script
Alexandre Delanoë [Mon, 26 Apr 2021 14:11:59 +0000 (16:11 +0200)]
[ADMIN] LTS stack upgrade