1. 25 7月, 2020 1 次提交
  2. 01 7月, 2020 1 次提交
  3. 25 6月, 2020 1 次提交
  4. 03 10月, 2019 1 次提交
  5. 30 9月, 2019 1 次提交
  6. 02 4月, 2019 1 次提交
  7. 01 4月, 2019 1 次提交
  8. 22 3月, 2019 1 次提交
    • L
      Enrich commits with full data in CommitCollection · 38bf176c
      Luke Duncalfe 提交于
      Allow incomplete commit records to load their full data from gitaly.
      
      Commits can be based on a Hash of data retrieved from PostgreSQL, and
      this data can be intentionally incomplete in order to save space.
      
      A new method #gitaly? has been added to Gitlab::Git::Commit, which
      returns true if the underlying data source of the Commit is a
      Gitaly::GitCommit.
      
      CommitCollection now has a method #enrich which replaces non-gitaly
      commits in place with commits from gitaly.
      
      CommitCollection#without_merge_commits has been updated to call this
      method, as in order to determine a merge commit we need to have parent
      data.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58805
      38bf176c
  9. 21 3月, 2019 1 次提交
    • S
      Revert "Merge branch... · a97ec84f
      Sean McGivern 提交于
      Revert "Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master'"
      
      This reverts merge request !26144
      a97ec84f
  10. 18 3月, 2019 1 次提交
    • L
      Enrich commits with full data in CommitCollection · 8ef0a9d5
      Luke Duncalfe 提交于
      Allow incomplete commit records to load their full data from gitaly.
      
      Commits can be based on a Hash of data retrieved from PostgreSQL, and
      this data can be intentionally incomplete in order to save space.
      
      A new method #gitaly? has been added to Gitlab::Git::Commit, which
      returns true if the underlying data source of the Commit is a
      Gitaly::GitCommit.
      
      CommitCollection now has a method #enrich which replaces non-gitaly
      commits in place with commits from gitaly.
      
      CommitCollection#without_merge_commits has been updated to call this
      method, as in order to determine a merge commit we need to have parent
      data.
      
      Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/58805
      8ef0a9d5
  11. 15 2月, 2019 1 次提交
  12. 06 2月, 2019 1 次提交
  13. 08 1月, 2019 1 次提交
  14. 16 11月, 2017 1 次提交