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  4082991802675f4794c36a4b622de6b7b33ab667 (commit)
       via  d1b08a21f8018f15338a3d0e67efc7784ed8675e (commit)
      from  7a014be621a29bfc80451cf460ea05400fac8e91 (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 4082991802675f4794c36a4b622de6b7b33ab667
Author: Bastian Sieker <[email protected]>
Date:   Tue Jun 2 19:43:42 2015 +0200

    [HTML] Add unit testing and code linting build tasks
    
    It is now possible to write and run JavaScript unit tests. The
    unit tests are defined  in test/*.spec.js and can be run via "npm
    test".
    
    Furthermore, a code linting task can be run via "npm run lint" to
    roughly look for potential errors in code.
    
    Change-Id: I53db7a338e29bd58eb8732da51da209642257161
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2244
    Tested-by: Jenkins CI
    Reviewed-by: Matthias Bohnstedt <[email protected]>
    Reviewed-by: Stefan Rossbach <[email protected]>

commit d1b08a21f8018f15338a3d0e67efc7784ed8675e
Author: Matthias Bohnstedt <[email protected]>
Date:   Thu Jun 11 14:04:57 2015 +0200

    [HTML][REFECACTOR] Remove Saros naming from UI Project
    
    We shouldn't include "Saros" to ANY naming inside this project, because
    adding Saros to any classname provide zero additional informations (it's
    obviously all "saros"). This commits change the naming of SarosMainPage
    to MainPage aswell as the corresponding SarosMainPageBrowserFunctions to
    MainPageBrowserFunctions and SarosHTMLUIContextFactory to
    HTMLUIContextFactroy.
    
    Change-Id: I7374f90a8c0d9fd1d0c861664b3374723513f286
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2250
    Tested-by: Jenkins CI
    Reviewed-by: Bastian Sieker <[email protected]>
    Reviewed-by: Stefan Rossbach <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |    1 +
 .../src/de/fu_berlin/inf/dpp/core/Saros.java       |    4 +-
 .../intellij/ui/swt_browser/SwtBrowserPanel.java   |    6 +-
 de.fu_berlin.inf.dpp.ui.frontend/html/js/.jshintrc |   12 +++
 .../html/js/saros-api.js                           |   18 +----
 de.fu_berlin.inf.dpp.ui.frontend/html/package.json |   11 ++-
 .../html/test/saros-state.spec.js                  |   71 ++++++++++++++++++++
 ...ntextFactory.java => HTMLUIContextFactory.java} |   10 ++--
 .../dpp/stf/server/rmi/htmlbot/HTMLBotImpl.java    |    4 +-
 .../remotebot/widget/impl/RemoteHTMLButton.java    |    4 +-
 ...unctions.java => MainPageBrowserFunctions.java} |    6 +-
 .../inf/dpp/ui/core_facades/ContactListFacade.java |    4 +-
 .../webpages/{SarosMainPage.java => MainPage.java} |   10 ++--
 .../src/de/fu_berlin/inf/dpp/Saros.java            |    2 +-
 .../ui/browser/EclipseHTMLUIContextFactory.java    |    4 +-
 .../inf/dpp/ui/views/SarosViewBrowserVersion.java  |    6 +-
 16 files changed, 125 insertions(+), 48 deletions(-)
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/.jshintrc
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/test/saros-state.spec.js
 rename 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/{SarosHTMLUIContextFactory.java
 => HTMLUIContextFactory.java} (87%)
 rename 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/browser_functions/{SarosMainPageBrowserFunctions.java
 => MainPageBrowserFunctions.java} (97%)
 rename 
de.fu_berlin.inf.dpp.ui/src/de/fu_berlin/inf/dpp/ui/webpages/{SarosMainPage.java
 => MainPage.java} (77%)


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to