- 05 Jan, 2021 35 commits
-
-
GitLab Bot authored
-
Peter Leitzen authored
Deprecate prometheus.listen_address and prometheus.enable See merge request gitlab-org/gitlab!50500
-
Balasankar "Balu" C authored
We introduced `prometheus.server_address` setting in `gitlab.yml` which is to be Rails application's SSOT regarding a Prometheus address. Hence, we can deprecate the existing settings `enable` and `listen_address`. Changes: * To `Gitlab::Prometheus::Internal` class methods: * `server_address` method renamed to `uri_without_protocol`, to reflect what the method actually does. * `listen_address` method renamed to `server_address`. * `promtheus_enabled?` method now depends on presence of `server_address`. * To `Gitlab::DatabaseImporters::SelfMonitoring::Project::CreateService` class methods: * `prometheus_listen_address` method renamed to `prometheus_server_address`. * `internal_prometheus_listen_address_uri` renamed to `internal_prometheus_server_address_uri`. Signed-off-by:
Balasankar "Balu" C <balasankarc@autistici.org>
-
Albert Salim authored
Fix base linter loading warnings See merge request gitlab-org/gitlab!50397
-
GitLab Bot authored
-
Kushal Pandya authored
Add rotation modal to create a new rotation and handle feedback See merge request gitlab-org/gitlab!50268
-
David O'Regan authored
Enable rotation creation in on call schedules via GraphQL with supporting specs
-
GitLab Bot authored
-
Ash McKenzie authored
Improve Gitlab::Elastic::Indexer update logging and document possible use of logs See merge request gitlab-org/gitlab!50482
-
Kushal Pandya authored
Refactor epic sort comparator for roadmap See merge request gitlab-org/gitlab!50673
-
GitLab Bot authored
-
Paul Slaughter authored
Resolve "Hide inoperable group search Releases filter - frontend" See merge request gitlab-org/gitlab!50010
-
Amy Troschinetz authored
- **app/assets/javascripts/filtered_search/ filtered_search_token_keys.js:** - **ee/app/assets/javascripts/filtered_search/ issuable_filtered_search_token_keys.js:** Allow removal of specific filters. - **app/assets/javascripts/pages/groups/issues/index.js:** Don't show release filter. - **changelogs/unreleased/remove-group-release-filter.yml:** Changelog. - **spec/frontend/filtered_search/ issues_filtered_search_token_keys_spec.js**: Unit test.
-
GitLab Bot authored
-
Michael Kozono authored
Resolve "Forward an E-Mail to an existing issue as a new comment" See merge request gitlab-org/gitlab!49050
-
Brett Walker authored
- add email handler for forwarded emails - expose new email address to UI
-
GitLab Bot authored
-
Dylan Griffith authored
Remove ignored scanned_resources_count on Security:Scan See merge request gitlab-org/gitlab!48723
-
Dylan Griffith authored
Since we've always intended to have these various backup methods for recovering data in our integration but we've never clearly documented them we will write this down as a rough draft for now. If we are really going to rely on this and encourage it's use we should also be testing it and automating parts of it but that is more expensive and therefore writing down what we know today is better than nothing.
-
Dylan Griffith authored
These logs can be useful in the event of disaster recovery by replaying the updates during a period of time from logging information. The previous format was being blocked before ingestion into our logging infrastructure likely due to the `wiki` field having an incorrect format as field names cannot be re-used in our logs without them being the same type. Either way this new format should not conflict and is more machine readable than the previous one.
-
GitLab Release Tools Bot authored
Set all trusted OAuth apps as confidential See merge request gitlab-org/security/gitlab!1132
-
Ezekiel Kigbo authored
Migrates the alert on the new branch page See merge request gitlab-org/gitlab!50307
-
Russell Dickenson authored
Add link to support bot user docs See merge request gitlab-org/gitlab!50792
-
Amanda Rueda authored
-
Paul Slaughter authored
Merge branch '256035-empty-changes-tab-on-merge-requests-should-not-show-file-browser-and-display-options' into 'master' Hide file browser and display options from empty state changes tab See merge request gitlab-org/gitlab!43467
-
Marcel van Remmerden authored
- Also improves empty state text https://gitlab.com/gitlab-org/gitlab/-/merge_requests/43467
-
Alexander Turinske authored
- changelog
-
samdbeckham authored
Moves the alert to use gitlab UI classes
-
GitLab Release Tools Bot authored
Fix stealing API token and Prometheus DoS through GitLab Pages See merge request gitlab-org/security/gitlab!1135
-
Vladimir Shushlin authored
It includes 2 security fixes
-
GitLab Release Tools Bot authored
Fix regex backtracking issue in package_name_regex See merge request gitlab-org/security/gitlab!1106
-
GitLab Release Tools Bot authored
Update non-negative integer regex to protect against regex DoS See merge request gitlab-org/security/gitlab!1127
-
Vitor Meireles De Sousa authored
-
GitLab Release Tools Bot authored
Forbid public cache for private repos See merge request gitlab-org/security/gitlab!1117
-
Ash McKenzie authored
Follow-up from "Fix project access token regression" See merge request gitlab-org/gitlab!50800
-
- 04 Jan, 2021 5 commits
-
-
Craig Smith authored
-
Suzanne Selhorn authored
Added links and note about not publishing to groups See merge request gitlab-org/gitlab!50805
-
Suzanne Selhorn authored
-
Amy Qualls authored
Update license upload instructions See merge request gitlab-org/gitlab!50738
-
Russell Dickenson authored
A list item wasn't indented as far as it should be, and an image was over 2000px on the longest side. I ran the image through pngquant afterward to compress the file size down as well.
-