- 11 Jan, 2021 40 commits
-
-
Annabel Dunstone Gray authored
Remove border-radius for sidekiq iframe card in admin See merge request gitlab-org/gitlab!50955
-
Yogi authored
-
Annabel Dunstone Gray authored
Fix long deploy token name overflows revocation modal See merge request gitlab-org/gitlab!51114
-
Rémy Coutable authored
Enforce permission check on CI builds in GraphQL See merge request gitlab-org/gitlab!50882
-
Mike Jang authored
Document how to run LDAP tests on local environment See merge request gitlab-org/gitlab!50430
-
Sanad Liaquat authored
-
Alessio Caiazza authored
Bump workhorse to 8.59.0 See merge request gitlab-org/gitlab!51329
-
Matthias Käppler authored
too long method name results in too long prometheus label name, which can crash prometheus
-
David O'Regan authored
Small typo fixed, it is 'info_map' not 'info_maps' See merge request gitlab-org/gitlab!50988
-
Tim Zallmann authored
Replace fa- classes in fixtures See merge request gitlab-org/gitlab!51312
-
Bob Van Landuyt authored
New Crowdin translations - 08 Jan 2021 See merge request gitlab-org/gitlab!51254
-
Achilleas Pipinellis authored
Add migration helper to create table with CHECKs See merge request gitlab-org/gitlab!50309
-
Patrick Bair authored
Add a new migration helper that allows the caller to define CHECK constraints in the table definition block. This can be used to avoid having to `disable_ddl_transaction!` and add the check constraints using the existing helper, which cannot be used inside a transaction block. Also provides a convenience method to more easily add CHECK constraints for text limits.
-
David O'Regan authored
Enable end date/time for rotations See merge request gitlab-org/gitlab!50327
-
Shinya Maeda authored
Fix parsing of empty sources in cobertura See merge request gitlab-org/gitlab!50971
-
Joerg Mattiello authored
-
Bob Van Landuyt authored
Limit the number of container tags to delete in a single pass See merge request gitlab-org/gitlab!49961
-
David Fernandez authored
If the throttling feature flag is enabled, the list of tags to delete will be limited. If the actual list is bigger than the limit, the original list is truncated.
-
Jacques Erasmus authored
Make todo filter sort input full width on mobile See merge request gitlab-org/gitlab!51171
-
GitLab Crowdin Bot authored
This commit contains 127 commits from Crowdin
-
Achilleas Pipinellis authored
Add metadata info to update doc pages See merge request gitlab-org/gitlab!51253
-
David O'Regan authored
Fix creating/editing requirements on mobile See merge request gitlab-org/gitlab!51062
-
Olena Horal-Koretska authored
-
Jacques Erasmus authored
Fix color of hamburger in darkmode See merge request gitlab-org/gitlab!51168
-
Andreas Brandl authored
Merge branch '294127-follow-up-investigate-whether-we-should-convert-namespace_onboarding_actions-table' into 'master' Refactor NamespaceOnboardingAction model to OnboardingProgress See merge request gitlab-org/gitlab!50711
-
Achilleas Pipinellis authored
Geo: Add uniqueness constraint to documentation See merge request gitlab-org/gitlab!51185
-
David O'Regan authored
Add margin to user chat settings See merge request gitlab-org/gitlab!51282
-
Yogi authored
-
David O'Regan authored
Merge branch '1057-improve-modal-with-tertiary-icon-button-for-close-action-gitlab-ui-integration-test' into 'master' Upgrade @gitlab/ui to v25.7.2 See merge request gitlab-org/gitlab!50866
-
Paul Gascou-Vaillancourt authored
GlModal was updated to use a Pajamas-compliant close button. This is done by overriding the modal-header slot to display a custom close button, and by re-exposing the title prop as well as the modal-title slot. Those are drop-in changes as it still possible to set a modal's title either by providing a modal-header slot, a modal-title slot, or by passing the title prop. However, the specs needed to be updated to reflect those API changes.
-
Dmytro Zaporozhets (DZ) authored
Correct the links in invite_members_version_a FF YAML See merge request gitlab-org/gitlab!51244
-
Dallas Reedy authored
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!51319
-
Jarka Košanová authored
Send namespace id in subscription plan request See merge request gitlab-org/gitlab!50939
-
Corinna Wiesner authored
Without the namespace id the subscription plan request cannot return the correct information if a namespace is eligible for a free midterm upgrade.
-
GitLab Release Tools Bot authored
-
Peter Leitzen authored
Ensure MergeRequestsFinder uses correct Params See merge request gitlab-org/gitlab!51195
-
Toon Claes authored
Ruby does some weird things when dynamically loading classes. It seems in some cases it did not load `MergeRequestsFinder::Params` when it's calling `#params_class`. In that case the superclass method is called instead. We discovered this issue in `IssuesFinder` before, and it was addressed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41835. This change applies the same change to `MergeRequestsFinder`. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/296939
-
Vitali Tatarintev authored
Remove `cd_skipped_deployment_status` feature flag See merge request gitlab-org/gitlab!51068
-
wortschi authored
- Replace fontawesome classes with SVGs in frontend fixtures
-