Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Guard metrics creation with a mutex | Pawel Chojnacki | 2017-11-02 | 1 | -7/+23 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Move labels tests from Metrics rack spec to Transaction spec | Pawel Chojnacki | 2017-11-02 | 5 | -90/+77 | |
| | | | | | | | | | ||||||
| * | | | | | | | | [no ci] add Changelog | Pawel Chojnacki | 2017-11-02 | 1 | -0/+5 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Metric spec adjustment for transaction signature change | Pawel Chojnacki | 2017-11-02 | 1 | -6/+6 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix Rubocop warnings | Pawel Chojnacki | 2017-11-02 | 3 | -4/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix rspec errors, and add more tests to MethodCall and ActionView | Pawel Chojnacki | 2017-11-02 | 6 | -13/+75 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Cache spec check if prometheus metrics are triggered | Pawel Chojnacki | 2017-11-02 | 1 | -3/+15 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rails cache spec | Pawel Chojnacki | 2017-11-02 | 1 | -28/+29 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix Active record and transaction specs | Pawel Chojnacki | 2017-11-02 | 4 | -10/+22 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Ruby sampler spec | Pawel Chojnacki | 2017-11-02 | 1 | -0/+92 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix rubocop warnings | Pawel Chojnacki | 2017-11-02 | 4 | -4/+3 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Differentiatie between class and instance methods | Pawel Chojnacki | 2017-11-02 | 1 | -4/+6 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Split call name to module and method name | Pawel Chojnacki | 2017-11-02 | 4 | -10/+27 | |
| | | | | | | | | | ||||||
| * | | | | | | | | More parsable labels in method performance measurements | Pawel Chojnacki | 2017-11-02 | 2 | -7/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Make transaction labels more readable | Pawel Chojnacki | 2017-11-02 | 3 | -34/+48 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Fix measure codde to work with seconds | Pawel Chojnacki | 2017-11-02 | 1 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Rails cache metrics name alignment | Pawel Chojnacki | 2017-11-02 | 1 | -8/+8 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Transaction needs to be able to describe controller action by itself | Pawel Chojnacki | 2017-11-02 | 2 | -71/+73 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Tune bucket sizes an action labels | Pawel Chojnacki | 2017-11-02 | 4 | -19/+19 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add action tag to more metrics | Pawel Chojnacki | 2017-11-02 | 2 | -7/+30 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Introduce missing Action concept | Pawel Chojnacki | 2017-11-02 | 4 | -33/+62 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Cleanup transaction metrics | Pawel Chojnacki | 2017-11-02 | 7 | -28/+49 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Cleanup sampling code and fix bug with samplers running without sleep | Pawel Chojnacki | 2017-11-02 | 5 | -29/+20 | |
| | | | | | | | | | ||||||
| * | | | | | | | | remove common Base Sampler code | Pawel Chojnacki | 2017-11-02 | 2 | -55/+18 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Remove transaction tags and map transaction metrics to prometheus | Pawel Chojnacki | 2017-11-02 | 4 | -58/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + clean transaction metrics + Gemfile.lock file update | |||||
| * | | | | | | | | Transaction and method instrumentation | Pawel Chojnacki | 2017-11-02 | 3 | -26/+58 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Finished Ruby Sampler | Pawel Chojnacki | 2017-11-02 | 2 | -19/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Cleanup sampler, use latest Prometheus gem | |||||
| * | | | | | | | | Add samples total and cleanup | Pawel Chojnacki | 2017-11-02 | 2 | -26/+55 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Add GC sampler and small refactor of samplers | Pawel Chojnacki | 2017-11-02 | 12 | -217/+347 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge branch 'rc-qa-tags-mistake' into 'master' | Grzegorz Bizon | 2017-11-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixup rspec tag misuse See merge request gitlab-org/gitlab-ce!15227 | |||||
| * | | | | | | | | | Fixup rspec tag misuse | Richard Clamp | 2017-11-06 | 1 | -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 Ho | 2017-11-06 | 5 | -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-toggle | Luke "Jared" Bennett | 2017-11-04 | 2 | -16/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changelog | |||||
| * | | | | | | | | | | Fix karma | Luke "Jared" Bennett | 2017-11-02 | 2 | -6/+8 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Separate preview and write tabs into seperate events | Luke "Jared" Bennett | 2017-11-02 | 2 | -24/+26 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Fix markdown-preview events for new isPreview var | Luke "Jared" Bennett | 2017-11-01 | 1 | -5/+12 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Correct selector in field_spec | Luke "Jared" Bennett | 2017-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Let field.vue handle the changing of preview | Luke "Jared" Bennett | 2017-11-01 | 3 | -13/+13 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Use settimeoutpromise in field_spec | Luke "Jared" Bennett | 2017-11-01 | 1 | -23/+14 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | Dont emit toggle-markdown event if current target is already active and add ↵ | Luke "Jared" Bennett | 2017-11-01 | 2 | -5/+47 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | specs | |||||
* | | | | | | | | | | | Merge branch '38385-gpg-tooltips-not-working-in-safari' into 'master' | Jacob Schatz | 2017-11-06 | 3 | -2/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "GPG tooltips not working in Safari" Closes #38385 See merge request gitlab-org/gitlab-ce!15228 | |||||
| * | | | | | | | | | | | add CHANGELOG.md entry for !15228 | Mike Greiling | 2017-11-06 | 1 | -0/+5 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix GPG signature popover trigger for Safari and Firefox | Mike Greiling | 2017-11-06 | 2 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch '39757-border-zero-of-scss-lint' into 'master' | Annabel Dunstone Gray | 2017-11-06 | 41 | -101/+106 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable BorderZero rule in scss-lint Closes #39757 See merge request gitlab-org/gitlab-ce!15168 | |||||
| * | | | | | | | | | | Enable BorderZero rule in scss-lint | Takuya Noguchi | 2017-11-06 | 41 | -101/+106 | |
| | | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch '38589-internationalize-tags-page' into 'master' | Tim Zallmann | 2017-11-06 | 5 | -26/+34 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Internationalize tags page" Closes #38589 See merge request gitlab-org/gitlab-ce!15165 | |||||
| * | | | | | | | | | | | consistency fixes38589-internationalize-tags-page | Jose Ivan Vargas | 2017-11-06 | 3 | -3/+3 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Internationalized the tags page | Jose Ivan Vargas | 2017-11-06 | 5 | -26/+34 | |
| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master' | Sean McGivern | 2017-11-06 | 21 | -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 columns | micael.bergeron | 2017-11-06 | 2 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method is an ActiveRecord extension and it should behave like one. I expected this to work. |