- 06 Jan, 2021 1 commit
-
-
Phil Hughes authored
The styles for the dropdown badges went incorrect when startup CSS was enabled by default. This fixes this by including the correct CSS to match the application stylesheet.
-
- 05 Jan, 2021 39 commits
-
-
Denys Mishunov authored
Standardize wiki header spacing See merge request gitlab-org/gitlab!49777
-
Rémy Coutable authored
Update Docker from 19.03.0 to 20.10.1 on CI/CD See merge request gitlab-org/gitlab!50732
-
Sean McGivern authored
Add feature flag and boilerplate code for new Jira Connect app UI See merge request gitlab-org/gitlab!50692
-
Tim Zallmann authored
Switch to 2x faster PRNG See merge request gitlab-org/gitlab!50811
-
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.
-
Chad Woolley authored
Make it use the standard .page-title class.
-
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.
-
Thomas Randolph authored
-
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.
-
Thomas Randolph authored
-
Michael Kozono authored
Resolve "Forward an E-Mail to an existing issue as a new comment" See merge request gitlab-org/gitlab!49050
-