Skip to content
Snippets Groups Projects
Select Git revision
  • mshaw1-master-patch-68287
  • andr3-master-patch-06736
  • 363356-positive-intent-first
  • russell/improve-app-security-tools-introduction
  • 361217-delete-streaming-header
  • 361641-comments-discussion-header
  • morefice/add-drop-sequence-helper
  • remove-modal-ok-and-modal-cancel-slots-usage
  • sy-do-not-set-unsupported-sort-order-from-user-preference
  • master default protected
  • pedropombeiro/363308/add-html-field
  • qa-shl-group-inheritance-auth-spec
  • nd/bulk-update-member-await-active-state
  • fix-multiple-stop-actions-n-plus-1-queries
  • 358987-cleanup-feature-flag
  • release-tools/update-gitaly
  • migrate-retry-migration-button
  • id-jwt-gitlab-shell
  • 334810-add-placeholder-assignees-query
  • 363025-fix-epics-bulk-editing
  • v15.0.0-ee
  • v14.10.3-ee
  • v15.0.0-rc44-ee
  • v15.0.0-rc43-ee
  • v15.0.0-rc42-ee
  • v14.10.2-ee
  • v14.8.6-ee
  • v14.9.4-ee
  • v14.10.1-ee
  • v14.10.0-ee
  • v14.10.0-rc42-ee
  • v14.9.3-ee
  • v14.6.7-ee
  • v14.7.7-ee
  • v14.8.5-ee
  • v14.9.2-ee
  • v14.7.6-ee
  • v14.9.1-ee
  • v14.9.0-ee
  • v14.9.0-rc42-ee
40 results

update_environment_service_spec.rb

Forked from GitLab.org / GitLab
Source project has a limited visibility.
  • Luke Duncalfe's avatar
    89ee47a7
    Build deploy hook payload in-request · 89ee47a7
    Luke Duncalfe authored
    This change builds the deploy web hook payload in the request, rather
    than delayed through `Deployments::HooksWorker`.
    
    Once the payload is built, it is sent to the queue via `WebHookWorker`
    and the webhook executes on the queue, as normal.
    
    This change is behind a feature flag to allow us to test whether the
    change will fix a problem for a particular customer who has some webhook
    payloads containing a "status" of "running" when the deployment has
    finished, when the status should be "succeeded".
    
    https://gitlab.com/gitlab-org/gitlab/-/issues/355903
    89ee47a7
    History
    Build deploy hook payload in-request
    Luke Duncalfe authored
    This change builds the deploy web hook payload in the request, rather
    than delayed through `Deployments::HooksWorker`.
    
    Once the payload is built, it is sent to the queue via `WebHookWorker`
    and the webhook executes on the queue, as normal.
    
    This change is behind a feature flag to allow us to test whether the
    change will fix a problem for a particular customer who has some webhook
    payloads containing a "status" of "running" when the deployment has
    finished, when the status should be "succeeded".
    
    https://gitlab.com/gitlab-org/gitlab/-/issues/355903