summaryrefslogtreecommitdiff
path: root/app/views/projects
Commit message (Expand)AuthorAgeFilesLines
* Updated triggers UIupdated-triggers-uiPhil Hughes2016-04-272-65/+62
* Fix error on commit builds page when no builds yetGrzegorz Bizon2016-04-251-1/+1
* Use the `can?` helper instead of `current_user.can?`15513-fix-undefined-can-methodRémy Coutable2016-04-221-1/+1
* Merge branch 'rs-diff_view' into 'master' Rémy Coutable2016-04-221-1/+1
|\
| * Always read diff_view setting from the cookieRobert Speicher2016-04-141-1/+1
* | Merge branch 'remove-update-files' into 'master' Yorick Peterse2016-04-212-0/+0
|\ \
| * | Removed JS update templatesremove-update-filesPhil Hughes2016-04-192-0/+0
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRémy Coutable2016-04-211-1/+1
|\ \ \
| * \ \ Merge branch 'issue_15434' into 'master' Jacob Schatz2016-04-211-1/+1
| |\ \ \
| | * | | Remove unnecessary provided paramAlfredo Sumaran2016-04-211-1/+1
* | | | | Merge branch 'rs-issue-15408' into 'master' Robert Speicher2016-04-211-1/+1
|\ \ \ \ \
| * | | | | Fix undefined local variable error in Invalid MR templaters-issue-15408Robert Speicher2016-04-211-1/+1
| |/ / / /
* | | | | Merge branch 'diff-link-fix' into 'master' Jacob Schatz2016-04-211-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Put back removed line numberdiff-link-fixPhil Hughes2016-04-201-1/+1
| * | | | Fixed issue with lines not being selectable when expanding diffPhil Hughes2016-04-201-5/+5
* | | | | Merge branch 'addtap' into 'master' Kamil Trzciński2016-04-211-0/+3
|\ \ \ \ \
| * | | | | add tap coverage example to project settingsEvan Lucas2016-04-191-0/+3
* | | | | | Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-2112-96/+103
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-1914-136/+116
| |\ \ \ \ \
| * | | | | | Make some logic less twistableKamil Trzcinski2016-04-173-8/+9
| * | | | | | Revert unneeded changesKamil Trzcinski2016-04-161-1/+1
| * | | | | | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-1/+1
| * | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1626-82/+84
| |\ \ \ \ \ \
| * | | | | | | Optimise Merge Request builds renderingKamil Trzcinski2016-04-132-4/+5
| * | | | | | | Cleanup changesKamil Trzcinski2016-04-136-4/+4
| * | | | | | | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-135-30/+23
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-1116-117/+82
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix specsKamil Trzcinski2016-04-111-1/+1
| * | | | | | | | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-1113-91/+96
* | | | | | | | | | Add red color to overdue and open issuesMehmet Beydogan2016-04-201-3/+4
* | | | | | | | | | Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+4
* | | | | | | | | | Merge branch 'remove-duplicate-ids' into 'master' Jacob Schatz2016-04-201-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Removed duplicate ID's from the HTMLremove-duplicate-idsPhil Hughes2016-04-191-2/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'fix_infinite_scroll_breaks_on_back_button_activity_feed' into '...Jacob Schatz2016-04-201-1/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | fix bug causing the infinite scrolling in activity feeds to break when you cl...fix_infinite_scroll_breaks_on_back_button_activity_feedArinde Eniola2016-04-201-1/+4
* | | | | | | | | | Merge branch 'issue_15366' into 'master' Jacob Schatz2016-04-201-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Render relative timestamps for all commits in projects commit listissue_15366Felipe Artur2016-04-191-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'system-note-commented' into 'master' Jacob Schatz2016-04-201-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Removed commented text from system notesPhil Hughes2016-04-201-1/+3
* | | | | | | | | | Also show Revert and Cherry-pick when the source branch can't be removedDouwe Maan2016-04-201-0/+5
* | | | | | | | | | Verify the MR being displayed question has a merge commit set and can be cher...Douwe Maan2016-04-202-7/+9
|/ / / / / / / / /
* | | | | | | | | Merge branch 'feature/raw-trace-output' into 'master' Rémy Coutable2016-04-201-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add feature specs for raw traceTomasz Maczukin2016-04-191-1/+1
| * | | | | | | | | Add raw trace output for GitLab WorkhorseTomasz Maczukin2016-04-191-0/+3
* | | | | | | | | | Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher2016-04-205-12/+18
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Continue implementation of the license template selector and /licenses API en...Rémy Coutable2016-04-185-18/+13
| * | | | | | | | | Initial implementation if license template selector and /licenses/:key API en...Anton Davydov2016-04-182-3/+14
* | | | | | | | | | CLearify shared runner warning.Sytse Sijbrandij2016-04-191-1/+1
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'pmq20/gitlab-ce-issue_12785'Douwe Maan2016-04-195-8/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add support to cherry-pick any commitP.S.V.R2016-04-185-8/+21