Skip to content
Snippets Groups Projects
  1. May 27, 2023
  2. May 10, 2023
  3. May 06, 2023
  4. Mar 15, 2023
  5. Feb 18, 2023
  6. Feb 13, 2023
  7. Feb 06, 2023
  8. Jan 27, 2023
  9. Jan 26, 2023
  10. Nov 27, 2022
  11. Nov 02, 2022
  12. Oct 21, 2022
  13. Oct 15, 2022
  14. Oct 12, 2022
  15. Sep 18, 2022
  16. Sep 17, 2022
  17. Sep 15, 2022
  18. Sep 14, 2022
  19. Sep 04, 2022
  20. Aug 29, 2022
  21. Aug 23, 2022
  22. Aug 14, 2022
  23. Aug 05, 2022
  24. Aug 02, 2022
    • Evangelos Foutras's avatar
      aurweb: increase burst size for smartgit endpoint · 2a9cceec
      Evangelos Foutras authored
      The burst size of 300 reportedly allows ~150 git operations. This might
      not always be sufficient when installing a lot of packages from the AUR.
      
      Specify a higher burst size to cover most legit use cases, even if this
      makes us more susceptible to abuse.
      2a9cceec
  25. Jul 27, 2022
  26. Jun 08, 2022
  27. May 21, 2022
    • Evangelos Foutras's avatar
      Fix schema violations in custom task environments · ce98a026
      Evangelos Foutras authored
      As reported by ansible-lint 6.2.1:
      
      schema: [{'PYTHONPATH': '.'}] is not of type 'object' (schema[tasks])
      roles/aurweb/tasks/main.yml:1
      
      schema: [{'SHELL': '/bin/bash'}] is not of type 'object' (schema[tasks])
      roles/dbscripts/tasks/main.yml:1
      ce98a026
  28. May 12, 2022
  29. Apr 09, 2022
  30. Mar 18, 2022
    • Jelle van der Waa's avatar
      aurweb: rate limit git · a144aa45
      Jelle van der Waa authored
      Some users scrape our git endpoint with quite some requests per second
      (32) this is not something cgit/smartgit can handle and has caused the
      AUR to go down once (http 502).
      a144aa45
  31. Feb 23, 2022
    • Jelle van der Waa's avatar
      aurweb: serve assets from nginx and cache properly · 3399e17d
      Jelle van der Waa authored and Jelle van der Waa's avatar Jelle van der Waa committed
      Make nginx serve static assets to offload gunicorn as for example
      loading the home page is making 7 static requests out of 8 requests in
      total. Set caching headers for now for 7 days, so browsers don't request
      ideally this would be 30 days but let's keep it 7 days for now.
      3399e17d
Loading