- 11 Jan, 2021 40 commits
-
-
Mark Florian authored
This fixes `vue/order-in-components` violations in the `{,ee/}app/assets/javascripts/vulnerabilities` directories. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/297216.
-
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
-
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
-
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
-
Jan Provaznik authored
Fix TimeFrameFilter return logic See merge request gitlab-org/gitlab!49082
-
Luke Duncalfe authored
-
Miguel Rincon authored
Adjust spacing in project MR settings form See merge request gitlab-org/gitlab!51184
-
Heinrich Lee Yu authored
Add rake gitlab:git:checksum_projects See merge request gitlab-org/gitlab!49965
-
Denys Mishunov authored
Update dependency @gitlab/eslint-plugin to v6 See merge request gitlab-org/gitlab!51143
-
Scott Hampton authored
Fix empty %p in group creation step See merge request gitlab-org/gitlab!51083
-
Kevin Comoli authored
-
Heinrich Lee Yu authored
Resolve "Track comment related metrics for a merge request" See merge request gitlab-org/gitlab!50849
-
Ash McKenzie authored
Add Requirement export CSV service See merge request gitlab-org/gitlab!50449
-
Jan Provaznik authored
Remove default value for udpate_sequence_id See merge request gitlab-org/gitlab!51006
-
Andy Soiron authored
In order to make the workers idempotent we need to make sure udpate_sequence_id stays the same.
-
Vitaly Slobodin authored
Fix brand_new_project_guidelines not being displayed See merge request gitlab-org/gitlab!50736
-
Roger Meier authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/295503
-