summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/git/lfs_changes_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+4
| | | | | | Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings
* LFS changes are detected by Gitalyzj-lfs-pointersZeger-Jan van de Weg2018-06-191-36/+5
| | | | Closes https://gitlab.com/gitlab-org/gitaly/issues/935
* Incorporate Gitaly's RPCs for Gitlab::Git::LfsChangesgitaly-lfs-changesAlejandro Rodríguez2018-03-021-18/+20
|
* Gitlab::Git::RevList and LfsChanges use lazy popenjej/fix-lfs-changes-lazinessJames Edwards-Jones2017-11-061-2/+2
|
* Detect changes to LFS pointers for pruning and integrity checkJames Edwards-Jones2017-11-011-0/+48
Gitlab::Git::Blob.batch_lfs_metadata can be used to check for LFS pointers. It uses a lazy enumorator and filters by blob size