- 23 Aug, 2019 30 commits
-
-
Walmyr Lima authored
-
Achilleas Pipinellis authored
62514 - update prometheus metrics docs Closes #62514 See merge request gitlab-org/gitlab-ce!31987
-
David Wilkins authored
- Strikeout for metrics that aren't reported anymore - added
👍 for all the metrics that appear to be still available - Added🆕 for the new metrics. - Determine Release when the new metrics appeared - Add descriptions for the new metrics - remove the adornments🆕 and👍 - removce the lines with strikeout -
Stan Hu authored
Reduce dedup calls to gc only See merge request gitlab-org/gitlab-ce!32083
-
Kushal Pandya authored
Hide duplicate board list while dragging See merge request gitlab-org/gitlab-ce!32099
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Update dependencies api doc See merge request gitlab-org/gitlab-ce!32061
-
Tetiana Chupryna authored
-
Nick Thomas authored
Document uploads development guidelines Closes #63097 See merge request gitlab-org/gitlab-ce!31290
-
Alessio Caiazza authored
Explain Workhorse acceleration features
-
Nick Thomas authored
Add frozen_string_literal to lib part 2 See merge request gitlab-org/gitlab-ce!32094
-
Annabel Dunstone Gray authored
Resolve "Git clone URL box on Wiki git access page is broken" Closes #66022 See merge request gitlab-org/gitlab-ce!31898
-
Himanshu Kapoor authored
Some CSS fixes to fix the position of the git clone box on the wiki git access page. This fix also includes fixes for various responsive states.
-
Filipa Lacerda authored
fix charts scroll handle icon See merge request gitlab-org/gitlab-ce!31825
-
Laura Montemayor authored
-
Nick Thomas authored
Add Redis interceptor tracing See merge request gitlab-org/gitlab-ce!30238
-
Andrew Newdigate authored
This change adds Distributed Tracing support for two new types of events 1. Redis Calls 1. ActiveSupport (Rails) Caching Operations The intention is to help application developers and infrastructure SREs to understand the pressure that caching operations can have on the application when running at scale. The Redis and Caching spans can be viewed in the Jaeger UI by clicking the "Trace" link in the performance bar when running on GDK.
-
Grzegorz Bizon authored
Optimise UpdateBuildQueueService Closes #66438 See merge request gitlab-org/gitlab-ce!32095
-
Achilleas Pipinellis authored
Update documentation screenshot See merge request gitlab-org/gitlab-ce!31995
-
Samantha Ming authored
-
Achilleas Pipinellis authored
Add version 12 upgrade recommendations Closes #63907 See merge request gitlab-org/gitlab-ce!30201
-
Greg Myers authored
Updates doc/policy/maintenance.md, adds upgrade path from 11 -> 12
-
Achilleas Pipinellis authored
Update capitalization in /administration, /api, others See merge request gitlab-org/gitlab-ce!32136
-
Marcel Amirault authored
Update capitalization in /administration, /api, /ci and /customization
-
Jan Provaznik authored
Exempt `jwt/auth` for user `gitlab-ci-token` from rate limiting Closes #49392 See merge request gitlab-org/gitlab-ce!31909
-
Marius Bobin authored
-
Sanad Liaquat authored
Resolve "Failure in qa/specs/features/browser_ui/3_create/repository/user_views_commit_diff_patch_spec.rb" Closes gitlab-org/quality/staging#69 See merge request gitlab-org/gitlab-ce!32087
-
Kushal Pandya authored
Add logic for respecting browser DNT setting See merge request gitlab-org/gitlab-ce!32030
-
Jeremy Jackson authored
-
Thong Kuah authored
-
- 22 Aug, 2019 10 commits
-
-
Paul Slaughter authored
Resolve "WebIDE Default Commit options" Closes #51470 See merge request gitlab-org/gitlab-ce!31449
-
Denys Mishunov authored
One exception: there is an existing MR for the current branch and the branch is non-default and non-protected. Extended mock_data for ide/stores to have different types of branches: default, protected and regular Cleaned new MR checkbox view
-
Mayra Cabrera authored
Resolve "Mirroring for external CI/CD repositories should not store OAuth token" See merge request gitlab-org/gitlab-ce!31488
-
Scott Hampton authored
Oauth2 tokens are causing issues with mirroring repos, because it effectively limits the number of repos you can mirror. Personal Access Tokens do not have this problem. This change removes the OAuth2 option from the import page for CI/CD only, and only provides the personal access token form.
-
Mark Lapierre authored
Update QA readme to note that Chrome/Chromium is required See merge request gitlab-org/gitlab-ce!32035
-
Mark Lapierre authored
-
Mayra Cabrera authored
Fix "ERR value is not an integer or out of range" errors Closes #66449 See merge request gitlab-org/gitlab-ce!32126
-
Mayra Cabrera authored
Expose namespace storage statistics with GraphQL See merge request gitlab-org/gitlab-ce!32012
-
Alessio Caiazza authored
Root namespaces have storage statistics. This commit allows namespace owners to get those stats via GraphQL queries like the following one { namespace(fullPath: "a_namespace_path") { rootStorageStatistics { storageSize repositorySize lfsObjectsSize buildArtifactsSize packagesSize wikiSize } } }
-
Stan Hu authored
[CE] Enable CSP in dev and CI See merge request gitlab-org/gitlab-ce!31800
-