11 May, 2016

1 commit


18 Apr, 2016

1 commit


16 Apr, 2016

1 commit


15 Apr, 2016

1 commit


13 Apr, 2016

3 commits


08 Apr, 2016

3 commits


24 Feb, 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

1 commit


20 Jan, 2016

2 commits


23 Nov, 2015

1 commit


18 Nov, 2015

1 commit


17 Nov, 2015

1 commit


09 Nov, 2015

1 commit


26 Oct, 2015

5 commits


07 Oct, 2015

2 commits


03 Sep, 2015

1 commit


02 Sep, 2015

2 commits


31 Aug, 2015

1 commit


05 Aug, 2015

4 commits


06 Jul, 2015

1 commit


29 Jun, 2015

1 commit


26 Jun, 2015

1 commit


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

1 commit

  • Created javascript to show and hide the branch field.
    Created javascript to fetch the branches of a valid url of a git
    repository.
    New route repository_branches to communicate with kalibro_client.
    
    TODO: Fix acceptance tests.
    TODO: Handle errors on javascript.
    TODO: Extract javascript code to assets.
    TODO: Create a white list for the action branches of the repository's
    controller.
    
    Signed off by: Pedro Scocco <pedroscocco@gmail.com>
    Diego Camarinha