summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'dm-diff-file-diffable' into 'master'Sean McGivern2017-06-083-54/+27
| |\ \
| | * | Move diffable? method from Repository to Diff::Filedm-diff-file-diffableDouwe Maan2017-06-083-54/+27
| | |/
| * | Use Diff::File blob methods from diff highlighterdm-highlight-diff-file-blobDouwe Maan2017-06-081-24/+13
| |/
| * Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-0/+11
| * Merge branch 'fix/backup-restore-resume' into 'master'James Lopez2017-06-071-0/+63
| |\
| | * refactor code and specJames Lopez2017-06-071-9/+4
| | * fix spec and added changelogJames Lopez2017-06-071-2/+2
| | * fix spec and added changelogJames Lopez2017-06-071-2/+0
| | * add more spec examplesJames Lopez2017-06-071-6/+41
| | * add repository specJames Lopez2017-06-071-0/+35
| * | Sync email address from specified omniauth providerRobin Bobbitt2017-06-072-9/+49
| * | Merge branch 'dm-diff-file-straight-diff' into 'master'Sean McGivern2017-06-073-2/+111
| |\ \
| | * | Fix Diff::Position#diff_file for positions on straight diffsdm-diff-file-straight-diffDouwe Maan2017-06-063-2/+111
| * | | Merge branch 'feature/gb/persist-pipeline-stages' into 'master'Kamil Trzciński2017-06-073-1/+72
| |\ \ \
| | * \ \ Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-069-99/+390
| | |\ \ \
| | * | | | Improve specs for pipeline and pipeline seedsGrzegorz Bizon2017-06-051-1/+1
| | * | | | Fix typo in import/export safe model attributesGrzegorz Bizon2017-06-051-1/+1
| | * | | | Add assertions about new pipeline stage in specsGrzegorz Bizon2017-06-051-0/+4
| | * | | | Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-0545-519/+1867
| | |\ \ \ \
| | * | | | | Export pipeline stages in import/export featureGrzegorz Bizon2017-06-052-0/+14
| | * | | | | Fix invalid conditional in pipeline create serviceGrzegorz Bizon2017-06-021-2/+1
| | * | | | | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-022-66/+54
| | * | | | | Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-011-0/+1
| | |\ \ \ \ \
| | * | | | | | Return stage seeds object from YAML processorGrzegorz Bizon2017-05-311-0/+4
| | * | | | | | Refine pipeline stages seeds classGrzegorz Bizon2017-05-312-47/+62
| | * | | | | | Add stage seed class that represents attributesGrzegorz Bizon2017-05-301-0/+47
| * | | | | | | Merge branch 'feature/gb/migrate-pipeline-stages' into 'master'Kamil Trzciński2017-06-071-0/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Merge commit '6ac1caa01a4c059f5bcb7c9da2e83001e5469f73' into feature/gb/migra...feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-069-99/+390
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | Merge branch 'master' into feature/gb/migrate-pipeline-stagesGrzegorz Bizon2017-06-0545-518/+1866
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | / / | | | | |_|/ / | | | |/| | |
| | * | | | | Use stage_id column in code that needs to know about itGrzegorz Bizon2017-06-011-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'instrument-infra' into 'master'Grzegorz Bizon2017-06-072-1/+185
| |\ \ \ \ \
| | * | | | | Do not cleanup temp directory as this apparently causes silent rspec failures...Pawel Chojnacki2017-06-071-7/+2
| | * | | | | Make PrometheusTextFormat return proper output terminated with '\n'Pawel Chojnacki2017-06-021-2/+2
| | * | | | | Make production settings fixture use Gitlab::CurrentSettings.current_applicat...Pawel Chojnacki2017-06-021-9/+5
| | * | | | | Make fixture message more descriptivePawel Chojnacki2017-06-021-12/+13
| | * | | | | Add prometheus text formatterPawel Chojnacki2017-06-021-0/+44
| | * | | | | Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-11/+21
| | * | | | | Make tests of Gitlab::Metrics use explicit descriptions.Pawel Chojnacki2017-06-021-10/+24
| | * | | | | Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki2017-06-021-1/+0
| | * | | | | Add tests for metrics behaviorPawel Chojnacki2017-06-021-0/+125
| * | | | | | Merge branch '32995-issue-contents-dynamically-replaced-with-stale-version-af...Sean McGivern2017-06-072-22/+41
| |\ \ \ \ \ \
| | * | | | | | Fix incorrect ETag cache key when relative instance URL is usedAdam Niedzielski2017-06-072-22/+41
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch '12910-snippets-description' into 'master'Phil Hughes2017-06-071-0/+1
| |\ \ \ \ \ \
| | * | | | | | Support descriptions for snippetsJarka Kadlecova2017-05-311-0/+1
| * | | | | | | Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński2017-06-071-11/+15
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Fix test failureszj-read-registry-patZ.J. van de Weg2017-06-061-11/+8
| | * | | | | | Create read_registry scope with JWT authZ.J. van de Weg2017-06-051-0/+7
* | | | | | | | Use include ActiveModel::Model to hold metrics data parsed from yaml.Pawel Chojnacki2017-06-161-11/+12
* | | | | | | | Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-091-0/+250
* | | | | | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-0725-147/+706
|\ \ \ \ \ \ \ \ | |/ / / / / / /