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  d5e4941ffc50c652376c843976f79a07dbe519e4 (commit)
       via  3014bf3a44b546cd2e88f6336e010bfbef222b16 (commit)
      from  24bc2e9ed02b497082cd0cd226cb42aa7fdd5ed9 (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 d5e4941ffc50c652376c843976f79a07dbe519e4
Author: Bastian Sieker <[email protected]>
Date:   Mon Jun 1 17:32:07 2015 +0200

    [HTML] Get rid of Gulp to ease build process
    
    The cumbersome Gulp tasks are replaced by NPM scripts. This
    simplifies the build process with the integration of the JavaScript
    build process in the general Saros build process in mind.
    
    Change-Id: Ie230d01a63152426d8eaaad029a2185cef99567b
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2234
    Tested-by: Jenkins CI
    Reviewed-by: Matthias Bohnstedt <[email protected]>
    Reviewed-by: Stefan Rossbach <[email protected]>

commit 3014bf3a44b546cd2e88f6336e010bfbef222b16
Author: Bastian Sieker <[email protected]>
Date:   Mon Jun 1 16:24:50 2015 +0200

    [HTML] Add saros-state model, account dropdown and dictionary
    
    A state model is introduced to manage UI state like the label of
    the connect button etc.
    
    An account model is introduced. Two corresponding views are
    responsible to render them as a dropdown.
    
    A dictionary is now responsible to provide strings for the UI to
    avoid hard-coding them in different places (in JavaScript and or
    JADE-templates).
    
    Change-Id: I7a8cc996e76fefaad9494333210710cba007f109
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2233
    Tested-by: Jenkins CI
    Reviewed-by: Matthias Bohnstedt <[email protected]>
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.ui.frontend/html/README.md    |   19 +---
 de.fu_berlin.inf.dpp.ui.frontend/html/gulpfile.js  |   41 -------
 de.fu_berlin.inf.dpp.ui.frontend/html/js/app.js    |    8 +-
 .../html/js/dictionary.js                          |   27 +++++
 .../html/js/models/account.js                      |   29 +++++
 .../html/js/models/accounts.js                     |   16 +++
 .../html/js/models/saros-state.js                  |  113 ++++++++++++++++++++
 .../html/js/views/account-dropdown.js              |   22 ++++
 .../html/js/views/accounts-dropdown.js             |   10 ++
 .../html/js/views/main.js                          |   42 +++++++-
 de.fu_berlin.inf.dpp.ui.frontend/html/package.json |   19 ++--
 .../html/templates/accountDropdown.jade            |    2 +
 .../html/templates/main.jade                       |    5 +-
 .../inf/dpp/ui/renderer/AccountRenderer.java       |  105 +++++++++---------
 14 files changed, 336 insertions(+), 122 deletions(-)
 delete mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/gulpfile.js
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/dictionary.js
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/models/account.js
 create mode 100644 de.fu_berlin.inf.dpp.ui.frontend/html/js/models/accounts.js
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/js/models/saros-state.js
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/js/views/account-dropdown.js
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/js/views/accounts-dropdown.js
 create mode 100644 
de.fu_berlin.inf.dpp.ui.frontend/html/templates/accountDropdown.jade


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