18 Apr, 2016

2 commits


15 Apr, 2016

1 commit


11 Apr, 2016

1 commit

  • Ensure webhook requests are only accepted after proper verification of
    expected headers, repository address and branch, using the newly
    implemented library.
    
    To that effect, split up the logic to extract that information from
    requests to it's own class, and use it in the notify_push action.
    
    Also, add factories to make better testing of the notify_push action
    possible, such as a factory similar to a real request from Gitlab, and
    one for the Kalibro Client repository on Gitlab.
    
    Adding other hook providers should be quite a lot easier after this is
    applied.
    Daniel
     

04 Apr, 2016

1 commit

  • A bug in notify_push was missed due to CSRF protection being disabled in
    the test environment. Fix that by adding a tag that can enabled it in
    some features.
    
    We might eventually want to enable it for all acceptance tests to make
    sure other cases like this don't show up.
    Daniel
     

22 Feb, 2016

1 commit

  • There were outdated tests that did not update from the deprecated
    'Average' aggregation form to 'Mean'. Fix that, while simultaneously
    refactoring the configuration creation and repository processing
    features, into a single 'golden path' that tests boths, ensuring a very
    common user task works as expected.
    
    Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
    Diego Camarinha
     

20 Jan, 2016

3 commits


19 Nov, 2015

3 commits


09 Nov, 2015

2 commits

  •   * Closes Issue #218
    
    KalibroClient returns 0 instead of nil when the module has no parent.
    
    Signed-off-by: Eduardo Silva Araújo <duduktamg@hotmail.com>
    Diego Camarinha
     
  •   * Renamed ProjectAttributes' column hidden to public and inverted
        default values
      * Implemented Project#"public_or_owned_by_user"
      * All features now create ProjectAttributes after creating a Project
      * Implemented ProjectAttributes#project and ProjectAttributes#project=
      * Fix Project#attributes to return nil when there is no
        ProjectAttribute
      * Fixes #263
    
    Signed off by: Diego Araújo <diegoamc90@gmail.com>
    Heitor
     

06 Nov, 2015

2 commits


28 Oct, 2015

1 commit

  •  * Also the previous conditional in the view was unnecessary because the
     kalibro_ranges method never returns nil, at most it returns an empty
     array, which is checked by another conditional in the same view
    
    Signed off by: Eduardo Araújo <duduktamg@hotmail.com>
    Heitor
     

26 Oct, 2015

16 commits


24 Aug, 2015

1 commit


08 Jul, 2015

4 commits


06 Jul, 2015

2 commits