- 07 Aug, 2019 12 commits
-
-
Ash McKenzie authored
Add support for Content-Security-Policy Closes #65330 See merge request gitlab-org/gitlab-ce!31402
-
Thong Kuah authored
Provide separate namespaces for each project environment See merge request gitlab-org/gitlab-ce!30711
-
Tiger Watson authored
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
-
Evan Read authored
Follow-up: Tweak line to improve badge placement Closes #65417 See merge request gitlab-org/gitlab-ce!31528
-
Marcel Amirault authored
-
Evan Read authored
Follow-Up: Change code blocks to shell type Closes #65605 See merge request gitlab-org/gitlab-ce!31526
-
Marcel Amirault authored
-
Ash McKenzie authored
Resolve "Use Gitlab::HTTP in PrometheusClient instead of RestClient" Closes #60024 See merge request gitlab-org/gitlab-ce!31053
-
David Wilkins authored
- Closes #60024 - Change PrometheusClient.new to accept a base url instead of an already created RestClient - Use Gitlab::HTTP in PrometheusClient instead of creating RestClient in PrometheusService - Move http_options from PrometheusService to PrometheusClient (follow_redirects: false) - ensure that base urls don't have the trailing slash - Created a `PrometheusClient#url` method that might not be strictly required - Change rescued exceptions from RestClient::* to HTTParty::ResponseError where possible and StandardError for the rest
-
Stan Hu authored
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing inline JavaScript to execute if the script nonce matches the header value. Rails 5.2 supports nonce-based Content-Security-Policy headers, so provide configuration to enable this and make it work. To support this, we need to change all `:javascript` HAML filters to the following form: ``` = javascript_tag nonce: true do :plain ... ``` We use `%script` throughout our HAML to store JSON and other text, but since this doesn't execute, browsers don't appear to block this content from being used and require the nonce value to be present.
-
Evan Read authored
Docs - Update link in SSL_TLS Certificates Page to Let's Encrypt Intergration See merge request gitlab-org/gitlab-ce!30984
-
Dean Leggo authored
-
- 06 Aug, 2019 28 commits
-
-
Stan Hu authored
Fix nil take regression Closes #65725 See merge request gitlab-org/gitlab-ce!31554
-
Matija Čupić authored
-
Dan Davison authored
Default number of GCP nodes to 1 See merge request gitlab-org/gitlab-ce!31497
-
Dan Davison authored
By defaulting to 3, there is unnecessary cost involved
-
Stan Hu authored
Remove GC metrics from performance bar Closes gitlab-org/quality/nightly#122 See merge request gitlab-org/gitlab-ce!31550
-
Douwe Maan authored
Add committer approval API attribute docs Closes #61796 See merge request gitlab-org/gitlab-ce!31538
-
Sean McGivern authored
These were disabled in production mode, but that also broke the rest of the performance bar. As they were only enabled in development mode, we can just remove them for now.
-
Douglas Barbosa Alexandre authored
Update Packer.gitlab-ci.yml to use latest image See merge request gitlab-org/gitlab-ce!31548
-
James Ramsay authored
Merge Requests Approvals can be restricted to prevent the merge request author or merge request committers from self approving. The author restriction is already available in the API, but the committer restriction was not.
-
Annabel Dunstone Gray authored
Prevents showing 2 tooltips in pipelines Closes #64608 See merge request gitlab-org/gitlab-ce!31521
-
Douwe Maan authored
Update mini_magick to 4.9.5 Closes #65671 See merge request gitlab-org/gitlab-ce!31505
-
Drew Blessing authored
Suggest disabling of NFS delegation not needed for RHEL7 update See merge request gitlab-org/gitlab-ce!31546
-
Kelly Hair authored
-
Stan Hu authored
Red Hat finally fixed the NFS server delegation problem that caused the TEST_STATEID flood. Mention the docs that disabling delegation may no longer be needed.
-
Clement Ho authored
Add top navigation analytics link See merge request gitlab-org/gitlab-ce!30324
-
Bob Van Landuyt authored
Support selective highlighting of lines See merge request gitlab-org/gitlab-ce!31361
-
Rémy Coutable authored
Disable review apps for auto-deploy branches See merge request gitlab-org/gitlab-ce!31494
-
Mike Greiling authored
Update karma to 4.2.0 Closes #65660 See merge request gitlab-org/gitlab-ce!31495
-
Thong Kuah authored
Improve the performance of viewing deploy keys Closes #43080 See merge request gitlab-org/gitlab-ce!31384
-
Sean McGivern authored
Make issue boards importable See merge request gitlab-org/gitlab-ce!31434
-
Grzegorz Bizon authored
Backport productivity analytics migrations See merge request gitlab-org/gitlab-ce!31298
-
Kushal Pandya authored
Resolve "Add point of interest discussions to designs" See merge request gitlab-org/gitlab-ce!31276
-
Natalia Tepluhina authored
This reverts commit d754beb74fbc06a2c744e15be4aa2831d8cef1c0.
-
Kushal Pandya authored
Hides loading spinner after request Closes #65263 See merge request gitlab-org/gitlab-ce!31478
-
Kushal Pandya authored
Alerts dropdown to modal CE2 See merge request gitlab-org/gitlab-ce!31181
-
Simon Knox authored
Added as EE backport
-
Achilleas Pipinellis authored
Resolve "DOCS Clarify usage of ElasticSearch with Gitaly non-NFS" Closes #65606 See merge request gitlab-org/gitlab-ce!31454
-
Anton Smith authored
-