| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'wiki-gfm-autocomplete' into 'master'
| Jacob Schatz | 2016-07-20 | 1 | -5/+5 |
|\ |
|
| * | Chnaged noteable class checkwiki-gfm-autocomplete | Phil Hughes | 2016-07-14 | 1 | -1/+1 |
| * | Fixed GFM autocomplete not loading on wiki pages | Phil Hughes | 2016-07-07 | 1 | -5/+5 |
* | | Merge branch '19937-fix-wrong-build-elapsed-time' into 'master'
| Kamil Trzciński | 2016-07-19 | 3 | -15/+15 |
|\ \ |
|
| * | | Fix build duration when build is not finished yet19937-fix-wrong-build-elapsed-time | Rémy Coutable | 2016-07-18 | 3 | -15/+15 |
* | | | Merge branch 'rs-issue-19878' into 'master'
| Douwe Maan | 2016-07-19 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Ensure Owners are included in the scope for authorized_projects | Robert Speicher | 2016-07-19 | 1 | -1/+1 |
* | | | | Merge branch '19847-running-icon' into 'master'
| Jacob Schatz | 2016-07-19 | 13 | -8/+139 |
|\ \ \ \ |
|
| * | | | | Fix alignment of icons on project page19847-running-icon | Annabel Dunstone | 2016-07-19 | 1 | -0/+5 |
| * | | | | Vertically align status icon within table | Annabel Dunstone | 2016-07-19 | 1 | -0/+1 |
| * | | | | Add new icons for every CI status | Annabel Dunstone | 2016-07-19 | 8 | -28/+42 |
| * | | | | Add global style for running icon | Annabel Dunstone | 2016-07-19 | 5 | -27/+25 |
| * | | | | Align running icon in merge request | Annabel Dunstone | 2016-07-19 | 1 | -0/+10 |
| * | | | | Add new running icon; add a bunch of styles to get svg to match existing fa i... | Annabel Dunstone | 2016-07-19 | 11 | -3/+106 |
* | | | | | Merge branch 'clipboard-button' into 'master'
| Jacob Schatz | 2016-07-19 | 2 | -1/+6 |
|\ \ \ \ \ |
|
| * | | | | | Remove white background on clipboard button; position iconclipboard-button | Annabel Dunstone | 2016-07-18 | 2 | -1/+6 |
* | | | | | | Merge branch 'tag-page-updates' into 'master'
| Jacob Schatz | 2016-07-19 | 2 | -32/+42 |
|\ \ \ \ \ \ |
|
| * | | | | | | Fix styling of tag pagetag-page-updates | Annabel Dunstone | 2016-07-18 | 2 | -32/+42 |
| |/ / / / / |
|
* | | | | | | Merge branch 'fork-icon' into 'master'
| Jacob Schatz | 2016-07-19 | 5 | -4/+34 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| * | | | | | Add svg icon color to btn-color mixinfork-icon | Annabel Dunstone | 2016-07-15 | 3 | -10/+19 |
| * | | | | | Add new fork svg icon | Annabel Dunstone | 2016-07-15 | 3 | -2/+23 |
* | | | | | | Merge branch 'rename-repo-files' into 'master'
| Douwe Maan | 2016-07-19 | 6 | -3/+44 |
|\ \ \ \ \ \ |
|
| * | | | | | | fixes an issue cause by a bad merge | tiagonbotelho | 2016-07-19 | 1 | -1/+2 |
| * | | | | | | Merge branch 'master' into rename-repo-files | tiagonbotelho | 2016-07-19 | 45 | -1388/+1562 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'master' into rename-repo-files | tiagonbotelho | 2016-07-18 | 111 | -519/+751 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | renames :file_name to :file_path | tiagonbotelho | 2016-07-13 | 2 | -4/+4 |
| * | | | | | | | fixes frontend bug | tiagonbotelho | 2016-07-12 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'rename-repo-files' of gitlab.com:tiagonbotelho/gitlab-ce into r... | tiagonbotelho | 2016-07-12 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | test for nil params :file_name | tiagonbotelho | 2016-07-12 | 1 | -1/+1 |
| | * | | | | | | | refactors update action to change commit_params with the correct path | tiagonbotelho | 2016-07-12 | 2 | -5/+5 |
| | * | | | | | | | changes the usasge of path to file_path on blob_controller for compatibillity... | tiagonbotelho | 2016-07-11 | 3 | -6/+6 |
| | * | | | | | | | Merge branch 'rename-repo-files' of gitlab.com:tiagonbotelho/gitlab-ce into r... | tiagonbotelho | 2016-07-08 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ |
|
| | | * | | | | | | | fixes more issues for MR acceptance | tiagonbotelho | 2016-07-06 | 3 | -16/+17 |
| | | * | | | | | | | fixes merge request edit bug where it would generate a cloned file and not re... | tiagonbotelho | 2016-07-06 | 1 | -5/+5 |
| | | * | | | | | | | fixes issues for mr acceptance | tiagonbotelho | 2016-07-06 | 2 | -6/+4 |
| | | * | | | | | | | refactors to pass values as arguments through options | tiagonbotelho | 2016-07-06 | 2 | -14/+17 |
| | | * | | | | | | | removes debugging prints from code | tiagonbotelho | 2016-07-06 | 2 | -24/+0 |
| | | * | | | | | | | creates the update_file method in repository.rb and applies changes accordingly | tiagonbotelho | 2016-07-06 | 1 | -0/+16 |
| | | * | | | | | | | remove prints and useless comments | tiagonbotelho | 2016-07-06 | 1 | -2/+0 |
| | | * | | | | | | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-06 | 1 | -0/+2 |
| | | * | | | | | | | refactors blob_controller | tiagonbotelho | 2016-07-06 | 2 | -11/+16 |
| | | * | | | | | | | remove prints and useless comments | tiagonbotelho | 2016-07-06 | 1 | -2/+0 |
| | | * | | | | | | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-06 | 1 | -0/+2 |
| | | * | | | | | | | implements the form for renaming the new filename on the file edit page | tiagonbotelho | 2016-07-06 | 1 | -1/+0 |
| | | * | | | | | | | creates the update_file method in repository.rb and applies changes accordingly | tiagonbotelho | 2016-07-06 | 4 | -2/+34 |
| | | * | | | | | | | remove prints and useless comments | tiagonbotelho | 2016-07-06 | 1 | -2/+0 |
| | | * | | | | | | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-06 | 1 | -0/+2 |
| | | * | | | | | | | implements the form for renaming the new filename on the file edit page | tiagonbotelho | 2016-07-06 | 1 | -2/+2 |
| | | * | | | | | | | remove prints and useless comments | tiagonbotelho | 2016-07-06 | 2 | -3/+1 |
| | | * | | | | | | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-06 | 3 | -2/+9 |