]> Git — Sourcephile - gargantext.git/commit
introduce and use a flexible job queue system
authorAlp Mestanogullari <alp@well-typed.com>
Mon, 17 Oct 2022 19:42:20 +0000 (21:42 +0200)
committerAlp Mestanogullari <alp@well-typed.com>
Mon, 17 Oct 2022 21:45:50 +0000 (23:45 +0200)
commit375722ae5246fc05aa159ef051a414f49bab8fa6
tree4287b3e4f513b8bcd32a9aad1720bd2d033131b8
parent71b8eeb23dac778ad3c0c5d613946271c157210a
introduce and use a flexible job queue system
38 files changed:
bin/gargantext-client/Auth.hs [deleted file]
bin/gargantext-client/Core.hs [deleted file]
bin/gargantext-client/Main.hs [deleted file]
bin/gargantext-client/Options.hs [deleted file]
bin/gargantext-client/Script.hs [deleted file]
bin/gargantext-client/Tracking.hs [deleted file]
gargantext.cabal [deleted file]
package.yaml
src/Gargantext/API.hs
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Admin/EnvTypes.hs
src/Gargantext/API/Admin/Settings.hs
src/Gargantext/API/Client.hs [deleted file]
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Node.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/Get.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/API/Server.hs
src/Gargantext/API/ThrowAll.hs
src/Gargantext/Core/Viz/Graph/API.hs
src/Gargantext/Utils/Jobs.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/API.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/Map.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/Monad.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/Queue.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/Settings.hs [new file with mode: 0644]
src/Gargantext/Utils/Jobs/State.hs [new file with mode: 0644]
stack.yaml
tests/queue/Main.hs [new file with mode: 0644]