Skip to content
Snippets Groups Projects
  1. May 17, 2024
  2. May 15, 2024
  3. Jan 16, 2024
  4. Jan 09, 2024
  5. Dec 20, 2023
  6. Dec 14, 2023
  7. Dec 10, 2023
  8. Dec 08, 2023
  9. Dec 07, 2023
  10. Nov 27, 2023
  11. Nov 25, 2023
    • gjahn's avatar
      Cosmetics · 1cfe05ff
      gjahn authored
      * rework indentation of some configuration variables
      * rename some 'err' variables to '_' since they are not used
      1cfe05ff
    • gjahn's avatar
      Add log level configurable via environment variable · 5c3d3659
      gjahn authored
      Available levels for now: debug, error. While the former is the
      most verbose one and the latter the least verbose.
      
      It sets it to 'debug' if in development mode.
      5c3d3659
    • gjahn's avatar
      Allow to set version via environment variable · 7af81375
      gjahn authored
      The version is displayed on the HTML-based landing page.
      7af81375
    • gjahn's avatar
      Add body size limit · 497c5afc
      gjahn authored
      This is being handled by Fiber, hence not tested.
      497c5afc
    • gjahn's avatar
      Add Redis as backing service to persist state · 8b087b50
      gjahn authored
      8b087b50
    • gjahn's avatar
      Add state · 0dc754e2
      gjahn authored
      For now it's just ephemeral.
      
      Instead of disabling the timeout (-1), it's set to 1 ms for all requests
      in the state paths test. Otherwise race condistion may occur. Symptoms include
      incorrect state name, because it may have been read before it's fully written
      to the store.
      0dc754e2
Loading