- 05 Jan, 2021 40 commits
-
-
Jarka Košanová authored
Fix Canary Ingress weight is not reflected on UI immediately See merge request gitlab-org/gitlab!50246
-
Denys Mishunov authored
Revise UI text for protected tags See merge request gitlab-org/gitlab!50476
-
Amy Qualls authored
Revise the text for protected tags to make it less wordy, and adhere more closely to GitLab tone and style.
-
Imre Farkas authored
Merge branch '223853-create-specialized-worker-for-refreshing-project-authorizations-during-group-deletion' into 'master' Project authorizations refresh: Enqueue jobs only for shared groups See merge request gitlab-org/gitlab!50617
-
Manoj M J authored
During group deletion, only enqueue jobs for project_authorizations refresh if the group being deleted has other groups shared with it
-
Jarka Košanová authored
Add warning for file addition of controller specs to Danger See merge request gitlab-org/gitlab!50566
-
Heinrich Lee Yu authored
Upgrade Rails to 6.0.3.4 See merge request gitlab-org/gitlab!50480
-
Rémy Coutable authored
Add script to verify migration rollback See merge request gitlab-org/gitlab!49255
-
Patrick Bair authored
Add a new script that can be run in CI to verify that migrations added in a merge request cleanly rollback to the previous known database state on the target branch.
-
Martin Wortschack authored
Remove devops_adoption_feature flag See merge request gitlab-org/gitlab!50826
-
Brandon Labuschagne authored
Add sorting by column in DevOps Adoption table See merge request gitlab-org/gitlab!50743
-
Martin Wortschack authored
-
Martin Wortschack authored
Refactor Jira connect API calls to use axios See merge request gitlab-org/gitlab!50746
-
Igor Drozdov authored
Moves widget Gitaly call from page load to an async request See merge request gitlab-org/gitlab!50286
-
Heinrich Lee Yu authored
Block assign quick action for test cases See merge request gitlab-org/gitlab!50396
-
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.
-
Justin Ho authored
-
Justin Ho 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
-
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
-