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
--{-# 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 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 #-}
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
make the migration (see Gargantext.API.Ngrams.Tools) -}
make the migration (see Gargantext.API.Ngrams.Tools)
-}
module Gargantext.Core.NodeStoryFile where
......
......@@ -32,6 +32,7 @@ module Gargantext.Database.Action.Flow -- (flowDatabase, ngrams2list)
, flowCorpusFile
, flowCorpus
, flowCorpusUser
, flowAnnuaire
, insertMasterDocs
, saveDocNgramsWith
......@@ -300,7 +301,7 @@ flowCorpusUser :: ( FlowCmdM env err m
-> User
-> Either CorpusName [CorpusId]
-> Maybe c
-> [NodeId]
-> [ContextId]
-> Maybe FlowSocialListWith
-> m CorpusId
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