]> Git — Sourcephile - gargantext.git/history - src/Gargantext/Database
[REFACTO] FLOW DEV
[gargantext.git] / src / Gargantext / Database /
2019-01-14 Nicolas PouillardNaming typo
2019-01-11 Alexandre Delanoë[WIP] BIN import corpus CLI.
2019-01-10 Nicolas Pouillard[FLOW] Use a Data.Set to avoid extra insertions of...
2019-01-10 Nicolas Pouillard[FLOW] mapNodeIdNgrams directly create the inner maps
2019-01-10 Nicolas Pouillard[FLOW] indexing does not need typed ngrams
2019-01-10 Nicolas Pouillard[FLOW] NgramsT is a Functor
2019-01-10 Nicolas Pouillard[FLOW] Inline Flow.indexNgrams
2019-01-10 Nicolas Pouillard[FLOW] inline single use function
2019-01-10 Alexandre Delanoë[Ngrams Table] Front and Back implemented (but need...
2019-01-10 Nicolas Pouillard[NGRAMS-TABLE] WIP add ngramsType param to PUT
2019-01-10 Alexandre Delanoë[NgramsTable] WIP adding NgramsTypeId newtype.
2019-01-09 Alexandre Delanoë[Ngrams] List and Group management, SQL queries fixed.
2019-01-08 Alexandre Delanoë[NewType] FromField fix.
2019-01-08 Alexandre Delanoë[NewType] Merge, NodeNgram* fix.
2019-01-08 Alexandre Delanoë[NewType] NodeId implemented.
2019-01-08 Alexandre Delanoë[NEWTYPE] WIP Error in Servant to fix.
2019-01-07 Alexandre DelanoëMerge remote-tracking branch 'origin/dev-ngrams-table...
2019-01-07 Nicolas Pouillard[NGRAM-TABLE] remove RETURNING
2019-01-07 Nicolas Pouillard[NGRAM-TABLE] updateNodeNgrams returns () now
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] use float8
2019-01-07 Alexandre DelanoëMerge branch 'dev-ngrams-table' of ssh://gitlab.iscpif...
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] use real
2019-01-07 Alexandre DelanoëMerge remote-tracking branch 'origin/dev-ngrams-table...
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] comment out the weights part 2
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] comment out the weights
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] double is called double precision
2019-01-07 Nicolas Pouillard[NGRAMS-TABLE] Attempt at fixing updateNodeNgrams query
2019-01-07 Alexandre DelanoëMerge branch 'dev-ngrams-table' into dev
2019-01-04 Alexandre Delanoë[HANDLING] Errors, catchNodeError removed.
2019-01-04 Alexandre Delanoë[HANDLING] Error, prism for ServantErr.
2019-01-04 Alexandre Delanoë[ERROR] Fix NodeUser error.
2019-01-04 Alexandre Delanoë[ERROR] More errors handled now thanks to ErrorMonad.
2019-01-04 Alexandre Delanoë[ERRORS] Handling: adding some errors in DB.
2019-01-04 Alexandre Delanoë[ERROR] Handling.
2019-01-04 Alexandre Delanoë[Database] Cosmetics.
2019-01-03 Nicolas Pouillard[NGRAMS] Add Versioned to the API and implement tableNg...
2019-01-03 Alexandre Delanoë[Database] NodeNgramsNgrams minor change.
2019-01-03 Alexandre Delanoë[Database] NodeNgramsNgrams cosmetics.
2018-12-19 Alexandre Delanoë[MERGE] master and masterAfterDemo.
2018-12-18 Alexandre Delanoë[Database] Clean code.
2018-12-18 Alexandre Delanoë[Database] Clean tables.
2018-12-18 Nicolas Pouillard[Database] Refactor functions accessing the database
2018-12-14 Alexandre Delanoë[Database][SQL] Schema and insertUsers function.
2018-12-13 Alexandre Delanoë[FIX] SQL query OR.
2018-12-13 Alexandre Delanoë[SearchIn] Corpus API route : corpus/{id}/search
2018-12-13 Alexandre Delanoë[FLOW][Database] ngrams extraction and insertion.
2018-12-13 Alexandre Delanoë[Search][Graph][FacetPair] with limit and offset, union...
2018-12-13 Alexandre Delanoë[Graph Search] union of pairs.
2018-12-13 Alexandre Delanoë[Graph Search] FacetPaired.
2018-12-13 Alexandre Delanoë[Query] Search in Corpus To FacetDoc.
2018-12-13 Alexandre Delanoë[GRAPH][Search] Query -> FacetDoc.
2018-12-12 Alexandre Delanoë[API] Graph with metadata.
2018-12-12 Alexandre Delanoë[Database][Search] semantics ok.
2018-12-12 Alexandre Delanoë[SEARCH] full text queries: Database and Corpus.
2018-12-11 Alexandre Delanoë[Query] clean.
2018-12-11 Alexandre Delanoë[Database][Query] search for doc 2 authors
2018-12-10 Alexandre Delanoë[FIX] insertOn conflict do Nothing.
2018-12-10 Alexandre Delanoë[FIX] deprecated function compilation. ok.
2018-12-10 Alexandre DelanoëMerge remote-tracking branch 'origin/rest-fix'
2018-12-10 Alexandre Delanoë[NodeNgrams] Insertion fix (do nothing on conflict).
2018-12-10 Nicolas PouillardAdd a basic support for limit and offset to getNgramsTa...
2018-12-10 Alexandre Delanoë[NGRAMS][LIST] getOrMk List.
2018-12-09 Alexandre DelanoëMerge branch 'tsvector'
2018-12-08 Alexandre Delanoë[Database] Clean duplicate functions
2018-12-08 Alexandre Delanoë[Database][Schema] Node Table and types without TSVector.
2018-12-08 Alexandre Delanoë[Database][Search] types, tables + missing files.
2018-12-08 Alexandre Delanoë[Database] Utils, reader Monad utils mainly.
2018-12-08 Alexandre Delanoë[Database][Queries] Filter.
2018-12-08 Alexandre Delanoëmissing files.
2018-12-08 Alexandre Delanoë[COMPIL] ok
2018-12-08 Alexandre Delanoë[Database] cleaning unused instances.
2018-12-08 Alexandre Delanoë[Database][Schema] Node
2018-12-08 Alexandre Delanoë[Database][Schema] Node
2018-12-08 Alexandre Delanoë[Database][Schema] User
2018-12-08 Alexandre Delanoë[Database][Schema] NodeNode
2018-12-08 Alexandre Delanoë[Database][Schema] NodeNodeNgram
2018-12-08 Alexandre Delanoë[Database][Schema] NodeNgramsNgrams and NodeNgram.
2018-12-08 Alexandre Delanoë[Database][Schema][Ngrams]
2018-12-08 Alexandre Delanoë[SQL][JOINS] leftJoin4.
2018-12-07 Nicolas PouillardFix instances
2018-12-07 Alexandre Delanoë[TSVector] added for full text queries.
2018-12-06 Alexandre Delanoë[Pairing Route]
2018-12-06 Alexandre Delanoë[UserPage][Database] Authors to docs view.
2018-12-04 Alexandre Delanoë[FLOW] default master CorpusId fix.
2018-12-04 Alexandre Delanoë[Contact] Maybe [] -> []
2018-12-04 Alexandre Delanoë[FLOW] Pairing.
2018-12-04 Alexandre Delanoë[PAIRING] pairing (quite tested but not roughly). Need...
2018-12-03 Alexandre Delanoë[Children][TextQueries]
2018-12-01 Alexandre Delanoë[FIX] masterListId bug, make it simple finally.
2018-11-30 Alexandre Delanoë[Graph] missing files and default graph.
2018-11-30 Alexandre Delanoë[Annuaire] Whole database.
2018-11-29 Alexandre DelanoëMerge branch 'annuaire'
2018-11-29 Alexandre Delanoë[Annuaire][Demo] Types adapted for Demo emergency.
2018-11-29 Alexandre Delanoë[DEMO] adapting Contact Type.
2018-11-29 Alexandre Delanoë[FIX] compilation.
2018-11-29 Alexandre DelanoëMerge branch 'master' of ssh://gitlab.iscpif.fr:20022...
2018-11-29 Alexandre Delanoë[Annuaire] Flow insertion ok, needs to fix API.
2018-11-29 Alexandre Delanoë[Annuaire] types to import users.
2018-11-29 Alexandre Delanoë[Annuaire] flow to insert in DB.
2018-11-28 Alexandre Delanoë[Annuaire] Contact adding uniq id.
next