An error occurred fetching the project authors.
  1. 18 Jan, 2022 1 commit
  2. 12 Jan, 2022 1 commit
  3. 11 Nov, 2021 1 commit
  4. 29 Jul, 2021 1 commit
  5. 27 Jul, 2021 1 commit
  6. 28 May, 2021 1 commit
  7. 25 May, 2021 1 commit
  8. 14 Apr, 2021 1 commit
  9. 06 Apr, 2021 1 commit
  10. 10 Feb, 2021 1 commit
    • Patrick Steinhardt's avatar
      Fix specs which test listing of stale branches in projects · 41dadf19
      Patrick Steinhardt authored
      With the preceding commit, the project tests which verify listing of
      active and stale branches works as expected start to fail. This is not a
      bug in the preceding commit, but rather a bug in the tests themselves:
      while we were using `travel_to()` to create stale branches, they were
      created via Gitaly's `UserCommitFiles()` RPE. This RPC doesn't accept
      any timestamp and thus the resulting commits do not carry the timestamp
      set by `travel_to()`. With the preceding commit, this now gets handled
      correctly such that the commits do carry the expected timestamp, which
      uncovers two issues:
      
          1. There is a race between creation of active branches and checking
             for stale branches. The oldest active branch is only a second
             younger than the stale-branch threshold. Thus, if we need longer
             than that second, it will be considered stale, too.
      
          2. We do expect stale branches to be sorted in descending recency
             order, but in fact they're ordered in ascending recency: the
             oldest branch is on top.
      
      Fix the tests by incrementing branch creation times by an hour instead
      of by a second, which extends the race window for the oldest active
      branch to one hour. And second, by correctly sorting expected branches.
      41dadf19
  11. 09 Oct, 2020 1 commit
  12. 02 Oct, 2020 1 commit
  13. 20 Aug, 2020 1 commit
  14. 16 Jun, 2020 1 commit
  15. 14 Jun, 2020 1 commit
  16. 09 Oct, 2019 2 commits
  17. 02 Oct, 2019 1 commit
  18. 26 Jul, 2019 1 commit
  19. 25 Apr, 2019 1 commit
  20. 20 Feb, 2019 1 commit
  21. 11 Jul, 2018 2 commits
  22. 12 Apr, 2018 2 commits
  23. 11 Apr, 2018 2 commits
  24. 06 Mar, 2018 1 commit
  25. 22 Dec, 2017 2 commits
  26. 02 Nov, 2017 1 commit
  27. 07 Oct, 2017 1 commit
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  28. 29 Sep, 2017 1 commit
  29. 25 Sep, 2017 1 commit
  30. 17 Aug, 2017 1 commit
  31. 13 Aug, 2017 1 commit
  32. 28 Jul, 2017 2 commits
  33. 27 Jul, 2017 2 commits