Skip to content
Snippets Groups Projects
  1. Mar 15, 2025
  2. Mar 14, 2025
  3. Mar 10, 2025
  4. Mar 06, 2025
  5. Mar 05, 2025
  6. Mar 03, 2025
  7. Mar 02, 2025
  8. Feb 28, 2025
  9. Feb 18, 2025
  10. Feb 15, 2025
  11. Feb 10, 2025
  12. Feb 04, 2025
  13. Feb 03, 2025
  14. Jan 25, 2025
  15. Jan 24, 2025
  16. Jan 22, 2025
  17. Jan 17, 2025
  18. Jan 16, 2025
  19. Jan 15, 2025
  20. Jan 14, 2025
  21. Jan 13, 2025
    • Burak Yigit Kaya's avatar
      ci: Less volatile cache keys (#3522) · d807ca42
      Burak Yigit Kaya authored
      Instead of using direct image hashes, only use hashes from migrations folders for each respective image for cache key generation. Should increase cache hit rate significantly as we don't have migrations much.
      
      Also swaps the key order from `sentry-snuba` to `snuba-senry` assuming Snuba has less frequent migration additions.
      Unverified
      d807ca42
  22. Jan 12, 2025
  23. Jan 11, 2025
  24. Jan 10, 2025
  25. Jan 02, 2025
    • Burak Yigit Kaya's avatar
      ci: Only test on compose 2.26 w/ customizations (#3506) · cb9e0ce5
      Burak Yigit Kaya authored
      Docker Compose is much more robust nowadays compared to the past where we had to maintain tests for both v1 and v2 and then a specific version of v2. Hence, we are removing tests for the older versions of Docker Compose with this patch. We also remove the separate tests for customizations and w/o customizations as the one with customizations should cover the one without them anyway. This reduces the CI workload to 25% of what it was
      Unverified
      cb9e0ce5
Loading