summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix application error when Project#last_activity_at is nil34276-fix-dashboard-page-when-last-activity-at-is-nilRuben Davila2017-06-261-5/+17
* Merge branch 'dm-requirements-txt-tilde' into 'master'Grzegorz Bizon2017-06-231-0/+4
|\
| * Don't match tilde and exclamation mark as part of requirements.txt package namedm-requirements-txt-tildeDouwe Maan2017-06-231-0/+4
* | Merge branch 'tc-refactor-projects-finder-init-collection' into 'master'Douwe Maan2017-06-232-3/+17
|\ \
| * | Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-232-3/+17
* | | Merge branch 'mk-fix-breadcrumb-order-33938' into 'master'Douwe Maan2017-06-231-0/+13
|\ \ \
| * | | Fix breadcrumb orderMichael Kozono2017-06-221-0/+13
| |/ /
* | | Merge branch 'fix/gb/improve-updating-column-in-batches-helper' into 'master'Yorick Peterse2017-06-238-30/+50
|\ \ \
| * | | Fix Rubocop offense in migration helpers specsfix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-221-1/+1
| * | | Merge branch 'master' into fix/gb/improve-updating-column-in-batches-helperGrzegorz Bizon2017-06-22243-2443/+2447
| |\ \ \ | | | |/ | | |/|
| * | | Disable transaction in specs for some migrationsGrzegorz Bizon2017-06-222-2/+2
| * | | Fix specs for database migration helpers with transactionsGrzegorz Bizon2017-06-221-2/+8
| * | | Fix migration specs that can not run within transactionGrzegorz Bizon2017-06-215-5/+5
| * | | Raise if updating columns in batches within a transactionGrzegorz Bizon2017-06-211-21/+35
* | | | Limit the width of commit & snippet comment sectionsPhil Hughes2017-06-231-3/+5
* | | | Make JavaScript tests fail for unhandled Promise rejectionsWinnie Hellmann2017-06-235-153/+247
| |_|/ |/| |
* | | Merge branch 'fix/properly-encode-gitaly-diffs' into 'master'Robert Speicher2017-06-221-0/+8
|\ \ \
| * | | Encode Gitaly diff patches properlyfix/properly-encode-gitaly-diffsAhmad Sherif2017-06-221-0/+8
* | | | Merge branch '28717-additional-metrics-review-branch' into 'master'Grzegorz Bizon2017-06-2221-6/+1271
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-22611-3310/+4535
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Make queries not die when underlying data cannot be foundPawel Chojnacki2017-06-201-2/+2
| * | | | Add rescue_from(ActionController::UnknownFormat) in Application ControllerPawel Chojnacki2017-06-201-0/+30
| * | | | Memoize only yaml loading methodPawel Chojnacki2017-06-161-5/+0
| * | | | move additional_metrics.yaml into prometheus/ config folderPawel Chojnacki2017-06-161-1/+1
| * | | | Move Prometheus service to project modelPawel Chojnacki2017-06-163-5/+6
| * | | | Fix prometheus service frontend fixturePawel Chojnacki2017-06-162-3/+3
| * | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-16433-2461/+9536
| |\ \ \ \
| * | | | | cleanup wipPawel Chojnacki2017-06-163-6/+9
| * | | | | Use include ActiveModel::Model to hold metrics data parsed from yaml.Pawel Chojnacki2017-06-162-13/+14
| * | | | | Test Additional metrics parser and fix query checking testsPawel Chojnacki2017-06-092-1/+251
| * | | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-07258-2067/+7637
| |\ \ \ \ \
| * | | | | | Remove unecessary before blockPawel Chojnacki2017-06-071-4/+0
| * | | | | | Use explicit instance of prometheus service and add access methods to itPawel Chojnacki2017-06-074-10/+104
| * | | | | | Add schema matcher for non response objects + use schema to test additional m...Pawel Chojnacki2017-06-064-71/+88
| * | | | | | expand Namespaces:: and refactoring yaml parsing out of MetricGroup classPawel Chojnacki2017-06-064-4/+4
| * | | | | | Explicitly require format.json in prometheus_controllerPawel Chojnacki2017-06-061-0/+60
| * | | | | | Fix prometheus service testsPawel Chojnacki2017-06-062-2/+16
| * | | | | | Fix transient error in deployment testPawel Chojnacki2017-06-061-0/+4
| * | | | | | Remove orig file + rubocop cleanupPawel Chojnacki2017-06-053-20/+10
| * | | | | | Cleanup Additional Metrics testsPawel Chojnacki2017-06-056-68/+20
| * | | | | | Refactor Metric tests to use more common codePawel Chojnacki2017-06-053-19/+16
| * | | | | | Additional Metrics of deployment testsPawel Chojnacki2017-06-054-142/+179
| * | | | | | Environments#additional_metrics testsPawel Chojnacki2017-06-052-0/+133
| * | | | | | Test Partial additional query responsePawel Chojnacki2017-06-051-9/+45
| * | | | | | Additional metrics test using multiple groupsPawel Chojnacki2017-06-053-32/+111
| * | | | | | Additional Metrics testsPawel Chojnacki2017-06-054-4/+104
| * | | | | | Towards Reviewable prometheusPawel Chojnacki2017-06-053-31/+143
| * | | | | | Matched Metrics testsPawel Chojnacki2017-06-051-0/+50
| * | | | | | Update as per review feedbackkushalpandya2017-06-011-1/+34
| * | | | | | Tests for `PrometheusMetrics` classkushalpandya2017-06-012-0/+166