This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.
The branch, master has been updated
via 7d7ee3cf6d8211ce8676847a8ae001657804f644 (commit)
from 4d1e3f0aa2e41d3fd16123f85a31c9167e736cfd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7d7ee3cf6d8211ce8676847a8ae001657804f644
Author: Patrick Schlott <[email protected]>
Date: Thu Jul 25 17:35:22 2013 +0200
[FIX] Eliminate TargetedActivityWrapper
Commit 9635fee (change to Client-Server) broke the execution of
Activities transformed into ITargetedActivities by the
TargetedActivityWrapper. Activities wrapped this way lost the
target-information when transformed into ADOs.
All occurrences of the TargetedActivityWrapper where removed and
Activities using it now either are real ITargetedActivities
or send to everyone as the target was everyone to begin with.
The FileActivity was split into FileActivity and RecoveryFileActivity.
FileActivities have a special purpose during the Recovery-Phase and this
is the only point where FileActivities need to be send to specific
users.
Change-Id: Ib761f8e1049b8bac3ad6c563e4ceae2a0230291a
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/859
Reviewed-by: Franz Zieris <[email protected]>
Tested-by: Jenkins CI
-----------------------------------------------------------------------
Summary of changes:
.../activities/business/ChecksumErrorActivity.java | 29 ++-
.../dpp/activities/business/ITargetedActivity.java | 4 +
.../dpp/activities/business/ProgressActivity.java | 35 +++-
.../activities/business/RecoveryFileActivity.java | 113 +++++++++++
.../business/StartFollowingActivity.java | 18 +-
.../business/TargetedActivityWrapper.java | 57 ------
.../ChecksumErrorActivityDataObject.java | 13 +-
.../serializable/ProgressActivityDataObject.java | 28 ++-
.../RecoveryFileActivityDataObject.java | 67 ++++++
.../watchdog/ConsistencyWatchdogClient.java | 5 +-
.../watchdog/ConsistencyWatchdogHandler.java | 17 +-
.../de/fu_berlin/inf/dpp/editor/EditorManager.java | 19 +-
.../dpp/invitation/IncomingProjectNegotiation.java | 5 +-
.../internal/extensions/ActivitiesExtension.java | 2 +
.../inf/dpp/project/AbstractActivityProvider.java | 13 --
.../internal/FollowingActivitiesManager.java | 26 ++--
.../inf/dpp/ui/RemoteProgressManager.java | 72 ++++---
.../business/RecoveryFileActivityTest.java | 211 ++++++++++++++++++++
18 files changed, 554 insertions(+), 180 deletions(-)
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/activities/business/RecoveryFileActivity.java
delete mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/activities/business/TargetedActivityWrapper.java
create mode 100644
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/activities/serializable/RecoveryFileActivityDataObject.java
create mode 100644
de.fu_berlin.inf.dpp/test/junit/de/fu_berlin/inf/dpp/activities/business/RecoveryFileActivityTest.java
hooks/post-receive
--
The Saros Eclipse Plugin
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent
caught up. So what steps can you take to put your SQL databases under
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot