Skip to content
Snippets Groups Projects
  1. Nov 24, 2023
  2. Nov 23, 2023
  3. Nov 08, 2023
  4. Nov 03, 2023
  5. Oct 12, 2023
  6. Aug 29, 2023
    • Dmitry Rodionov's avatar
      chore: lint docs too · 26025b0a
      Dmitry Rodionov authored
      The most obvious benefit is link checking. This is especially useful with rust-analyzer, because it allows to jump to definition of the item referenced in the doc comment.
      
      The patch also makes CI to use `make lint` to avoid duplication.
      26025b0a
  7. Aug 18, 2023
  8. Aug 17, 2023
  9. Aug 04, 2023
  10. Jul 13, 2023
  11. Jun 20, 2023
  12. Jun 09, 2023
  13. Jun 08, 2023
  14. Jun 07, 2023
  15. Jun 01, 2023
  16. May 04, 2023
  17. Apr 06, 2023
  18. Mar 31, 2023
  19. Mar 14, 2023
  20. Feb 10, 2023
  21. Feb 03, 2023
  22. Jan 26, 2023
  23. Jan 13, 2023
    • Yaroslav Dynnikov's avatar
      ci: miscellaneous cleanup · fe02558f
      Yaroslav Dynnikov authored
      1. Rename "check-deployment" stage, make it more concise using
         `parallel:matrix` Gitlab CI feature.
      2. Ignore `gitlab-ci.yml` changes in `test-docker` job
      3. Remove unused credentials from `sign-rpm-packages` job
      fe02558f
  24. Jan 12, 2023
  25. Dec 15, 2022
  26. Dec 07, 2022
  27. Dec 01, 2022
  28. Nov 30, 2022
  29. Nov 23, 2022
  30. Nov 09, 2022
    • Yaroslav Dynnikov's avatar
      fix(ci): concurrent cache access · ffe18d93
      Yaroslav Dynnikov authored
      Saving cache isn't instantaneous. Usually it takes about a minute.
      If another job tries to restore cache at the same time, it fails
      with the error "tar: Unexpected EOF in archive".
      
      Now tar writes to a different filename with a random suffix, and then
      renames it atomically.
      ffe18d93
    • Yaroslav Dynnikov's avatar
      fix(ci): build master branch with clean cache · 3b274b4e
      Yaroslav Dynnikov authored
      CI on master branch always reuses the same archive. As a result, its
      size gradually grows. It already takes more than 6GB, while it should be
      about 3GB large. It makes restoring the cache slower and slower.
      
      With this patch the cache is cleared every time in master branch.
      3b274b4e
  31. Nov 01, 2022
Loading