Skip to content
Snippets Groups Projects
  1. Apr 04, 2021
  2. Mar 04, 2021
  3. Mar 30, 2021
  4. Feb 28, 2021
  5. Mar 26, 2021
  6. Feb 27, 2021
  7. Feb 17, 2021
  8. Mar 28, 2021
  9. Feb 27, 2021
  10. Feb 09, 2021
  11. Feb 27, 2021
  12. Mar 29, 2021
  13. Mar 14, 2021
  14. Mar 19, 2021
  15. Mar 12, 2021
    • Georges Racinet's avatar
    • Georges Racinet's avatar
      RepositoryService.WriteRef: special ref target can be any revision · 28d8fc46
      Georges Racinet authored
      Found out about this while testing with the Rails app. Of course,
      it is natural for symbolic refs, and doesn't sound very logical
      with normal refs, a result of under-specification ultimately due
      to the fact that Gitaly simply uses `git update-ref`.
      
      We keep refusing ref target revisions for keep-arounds because
      we are much surer that the Rails app will only use full SHAs as
      target revisions. Also, it swallows exceptions, avoiding failures
      if `WriteRef` refuses to create the keep-around
      (see `Gitlab::Git::KeepAround`).
      
      We should have a Gitaly comparison test for this, but we already
      have RSpec tests in the Rails app, so this can be in a follow-up.
      28d8fc46
    • Georges Racinet's avatar
      Bumping future version · 5cc50c9c
      Georges Racinet authored
      The work to support special refs is well worth a minor version
      update.
      5cc50c9c
  16. Mar 11, 2021
  17. Mar 09, 2021
  18. Mar 10, 2021
Loading