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
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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
f642bed1
Commit
f642bed1
authored
Nov 18, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 86-dev-graphql
parents
1ba814c7
6ff147ad
Pipeline
#2107
failed with stage
in 10 minutes and 28 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
removeUnusedDocuments.sql
devops/postgres/tools/removeUnusedDocuments.sql
+1
-0
gargantext.ini_toModify
gargantext.ini_toModify
+3
-2
package.yaml
package.yaml
+1
-1
stack.yaml
stack.yaml
+1
-1
No files found.
devops/postgres/tools/removeUnusedDocuments.sql
View file @
f642bed1
...
@@ -10,5 +10,6 @@ USING repeated r
...
@@ -10,5 +10,6 @@ USING repeated r
WHERE
WHERE
n
.
id
=
r
.
id
n
.
id
=
r
.
id
AND
r
.
c
<=
1
AND
r
.
c
<=
1
AND
n
.
typename
=
4
;
;
gargantext.ini_toModify
View file @
f642bed1
...
@@ -72,6 +72,7 @@ LOG_FORMATTER = verbose
...
@@ -72,6 +72,7 @@ LOG_FORMATTER = verbose
MAIL_PORT = 25
MAIL_PORT = 25
MAIL_HOST = localhost
MAIL_HOST = localhost
MAIL_USER = gargantext
MAIL_USER = gargantext
MAIL_PASSWORD =
MAIL_PASSWORD =
# Normal | SSL | TLS | STARTTLS
MAIL_FROM =
# NoAuth | Normal | SSL | TLS | STARTTLS
MAIL_LOGIN_TYPE = Normal
MAIL_LOGIN_TYPE = Normal
package.yaml
View file @
f642bed1
name
:
gargantext
name
:
gargantext
version
:
'
0.0.4.7.
2
'
version
:
'
0.0.4.7.
3
'
synopsis
:
Search, map, share
synopsis
:
Search, map, share
description
:
Please see README.md
description
:
Please see README.md
category
:
Data
category
:
Data
...
...
stack.yaml
View file @
f642bed1
...
@@ -28,7 +28,7 @@ allow-newer: true
...
@@ -28,7 +28,7 @@ allow-newer: true
extra-deps
:
extra-deps
:
-
git
:
https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude.git
-
git
:
https://gitlab.iscpif.fr/gargantext/haskell-gargantext-prelude.git
commit
:
6bfdb29e9a576472c7fd7ebe648ad101e5b3927f
commit
:
220f32810f988a5a121f110a7d557fc7d0721712
# Data Mining Libs
# Data Mining Libs
-
git
:
https://github.com/delanoe/data-time-segment.git
-
git
:
https://github.com/delanoe/data-time-segment.git
commit
:
10a416b9f6c443866b36479c3441ebb3bcdeb7ef
commit
:
10a416b9f6c443866b36479c3441ebb3bcdeb7ef
...
...
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