summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-7-stable-eeGitLab Bot2020-01-211-27/+2
|
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-191-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+0
|
* Add start_sha to commits APIMarkus Koller2019-07-181-0/+20
| | | | | | | | | | When passing start_branch on committing from the WebIDE, it's possible that the branch has changed since editing started, which results in the change being applied on top of the latest commit in the branch and overwriting the new changes. By passing the start_sha instead we can make sure that the change is applied on top of the commit which the user started editing from.
* add support for the commit reference filtermicael.bergeron2017-12-071-0/+25
|
* Resolve "Error 500 in non-UTF8 branch names"Micael Bergeron2017-09-121-0/+9
|
* Use described_class when possibleRémy Coutable2017-07-271-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-031-15/+2
| | | | | | | 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>
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-3/+3
|
* Add spec covering 'committer_hash'Dan Dunckel2016-09-201-0/+45