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 "Ganeti core".

The branch, master has been updated
       via  8540a0230e3d71e4591e249f340357b7401c861e (commit)
       via  15ccbc02260c00fbe3457440f61ee81bb8249021 (commit)
       via  14aac564cd9b328ad1ae22551e13b4aff784ac31 (commit)
      from  2fb6a3989089618e13fe4a0efe86c5a64e9da625 (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 8540a0230e3d71e4591e249f340357b7401c861e
Author: Niklas Hambuechen <[email protected]>
Date:   Tue Oct 14 15:18:53 2014 +0200

    Test.JQScheduler: Fix queue jobs having same job IDs
    
    The `Arbitrary Queue` instance so far would simply generated lists
    of jobs, for which it was possible that job IDs are repeated
    (inside individual lists or accross all lists).
    
    While this hasn't created any problem so far, real-world Queues
    cannot have repeated job IDs inside, and the Gen should reflect that.
    
    Signed-off-by: Niklas Hambuechen <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

commit 15ccbc02260c00fbe3457440f61ee81bb8249021
Author: Niklas Hambuechen <[email protected]>
Date:   Tue Oct 14 15:07:49 2014 +0200

    TestCommon: Add listOfUniqueBy
    
    This is a Gen for creating elements that are distinct by a certain property,
    (e.g. for generating a list of jobs, all of which have different job IDs).
    
    Signed-off-by: Niklas Hambuechen <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

commit 14aac564cd9b328ad1ae22551e13b4aff784ac31
Author: Niklas Hambuechen <[email protected]>
Date:   Tue Oct 14 15:05:38 2014 +0200

    Utils.Monad: Add unfoldrM and unfoldrM'
    
    Taken from monad-loops, with a variable rename to avoid name shadowing.
    
    Signed-off-by: Niklas Hambuechen <[email protected]>
    Reviewed-by: Klaus Aehlig <[email protected]>

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

Summary of changes:
 src/Ganeti/Utils/Monad.hs          |   18 ++++++++++++++++++
 test/hs/Test/Ganeti/JQScheduler.hs |   11 +++++++++--
 test/hs/Test/Ganeti/TestCommon.hs  |   36 ++++++++++++++++++++++++++++++++++++
 3 files changed, 63 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to