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
148
Issues
148
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
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
bad7fbd9
Verified
Commit
bad7fbd9
authored
Sep 16, 2024
by
Przemyslaw Kaminski
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 304-dev-toml-config-rewrite-and-update-deps-9.4.8
parents
732af93b
5c443218
Pipeline
#6651
failed with stages
in 56 minutes and 57 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
37 additions
and
3 deletions
+37
-3
default.md
.gitlab/issue_templates/default.md
+27
-0
CHANGELOG.md
CHANGELOG.md
+8
-0
update-project-dependencies
bin/update-project-dependencies
+0
-1
gargantext.cabal
gargantext.cabal
+1
-1
server
server
+1
-1
No files found.
.gitlab/issue_templates/default.md
0 → 100644
View file @
bad7fbd9
## Summary
(Summarize the bug encountered concisely with the version of code)
## Steps to reproduce
(How one can reproduce the issue - this is very important)
## What is the current bug behavior?
(What actually happens)
## What is the expected correct behavior?
(What you should see instead)
## Relevant logs and/or screenshots
(Paste any relevant logs - use code blocks (
```
) to format console output, logs, and code, as
it's very hard to read otherwise.)
## Possible fixes
(If you can, link to the line of code that might be responsible for the problem)
CHANGELOG.md
View file @
bad7fbd9
## Version 0.0.7.2.7
*
[
BACK
][
FEAT
][
Switch from .ini to TOML? (#304)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/304
)
## Version 0.0.7.2.6
*
[
FRONT
][
FIX
]
Fix quote with spaces
## Version 0.0.7.2.5
*
[
BACK
][
CLEAN
][
Remove dead code (#387)
](
https://gitlab.iscpif.fr/gargantext/haskell-gargantext/issues/387
)
...
...
bin/update-project-dependencies
View file @
bad7fbd9
...
...
@@ -24,7 +24,6 @@ expected_cabal_project_freeze_hash="de1726d350936da5f5e15140e3be29bb4f44757c5702
cabal
--store-dir
=
$STORE_DIR
v2-build
--dry-run
cabal2stack
--system-ghc
--allow-newer
--resolver
lts-21.25
--resolver-file
devops/stack/lts-21.25.yaml
-o
stack.yaml
cabal
--store-dir
=
$STORE_DIR
v2-freeze
# Run 'sed' to remove the constraint for 'gargantext', as it doesn't make sense and
# for the test we need to run this with a different flag.
...
...
gargantext.cabal
View file @
bad7fbd9
...
...
@@ -5,7 +5,7 @@ cabal-version: 3.4
-- see: https://github.com/sol/hpack
name: gargantext
version: 0.0.7.2.
5
version: 0.0.7.2.
7
synopsis: Search, map, share
description: Please see README.md
category: Data
...
...
server
View file @
bad7fbd9
...
...
@@ -7,4 +7,4 @@ LOGFILE=$FOLDER"/"$FILE
mkdir
-p
$FOLDER
nix-shell
--run
"~/.cabal/bin/gargantext-server --
ini gargantext.ini
--run Prod +RTS >
$LOGFILE
2>&1 & tail -F
$LOGFILE
"
nix-shell
--run
"~/.cabal/bin/gargantext-server --
toml gargantext-settings.toml
--run Prod +RTS >
$LOGFILE
2>&1 & tail -F
$LOGFILE
"
Przemyslaw Kaminski
@cgenie
mentioned in commit
5660aec0
·
Oct 08, 2024
mentioned in commit
5660aec0
mentioned in commit 5660aec07ec5a0a0a5468f440092c1a8f57a864e
Toggle commit list
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