- 02 Aug, 2019 27 commits
-
-
Fatih Acet authored
Clean up job_app_spec See merge request gitlab-org/gitlab-ce!31400
-
Kamil Trzciński authored
Fix GC::Profiler metrics fetching See merge request gitlab-org/gitlab-ce!31331
-
Aleksei Lipniagov authored
Previously, both InfluxSampler and RubySampler were relying on the `GC::Profiler.total_time` data which is the sum over the list of captured GC events. Also, both samplers asynchronously called `GC::Profiler.clear` which led to incorrect metric data because each sampler has the wrong assumption it is the only object who calls `GC::Profiler.clear` and thus could rely on the gathered results between such calls. We should ensure that `GC::Profiler.total_time` is called only in one place making it possible to rely on accumulated data between such wipes. Also, we need to track the amount of profiler reports we lost.
-
Kamil Trzciński authored
Make `bin/web_puma` consider RAILS_ENV See merge request gitlab-org/gitlab-ce!31378
-
Evan Read authored
Use Mermaid Markdown for testing guide docs See merge request gitlab-org/gitlab-ce!31322
-
Achilleas Pipinellis authored
Custom project templates also on GitLab.com See merge request gitlab-org/gitlab-ce!31396
-
Evan Read authored
-
Kushal Pandya authored
Resolve Incorrect empty state message on "Explore projects" Closes #58256 See merge request gitlab-org/gitlab-ce!25578
-
Dennis Tang authored
-
Evan Read authored
Update ldap#security section See merge request gitlab-org/gitlab-ce!31335
-
George Koltsov authored
-
Lin Jen-Shin authored
Exclude docs from ee_compat_check See merge request gitlab-org/gitlab-ce!31397
-
Marcel Amirault authored
Changes * to + to be more precise with acceptable branch names
-
Evan Read authored
Document required quotes in Mermaid subgraph titles Closes #65338 See merge request gitlab-org/gitlab-ce!31312
-
Paul Slaughter authored
- Remove setTimeout calls - Add helper function to encapsulate setup
-
Evan Read authored
Add rate limit docs Closes #41308 See merge request gitlab-org/gitlab-ce!30829
-
Michael Kozono authored
-
Paul Slaughter authored
Remove blank block from job sidebar Closes #59521 See merge request gitlab-org/gitlab-ce!30754
-
Miranda Fluharty authored
Change sidebar's renderBlock() to return true only if any of the block's <detail-row>s will be rendered Change block to render only if renderBlock() returns true
-
Evan Read authored
Corrected name of Jira group See merge request gitlab-org/gitlab-ce!31358
-
Russell Dickenson authored
-
Evan Read authored
Update global dashboard shortcuts See merge request gitlab-org/gitlab-ce!31281
-
Nishad Sohoni authored
Needs shift keypress
-
Paul Slaughter authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520 See merge request gitlab-org/gitlab-ce!30284
-
Ash McKenzie authored
Add RSpec/TopLevelDescribePath cop See merge request gitlab-org/gitlab-ce!31241
-
Evan Read authored
Add documentation for Security Approvals for MRs See merge request gitlab-org/gitlab-ce!30959
-
Lucas Charles authored
Documents how to enable security approvals
-
- 01 Aug, 2019 13 commits
-
-
Paul Slaughter authored
(CE Port) Remove local echarts dependency See merge request gitlab-org/gitlab-ce!31282
-
Martin Wortschack authored
- Update package.json and yarn.lock
-
jboyson1 authored
-
Patrick Bajao authored
Move it to DiffPositionableNote concern which will be re-used in EE in DraftNote model.
-
Patrick Bajao authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14520
-
Michael Kozono authored
Revert "Merge branch 'mh/editor-indents' into 'master'" See merge request gitlab-org/gitlab-ce!31391
-
Douglas Barbosa Alexandre authored
Backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809 See merge request gitlab-org/gitlab-ce!31375
-
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3809Valery Sizov authored
Introducing Docker Registry replication
-
Paul Slaughter authored
This reverts commit 28f2225b, reversing changes made to 96ae5bd8.
-
Stan Hu authored
* Remove PNGs in favor of dynamically rendered graphs * Eliminate <b> styling because this is no longer supported * Change <br /> to <br> because the latter is only supported * Add quotes around subgraph titles
-
Robert Speicher authored
Add can_merge option to autocomplete response See merge request gitlab-org/gitlab-ce!30565
-
Igor authored
It's used only if merge_request_iid param is provided
-
Robert Speicher authored
Skip specs for default relative positions See merge request gitlab-org/gitlab-ce!31390
-