1. 18 Mar, 2024 1 commit
  2. 14 Mar, 2024 1 commit
  3. 12 Mar, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Modify Query nodes to be [QueryTerm] · 1798aab8
      Alfredo Di Napoli authored
      This paves the way to a more effective search in corpus by modifying the
      internal "leaves" type of the `Query` type from a `Term` to a new type
      called `QueryTerm`, which can either be an extact match or a partial
      match, which can be rendered into a proper Postgres TS query via the
      ":*" syntax.
      1798aab8
  4. 11 Mar, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Drop 'All' data constructor from 'Lang' · 63fcd605
      Alfredo Di Napoli authored
      Removing the `All` data constructor from  the `Lang` datatype has
      several benifits, the main one being that we now have total functions
      for things like `toISO693`.
      
      This will make possible to write an uniform interface for stemming
      `stem :: Lang -> StemmingAlgorithm -> T.Text -> T.Text`, as now
      `Lang` will always map to a valid (ISO693) language.
      63fcd605
  5. 07 Mar, 2024 1 commit
  6. 04 Mar, 2024 3 commits
  7. 15 Jan, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Sanitise logged requests · f53b7e45
      Alfredo Di Napoli authored
      This commit introduces a slight variation to the `logStdOutDev`
      middleware which is capable of redacting secrets from our gargantext
      requests.
      
      This way we can run the server in dev mode (for instrumentation
      purposes) without leaking users' secrets.
      f53b7e45
  8. 10 Jan, 2024 1 commit
  9. 04 Dec, 2023 1 commit
  10. 15 Nov, 2023 2 commits
  11. 09 Nov, 2023 1 commit
  12. 02 Nov, 2023 1 commit
  13. 20 Oct, 2023 1 commit
  14. 12 Oct, 2023 1 commit
  15. 06 Oct, 2023 1 commit
  16. 28 Aug, 2023 1 commit
  17. 24 Aug, 2023 1 commit
  18. 08 Aug, 2023 3 commits
  19. 26 Jul, 2023 2 commits
  20. 30 Jun, 2023 2 commits
  21. 29 Jun, 2023 1 commit
  22. 28 Jun, 2023 1 commit
  23. 12 Jun, 2023 6 commits
  24. 04 Apr, 2023 1 commit
  25. 03 Mar, 2023 1 commit
  26. 20 Dec, 2022 1 commit
  27. 28 Nov, 2022 1 commit
  28. 24 Nov, 2022 1 commit