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

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

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"

Choose a reason for hiding this comment

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

done

Copy link
Contributor

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


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


1 out of 2 committers have signed the CLA.
@SkoryUladzislau
@AlKaliada
You can retrigger this bot by commenting recheck in this Pull Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants