1. 25 Mar, 2025 1 commit
    • Alfredo Di Napoli's avatar
      unify loggers · 17a4f03a
      Alfredo Di Napoli authored
      Before we were repeating the same code to initialise all the different
      loggers. This commit introduces two stock loggers called `ioStdLogger`
      and `monadicStdLogger` which can be reused many times.
      
      It also allows the `GGTX_LOG_LEVEL` to take effect during `readConfig`,
      so that the `startupInfo` would show up the correct information.
      17a4f03a
  2. 10 Mar, 2025 1 commit
  3. 26 Feb, 2025 1 commit
  4. 06 Dec, 2024 1 commit
    • Grégoire Locqueville's avatar
      Removed a bunch of build warnings · 1e10b29f
      Grégoire Locqueville authored
      I fixed those warnings that were easy to fix: redundant imports, unused
      variables, etc. (I might have missed some though)
      
      The warnings I deliberately left for now are:
      * In `Test.API.UpdateList`: Incomplete pattern matching (we would need
        to think a bit about error handling to fix this)
      * In `Test.Utils`: `traceShowId` remains in code (we would need to think
        a bit about proper logging to fix this)
      1e10b29f
  5. 13 Nov, 2024 1 commit
  6. 06 Nov, 2024 1 commit
  7. 04 Nov, 2024 1 commit
  8. 28 Oct, 2024 1 commit
  9. 18 Oct, 2024 1 commit
  10. 19 Sep, 2024 3 commits
  11. 11 Sep, 2024 1 commit
  12. 04 Jul, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Move GargConfig into gargantext · 9632276f
      Alfredo Di Napoli authored
      This commit moves `GargConfig` and the other config-related
      data structures back into gargantext, so that they can be edited
      and expanded without needing to worry about the prelude project.
      9632276f
  13. 26 Jun, 2024 1 commit
  14. 13 Feb, 2024 1 commit
  15. 04 Dec, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Drop-in panicTrace function · 8e43cc9e
      Alfredo Di Napoli authored
      This commit adds a `panicTrace` function to be used as a drop-in
      replacement of the `panic` function, with the difference that we
      wrap the error in a `WithStacktrace` error, to be later caught
      and logged.
      8e43cc9e
  16. 07 Nov, 2023 1 commit
  17. 26 Oct, 2023 1 commit
  18. 25 Oct, 2023 1 commit
  19. 12 Oct, 2023 1 commit
  20. 11 Oct, 2023 1 commit
  21. 10 Oct, 2023 1 commit
  22. 02 Oct, 2023 2 commits
  23. 12 Sep, 2023 2 commits
  24. 04 Sep, 2023 1 commit