summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-dataBram Daams2016-02-101-1/+4
* Ensure link for README blobs includes the full pathrs-issue-13254Robert Speicher2016-02-091-1/+1
* Merge branch 'variables-build-log' into 'master' Robert Speicher2016-02-091-1/+3
|\
| * Add information about expose of build variables.variables-build-logKamil Trzcinski2016-02-091-1/+3
* | Merge branch 'fix-logo-rasterization' into 'master' Robert Speicher2016-02-092-21/+10
|\ \
| * | Prevent rasterization artefacts in the logo, and simplify markup.Aaron Hamilton2016-02-082-21/+10
| |/
* | Merge branch 'smarter-diverging-commit-cache-flushing' into 'master' Douwe Maan2016-02-092-13/+17
|\ \
| * | Smarter flushing of branch statistics cachesYorick Peterse2016-02-092-13/+17
* | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-0918-114/+93
|\ \ \
| * \ \ Merge branch 'ci-permissions' into 'master' Robert Speicher2016-02-0818-114/+93
| |\ \ \ | | |_|/ | |/| |
| | * | Remove current_user && when can? is usedKamil Trzcinski2016-02-052-2/+2
| | * | Merge branch 'master' into ci-permissionsKamil Trzcinski2016-02-0565-338/+736
| | |\ \
| | * | | Use `delete` instead of assignment operator when filtering build abilitiesKamil Trzcinski2016-02-041-1/+1
| | * | | Update ability model after commentsKamil Trzcinski2016-02-041-24/+15
| | * | | Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-0462-316/+521
| | |\ \ \
| | * | | | Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-043-10/+10
| | * | | | Simplify abilitiesKamil Trzcinski2016-02-041-16/+23
| | * | | | Properly handle commit status permissions (for a build)Kamil Trzcinski2016-02-032-4/+26
| | * | | | Fix build errorsKamil Trzcinski2016-02-032-4/+8
| | * | | | Clean Ci::ApplicationController from unused permission related codeKamil Trzcinski2016-02-032-50/+2
| | * | | | Add CI setting: allow_guest_to_access_buildsKamil Trzcinski2016-02-023-8/+15
| | * | | | Make the CI permission model simplerKamil Trzcinski2016-02-0215-52/+48
* | | | | | Merge branch 'fix/max-attachment-size-setting-validation'Douwe Maan2016-02-091-0/+4
|\ \ \ \ \ \
| * | | | | | Validate maximum attachment size in application settingsGrzegorz Bizon2016-02-091-0/+4
* | | | | | | Merge branch 'huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mai...Douwe Maan2016-02-096-0/+21
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Add option to include the sender name in body of Notify email. fix #7824huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mailJason Lee2016-02-096-0/+21
* | | | | | | Merge branch 'zj/gitlab-ce-unique-milestone-title-per-project'Douwe Maan2016-02-091-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Validate uniqueness of milestone title per projectZeger-Jan van de Weg2016-02-081-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'add-tooltip-to-stuck-builds' into 'master' Douwe Maan2016-02-091-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add a tooltip to the stuck warning build symbolJeroen van Baarsen2016-02-081-1/+1
| |/ / / / /
* | | | | | Merge branch 'rs-broadcast-markdown' into 'master' Douwe Maan2016-02-097-16/+47
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Allow limited Markdown in Broadcast Messagesrs-broadcast-markdownRobert Speicher2016-02-067-16/+47
* | | | | | Merge branch 'increase_import_timeout' into 'master' Douwe Maan2016-02-091-1/+1
|\ \ \ \ \ \
| * | | | | | Increase project import timeout from 4 minutes to 15 minutesDrew Blessing2016-02-041-1/+1
* | | | | | | Merge branch 'snippet_search_refactoring'Valery Sizov2016-02-092-23/+27
|\ \ \ \ \ \ \
| * | | | | | | Faster snippet searchValery Sizov2016-02-052-23/+27
* | | | | | | | Merge branch 'caching-repository-git-operations' into 'master' Yorick Peterse2016-02-093-3/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Cache various Repository Git operationscaching-repository-git-operationsYorick Peterse2016-02-083-3/+25
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'kkm/gitlab-ce-user-diff-view-pref-cookie' into 'master' Rémy Coutable2016-02-083-0/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add a controller test for the new 'diff_view' cookieRémy Coutable2016-02-051-3/+1
| * | | | | | | Remember user's inline/tabular diff view preference in a cookiekkm2016-02-053-0/+11
* | | | | | | | Merge branch 'project-title-dropdown-toggle-button' into 'master' Jacob Schatz2016-02-052-2/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Uses icon helper for dropdown toggle iconPhil Hughes2016-02-051-1/+1
| * | | | | | | | Changed the project switcher dropdown togglePhil Hughes2016-02-052-2/+11
* | | | | | | | | Merge branch 'improve-diverging-commit-counts' into 'master' Robert Speicher2016-02-051-2/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | Dedicated method for counting commits between refsimprove-diverging-commit-countsYorick Peterse2016-02-041-2/+5
* | | | | | | | | Merge branch 'feature/jschatz1/sidebar-features' into 'master' Dmitriy Zaporozhets2016-02-053-4/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Changes sidebar widthfeature/jschatz1/sidebar-featuresJacob Schatz2016-02-051-2/+2
| * | | | | | | | | Add `j` and `k` shortcutsJacob Schatz2016-02-052-2/+21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bug/jschatz1/sidebar-issues' into 'master' Dmitriy Zaporozhets2016-02-051-2/+4
|\ \ \ \ \ \ \ \ \