summaryrefslogtreecommitdiff
path: root/lib/gitlab/git/tag.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add handling for commit/tags with big messagesAhmad Sherif2018-05-181-3/+85
|
* Remove intermediate methods on Branch and Tag classesZeger-Jan van de Weg2018-02-011-6/+0
|
* Client changes for Tag,BranchNamesContainingCommitZeger-Jan van de Weg2018-02-011-2/+6
| | | | | | | | | | | | | | | As part of gitlab-org/gitaly#884, this commit contains the client implementation for both TagNamesContaintingCommit and BranchNamesContainingCommit. The interface in the Repository model stays the same, but the implementation on the serverside, e.g. Gitaly, uses `for-each-ref`, as opposed to `branch` or `tag` which both aren't plumbing command. The result stays the same. On the serverside, we have the opportunity to limit the number of names to return. However, this is not supported on the front end yet. My proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this ability is not used as that would change more behaviours on a feature flag which might lead to unexpected changes on page refresh for example.
* Make commit lookups explicitJacob Vosmaer2017-07-141-2/+2
|
* Add Gitaly notes and annotations to Gitlab::GitJacob Vosmaer2017-07-121-0/+2
|
* Absorb gitlab_gitRobert Speicher2017-01-041-0/+17