20 Apr, 2016

2 commits


18 Apr, 2016

6 commits


16 Apr, 2016

1 commit


15 Apr, 2016

5 commits


13 Apr, 2016

10 commits


11 Apr, 2016

2 commits

  • 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
     
  • This removes the `Show` button for hotspot metric configurations on the
    configurations page.
    
    Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
    Eduardo Silva Araújo
     

08 Apr, 2016

3 commits


04 Apr, 2016

1 commit


30 Mar, 2016

1 commit


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
     

17 Feb, 2016

3 commits


12 Feb, 2016

1 commit


29 Jan, 2016

1 commit

  • This is expected to improve compatibility with reverse-proxies.
    
    Still, for full compatibility, regarding redirections, we still may
    need to set the default url options with the proxy host.
    
    Signed-off-by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
    Heitor
     

22 Jan, 2016

3 commits