- 05 Jan, 2021 27 commits
-
-
Brandon Labuschagne authored
This commit remove thes devops_adoption_feature feature flag. The flag was defaulted to true in 13.7 and is now being removed in 13.8.
-
Alper Akgun authored
Add metrics yml files for usage data metrics definition See merge request gitlab-org/gitlab!49126
-
Alina Mihaila authored
- Add examples for metric definition - Use json schema validator - Use method_missing for defining methods for attributes
-
David O'Regan authored
Remove inactive integrations indicator in index and show pages See merge request gitlab-org/gitlab!50753
-
Justin Ho Tuan Duong authored
We previously showed the "power" icon in the integrations listing when an integration is not active. This UI polish removes this so we only show a green check icon when the integration is active.
-
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
-
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
-
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
-
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.
-
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
-
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.
-
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
-
Ash McKenzie authored
Follow-up from "Fix project access token regression" See merge request gitlab-org/gitlab!50800
-
- 04 Jan, 2021 13 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.
-
Mayra Cabrera authored
Revert "Merge branch 'eliminate-tz-sensitivity-ci-analytics-charts' into 'master'" See merge request gitlab-org/gitlab!50802
-
Russell Dickenson authored
Mention auto approval of users in Require Admin Approval section See merge request gitlab-org/gitlab!50783
-
Amparo Luna authored
-
Ash McKenzie authored
Rename internal API endpoint See merge request gitlab-org/gitlab!50703
-
Kyle Wiebers authored
This reverts merge request !50760
-
Serena Fang authored
-
Serena Fang authored
-
Serena Fang authored
I was suggested to add a policy to check project token log in ability, but that's breaking things with container pulling, so removing policy code and doing more explicit permission checks instead.
-