Commit bc39f7dc authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 151-dev-pubmed-api-key

parents dc52c519 924aeb1c
Pipeline #3427 canceled with stage
ALTER TABLE context_node_ngrams
DROP COLUMN doc_count ;
{-|
Module : Gargantext.API.Ngrams.List.Types
Description : Ngrams List Types
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
module Gargantext.API.Ngrams.List.Types where module Gargantext.API.Ngrams.List.Types where
--{-# LANGUAGE TemplateHaskell #-} --{-# LANGUAGE TemplateHaskell #-}
......
-- | {-|
Module : Gargantext.API.Ngrams.Types
Description : Ngrams List Types
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
{-# LANGUAGE ConstraintKinds #-} {-# LANGUAGE ConstraintKinds #-}
{-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE ScopedTypeVariables #-}
......
{-|
Module : Gargantext.API..Types
Description : Ngrams List Types
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
{-# OPTIONS_GHC -fprint-potential-instances #-} {-# OPTIONS_GHC -fprint-potential-instances #-}
module Gargantext.API.Types where module Gargantext.API.Types where
......
{- NOTE This is legacy code. It keeps node stories in a directory {-|
Module : Gargantext.API.Ngrams.Types
Description : Ngrams List Types
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
NOTE This is legacy code. It keeps node stories in a directory
repo. We now have migrated to the DB. However this code is needed to repo. We now have migrated to the DB. However this code is needed to
make the migration (see Gargantext.API.Ngrams.Tools) -} make the migration (see Gargantext.API.Ngrams.Tools)
-}
module Gargantext.Core.NodeStoryFile where module Gargantext.Core.NodeStoryFile where
......
...@@ -32,6 +32,7 @@ module Gargantext.Database.Action.Flow -- (flowDatabase, ngrams2list) ...@@ -32,6 +32,7 @@ module Gargantext.Database.Action.Flow -- (flowDatabase, ngrams2list)
, flowCorpusFile , flowCorpusFile
, flowCorpus , flowCorpus
, flowCorpusUser
, flowAnnuaire , flowAnnuaire
, insertMasterDocs , insertMasterDocs
, saveDocNgramsWith , saveDocNgramsWith
...@@ -300,7 +301,7 @@ flowCorpusUser :: ( FlowCmdM env err m ...@@ -300,7 +301,7 @@ flowCorpusUser :: ( FlowCmdM env err m
-> User -> User
-> Either CorpusName [CorpusId] -> Either CorpusName [CorpusId]
-> Maybe c -> Maybe c
-> [NodeId] -> [ContextId]
-> Maybe FlowSocialListWith -> Maybe FlowSocialListWith
-> m CorpusId -> m CorpusId
flowCorpusUser l user corpusName ctype ids mfslw = do flowCorpusUser l user corpusName ctype ids mfslw = do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment