Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Conversation

@rdenarie
Copy link
Member

@rdenarie rdenarie commented Nov 8, 2019

…orking (#412)

This commit add an upgrade plugin to resume jobs in environments in which the migration is already done.

  • PLF-8447 : Resume Daily and weekly digest mails jobs

Before this fix, the Upgrade Plugin was not launched if the platform is already in version 6.0
In fact, for tribe, this plugin will be not launched.

The fix change the target version for the UP so that it will be started also on 6.0.x

  • PLF-8447 : Send Digest mail are not working
    Before this fix, when the Upgrade Plugin is applied after a lot af weeks without running,
    all pending notification will be treated and sent.
    This Fix remove all daily and weekly notifications which are pending.

  • Use MailNotificationStorage instead of DAO

  • PLF-8447 : manage error. If an error occurs, throw it to relaunch the UP at next startup

  • PLF-8447 : limit the digest to version after 5.2.0

  • PLF-8447 : the delete digest must be run if oldVersion is 5.2.0

  • Update exception management

  • Add unit test

  • Update file headers

…orking (#412)

* PLF-8447 : Resume Daily and weekly digest mails jobs (#406)

* PLF-8447 : Resume Daily and weekly digest mails jobs

This commit add an upgrade plugin to resume jobs in environments in which the migration is already done.

* PLF-8447 : Resume Daily and weekly digest mails jobs

Before this fix, the Upgrade Plugin was not launched if the platform is already in version 6.0
In fact, for tribe, this plugin will be not launched.

The fix change the target version for the UP so that it will be started also on 6.0.x

* PLF-8447 : Send Digest mail are not working
Before this fix, when the Upgrade Plugin is applied after a lot af weeks without running,
all pending notification will be treated and sent.
This Fix remove all daily and weekly notifications which are pending.

* Use MailNotificationStorage instead of DAO

* PLF-8447 : manage error. If an error occurs, throw it to relaunch the UP at next startup

* PLF-8447 : limit the digest to version after 5.2.0

* PLF-8447 : the delete digest must be run if oldVersion is 5.2.0

* Update exception management

* Add unit test

* Update file headers
@mzorai mzorai requested a review from boubaker November 8, 2019 14:17
@mzorai mzorai merged commit 959f689 into exoplatform:stable/5.3.x Nov 11, 2019
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