summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Fix TRIGGER checks for MySQLfix-mysql-grant-checkYorick Peterse2017-11-061-11/+19
| | | | | | | | | This ensures we can check if the user has TRIGGER permissions without querying restricted tables. Thanks to Steve Norman (https://gitlab.com/stevenorman) for helping out with this merge request. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38372
* Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-063-18/+5
|\ | | | | | | | | 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-063-8/+115
| |\
| * \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-055-4/+89
| |\ \
| * \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0323-48/+102
| |\ \ \
| * \ \ \ Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0211-32/+230
| |\ \ \ \
| * | | | | Fix spec. Fix usage ping. Fix warnings by adding new models and attributes.Shinya Maeda2017-11-012-5/+5
| | | | | |
| * | | | | Merge branch 'master' into refactor-clustersShinya Maeda2017-11-0125-65/+270
| |\ \ \ \ \
| * | | | | | This worksShinya Maeda2017-10-231-13/+0
| | | | | | |
* | | | | | | Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-0621-350/+684
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add all InfluxDB metrics to prometheus See merge request gitlab-org/gitlab-ce!13891
| * | | | | | | Add missing mutex guard to method call metricspawel/metrics-to-prometheus-33643Pawel Chojnacki2017-11-031-12/+21
| | | | | | | |
| * | | | | | | Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-022-4/+4
| | | | | | | |
| * | | | | | | Use Mutex to guard metrics creation in transaction. Switch action view to ↵Pawel Chojnacki2017-11-022-28/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threadsafe instance variables
| * | | | | | | move metrics for ActiveRecord, RailsCache and queue duration to instance ↵Pawel Chojnacki2017-11-023-38/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | variables
| * | | | | | | rename BackgroundMigration to SidekiqMigrationPawel Chojnacki2017-11-023-2/+2
| | | | | | | |
| * | | | | | | Fix sidekiq middleware testsPawel Chojnacki2017-11-023-6/+5
| | | | | | | |
| * | | | | | | Remove unnecessary namespace usePawel Chojnacki2017-11-022-7/+7
| | | | | | | |
| * | | | | | | Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-025-264/+33
| | | | | | | |
| * | | | | | | Web/Sidekiq transaction splitPawel Chojnacki2017-11-023-1/+262
| | | | | | | |
| * | | | | | | Move labels to be initialized in constructorPawel Chojnacki2017-11-021-5/+2
| | | | | | | |
| * | | | | | | Avoid using Send (but is it better?) + small rubocop cleanupPawel Chojnacki2017-11-022-10/+8
| | | | | | | |
| * | | | | | | Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+5
| | | | | | | |
| * | | | | | | Adjust test to changed metrics methods.Pawel Chojnacki2017-11-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + remove deprecated test suite
| * | | | | | | Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki2017-11-021-1/+12
| | | | | | | |
| * | | | | | | Add info about prometheus bucketsPawel Chojnacki2017-11-022-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + fix cpu time
| * | | | | | | Guard metrics creation with a mutexPawel Chojnacki2017-11-021-7/+23
| | | | | | | |
| * | | | | | | Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki2017-11-022-19/+19
| | | | | | | |
| * | | | | | | Fix rspec errors, and add more tests to MethodCall and ActionViewPawel Chojnacki2017-11-022-5/+21
| | | | | | | |
| * | | | | | | Fix Active record and transaction specsPawel Chojnacki2017-11-021-1/+1
| | | | | | | |
| * | | | | | | Fix rubocop warningsPawel Chojnacki2017-11-024-4/+3
| | | | | | | |
| * | | | | | | Differentiatie between class and instance methodsPawel Chojnacki2017-11-021-4/+6
| | | | | | | |
| * | | | | | | Split call name to module and method namePawel Chojnacki2017-11-024-10/+27
| | | | | | | |
| * | | | | | | More parsable labels in method performance measurementsPawel Chojnacki2017-11-022-7/+7
| | | | | | | |
| * | | | | | | Make transaction labels more readablePawel Chojnacki2017-11-023-34/+48
| | | | | | | |
| * | | | | | | Fix measure codde to work with secondsPawel Chojnacki2017-11-021-2/+2
| | | | | | | |
| * | | | | | | Rails cache metrics name alignmentPawel Chojnacki2017-11-021-8/+8
| | | | | | | |
| * | | | | | | Transaction needs to be able to describe controller action by itselfPawel Chojnacki2017-11-022-71/+73
| | | | | | | |
| * | | | | | | Tune bucket sizes an action labelsPawel Chojnacki2017-11-024-19/+19
| | | | | | | |
| * | | | | | | Add action tag to more metricsPawel Chojnacki2017-11-022-7/+30
| | | | | | | |
| * | | | | | | Introduce missing Action conceptPawel Chojnacki2017-11-024-33/+62
| | | | | | | |
| * | | | | | | Cleanup transaction metricsPawel Chojnacki2017-11-023-20/+35
| | | | | | | |
| * | | | | | | Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-025-29/+20
| | | | | | | |
| * | | | | | | remove common Base Sampler codePawel Chojnacki2017-11-021-53/+18
| | | | | | | |
| * | | | | | | Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki2017-11-022-25/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + clean transaction metrics + Gemfile.lock file update
| * | | | | | | Transaction and method instrumentationPawel Chojnacki2017-11-023-26/+58
| | | | | | | |
| * | | | | | | Finished Ruby SamplerPawel Chojnacki2017-11-021-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Cleanup sampler, use latest Prometheus gem
| * | | | | | | Add samples total and cleanupPawel Chojnacki2017-11-021-26/+53
| | | | | | | |
| * | | | | | | Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-027-212/+338
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-062-2/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | |