- 11 May, 2017 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 10 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 May, 2017 1 commit
-
-
Tiago Botelho authored
-
- 28 Apr, 2017 3 commits
-
-
Kim "BKC" Carlbäcker authored
- Upgrade Gitaly-version
-
Kim "BKC" Carlbäcker authored
-
Kim "BKC" Carlbäcker authored
- Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly
-
- 27 Apr, 2017 1 commit
-
-
Toon Claes authored
Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
-
- 17 Apr, 2017 2 commits
-
-
Sean McGivern authored
`git log --follow` is only supported for a single path. CE doesn't currently pass multiple paths, but EE does.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Apr, 2017 1 commit
-
-
Alejandro Rodríguez authored
-
- 09 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 03 Apr, 2017 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
FFaker can generate data that randomly break our test suite. This simplifies our factories and use sequences which are more predictive. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 30 Mar, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
- Migration in Repository#is_ancestor?
-
- 24 Mar, 2017 1 commit
-
-
Robert Speicher authored
-
- 08 Mar, 2017 2 commits
-
-
Oswaldo Ferreira authored
-
Jordan Ryan Reuter authored
`Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381
-
- 02 Mar, 2017 1 commit
-
-
Douwe Maan authored
-
- 24 Feb, 2017 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 23 Feb, 2017 6 commits
-
-
Douwe Maan authored
This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 13 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 07 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 06 Feb, 2017 1 commit
-
-
Douwe Maan authored
-
- 03 Feb, 2017 1 commit
-
-
Sean McGivern authored
Backport changes from the EE-only squash implementation, which would otherwise conflict when merge CE into EE. <https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1024>
-
- 26 Jan, 2017 2 commits
-
-
Robert Speicher authored
-
Stan Hu authored
In repositories such as https://github.com/git/git.git, annotated tags can point to blobs, not necessarily to commits. `Repository` attempts to return the tags in the order of the commit date, but if a commit is not available the previous implementation would error due to a `nil` target. This change modifies the code to use the current time if a commit is not associated with the given tag. Closes #27228
-
- 15 Jan, 2017 1 commit
-
-
Minqi Pan authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 06 Jan, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 04 Jan, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 20 Dec, 2016 1 commit
-
-
Hiroyuki Sato authored
-