|
From: Franz Z. <fra...@us...> - 2017-07-01 12:13:52
|
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 263191a399a5cf4b368314ff22f8d06ba6acc866 (commit)
via 39c838ebf33aaedb6d3ea1cec394f54c106873d3 (commit)
from b7c3d1ccbdaac39c120254642b3e4f64fcf567f8 (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 263191a399a5cf4b368314ff22f8d06ba6acc866
Author: Franz Zieris <zi...@in...>
Date: Fri May 12 17:40:39 2017 +0200
[API][HTML] Split StateFacade into Connection- and RosterFacade
This follows the single responsibility principle.
More cleaning of these new classes will follow in subsequent patches.
Change-Id: Idf7d59fd7562a2ae440978d88acccd97f593f877
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3337
Tested-by: Jenkins CI
Reviewed-by: Stefan Rossbach <sro...@ar...>
Reviewed-by: Franz Zieris <zi...@in...>
commit 39c838ebf33aaedb6d3ea1cec394f54c106873d3
Author: Franz Zieris <zi...@in...>
Date: Fri Jun 30 14:38:25 2017 +0200
[STF] Add test case for IHTMLWorkbenchBot.(open|close)SarosBrowserView
Change-Id: I35360e3d24d3e485406f3916fa9cb18daa44548b
Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/3366
Tested-by: Jenkins CI
Reviewed-by: Stefan Rossbach <sro...@ar...>
Reviewed-by: Franz Zieris <zi...@in...>
-----------------------------------------------------------------------
Summary of changes:
.../inf/dpp/stf/IntelliJHTMLWorkbenchBot.java | 19 +++++---
.../de/fu_berlin/inf/dpp/HTMLUIContextFactory.java | 5 +-
.../inf/dpp/ui/browser_functions/AddContact.java | 15 +++---
.../dpp/ui/browser_functions/ConnectAccount.java | 12 ++---
.../dpp/ui/browser_functions/DeleteContact.java | 12 ++---
.../ui/browser_functions/DisconnectAccount.java | 12 ++---
.../dpp/ui/browser_functions/RenameContact.java | 12 ++---
.../inf/dpp/ui/core_facades/ConnectionFacade.java | 53 ++++++++++++++++++++++
.../{StateFacade.java => RosterFacade.java} | 41 ++---------------
.../stf/server/rmi/htmlbot/IHTMLWorkbenchBot.java | 13 +++++-
.../fu_berlin/inf/dpp/stf/client/StfTestCase.java | 12 +++++
.../rmi/htmlbot/EclipseHTMLWorkbenchBot.java | 14 ++++--
.../inf/dpp/stf/test/stf/StfSelfTestTestSuite.java | 1 +
.../dpp/stf/test/stf/view/html/HtmlViewTest.java | 34 ++++++++++++++
.../inf/dpp/stf/test/stf/view/html}/TestSuite.java | 6 +--
15 files changed, 175 insertions(+), 86 deletions(-)
create mode 100644 de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/core_facades/ConnectionFacade.java
rename de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/core_facades/{StateFacade.java => RosterFacade.java} (73%)
create mode 100644 de.fu_berlin.inf.dpp/test/stf/de/fu_berlin/inf/dpp/stf/test/stf/view/html/HtmlViewTest.java
copy {de.fu_berlin.inf.dpp.core/test/junit/de/fu_berlin/inf/dpp/monitoring => de.fu_berlin.inf.dpp/test/stf/de/fu_berlin/inf/dpp/stf/test/stf/view/html}/TestSuite.java (68%)
hooks/post-receive
--
The Saros Eclipse Plugin
|