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
e7d0f279
Commit
e7d0f279
authored
Dec 08, 2018
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Database][Schema] User
parent
44d082ef
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Ngrams.hs
src/Gargantext/API/Ngrams.hs
+1
-1
Flow.hs
src/Gargantext/Database/Flow.hs
+1
-1
Root.hs
src/Gargantext/Database/Root.hs
+1
-1
User.hs
src/Gargantext/Database/Schema/User.hs
+1
-1
No files found.
src/Gargantext/API/Ngrams.hs
View file @
e7d0f279
...
...
@@ -34,7 +34,7 @@ module Gargantext.API.Ngrams
where
import
Prelude
(
round
)
-- import Gargantext.Database.User (UserId)
-- import Gargantext.Database.
Schema.
User (UserId)
import
Data.Patch.Class
(
Replace
,
replace
)
--import qualified Data.Map.Strict.Patch as PM
import
Data.Monoid
...
...
src/Gargantext/Database/Flow.hs
View file @
e7d0f279
...
...
@@ -37,7 +37,7 @@ import Gargantext.Database.Schema.NodeNgram (NodeNgramPoly(..), insertNodeNgrams
import
Gargantext.Database.Schema.NodeNgramsNgrams
(
NodeNgramsNgramsPoly
(
..
),
insertNodeNgramsNgramsNew
)
import
Gargantext.Database.Types.Node
(
HyperdataDocument
(
..
))
--import Gargantext.Database.Node.Contact (HyperdataContact(..))
import
Gargantext.Database.User
(
getUser
,
UserLight
(
..
))
import
Gargantext.Database.
Schema.
User
(
getUser
,
UserLight
(
..
))
import
Gargantext.Core.Types.Individu
(
Username
)
import
Gargantext.Ext.IMT
(
toSchoolName
)
import
Gargantext.Ext.IMTUser
(
deserialiseImtUsersFromFile
)
...
...
src/Gargantext/Database/Root.hs
View file @
e7d0f279
...
...
@@ -33,7 +33,7 @@ import Gargantext.Prelude
import
Gargantext.Database.Types.Node
(
Node
,
NodePoly
(
..
),
NodeType
(
NodeUser
),
HyperdataUser
)
import
Gargantext.Database.Queries
(
NodeRead
)
import
Gargantext.Database.Node
(
queryNodeTable
)
import
Gargantext.Database.User
(
queryUserTable
,
UserPoly
(
..
))
import
Gargantext.Database.
Schema.
User
(
queryUserTable
,
UserPoly
(
..
))
import
Gargantext.Database.Config
(
nodeTypeId
)
import
Gargantext.Core.Types.Individu
(
Username
)
import
Gargantext.Database.Node
(
Cmd
(
..
),
mkCmd
)
...
...
src/Gargantext/Database/User.hs
→
src/Gargantext/Database/
Schema/
User.hs
View file @
e7d0f279
...
...
@@ -20,7 +20,7 @@ Functions to deal with users, database side.
{-# LANGUAGE Arrows #-}
{-# LANGUAGE NoImplicitPrelude #-}
module
Gargantext.Database.User
where
module
Gargantext.Database.
Schema.
User
where
import
Control.Arrow
(
returnA
)
import
Control.Lens.TH
(
makeLensesWith
,
abbreviatedFields
)
...
...
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