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
159
Issues
159
List
Board
Labels
Milestones
Merge Requests
8
Merge Requests
8
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
583896a1
Verified
Commit
583896a1
authored
Jan 27, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] preliminary work on implementing temporary file storage
parent
91520878
Pipeline
#7264
passed with stages
in 70 minutes and 30 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
2 deletions
+21
-2
File.hs
src/Gargantext/API/Routes/Named/File.hs
+10
-0
Node.hs
src/Gargantext/API/Routes/Named/Node.hs
+10
-0
Private.hs
src/Gargantext/API/Routes/Named/Private.hs
+1
-2
No files found.
src/Gargantext/API/Routes/Named/File.hs
View file @
583896a1
{-|
Module : Gargantext.API.Node.Types
Description :
Copyright : (c) CNRS, 2017
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.File
(
module
Gargantext.API.Routes.Named.File
(
...
...
src/Gargantext/API/Routes/Named/Node.hs
View file @
583896a1
{-|
Module : Gargantext.API.Routes.Named.Node
Description :
Copyright : (c) CNRS, 2017
License : AGPL + CECILL v3
Maintainer : team@gargantext.org
Stability : experimental
Portability : POSIX
-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.Node
(
module
Gargantext.API.Routes.Named.Node
(
...
...
src/Gargantext/API/Routes/Named/Private.hs
View file @
583896a1
...
@@ -8,9 +8,8 @@ Stability : experimental
...
@@ -8,9 +8,8 @@ Stability : experimental
Portability : POSIX
Portability : POSIX
-}
-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
module
Gargantext.API.Routes.Named.Private
(
module
Gargantext.API.Routes.Named.Private
(
-- * Routes types
-- * Routes 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