1. 02 5月, 2018 1 次提交
  2. 19 12月, 2017 1 次提交
    • Z
      Load commit in batches for pipelines#index · c6edae38
      Zeger-Jan van de Weg 提交于
      Uses `list_commits_by_oid` on the CommitService, to request the needed
      commits for pipelines. These commits are needed to display the user that
      created the commit and the commit title.
      
      This includes fixes for tests failing that depended on the commit
      being `nil`. However, now these are batch loaded, this doesn't happen
      anymore and the commits are an instance of BatchLoader.
      c6edae38
  3. 27 10月, 2017 1 次提交
    • Z
      Cache commits on the repository model · 3411fef1
      Zeger-Jan van de Weg 提交于
      Now, when requesting a commit from the Repository model, the results are
      not cached. This means we're fetching the same commit by oid multiple times
      during the same request. To prevent us from doing this, we now cache
      results. Caching is done only based on object id (aka SHA).
      
      Given we cache on the Repository model, results are scoped to the
      associated project, eventhough the change of two repositories having the
      same oids for different commits is small.
      3411fef1
  4. 20 10月, 2017 1 次提交
  5. 16 10月, 2017 1 次提交
  6. 03 10月, 2017 1 次提交
  7. 03 8月, 2017 1 次提交
  8. 02 8月, 2017 1 次提交
  9. 18 7月, 2017 1 次提交
  10. 04 7月, 2017 1 次提交
  11. 13 6月, 2017 1 次提交
  12. 10 6月, 2017 1 次提交
  13. 17 5月, 2017 1 次提交
    • Z
      Improve pipeline size for query limit test · 63da9172
      Z.J. van de Weg 提交于
      The pipeline was quite meagre in both stages and the number of groups.
      This has been improved. Performance is not yet optimal, but to limit
      this from sliding further this slippery slope, a hard limit has been
      set.
      63da9172
  14. 07 5月, 2017 1 次提交
  15. 05 5月, 2017 1 次提交
  16. 22 4月, 2017 1 次提交
  17. 17 4月, 2017 1 次提交
  18. 13 4月, 2017 1 次提交
  19. 23 3月, 2017 6 次提交
  20. 24 2月, 2017 1 次提交
  21. 23 2月, 2017 1 次提交
  22. 17 2月, 2017 1 次提交
  23. 21 12月, 2016 2 次提交
  24. 20 12月, 2016 1 次提交