Skip to content
Snippets Groups Projects
  1. Jun 17, 2023
  2. Jun 06, 2023
  3. May 30, 2023
  4. May 25, 2023
  5. May 10, 2023
  6. Apr 25, 2023
  7. Apr 17, 2023
  8. Mar 28, 2023
    • Alex Ives's avatar
      Bump tested pg versions in preparation of pg14 · 8963d0f5
      Alex Ives authored and Jennifer Li's avatar Jennifer Li committed
      - Adds postgres 14 based spec runs to nightly
      - Makes postgres 13 the default testing version
      - Adds postgres 12 database library specs
      - Moves postgres 12 tests to nightly
      - Updates helpers and docs that mention pg12 pipelines to reference pg13/pg14
      8963d0f5
  9. Mar 27, 2023
  10. Mar 10, 2023
  11. Feb 28, 2023
  12. Feb 23, 2023
  13. Feb 08, 2023
  14. Feb 03, 2023
  15. Feb 02, 2023
    • Dylan Griffith's avatar
      Add zoekt services to run in CI · 0b95328c
      Dylan Griffith authored
      In !105049 we added
      a new Zoekt integration for code search. This MR introduced a few RSpec
      tests with the `:zoekt` tag that we needed to skip in CI because they
      depend on having running zoekt services. We have since created a docker
      image in
      gitlab-build-images!624
      for running the necessary dependencies in CI as `services`. This MR
      adds this image as a service and removes the rule for ignoring the
      `:zoekt` tag in CI.
      
      We also needed to update Webmock stubbing to allow requests to these
      services.
      0b95328c
  16. Jan 27, 2023
  17. Dec 23, 2022
  18. Dec 14, 2022
    • Lukas Eipert's avatar
      Support just one node version for from-source install · 57fb6f38
      Lukas Eipert authored
      We currently still claim support of node@14 for installing from source.
      It has been a long outstanding issue to just support one node version
      from source install. Generally supporting more versions isn't expensive,
      until it is. Before we move to node@18, it probably makes sense to
      support just the current node version we use, node@16. The other LTS
      versions of node likely work, we just stop checking whether they do.
      
      This generally aligns with the amount of golang and ruby versions we
      support.
      
      Furthermore it enables us to remove a few QA jobs from our pipelines,
      that only ever checked that webpack compiled successfully in the node
      LTS versions. We also had one job that checked future versions, but it
      was allowed to fail and therefore didn't have much value.
      
      Changelog: changed
      57fb6f38
  19. Dec 08, 2022
  20. Nov 29, 2022
  21. Nov 28, 2022
  22. Nov 22, 2022
  23. Nov 17, 2022
  24. Nov 16, 2022
  25. Nov 14, 2022
  26. Nov 02, 2022
  27. Nov 01, 2022
  28. Oct 13, 2022
  29. Oct 12, 2022
  30. Oct 10, 2022
    • Rémy Coutable's avatar
      ci: Extract assets 'tmp/cache' to a separate native cache · 74b13315
      Rémy Coutable authored
      
      This is to ensure that the component caching mechanism doesn't store
      these files. These files can aren't compiled assets, and can be reused
      partially if present so, it's ok to use native cache for those.
      
      This should reduce the size of the assets packages.
      
      This extraction from the main native assets cache is needed in the case
      we want to stop using this main native assets cache in the future.
      
      Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
      Verified
      74b13315
  31. Oct 03, 2022
  32. Sep 23, 2022
  33. Aug 23, 2022
  34. Jul 15, 2022
  35. Jul 04, 2022
Loading