- 02 Feb, 2022 2 commits
-
-
Josianne Hyson authored
We want to be able to react to changes in the quantity of users in a group. Start broadcasting a members added event in the create member service so that we can listen for these events async. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/348487 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79291
-
Josianne Hyson authored
We want to be able to subscribe to events with workers that are only declared in the EE version of GitLab. Add an EE version of the EventStore class that we can declare these subscribers in. Also ensure that the publish event doesn't raise an error when there are not subscribers for that event. This stops the CE code from raising an error when a subscriber is only declared in EE. Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/351423 MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79291
-
- 01 Feb, 2022 2 commits
-
-
Evan Read authored
Iterating over Azure AD scim configuration steps See merge request gitlab-org/gitlab!79144
-
Asmaa Hassan authored
-
- 31 Jan, 2022 36 commits
-
-
Thong Kuah authored
Use strong_parameters for ForksController#index See merge request gitlab-org/gitlab!79482
-
Marcel Amirault authored
Docs: Add disabling cluster_image_scanning See merge request gitlab-org/gitlab!79518
-
Sujeevan Vijayakumaran authored
Added a line in the documentation on how to disable cluster image scanning when using Auto DevOps.
-
Thong Kuah authored
Restrict pagination per_page possible values See merge request gitlab-org/gitlab!79479
-
Evan Read authored
Expand external status check documentation See merge request gitlab-org/gitlab!79433
-
Max Woolf authored
Adds more information about the permissions model, the upcoming requirement for a status parameter and the asynchronous nature of the callback.
-
Evan Read authored
External status check API breaking changes See merge request gitlab-org/gitlab!79250
-
Sam White authored
-
Andrejs Cunskis authored
Promote github import and gitlab migration specs to reliable See merge request gitlab-org/gitlab!79552
-
Peter Hegman authored
Migrate to built-in popover's close button See merge request gitlab-org/gitlab!78932
-
Paul Gascou-Vaillancourt authored
Drop the custom close button implementation in favor of the built-in one.
-
Douglas Barbosa Alexandre authored
Add WorkItemUpdate mutation to GraphQL API See merge request gitlab-org/gitlab!79163
-
Mayra Cabrera authored
Use finding signatures in deduplication logic See merge request gitlab-org/gitlab!79491
-
Sean Arnold authored
Clean up IssuableEscalationStatuses::PrepareUpdateService See merge request gitlab-org/gitlab!78507
-
Sarah Yasonik authored
Swap service to inherit from BaseProjectService. Handle errors defensively instead of raising. Reduce cognitive complexity of filtering policy param.
-
Max Woolf authored
Don't return 500 error for tags in atom format See merge request gitlab-org/gitlab!79483
-
Mario Celi authored
Initial version of WorkItemUpdate. Only supports updating state_event by specifying GlobalID of the work item
-
Enrique Alcántara authored
Merge branch '350503-frontend-browser-popup-appears-when-updating-ci-yml-content-and-submit-a-merge-request' into 'master' Fix unnecessary navigation modal in pipeline editor See merge request gitlab-org/gitlab!79032
-
Frédéric Caplette authored
The pipeline editor will prevent user with uncommitted changes to leave the page with a browser alert. This was incorrectlybeing shown after a user had commited and had checked the option to create a new MR. This fix now ensure that the update to the internal Vue components has occurred before checking if we should stop the user from navigating. Changelog: fixed
-
Andrew Fontaine authored
Reuse for country and state component in hand raise lead See merge request gitlab-org/gitlab!78723
-
Suzanne Selhorn authored
Docs: CTRT review CI/CD Tunnel doc See merge request gitlab-org/gitlab!79265
-
Marcia Ramos authored
- Re-do the content reorg - Self review content - Address Vale warnings - Update links and anchors - Address PM review - Move content back to repo.md file
-
Enrique Alcántara authored
Add GTM enhanced ecommerce transaction event to checkout See merge request gitlab-org/gitlab!79355
-
Tyler Williams authored
Related to: https://gitlab.com/gitlab-com/marketing/digital-experience/buyer-experience/-/issues/271 Add the transaction enhanced ecommerce event to new subscription page, in the confirmOrder action with successful response. trackTransaction will only fire when the ops feature flag for gitlab_gtm_datalayer is enabled, and GTM is running on the page. This commit also adds/adjusts Jest specs for the GTM tracking functions.
-
Amy Qualls authored
Add documentation of RFC 20 See merge request gitlab-org/gitlab!79466
-
Thomas Randolph authored
-
Suzanne Selhorn authored
Redirect old API V3 page and update links See merge request gitlab-org/gitlab!79508
-
Andrejs Cunskis authored
-
Suzanne Selhorn authored
Docs: CTRT reorg - Sidekiq config See merge request gitlab-org/gitlab!78374
-
Marcia Ramos authored
- Break the process into smaller steps - Organize list into sections
-
Peter Hegman authored
Disable manual job action button for users without correct permissions See merge request gitlab-org/gitlab!76959
-
Miranda Fluharty authored
When a user is not authorized to run a manual CI action, show the action button component in a disabled state and add a tooltip explaining that the action is not allowed Changelog: changed
-
Nick Gaskill authored
Add CS_IGNORE_UNFIXED to Container Scanning docs See merge request gitlab-org/gitlab!79544
-
Douglas Barbosa Alexandre authored
Update DynamicModelHelpers to require a connection See merge request gitlab-org/gitlab!77894
-
Jose Ivan Vargas authored
Ask for feedback on the Agent listing page See merge request gitlab-org/gitlab!78567
-
Suzanne Selhorn authored
Clarify how artifacts:untracked works See merge request gitlab-org/gitlab!79087
-