summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
* fix specsfix/import-export-argumentsJames Lopez2017-11-071-3/+3
|
* Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-1/+11
| | | | Added unit test and updated integration spec to test for this as well.
* Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-075-2/+39
|\ | | | | | | | | Support custom attributes on groups and projects See merge request gitlab-org/gitlab-ce!14593
| * 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
|\ \ | | | | | | | | | | | | Refactor Clusters to be consisted from GcpProvider and KubernetesPlatform See merge request gitlab-org/gitlab-ce!14879
| * \ 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 ↵Shinya Maeda2017-11-021-26/+0
| | | | | | | | | | | | | | | | | | | | controller. Use time_with_zone in schema. Remove Gcp::Clusters from safe_model_attributes.ym
| * | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all InfluxDB metrics to prometheus See merge request gitlab-org/gitlab-ce!13891
| * | | | | | Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + remove rebased test case
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + remove deprecated test suite
| * | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + clean transaction metrics + Gemfile.lock file update
| * | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
| * | | | | | 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
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also, I refactored the MergeRequest#fetch_ref method to express the side-effect that this method has. MergeRequest#fetch_ref -> MergeRequest#fetch_ref! Repository#fetch_source_branch -> Repository#fetch_source_branch!
* | | | | | 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
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent git push when LFS objects are missing Closes #24564 See merge request gitlab-org/gitlab-ce!13837
| * | | | | | Replaced subject with subject.exec in ↵James Edwards-Jones2017-11-061-25/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | spec/lib/gitlab/checks/change_access_spec.rb
| * | | | | | 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 specs See merge request gitlab-org/gitlab-ce!15208
| * | | | | | | Ignore routes matching legacy_*_redirect in route specsSean McGivern2017-11-061-3/+16
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Routes with the name `legacy_*_redirect` may have wildcards deliberately, in order to support routing old paths to new paths. As long as these routes are tested independently, they do not need to fail the path regex spec.
* | | | | | | Merge branch 'jej/fix-lfs-changes-laziness' into 'master'Douwe Maan2017-11-063-19/+66
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | Implement lazy popen so LfsChanges doesn't have to wait for rev-list to complete See merge request gitlab-org/gitlab-ce!15180
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows input to start processing immediately without waiting for the process to complete. This also allows long or infinite inputs to be partially processed, which will termiate the process when reading stops with SIGPIPE.
* | | | | | Merge branch 'ce-gitlab-git-backport' into 'master'Sean McGivern2017-11-061-16/+76
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | CE repository mirroring changes backport See merge request gitlab-org/gitlab-ce!15184
| * | | | | 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
| | |/ / / | |/| | |
* | | | | Add TimeCop freeze for DST and Regular timefix/sm/39817-fix-cron_parser_spec-rbShinya Maeda2017-11-051-6/+42
|/ / / /