]> Git — Sourcephile - gargantext.git/commit
Cleaner Jobs API
authorAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 27 Mar 2023 15:03:34 +0000 (17:03 +0200)
committerAlfredo Di Napoli <alfredo@well-typed.com>
Thu, 6 Apr 2023 08:45:06 +0000 (10:45 +0200)
commit97e042973dae1badc1ff9c9a715fc4f823661d6e
tree8e7d1157a8b5b8aab572762d42f5d9b3d72042de
parentcf360b1bb01eec9e8c396ec2d362b8eb3c69c4d5
Cleaner Jobs API

This big commit improves the jobs API in a way that now we can
completely abstract away over a JobLog.
29 files changed:
bin/gargantext-import/Main.hs
gargantext.cabal
package.yaml
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Admin/EnvTypes.hs
src/Gargantext/API/Admin/Orchestrator/Types.hs
src/Gargantext/API/Admin/Settings.hs
src/Gargantext/API/Dev.hs
src/Gargantext/API/Job.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Node/Contact.hs
src/Gargantext/API/Node/Corpus/Annuaire.hs
src/Gargantext/API/Node/Corpus/New.hs
src/Gargantext/API/Node/Corpus/Searx.hs
src/Gargantext/API/Node/DocumentUpload.hs
src/Gargantext/API/Node/DocumentsFromWriteNodes.hs
src/Gargantext/API/Node/File.hs
src/Gargantext/API/Node/FrameCalcUpload.hs
src/Gargantext/API/Node/New.hs
src/Gargantext/API/Node/Update.hs
src/Gargantext/API/Prelude.hs
src/Gargantext/API/Routes.hs
src/Gargantext/Core/Viz/Graph/API.hs
src/Gargantext/Database/Action/Flow.hs
src/Gargantext/Utils/Jobs.hs
src/Gargantext/Utils/Jobs/Internal.hs
src/Gargantext/Utils/Jobs/Monad.hs
tests/queue/Main.hs