Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Rollout and activate" action #19

Merged
merged 16 commits into from
Sep 30, 2024
Merged

"Rollout and activate" action #19

merged 16 commits into from
Sep 30, 2024

Conversation

SkoryUladzislau
Copy link
Contributor

The ability to rollout and publish selected page in one click has been implemented. By means of an additional parameter in the request - shouldActivate. The servlet understands whether the page should be activated or not. A new service has been added that, in a multi-threaded pool, calls page replication if necessary.

Copy link
Collaborator

@smiakchilo smiakchilo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the "Licence" headers to the files where they are missing

status.setSuccess(false);
LOG.error("Exception during page replication", ex);
}
status.setSuccess(true);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❗ Need to move this inside try, or else the status success will be reset to "true" after set to "false"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

github-actions bot commented Jul 29, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@AlKaliada
Copy link
Contributor

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Sep 30, 2024
@SkoryUladzislau SkoryUladzislau merged commit 6b54055 into master Sep 30, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants