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 franzzieris.
The branch, master has been updated via 187146d15ec1de9a3bbe05a7b02948e3434c9afa (commit) via 023d55ed3ff80426ac7333539d51eeb5ba7110dd (commit) via bca8bf5423c0c8c254140024f761e11fdddd9a15 (commit) via 200f6d0c336cd0003b477035048b66f261c30c54 (commit) via a0411812a7f2a17bece163e065453f2c4bbe5ab3 (commit) via b6661e563d1d63dcaeaef619fd74476efd477919 (commit) via 6be139228ecd1e129e907418f09e07dd81cd13f7 (commit) via bbc7c9ec431f12efd7f11da6b48f5afaefde8f61 (commit) from 3c2d6a807eed755d47e50ed45062fab506538855 (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 187146d15ec1de9a3bbe05a7b02948e3434c9afa Author: Stefan Rossbach <srossb...@arcor.de> Date: Sat Apr 1 01:31:02 2017 +0200 [INTERNAL][CORE] partial fix for #899 There are still issues, when a affected file is changes through the editor after an inconsistency is detected. Change-Id: I3f046ba400f33116667a3056fd47d2eb23eccbdf Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3271 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit 023d55ed3ff80426ac7333539d51eeb5ba7110dd Author: Stefan Rossbach <srossb...@arcor.de> Date: Fri Mar 31 23:35:54 2017 +0200 [API][CORE] removed unused methods from ISarosSession interface Change-Id: I299bf9e784d878b048d89a91d526e7847a86080b Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3269 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit bca8bf5423c0c8c254140024f761e11fdddd9a15 Author: Stefan Rossbach <srossb...@arcor.de> Date: Fri Mar 31 22:24:08 2017 +0200 [API][CORE][FIX] changes activity queuing Disabling queuing now requires a project instead of canceling queuing for all projects. In addition queuing can now be done multiple times for the given project. To reproduce the issue: share project A, while the dialog is open on the invitee side, share another project B. Make sure project A takes a few seconds to synchronize, project B should take several minutes. Start synchronization for B, then start synchronization for project A. Modify stuff on project B on the inviter side in the meantime. Change-Id: Ie0a494dbdb6a3cca95270b34b059425044610197 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3268 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit 200f6d0c336cd0003b477035048b66f261c30c54 Author: Stefan Rossbach <srossb...@arcor.de> Date: Fri Mar 31 20:44:30 2017 +0200 [API][CORE] removes methods from ISarosSession interface This patch removes some methods that should not be called by clients. Also renamed initiatePermissionChange method to changePermission Change-Id: I33c07875ae0ed204132d7c95298ad65e77f9d638 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3267 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit a0411812a7f2a17bece163e065453f2c4bbe5ab3 Author: Stefan Rossbach <srossb...@arcor.de> Date: Mon Sep 12 21:14:04 2016 +0200 [INTERNAL] remove value pattern from PermissionActivity This patch removes the value pattern from the PermissionActivity. Activities can only be similar but not equal as they are generated over time. This patch also performs some small refactor stuff and code movement between the PermissionManager and SarosSession classes. Change-Id: Ic026aa0177e27468e13a75e5b316386593e8a91b Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3131 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit b6661e563d1d63dcaeaef619fd74476efd477919 Author: Tobias Bouschen <tobias.bousc...@googlemail.com> Date: Mon Mar 27 15:28:00 2017 +0200 [INTERNAL][I] Use project objects held by session The FileSystemChangedListener was always creating new projects while adjusting to local changes. This was problematic as incoming activities are executed using the project objects held by the session, which were not correctly updated. To solve this issue, a method was added that scans the pool of available projects, looking for the project the passed resource belongs to. This change makes the method IntelliJWorkspaceImpl#getProjectForPath(...) obsolete and subsequently removes it. This also removes the need to set the workspace in the FileSystemChangeListener. Change-Id: Ia004d5cee0e17bfb643aedb114241888a4307bfc Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3251 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit 6be139228ecd1e129e907418f09e07dd81cd13f7 Author: Michael Krummrei <mikru....@gmail.com> Date: Thu Mar 30 14:11:09 2017 +0200 [INTERNAL][S] ServerResourceImpl - add equals() and hashcode() methods Change-Id: I0e3db2b82ba57ab9e9454078523cd84121053922 Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3261 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> commit bbc7c9ec431f12efd7f11da6b48f5afaefde8f61 Author: Stefan Rossbach <srossb...@arcor.de> Date: Wed Aug 17 23:58:12 2016 +0200 [FIX] #866 Creating XMPP account and configuring Saros is not possible This fix ensures that the configuration can be completed when the account was created during the configuration process. Change-Id: I08c84324e9781ef6ac255b914190c31306a8ec9c Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3087 Tested-by: Jenkins CI Reviewed-by: Stefan Rossbach <srossb...@arcor.de> ----------------------------------------------------------------------- Summary of changes: .../inf/dpp/activities/PermissionActivity.java | 36 +-- .../watchdog/ConsistencyWatchdogClient.java | 27 ++- .../negotiation/IncomingProjectNegotiation.java | 5 +- .../fu_berlin/inf/dpp/session/ISarosSession.java | 187 +++++---------- .../inf/dpp/session/internal/ActivityQueuer.java | 254 +++++++++++++-------- .../dpp/session/internal/ChangeColorManager.java | 85 ++++--- .../dpp/session/internal/PermissionManager.java | 80 ++++--- .../inf/dpp/session/internal/SarosSession.java | 76 +----- .../dpp/session/internal/ActivityHandlerTest.java | 13 +- .../dpp/session/internal/ActivityQueuerTest.java | 67 +++++- .../inf/dpp/test/stubs/SarosSessionStub.java | 34 +-- .../intellij/project/FileSystemChangeListener.java | 64 +++--- .../project/filesystem/IntelliJProjectImpl.java | 20 ++ .../project/filesystem/IntelliJWorkspaceImpl.java | 19 -- .../dpp/server/filesystem/ServerResourceImpl.java | 26 +++ .../project/internal/ResourceChangeValidator.java | 59 ++--- .../dpp/ui/actions/ChangeWriteAccessAction.java | 2 +- .../inf/dpp/ui/wizards/AddXMPPAccountWizard.java | 76 +++--- .../wizards/pages/EnterXMPPAccountWizardPage.java | 40 +++- 19 files changed, 594 insertions(+), 576 deletions(-) hooks/post-receive -- The Saros Eclipse Plugin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ DPP-Robot mailing list DPP-Robot@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/dpp-robot