summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Make time window parameters available in the query string59365-include-time-window-parameters-in-the-url-query-stringJose Vargas2019-05-011-1/+36
* Merge branch 'lock-pipeline-schedule-worker' into 'master'Stan Hu2019-04-291-0/+12
|\
| * Prevent concurrent execution of PipelineScheduleWorkerShinya Maeda2019-04-281-0/+12
* | Merge branch 'sh-add-full-backtrace-rspec' into 'master'Sean McGivern2019-04-291-0/+1
|\ \
| * | Add full backtrace for RSpec outputStan Hu2019-04-291-0/+1
* | | Merge branch 'fix-ci-commit-ref-name-and-slug' into 'master'Sean McGivern2019-04-293-0/+68
|\ \ \
| * | | Fix CI_COMMIT_REF_NAME and SLUG variableShinya Maeda2019-04-293-0/+68
* | | | Merge branch 'use-keyword-args-for-databuilder-push' into 'master'Douglas Barbosa Alexandre2019-04-294-14/+16
|\ \ \ \
| * | | | Use all keyword args for DataBuilder::Push.build()Jonathon Reinhart2019-04-254-14/+16
* | | | | Merge remote-tracking branch 'origin/master'John T Skarbek2019-04-2970-819/+1921
|\ \ \ \ \
| * | | | | Add Rubocop rule to ban include ActionView::ContextStan Hu2019-04-291-0/+45
| | |_|/ / | |/| | |
| * | | | Fix links to wiki pages with subdirectorieskhm2019-04-291-11/+25
| * | | | Merge branch 'bvl-initialize-design-repo-ce' into 'master'Douwe Maan2019-04-294-71/+168
| |\ \ \ \
| | * | | | Port changes for design management to CEBob Van Landuyt2019-04-294-71/+168
| * | | | | Merge branch '60821-deployment-jobs-broken-as-of-11-10-0' into 'master'Douwe Maan2019-04-291-0/+6
| |\ \ \ \ \
| | * | | | | Fix deployments for Kubernetes service templatesTiger2019-04-291-0/+6
| | |/ / / /
| * | | | | Load environment metrics only for JSON endpointPeter Leitzen2019-04-291-4/+4
| * | | | | Merge branch '60855-mr-popover-is-not-attached-in-system-notes-jest-fix' into...Filipa Lacerda2019-04-291-0/+7
| |\ \ \ \ \
| | * | | | | Init MR Popovers on system note mountedSam Bigelow2019-04-261-0/+7
| * | | | | | Merge branch 'sh-fix-profiler-ruby-5.1' into 'master'28996-automatic-https-certificate-creation-renewal-for-pages-custom-domains-228996-automatic-https-certificate-creation-renewal-for-pages-custom-domainsSean McGivern2019-04-291-3/+3
| |\ \ \ \ \ \
| | * | | | | | Fix Profiler to work with Ruby 5.1Stan Hu2019-04-261-3/+3
| * | | | | | | Add gitaly session id & catfile-cache feature flagJohn Cai2019-04-291-0/+42
| | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch '60945-masked-variable-still-printed-in-log-output-on-gitlab-com...Kamil Trzciński2019-04-281-14/+0
| |\ \ \ \ \ \
| | * | | | | | Remove variable masking feature flagMatija Čupić2019-04-261-14/+0
| | |/ / / / /
| * | | | | | Merge branch '60383-setup-dashboard-endpoint' into 'master'Grzegorz Bizon2019-04-288-0/+279
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Move dashboard param to initialize method60383-setup-dashboard-endpointsyasonik2019-04-251-2/+2
| | * | | | | Prefer safe_load and deep_symbolize_keyssyasonik2019-04-252-3/+3
| | * | | | | Move MetricsDashboard to Metrics::Dashboardsyasonik2019-04-257-11/+7
| | * | | | | Fix broken specsyasonik2019-04-241-4/+2
| | * | | | | Defend against dashboard errors, rework sequencesyasonik2019-04-243-0/+55
| | * | | | | Make EE interactions and transformations cleanersyasonik2019-04-241-2/+2
| | * | | | | Finish updating dashboard schemasyasonik2019-04-241-1/+1
| | * | | | | Utilize renamed dashboard ordering attributesyasonik2019-04-242-2/+2
| | * | | | | Bring in line with EE needssyasonik2019-04-242-4/+8
| | * | | | | Make query or query_range required in metricsrpereira22019-04-241-0/+4
| | * | | | | Add schema validation specrpereira22019-04-245-2/+73
| | * | | | | Inherit from BaseServicerpereira22019-04-242-6/+8
| | * | | | | Minor optimization and code claritysyasonik2019-04-241-1/+8
| | * | | | | Add frozen_string_literal magic commentrpereira22019-04-242-0/+4
| | * | | | | Correct the order of groups and panelsrpereira22019-04-242-21/+22
| | * | | | | Cleanup misnamed or unnecessary filessyasonik2019-04-242-1/+1
| | * | | | | Refactor dashboard proccesing into stagessyasonik2019-04-242-3/+3
| | * | | | | Rubocop cleanupsyasonik2019-04-242-5/+4
| | * | | | | Add unit tests and fix broken endpointsyasonik2019-04-244-0/+138
| * | | | | | Add Let's Encrypt application settingsVladimir Shushlin2019-04-272-0/+45
| * | | | | | Add deployment events to chat notification servicesJason Goodman2019-04-2613-3/+287
| | |/ / / / | |/| | | |
| * | | | | Add ProjectMetricsDashboardSetting model and tableReuben Pereira2019-04-266-1/+135
| * | | | | Merge branch 'winh-move-static-fixtures' into 'master'Clement Ho2019-04-268-9/+9
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Move all static fixtures to static directoryWinnie Hellmann2019-04-258-9/+9
| | | |/ / | | |/| |
| * | | | Merge branch '57171-operations-controller-spec-refactor' into 'master'Grzegorz Bizon2019-04-261-106/+110
| |\ \ \ \