]> Git — Sourcephile - gargantext.git/commit
Remove need for liftBase when using the jobs api
authorAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 27 Mar 2023 09:24:35 +0000 (11:24 +0200)
committerAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 27 Mar 2023 09:24:35 +0000 (11:24 +0200)
commit2faf39cc983accadf7e9e715eeef86f413be59bb
tree7f6b3661b29485df70b9d6656314a3603524531a
parent80dda00e85824d0f84f06cdac55bd7f216c91190
Remove need for liftBase when using the jobs api
17 files changed:
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Node/Contact.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/Routes.hs
src/Gargantext/Core/Viz/Graph/API.hs
src/Gargantext/Utils/Jobs.hs
src/Gargantext/Utils/Jobs/Internal.hs
src/Gargantext/Utils/Jobs/Map.hs
src/Gargantext/Utils/Jobs/Monad.hs
tests/queue/Main.hs