summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-063-19/+46
|\ \ \
| * \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-062-22/+118
| |\ \ \
| * | | | Fix import_export failureShinya Maeda2017-11-031-3/+4
| * | | | Fix spec failure. MySQL does not bite trueShinya Maeda2017-11-031-0/+3
| * | | | Fix tests. Remove NOT NULL constraint from cluster.user.Shinya Maeda2017-11-031-3/+9
| * | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0327-59/+335
| |\ \ \ \
| * | | | | Fix out of sync with KubernetesService. Remove namespace pramas from controll...Shinya Maeda2017-11-021-26/+0
| * | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-027-104/+308
| |\ \ \ \ \
| * | | | | | Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-012-3/+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
|\ \ \ \ \ \ \
| * | | | | | | Ignore routes matching legacy_*_redirect in route specsSean McGivern2017-11-061-3/+16
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan2017-11-063-19/+66
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Gitlab::Git::RevList and LfsChanges use lazy popenjej/fix-lfs-changes-lazinessJames Edwards-Jones2017-11-062-19/+49
| * | | | | Gitlab::Git::Popen can lazily hand output to a blockJames Edwards-Jones2017-11-061-0/+17
* | | | | | Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern2017-11-061-16/+76
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Encapsulate git operations for mirroring in Gitlab::GitAlejandro Rodríguez2017-11-031-16/+61
| * | | | | Add `Gitlab::Git::Repository#fetch` commandAlejandro Rodríguez2017-11-031-0/+15
| | |/ / / | |/| | |