13 Apr, 2016

1 commit


20 Jan, 2016

1 commit


26 Oct, 2015

1 commit

  •  * WIP: cucumber feature to show hotspot metric results
     * Add partials to list hotspot metric results
     * Add necessary JS to render the list of hotspot metric results
       on the right place div of the accordion
     * Translations specific to hotspot metric results
     * HotspotMetric and HotspotMetricConfiguration factories
    
    Signed off by: Eduardo Silva Araújo <duduktamg@hotmail.com>
    Diego Camarinha
     

03 Sep, 2015

1 commit


02 Sep, 2015

1 commit


15 Jul, 2015

1 commit

  • jQuery animations make acceptance tests unreliable due to the way
    PhantomJS, Poltergeist and Capybara interact.
    To click on an element, Capybara finds it's position in the screen, then
    literally clicks at the element's x and y coordinates. This works fine
    if the element does not move, but if the element is being shown by an
    animation, it will move, and the click will miss.
    
    This caused some tests, like the one for Ruby metric configuration
    creation, to fail sporadically. Using jQuery's mechanism for globally
    disabling animations only during tests seems to fix the unreliability
    (20 out of 20 runs of the Ruby metric conf. test succeded).
    
    Signed-off-by: Daniel Miranda <danielkza2@gmail.com>
    Heitor
     

22 Jun, 2015

1 commit


17 Jun, 2015

1 commit

  • new and create action can be acessed both with or without a project. This
    enables to have repositories the two ways.
    
    The behaviour for the back had to change from going back to a specific project
    page. To the all projects pages since some repositories may not have a
    project_id.
    
    With the routes, many helpers had to get fixed together with acceptance
    tests steps (for this a new step was created in order to be able to create
    RepositoryAttributes).
    
    Finally the JS for repository state retrieval needed fixes since it builds the
    route withot any helper. Same thing for the JS that prevents infinite state
    queries.
    
    Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
    Pedro
     

16 Jun, 2015

11 commits


12 Jun, 2015

1 commit

  • The graphic for Metric results previously did not have a set size.
    Changed it so that it fills the whole space available, and made it
    responsive to window resizing. That broke some particular cases of
    histories with few changes and number of points that wasn't very small.
    
    In addition, made the graphic display a single point instead of an
    unhelpful message.
    Daniel
     

21 May, 2015

2 commits


17 Apr, 2015

1 commit


25 Mar, 2015

1 commit


27 Feb, 2015

1 commit


12 Feb, 2015

1 commit


22 Oct, 2014

2 commits


08 Oct, 2014

1 commit


03 Oct, 2014

1 commit


12 Sep, 2014

7 commits


20 Aug, 2014

2 commits


14 Aug, 2014

1 commit