Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Przemyslaw Kaminski
haskell-gargantext
Commits
44d082ef
Commit
44d082ef
authored
Dec 08, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Database][Schema] NodeNode
parent
58a2bb4c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
Node.hs
src/Gargantext/API/Node.hs
+1
-1
Facet.hs
src/Gargantext/Database/Facet.hs
+1
-1
Children.hs
src/Gargantext/Database/Node/Children.hs
+1
-1
NodeNode.hs
src/Gargantext/Database/Schema/NodeNode.hs
+2
-2
TextSearch.hs
src/Gargantext/Database/TextSearch.hs
+1
-1
No files found.
src/Gargantext/API/Node.hs
View file @
44d082ef
...
@@ -59,7 +59,7 @@ import Gargantext.Database.Node.Children (getChildren)
...
@@ -59,7 +59,7 @@ import Gargantext.Database.Node.Children (getChildren)
import
qualified
Gargantext.Database.Node.Update
as
U
(
update
,
Update
(
..
))
import
qualified
Gargantext.Database.Node.Update
as
U
(
update
,
Update
(
..
))
import
Gargantext.Database.Facet
(
FacetDoc
,
runViewDocuments'
,
OrderBy
(
..
),
FacetChart
,
runViewAuthorsDoc
)
import
Gargantext.Database.Facet
(
FacetDoc
,
runViewDocuments'
,
OrderBy
(
..
),
FacetChart
,
runViewAuthorsDoc
)
import
Gargantext.Database.Tree
(
treeDB
,
HasTreeError
(
..
),
TreeError
(
..
))
import
Gargantext.Database.Tree
(
treeDB
,
HasTreeError
(
..
),
TreeError
(
..
))
import
Gargantext.Database.NodeNode
(
nodesToFavorite
,
nodesToTrash
)
import
Gargantext.Database.
Schema.
NodeNode
(
nodesToFavorite
,
nodesToTrash
)
-- Graph
-- Graph
--import Gargantext.Text.Flow
--import Gargantext.Text.Flow
import
Gargantext.Viz.Graph
(
Graph
,
readGraphFromJson
,
defaultGraph
)
import
Gargantext.Viz.Graph
(
Graph
,
readGraphFromJson
,
defaultGraph
)
...
...
src/Gargantext/Database/Facet.hs
View file @
44d082ef
...
@@ -47,7 +47,7 @@ import Gargantext.Database.Config (nodeTypeId)
...
@@ -47,7 +47,7 @@ import Gargantext.Database.Config (nodeTypeId)
import
Gargantext.Database.Schema.Ngrams
import
Gargantext.Database.Schema.Ngrams
import
Gargantext.Database.Node
import
Gargantext.Database.Node
import
Gargantext.Database.Schema.NodeNgram
import
Gargantext.Database.Schema.NodeNgram
import
Gargantext.Database.NodeNode
import
Gargantext.Database.
Schema.
NodeNode
import
Gargantext.Database.Queries
import
Gargantext.Database.Queries
import
Opaleye
import
Opaleye
import
Opaleye.Internal.Join
(
NullMaker
(
..
))
import
Opaleye.Internal.Join
(
NullMaker
(
..
))
...
...
src/Gargantext/Database/Node/Children.hs
View file @
44d082ef
...
@@ -21,7 +21,7 @@ import Database.PostgreSQL.Simple (Connection)
...
@@ -21,7 +21,7 @@ import Database.PostgreSQL.Simple (Connection)
import
Opaleye
import
Opaleye
import
Gargantext.Core.Types
import
Gargantext.Core.Types
import
Gargantext.Database.Node
import
Gargantext.Database.Node
import
Gargantext.Database.NodeNode
import
Gargantext.Database.
Schema.
NodeNode
import
Gargantext.Database.Config
(
nodeTypeId
)
import
Gargantext.Database.Config
(
nodeTypeId
)
import
Gargantext.Database.Queries
import
Gargantext.Database.Queries
import
Gargantext.Database.Node.Contact
(
HyperdataContact
)
import
Gargantext.Database.Node.Contact
(
HyperdataContact
)
...
...
src/Gargantext/Database/NodeNode.hs
→
src/Gargantext/Database/
Schema/
NodeNode.hs
View file @
44d082ef
{-|
{-|
Module : Gargantext.Database.NodeNode
Module : Gargantext.Database.
Schema.
NodeNode
Description :
Description :
Copyright : (c) CNRS, 2017-Present
Copyright : (c) CNRS, 2017-Present
License : AGPL + CECILL v3
License : AGPL + CECILL v3
...
@@ -22,7 +22,7 @@ commentary with @some markup@.
...
@@ -22,7 +22,7 @@ commentary with @some markup@.
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TemplateHaskell #-}
module
Gargantext.Database.NodeNode
where
module
Gargantext.Database.
Schema.
NodeNode
where
import
qualified
Database.PostgreSQL.Simple
as
PGS
(
Connection
,
Query
,
query
,
Only
(
..
))
import
qualified
Database.PostgreSQL.Simple
as
PGS
(
Connection
,
Query
,
query
,
Only
(
..
))
import
Database.PostgreSQL.Simple.Types
(
Values
(
..
),
QualifiedIdentifier
(
..
))
import
Database.PostgreSQL.Simple.Types
(
Values
(
..
),
QualifiedIdentifier
(
..
))
...
...
src/Gargantext/Database/TextSearch.hs
View file @
44d082ef
...
@@ -29,7 +29,7 @@ import Gargantext.Prelude
...
@@ -29,7 +29,7 @@ import Gargantext.Prelude
import
Gargantext.Database.Facet
import
Gargantext.Database.Facet
import
Gargantext.Database.Node
import
Gargantext.Database.Node
import
Gargantext.Database.Schema.Ngrams
import
Gargantext.Database.Schema.Ngrams
import
Gargantext.Database.NodeNode
import
Gargantext.Database.
Schema.
NodeNode
import
Gargantext.Database.Schema.NodeNgram
import
Gargantext.Database.Schema.NodeNgram
import
Gargantext.Database.Queries
import
Gargantext.Database.Queries
import
Gargantext.Core.Types
import
Gargantext.Core.Types
...
...
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