summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Guard metrics creation with a mutexPawel Chojnacki2017-11-021-7/+23
| | | | | | | | |
| * | | | | | | | Move labels tests from Metrics rack spec to Transaction specPawel Chojnacki2017-11-025-90/+77
| | | | | | | | |
| * | | | | | | | [no ci] add ChangelogPawel Chojnacki2017-11-021-0/+5
| | | | | | | | |
| * | | | | | | | 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-026-13/+75
| | | | | | | | |
| * | | | | | | | 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-024-10/+22
| | | | | | | | |
| * | | | | | | | Ruby sampler specPawel Chojnacki2017-11-021-0/+92
| | | | | | | | |
| * | | | | | | | 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-027-28/+49
| | | | | | | | |
| * | | | | | | | Cleanup sampling code and fix bug with samplers running without sleepPawel Chojnacki2017-11-025-29/+20
| | | | | | | | |
| * | | | | | | | remove common Base Sampler codePawel Chojnacki2017-11-022-55/+18
| | | | | | | | |
| * | | | | | | | Remove transaction tags and map transaction metrics to prometheusPawel Chojnacki2017-11-024-58/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + clean transaction metrics + Gemfile.lock file update
| * | | | | | | | Transaction and method instrumentationPawel Chojnacki2017-11-023-26/+58
| | | | | | | | |
| * | | | | | | | Finished Ruby SamplerPawel Chojnacki2017-11-022-19/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Cleanup sampler, use latest Prometheus gem
| * | | | | | | | Add samples total and cleanupPawel Chojnacki2017-11-022-26/+55
| | | | | | | | |
| * | | | | | | | Add GC sampler and small refactor of samplersPawel Chojnacki2017-11-0212-217/+347
| | | | | | | | |
* | | | | | | | | Merge branch 'rc-qa-tags-mistake' into 'master'Grzegorz Bizon2017-11-061-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixup rspec tag misuse See merge request gitlab-org/gitlab-ce!15227
| * | | | | | | | | Fixup rspec tag misuseRichard Clamp2017-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In !14818 we added the ability to specify the example groups that should run via the `-t` (tag) option to rspec. It was assumed that the inclusion filter generated `{:core => true, :mattermost => true}` would run examples tagged :core OR :mattermost, when instead it means :core AND :mattermost. Here in order to assure at least some tests run, we specify that the :mattermost tagged examples are the only ones we care about.
* | | | | | | | | | Merge branch 'fix-md-form-tabs-double-click-toggle' into 'master'Clement Ho2017-11-065-27/+75
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix md form tab double click toggle Closes #39624 See merge request gitlab-org/gitlab-ce!15119
| * | | | | | | | | | FE review, replace timeout with nexttick and improve assertion helper. add ↵fix-md-form-tabs-double-click-toggleLuke "Jared" Bennett2017-11-042-16/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog
| * | | | | | | | | | Fix karmaLuke "Jared" Bennett2017-11-022-6/+8
| | | | | | | | | | |
| * | | | | | | | | | Separate preview and write tabs into seperate eventsLuke "Jared" Bennett2017-11-022-24/+26
| | | | | | | | | | |
| * | | | | | | | | | Fix markdown-preview events for new isPreview varLuke "Jared" Bennett2017-11-011-5/+12
| | | | | | | | | | |
| * | | | | | | | | | Correct selector in field_specLuke "Jared" Bennett2017-11-011-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Let field.vue handle the changing of previewLuke "Jared" Bennett2017-11-013-13/+13
| | | | | | | | | | |
| * | | | | | | | | | Use settimeoutpromise in field_specLuke "Jared" Bennett2017-11-011-23/+14
| | | | | | | | | | |
| * | | | | | | | | | Dont emit toggle-markdown event if current target is already active and add ↵Luke "Jared" Bennett2017-11-012-5/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specs
* | | | | | | | | | | Merge branch '38385-gpg-tooltips-not-working-in-safari' into 'master'Jacob Schatz2017-11-063-2/+7
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "GPG tooltips not working in Safari" Closes #38385 See merge request gitlab-org/gitlab-ce!15228
| * | | | | | | | | | | add CHANGELOG.md entry for !15228Mike Greiling2017-11-061-0/+5
| | | | | | | | | | | |
| * | | | | | | | | | | fix GPG signature popover trigger for Safari and FirefoxMike Greiling2017-11-062-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch '39757-border-zero-of-scss-lint' into 'master'Annabel Dunstone Gray2017-11-0641-101/+106
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable BorderZero rule in scss-lint Closes #39757 See merge request gitlab-org/gitlab-ce!15168
| * | | | | | | | | | Enable BorderZero rule in scss-lintTakuya Noguchi2017-11-0641-101/+106
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '38589-internationalize-tags-page' into 'master'Tim Zallmann2017-11-065-26/+34
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Internationalize tags page" Closes #38589 See merge request gitlab-org/gitlab-ce!15165
| * | | | | | | | | | | consistency fixes38589-internationalize-tags-pageJose Ivan Vargas2017-11-063-3/+3
| | | | | | | | | | | |
| * | | | | | | | | | | Internationalized the tags pageJose Ivan Vargas2017-11-065-26/+34
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-0621-97/+51
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed the #ensure_ref_fetched from all controllers Closes #36061 See merge request gitlab-org/gitlab-ce!15129
| * | | | | | | | | | | | updated the ignore_column concern to support multiple columnsmicael.bergeron2017-11-062-6/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method is an ActiveRecord extension and it should behave like one. I expected this to work.