summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-073-100/+219
* Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-085-21/+19
|\
| * Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-1/+11
| |\
| | * fix specsfix/import-export-argumentsJames Lopez2017-11-071-3/+3
| | * Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-1/+11
| * | Merge branch '39831-warning-icon-in-jobs-dropdown-has-incorrect-style' into '...Clement Ho2017-11-072-2/+2
| |\ \
| | * | Fixed Status Warning Icon39831-warning-icon-in-jobs-dropdown-has-incorrect-styleTim Zallmann2017-11-062-2/+2
| * | | Merge branch 'fix-mysql-grant-check' into 'master'Rémy Coutable2017-11-071-17/+5
| |\ \ \
| | * | | Fix TRIGGER checks for MySQLfix-mysql-grant-checkYorick Peterse2017-11-061-17/+5
| * | | | Merge branch '39649-change-default-size-for-gke-cluster-creation' into 'master'Kamil Trzciński2017-11-071-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Resolve conflictsbikebilly2017-11-0726-263/+466
| | |\ \ \ | | | |/ /
| | * | | Change default cluster size to n1-standard-2bikebilly2017-11-061-1/+1
| | | |/ | | |/|
* | | | Add Helm InstallCommandAlessio Caiazza2017-11-071-0/+100
* | | | Add k8s namespace implementation and testsAlessio Caiazza2017-11-071-0/+66
* | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into...Shinya Maeda2017-11-071-16/+0
|\ \ \ \
| * | | | Remove Project#clusters exportAlessio Caiazza2017-11-071-16/+0
* | | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-076-6/+69
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-075-2/+39
| |\ \ \
| | * | | Support custom attributes on projectsMarkus Koller2017-11-065-2/+39
| * | | | Fix GFM reference links for closed milestonesbugfix_banzai_closed_milestonesVitaliy @blackst0ne Klachkov2017-11-071-4/+30
| | |_|/ | |/| |
* | | | Merge branch 'master' into 38464-k8s-appsEric Eastwood2017-11-0627-266/+502
|\ \ \ \ | |/ / /
| * | | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-063-19/+46
| |\ \ \
| * \ \ \ Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-0614-193/+291
| |\ \ \ \
| | * | | | Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-021-4/+0
| | * | | | Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-024-7/+7
| | * | | | rename BackgroundMigration to SidekiqMigrationPawel Chojnacki2017-11-023-2/+15
| | * | | | Fix sidekiq middleware testsPawel Chojnacki2017-11-022-21/+9
| | * | | | Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-026-8/+8
| | * | | | Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+3
| | * | | | Adjust test to changed metrics methods.Pawel Chojnacki2017-11-022-17/+3
| | * | | | Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki2017-11-021-1/+11
| | * | | | Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki2017-11-023-71/+58
| | * | | | Metric spec adjustment for transaction signature changePawel Chojnacki2017-11-021-6/+6
| | * | | | Fix Rubocop warningsPawel Chojnacki2017-11-023-4/+1
| | * | | | Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-023-4/+53
| | * | | | Cache spec check if prometheus metrics are triggeredPawel Chojnacki2017-11-021-3/+15
| | * | | | Rails cache specPawel Chojnacki2017-11-021-28/+29
| | * | | | Fix Active record and transaction specsPawel Chojnacki2017-11-023-9/+21
| | * | | | Ruby sampler specPawel Chojnacki2017-11-021-0/+92
| | * | | | Cleanup transaction metricsPawel Chojnacki2017-11-021-0/+0
| | * | | | Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki2017-11-022-33/+0
| | * | | | Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-023-2/+2
| * | | | | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-063-7/+6
| |\ \ \ \ \
| | * | | | | fix the failing specremove-ensure-ref-fetched-from-controllersmicael.bergeron2017-11-031-1/+0
| | * | | | | removed the #ensure_ref_fetched from all controllersmicael.bergeron2017-11-032-6/+6
| | |/ / / /
| * | | | | Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-065-28/+62
| * | | | | Merge branch 'jej/fs-prevent-push-when-missing-objects' into 'master'Douwe Maan2017-11-061-16/+61
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Replaced subject with subject.exec in spec/lib/gitlab/checks/change_access_sp...James Edwards-Jones2017-11-061-25/+19
| | * | | | Prevent git push when LFS objects are missingJames Edwards-Jones2017-11-061-2/+53
| * | | | | Merge branch 'ignore-legacy-routes-in-routing-spec' into 'master'Douwe Maan2017-11-061-3/+16
| |\ \ \ \ \