]>
Git — Sourcephile - gargantext.git/log
Przemek Kaminski [Thu, 7 Oct 2021 04:58:39 +0000 (06:58 +0200)]
[graphql] initial, dummy user endpoint
Przemek Kaminski [Tue, 5 Oct 2021 08:50:34 +0000 (10:50 +0200)]
[upload] implement simple endpoint for zip file upload
Przemek Kaminski [Tue, 5 Oct 2021 05:41:12 +0000 (07:41 +0200)]
[search] parse dates correctly
Przemek Kaminski [Mon, 4 Oct 2021 05:34:53 +0000 (07:34 +0200)]
[frame write] date paser work, update lts to 18.12
This doesn't compile yet.
Przemek Kaminski [Mon, 4 Oct 2021 04:27:37 +0000 (06:27 +0200)]
Merge branch 'dev-ilike-search-fix' into dev-corpora-from-write-nodes
Przemek Kaminski [Mon, 4 Oct 2021 04:27:17 +0000 (06:27 +0200)]
Merge branch 'dev' into dev-corpora-from-write-nodes
Przemek Kaminski [Mon, 4 Oct 2021 04:13:57 +0000 (06:13 +0200)]
[write nodes] use closest corpus as parent
Przemek Kaminski [Mon, 4 Oct 2021 04:13:24 +0000 (06:13 +0200)]
[search] remove search_title in favor of the (previous) search column
Alexandre Delanoë [Fri, 1 Oct 2021 13:10:50 +0000 (15:10 +0200)]
[VERSION] +1 to 0.0.4.2
Alexandre Delanoë [Fri, 1 Oct 2021 12:43:23 +0000 (14:43 +0200)]
[FIX] haskell-opaleye update
Przemek Kaminski [Thu, 30 Sep 2021 15:57:53 +0000 (17:57 +0200)]
Merge branch 'dev' into dev-corpora-from-write-nodes
Przemek Kaminski [Thu, 30 Sep 2021 15:56:26 +0000 (17:56 +0200)]
[frame write] add missing module: DocumentsFromWriteNodes
Alexandre Delanoë [Thu, 30 Sep 2021 07:13:30 +0000 (09:13 +0200)]
[DOC] changelog
Alexandre Delanoë [Thu, 30 Sep 2021 07:12:45 +0000 (09:12 +0200)]
[VERSION] +1 to 0.0.4.1
Alexandre Delanoë [Thu, 30 Sep 2021 07:11:20 +0000 (09:11 +0200)]
[VIZ] code viz of the project
Alexandre Delanoë [Thu, 30 Sep 2021 07:10:54 +0000 (09:10 +0200)]
[Merge] and fix conflicts
Alexandre Delanoë [Thu, 30 Sep 2021 06:45:51 +0000 (08:45 +0200)]
Merge branch 'dev-ilike-search-fix' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-merge
Alexandre Delanoë [Thu, 30 Sep 2021 06:42:57 +0000 (08:42 +0200)]
[DOC] Changelog
Alexandre Delanoë [Thu, 30 Sep 2021 06:41:25 +0000 (08:41 +0200)]
[VERSION] +1 to 0.0.4
Alexandre Delanoë [Thu, 30 Sep 2021 06:36:22 +0000 (08:36 +0200)]
Merge branch 'dev-merge' into dev
Alexandre Delanoë [Thu, 30 Sep 2021 06:36:09 +0000 (08:36 +0200)]
[UPGRADE] execute devops/postgres/upgrade/0.0.4.sql to your database to upgrade
Przemek Kaminski [Thu, 30 Sep 2021 05:19:36 +0000 (07:19 +0200)]
[frame write] implement flowDataText to insert docs into corpus
Alexandre Delanoë [Wed, 29 Sep 2021 12:06:19 +0000 (14:06 +0200)]
[DEP] haskell-opaleye dep upgrade
Przemek Kaminski [Tue, 28 Sep 2021 16:53:21 +0000 (18:53 +0200)]
[write nodes] preliminary work for Write node adding to corpus
This is only the endpoint, it does nothing yet.
Przemek Kaminski [Tue, 28 Sep 2021 15:00:30 +0000 (17:00 +0200)]
[schema.sql] fix with IF NOT EXISTS
Alexandre Delanoë [Tue, 28 Sep 2021 14:56:14 +0000 (16:56 +0200)]
Merge branch 'dev-ilike-search-fix' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-merge
Przemek Kaminski [Tue, 28 Sep 2021 14:46:53 +0000 (16:46 +0200)]
[search_title] tsvector query fix for v11
Also, pin postgres to v11 so that we're compatible with Debian
upstream.
Przemek Kaminski [Tue, 28 Sep 2021 12:39:48 +0000 (14:39 +0200)]
Merge branch 'dev' into dev-corpora-from-write-nodes
Alexandre Delanoë [Tue, 28 Sep 2021 09:03:56 +0000 (11:03 +0200)]
[DOC] ChangeLog
Alexandre Delanoë [Tue, 28 Sep 2021 09:02:56 +0000 (11:02 +0200)]
[VERSION] +1 to 0.0.3.9.1
Alexandre Delanoë [Tue, 28 Sep 2021 07:22:08 +0000 (09:22 +0200)]
Merge branch 'dev-ilike-search-fix' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-merge1
Przemek Kaminski [Tue, 28 Sep 2021 02:57:11 +0000 (04:57 +0200)]
Merge branch 'dev' into 79-dev-rewrite-better-record-syntax
Przemek Kaminski [Tue, 28 Sep 2021 02:53:19 +0000 (04:53 +0200)]
Merge branch 'dev' into dev-fix-node-update-endpoint
Przemek Kaminski [Mon, 27 Sep 2021 15:48:31 +0000 (17:48 +0200)]
[postgres] remove node_pos index which is not immutable
This caused subtle bugs when ALTER TABLE with search_title was
called. It is a wrong practice to define an index immutable when in
fact it's not. The count(id) part makes it mutable in fact.
Przemek Kaminski [Mon, 27 Sep 2021 12:33:20 +0000 (14:33 +0200)]
[search] successful search_title tsquery search
Przemek Kaminski [Sat, 25 Sep 2021 13:50:59 +0000 (15:50 +0200)]
Merge branch 'dev' into dev-ilike-search-fix
Alexandre Delanoë [Fri, 24 Sep 2021 14:42:29 +0000 (16:42 +0200)]
[VERSION] +1 to 0.0.3.9
Alexandre Delanoë [Wed, 22 Sep 2021 08:45:54 +0000 (10:45 +0200)]
[VERSION] +1 to 0.0.3.8.1
Alexandre Delanoë [Wed, 22 Sep 2021 08:45:26 +0000 (10:45 +0200)]
[FIX] gource viz
Alexandre Delanoë [Wed, 22 Sep 2021 08:44:50 +0000 (10:44 +0200)]
Revert "[search] implement ts_query search"
This reverts commit
29ee19725ac50a79b9d657e771c829314e0845d0 .
It introduces a bug, it should not be merged.
Alexandre Delanoë [Tue, 21 Sep 2021 08:15:35 +0000 (10:15 +0200)]
[VERSION] +1 to 0.0.3.8
Alexandre Delanoë [Tue, 21 Sep 2021 08:15:26 +0000 (10:15 +0200)]
[ADM] install scripts
Przemek Kaminski [Sat, 18 Sep 2021 15:08:57 +0000 (17:08 +0200)]
[postgres] attempt to fix the tsvector issue
However, the code doesn't work currently.
Przemek Kaminski [Fri, 17 Sep 2021 06:01:43 +0000 (08:01 +0200)]
[framewrite] parser is working now, much better
Order of authors, date, source doesn't matter and we can interleave contents.
Przemek Kaminski [Fri, 17 Sep 2021 05:24:04 +0000 (07:24 +0200)]
Merge branch '79-dev-rewrite-better-record-syntax' into dev-corpora-from-write-nodes
Przemek Kaminski [Fri, 17 Sep 2021 05:23:34 +0000 (07:23 +0200)]
[framewrite] better line parsing
Przemek Kaminski [Thu, 16 Sep 2021 06:22:49 +0000 (08:22 +0200)]
[pasers] framewrite parser for fetching documents from framewrite node
Przemek Kaminski [Wed, 15 Sep 2021 10:34:00 +0000 (12:34 +0200)]
[search] implement ts_query search
This has couple of drawbacks:
- we use postgres-simple and a raw sql query, opaleye would be better
I guess
- there is a hack for empty query, this should be replaced by
removing the WHERE clause in this case
Przemek Kaminski [Tue, 14 Sep 2021 14:07:30 +0000 (16:07 +0200)]
[refactoring] more record syntax rewriting
Przemek Kaminski [Tue, 14 Sep 2021 13:25:54 +0000 (15:25 +0200)]
[Graph API] fix corpus parent id for graph
Przemek Kaminski [Tue, 14 Sep 2021 13:12:01 +0000 (15:12 +0200)]
Merge branch 'dev' into 79-dev-rewrite-better-record-syntax
Alexandre Delanoë [Tue, 14 Sep 2021 08:59:35 +0000 (10:59 +0200)]
[VERSION] +1 to 0.0.3.7
Alexandre Delanoë [Tue, 14 Sep 2021 07:46:55 +0000 (09:46 +0200)]
[VERSION] +1 to 0.0.3.6
Alexandre Delanoë [Tue, 14 Sep 2021 07:45:58 +0000 (09:45 +0200)]
[FIX] Graph Screenshot loader
Przemek Kaminski [Tue, 14 Sep 2021 06:24:44 +0000 (08:24 +0200)]
[refactor] some more record syntax refactorign
Przemek Kaminski [Tue, 14 Sep 2021 06:04:45 +0000 (08:04 +0200)]
Merge branch 'dev' into 79-dev-rewrite-better-record-syntax
Alexandre Delanoë [Mon, 13 Sep 2021 16:02:05 +0000 (18:02 +0200)]
[VERSION] +1 to 0.0.3.5
Przemek Kaminski [Mon, 13 Sep 2021 13:56:34 +0000 (15:56 +0200)]
[refactoring] more record syntax refactoring
Alexandre Delanoë [Mon, 13 Sep 2021 13:54:59 +0000 (15:54 +0200)]
[VERSION] +1 to 0.0.3.4
Alp Mestanogullari [Mon, 13 Sep 2021 09:13:44 +0000 (11:13 +0200)]
Remove superfluous gfortran extra-libraries stanza
Przemek Kaminski [Mon, 13 Sep 2021 07:21:30 +0000 (09:21 +0200)]
[refactoring] more record syntax refactoring
Przemek Kaminski [Mon, 13 Sep 2021 05:17:35 +0000 (07:17 +0200)]
[refactoring] rewrite for better record syntax
Przemek Kaminski [Fri, 10 Sep 2021 12:42:25 +0000 (14:42 +0200)]
[API] some fixes to sum types JSON serialization
Przemek Kaminski [Fri, 10 Sep 2021 11:45:01 +0000 (13:45 +0200)]
[Update] fix sumEncoding for UpdateNodeParams
Alexandre Delanoë [Fri, 10 Sep 2021 08:05:48 +0000 (10:05 +0200)]
[VERSION] +1 to 0.0.3.3
Przemek Kaminski [Thu, 9 Sep 2021 14:23:51 +0000 (16:23 +0200)]
[social] add selected lists support for new corpus
Przemek Kaminski [Thu, 9 Sep 2021 05:58:29 +0000 (07:58 +0200)]
Merge branch 'dev' into 78-dev-list-ids
Alexandre Delanoë [Wed, 8 Sep 2021 12:06:35 +0000 (14:06 +0200)]
[VERSION] +1 to 0.0.3.2
Przemek Kaminski [Wed, 8 Sep 2021 10:01:33 +0000 (12:01 +0200)]
[share] fix JSON deserialization of ShareNodeParams
Przemek Kaminski [Wed, 8 Sep 2021 09:20:23 +0000 (11:20 +0200)]
[list selection] some initial work (doesn't compile)
Alexandre Delanoë [Fri, 3 Sep 2021 07:20:49 +0000 (09:20 +0200)]
[VERSION] +1 to 0.0.3.1
Przemek Kaminski [Fri, 3 Sep 2021 06:40:56 +0000 (08:40 +0200)]
[search] RecordWildCards to make pattern matching simpler
Przemek Kaminski [Thu, 2 Sep 2021 17:22:09 +0000 (19:22 +0200)]
[search] fix HyperdataDocument pattern matching
Przemek Kaminski [Thu, 2 Sep 2021 07:23:39 +0000 (09:23 +0200)]
[search] fix json serialization of search objects
This is to match the { tag | value } on the frontend.
Przemek Kaminski [Wed, 1 Sep 2021 13:03:13 +0000 (15:03 +0200)]
[search] remove SearchResultErr/SearchQueryErr
Alexandre Delanoë [Wed, 1 Sep 2021 09:59:17 +0000 (11:59 +0200)]
[VERSION] +1 to 0.0.3
Alexandre Delanoë [Wed, 1 Sep 2021 09:58:47 +0000 (11:58 +0200)]
Merge branch 'dev-optim' into dev
Alexandre Delanoë [Wed, 1 Sep 2021 09:58:39 +0000 (11:58 +0200)]
[FEAT] enabling FlowSocialList With preferences
Alexandre Delanoë [Tue, 31 Aug 2021 14:32:35 +0000 (16:32 +0200)]
[NAMING] Repo -> NodeStory
Alexandre Delanoë [Tue, 31 Aug 2021 13:33:03 +0000 (15:33 +0200)]
[FIX] list heritage (into NodeStory)
Alexandre Delanoë [Fri, 27 Aug 2021 13:38:08 +0000 (15:38 +0200)]
[OPTIM] Flow List / Metrics TFICF with sample
Alexandre Delanoë [Thu, 26 Aug 2021 15:00:50 +0000 (17:00 +0200)]
[FIX] merge
Alexandre Delanoë [Thu, 26 Aug 2021 14:21:17 +0000 (16:21 +0200)]
[BIN] upgrade script
Alexandre Delanoë [Thu, 26 Aug 2021 09:49:26 +0000 (11:49 +0200)]
[FIX] bug MVar fixed
Alexandre Delanoë [Wed, 25 Aug 2021 13:40:18 +0000 (15:40 +0200)]
[DEBUG] some debug messages
Alexandre Delanoë [Wed, 25 Aug 2021 09:05:35 +0000 (11:05 +0200)]
[FIX] repo migration fixed (WIP)
Alexandre Delanoë [Tue, 24 Aug 2021 08:55:14 +0000 (10:55 +0200)]
[FIX] merge
Przemek Kaminski [Tue, 24 Aug 2021 07:59:16 +0000 (09:59 +0200)]
[CsvDoc] implement Maybe for year/month/date
Alexandre Delanoë [Mon, 23 Aug 2021 15:26:36 +0000 (17:26 +0200)]
Merge branch '70-dev-searx-parser' of ssh://gitlab.iscpif.fr:20022/gargantext/haskell-gargantext into dev-merge
Alexandre Delanoë [Mon, 23 Aug 2021 15:25:43 +0000 (17:25 +0200)]
merge
Przemek Kaminski [Thu, 5 Aug 2021 09:22:09 +0000 (11:22 +0200)]
[searx] add support for language from GET query
Przemek Kaminski [Thu, 5 Aug 2021 07:27:11 +0000 (09:27 +0200)]
[csv] more work on making the parser accept looser input
Przemek Kaminski [Thu, 5 Aug 2021 04:47:57 +0000 (06:47 +0200)]
[upload] fix csv upload job response
Now the job doesn't return 'succeeded' fields when it actually fails.
Przemek Kaminski [Mon, 2 Aug 2021 10:27:22 +0000 (12:27 +0200)]
[frameUpload] implement CSV v3 upload for corpus
Alexandre Delanoë [Fri, 30 Jul 2021 12:13:36 +0000 (14:13 +0200)]
[FIX] merge
Alexandre Delanoë [Fri, 30 Jul 2021 07:27:38 +0000 (09:27 +0200)]
[CLEAN] fix imports / explicit instances / warnings
Przemek Kaminski [Fri, 30 Jul 2021 05:45:25 +0000 (07:45 +0200)]
[frameCalc upload] add missing FrameCalcUpload.hs file
Przemek Kaminski [Fri, 30 Jul 2021 05:44:50 +0000 (07:44 +0200)]
Merge branch '74-dev-ethercalc-csv-import' into 74-dev-frame-calc-csv-import
Przemek Kaminski [Fri, 30 Jul 2021 05:43:29 +0000 (07:43 +0200)]
[frameCalc upload] fetches node now with its ethercalc url
Alexandre Delanoë [Thu, 29 Jul 2021 15:31:52 +0000 (17:31 +0200)]
[NodeStory] NodeStory Integration, compilation with warning ok (WIP)