1. 20 Sep, 2024 1 commit
  2. 19 Sep, 2024 1 commit
    • Grégoire Locqueville's avatar
      Improve conversion script interface · f406450a
      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.
      f406450a
  3. 13 Sep, 2024 4 commits
  4. 12 Sep, 2024 6 commits
  5. 11 Sep, 2024 4 commits
  6. 10 Sep, 2024 2 commits
  7. 09 Sep, 2024 2 commits
    • Grégoire Locqueville's avatar
      Remove useless code, dependencies, warnings · 802e0cdf
      Grégoire Locqueville authored
      - Re-enable orphan warnings that were manually disabled in many modules
      - Remove non-Haskell files that were just sitting in the source tree
      - Remove modules that were not called from anywhere
      - Remove unused dependencies
      
      This is not exhaustive by any means. In particular, some more weeding out
      can be achieved by looking at individual functions and even branches of
      functions. Weeder can help with that.
      802e0cdf
    • Alexandre Delanoë's avatar
      [VERSION] +1 to 0.0.7.2.4 · 0b5ce744
      Alexandre Delanoë authored
      0b5ce744
  8. 05 Sep, 2024 8 commits
  9. 04 Sep, 2024 10 commits
  10. 03 Sep, 2024 2 commits