Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
160
Issues
160
List
Board
Labels
Milestones
Merge Requests
14
Merge Requests
14
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
924aeb1c
Commit
924aeb1c
authored
Nov 28, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] undo sql upgrade file
parent
93e711b1
Pipeline
#3423
passed with stage
in 92 minutes and 20 seconds
Changes
6
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
49 additions
and
4 deletions
+49
-4
0.0.6.7.3_undo.sql
devops/postgres/upgrade/0.0.6.7.3_undo.sql
+2
-0
Types.hs
src/Gargantext/API/Ngrams/List/Types.hs
+12
-0
Types.hs
src/Gargantext/API/Ngrams/Types.hs
+9
-1
Types.hs
src/Gargantext/API/Types.hs
+11
-0
NodeStoryFile.hs
src/Gargantext/Core/NodeStoryFile.hs
+13
-2
Flow.hs
src/Gargantext/Database/Action/Flow.hs
+2
-1
No files found.
devops/postgres/upgrade/0.0.6.7.3_undo.sql
0 → 100644
View file @
924aeb1c
ALTER
TABLE
context_node_ngrams
DROP
COLUMN
doc_count
;
src/Gargantext/API/Ngrams/List/Types.hs
View file @
924aeb1c
{-|
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 #-}
...
...
src/Gargantext/API/Ngrams/Types.hs
View file @
924aeb1c
-- |
{-|
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 #-}
...
...
src/Gargantext/API/Types.hs
View file @
924aeb1c
{-|
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
...
...
src/Gargantext/Core/NodeStoryFile.hs
View file @
924aeb1c
{- 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
...
...
src/Gargantext/Database/Action/Flow.hs
View file @
924aeb1c
...
...
@@ -32,6 +32,7 @@ module Gargantext.Database.Action.Flow -- (flowDatabase, ngrams2list)
,
flowCorpusFile
,
flowCorpus
,
flowCorpusUser
,
flowAnnuaire
,
insertMasterDocs
,
saveDocNgramsWith
...
...
@@ -295,7 +296,7 @@ flowCorpusUser :: ( FlowCmdM env err m
->
User
->
Either
CorpusName
[
CorpusId
]
->
Maybe
c
->
[
Node
Id
]
->
[
Context
Id
]
->
Maybe
FlowSocialListWith
->
m
CorpusId
flowCorpusUser
l
user
corpusName
ctype
ids
mfslw
=
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment