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  099d9973a8f98a0b91cb5799135fb66297f447ea (commit)
       via  0c2f431ec889a10afffb0de22cb772c4e3060c38 (commit)
      from  c0ff1a30bfa967739a8623e7186aba0957285324 (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 099d9973a8f98a0b91cb5799135fb66297f447ea
Author: Bastian Sieker <[email protected]>
Date:   Wed Jun 10 20:31:39 2015 +0200

    [HTML] Use bundle for multiple HTML webpages
    
    There are multiple different webpages to show in Saros, for
    example the main page, the incoming session negotiation
    wizard, the outgoing ..., more wizards...
    
    To determine which page to load (from Java, see package webpages)
    the path to the html file must be provided. However, we want
    to use the same JavaScript codebase for every page to exploit
    code reusage. Furthermore, it is more convenient to have one
    JavaScript build artefact for all pages instead of having
    one artefact for every page.
    
    With this patch, in the html file must be specified which page
    view to show via setting the page property of the app object.
    
    Change-Id: Ib5318f00c2d24aadad3727a75bd5ad41ed099a93
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2254
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

commit 0c2f431ec889a10afffb0de22cb772c4e3060c38
Author: David Damm <[email protected]>
Date:   Fri Jun 12 20:21:15 2015 +0200

    [INTERNAL] Limits the amount of marshalled activities
    
    This patch reduces the risk of getting an heap space error
    by limiting the size of the list of activities.
    
    The Xstream.marshal function uses a lot of heap memory while marshaling
    the list. It raises by the size of the list.
    
    Tests with a 30 MB large list results in a used
    heap size of over 400 MB.
    
    Change-Id: I7e8337fd42679011676fe36c27359c369984d312
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/2251
    Tested-by: Jenkins CI
    Reviewed-by: Stefan Rossbach <[email protected]>

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

Summary of changes:
 de.fu_berlin.inf.dpp.ui.frontend/html/js/app.js    |   16 +++-
 .../html/main-page.html                            |    9 ++-
 .../dpp/project/internal/ActivitySequencer.java    |   89 ++++++++++++++++----
 3 files changed, 92 insertions(+), 22 deletions(-)


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