- Feb 16, 2017
-
-
Rémy Coutable authored
Fix link See merge request !143
-
- Feb 02, 2017
-
-
Denys Vitali authored
-
- Jan 05, 2017
-
-
Robert Speicher authored
Deprecate the gitlab_git gem See merge request !134
-
Douwe Maan authored
-
Douwe Maan authored
-
- Jan 04, 2017
-
-
Robert Speicher authored
Remove diff_text method See merge request !84
-
Zeger-Jan van de Weg authored
-
- Jan 03, 2017
-
-
Robert Speicher authored
Move SeedRepo::RubyBlob into spec/support/seed_repo See merge request !142
-
Robert Speicher authored
-
Robert Speicher authored
Remove spec/support/repo file See merge request !141
-
Robert Speicher authored
All of the helper methods are only used in the Repository spec, so we've inlined them there. The `SeedRepo::Repo` module was moved to the `spec/support/seed_repo` file like the others.
-
Robert Speicher authored
Remove unused logo image from spec/support See merge request !140
-
Robert Speicher authored
-
- Jan 02, 2017
-
-
Robert Speicher authored
Combine multiple SeedRepo support files into one See merge request !139
-
Robert Speicher authored
-
Robert Speicher authored
Simplify spec_helper See merge request !138
-
Robert Speicher authored
-
Robert Speicher authored
Remove unnecessary gems, bump rspec version to match GitLab CE See merge request !137
-
Robert Speicher authored
-
- Dec 22, 2016
-
-
Douwe Maan authored
Prepare for absorb See merge request !136
-
- Dec 21, 2016
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- Nov 07, 2016
-
-
Douwe Maan authored
Allow activesupport >= 4.0 and run tests on Rails 4.2 as well as Rails 5.0 Fixes #20. Required for eventual update to Rails 5. See merge request !99
-
- Nov 04, 2016
-
-
Connor Shea authored
-
Connor Shea authored
-
Connor Shea authored
-
- Oct 28, 2016
-
- Oct 27, 2016
-
-
Douwe Maan authored
Resolve "Ref's interface is inconsistent with Rugged's API" This branch is based off !130 so tests can pass successfully, so that will need to be merged first and this rebased from master afterwards. This will give a better syntax to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6532 Closes #30 See merge request !131
-
- Oct 25, 2016
-
-
Alejandro Rodríguez authored
!103 introduced an optimization where a Refs target would point to the dereferenced object, which saved us a lot operations, but became inconsistent with Rugged's API, where target would always reference the immediate object pointed at. These changes add a new property, dereference_target to be consistent with Rugged but still be able to get the target efficiently.
-
- Oct 24, 2016
-
-
Douwe Maan authored
Revert to previous diff pruning behavior Before 10.6.9, if a rugged diff met the conditions for being too-large (which obiously meant it was also collapsable), too-large would take precedence. This reverts the behavior back to that, since gitlab-ce depends on this Closes #31 See merge request !132
-
- Oct 21, 2016
-
-
Alejandro Rodríguez authored
Before 10.6.9, if a rugged diff met the conditions for being too-large (which obiously meant it was also collapsable), too-large would take precedence. This reverts the behavior back to that, since gitlab-ce depends on this
-
Douwe Maan authored
Fix specs after change to gitlab-test to account for new branch Also, when verifying the last commit on master search for the branch by name, instead of counting on it being the last branch, to be more resilient to future changes on gitlab-test Closes #29 See merge request !130
-
Alejandro Rodríguez authored
-
- Oct 12, 2016
-
-
Stan Hu authored
Ignore invalid encoding when parsing attributes See https://gitlab.com/gitlab-org/gitlab_git/issues/28 for the discussion leading up to these changes. See merge request !129
-
Yorick Peterse authored
This prevents us from raising a hard error when parsing Git attribute files that are encoded using an invalid/unsupported encoding. This in turn means a GitLab user won't be presented with an HTTP 500 error. Fixes #28
-