summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rubocop-empty-example-group' into 'master'Robert Speicher2017-05-182-6/+0
|\
| * Enable the RSpec/EmptyExampleGroup coprubocop-empty-example-groupRémy Coutable2017-05-182-6/+0
* | Merge branch 'dm-gemfile-viewer'Rémy Coutable2017-05-185-0/+125
|\ \ | |/ |/|
| * Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-175-0/+125
* | Fixes #32474Michael Kozono2017-05-171-3/+13
|/
* Add auxiliary blob viewer for CHANGELOGDouwe Maan2017-05-171-0/+27
* Merge branch 'counters_cache_invalidation' into 'master' Rémy Coutable2017-05-171-0/+28
|\
| * Invalidate cache for issue and MR counters more granularlycounters_cache_invalidationValery Sizov2017-05-151-0/+28
* | Merge branch 'dm-blob-viewer-concerns' into 'master' Robert Speicher2017-05-162-37/+40
|\ \
| * | Rename BlobViewer max_size to overridable_max_size and absolute_max_size to m...dm-blob-viewer-concernsDouwe Maan2017-05-151-20/+20
| * | Specify explicitly whether a blob viewer should be loaded asynchronouslyDouwe Maan2017-05-132-17/+20
* | | Re-enable gitaly migration for ref_name_for_sha after bugfixesreenable-gitaly-ref-nameAlejandro Rodríguez2017-05-161-19/+14
| |/ |/|
* | Merge branch 'fix/support-commit-deltas-only-for-gitaly' into 'master' Robert Speicher2017-05-141-15/+0
|\ \ | |/ |/|
| * Add support for deltas_only under GitalyAhmad Sherif2017-05-131-15/+0
* | Make the new repository_update_events configurable in System Hooks UIGabriel Mazetto2017-05-121-0/+13
* | Added repository_update hookGabriel Mazetto2017-05-121-0/+8
* | Merge branch 'fix-conflict-resolution-with-corrupt-repos' into 'master' Douwe Maan2017-05-121-65/+0
|\ \
| * | Fix conflict resolution from corrupted upstreamfix-conflict-resolution-with-corrupt-reposSean McGivern2017-05-121-65/+0
* | | Merge branch 'disable-usage-ping' into 'master'Robert Speicher2017-05-121-0/+62
|\ \ \
| * | | Allow disabling usage ping in `gitlab.yml`Sean McGivern2017-05-111-0/+62
* | | | Merge branch '27439-performance-deltas' into 'master' Douwe Maan2017-05-123-17/+26
|\ \ \ \
| * | | | Keep presentation logic in one place and remove unecessary arguments.Pawel Chojnacki2017-05-113-6/+7
| * | | | Custom queries for prometheusPawel Chojnacki2017-05-111-11/+19
* | | | | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-14/+14
* | | | | Merge branch 'update_assignee_cache_counts_refactoring' into 'master' Sean McGivern2017-05-122-82/+0
|\ \ \ \ \
| * | | | | Move update_assignee_cache_counts to the serviceValery Sizov2017-05-122-82/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'protected-branches-no-one-merge' into 'master' Sean McGivern2017-05-122-0/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Added model specsPhil Hughes2017-05-122-0/+10
* | | | | Merge branch 'remove-deltas-only' into 'master' Sean McGivern2017-05-121-17/+4
|\ \ \ \ \
| * | | | | Remove deltas_only from DiffCollectionJacob Vosmaer2017-05-111-17/+4
| | |/ / / | |/| | |
* | | | | Fix displaying a repository without a readmedm-fix-repository-without-readmeDouwe Maan2017-05-111-3/+13
| |_|/ / |/| | |
* | | | Merge branch 'zj-clean-up-ci-variables-table' into 'master' Yorick Peterse2017-05-111-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Remove rails dependent: :destroy statementZ.J. van de Weg2017-05-111-1/+1
| | |/ | |/|
* | | Reset Repository#license memo when license file is changedDouwe Maan2017-05-101-1/+2
* | | Implement auxiliary blob viewersDouwe Maan2017-05-107-43/+255
|/ /
* | Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-18/+44
|\ \
| * | Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-18/+44
* | | Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into 'mas...Robert Speicher2017-05-1016-22/+22
|\ \ \
| * | | Enable the Style/TrailingCommaInArguments copRémy Coutable2017-05-102-4/+4
| * | | Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-1015-18/+18
| | |/ | |/|
* | | Merge branch 'bvl-security-patches' into 'master' Robert Speicher2017-05-101-40/+0
|\ \ \
| * | | Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan2017-05-101-40/+0
| |/ /
* | | Merge branch 'dm-async-tree-readme' into 'master' Douwe Maan2017-05-101-1/+1
|\ \ \ | |/ / |/| |
| * | Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-101-1/+1
* | | Use relative paths for group/project/user avatarsblackst0ne2017-05-103-9/+28
|/ /
* | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-093-9/+9
|\ \
| * | Small code improvements and add migration specFelipe Artur2017-05-081-2/+1
| * | Fix specs 2Felipe Artur2017-05-082-2/+4
| * | Fix SpecsFelipe Artur2017-05-083-10/+9
* | | Merge branch 'tc-cache-trackable-attributes' into 'master' Douwe Maan2017-05-091-0/+29
|\ \ \