- 04 Oct, 2024 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 02 Oct, 2024 5 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 01 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 30 Sep, 2024 2 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 27 Sep, 2024 3 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
Previously we would fail with a generic message suggesting to run `gargantext-init`, but that wouldn't always be the case; sometimes there might be problems connecting to the database, and we want to show the raw exception. This code should help diagnosing what's wrong. It also changes the error hint to report the correct executable, as these days we use `gargantext-cli init` instead.
-
Alfredo Di Napoli authored
-
- 26 Sep, 2024 8 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
-
Yoelis Acourt authored
-
Alexandre Delanoë authored
-
- 25 Sep, 2024 3 commits
-
-
Grégoire Locqueville authored
-
Yoelis Acourt authored
-
Przemyslaw Kaminski authored
-
- 23 Sep, 2024 6 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 20 Sep, 2024 4 commits
-
-
Grégoire Locqueville authored
For some reason the default language (namely EN) was ignored when reading the configuration file. After discussion with anoe, it appears that this exclusion happens for historical reasons, so this commit removes it.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 19 Sep, 2024 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Now everything is in Core/Config
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Grégoire Locqueville authored
`gargantext-cli ini` now takes two optional arguments: - `--ini-path somefile.ini`: will read the configuration from `somefile.ini`. Defaults to `gargantext.ini` - `--toml-path somefile.toml`: will write the configuration converted to TOML into `somefile.toml` (warning: it will erase the former file if there is already one!) Defaults to `gargantext-settings.toml` Since it writes to a file, the command no longer outputs the configuration to standard output.
-