summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add missing characterJannick Fahlbusch2015-10-231-1/+1
* Merge branch 'rs-clipboard-js' into 'master' Dmitriy Zaporozhets2015-10-237-5/+62
|\
| * Remove unused argument from clipboard_button helperRobert Speicher2015-10-231-1/+1
| * Add clipboard buttons to each step of "How to merge"Robert Speicher2015-10-232-2/+14
| * Add "Copy to clipboard" buttonsRobert Speicher2015-10-233-3/+14
| * Add styling for cross-project-reference clipboard buttonRobert Speicher2015-10-231-0/+13
| * Add copy_to_clipboard JSRobert Speicher2015-10-231-0/+21
* | Merge branch 'git-follow' into 'master' Dmitriy Zaporozhets2015-10-231-2/+5
|\ \
| * | Refactor git follow option setgit-followDmitriy Zaporozhets2015-10-231-1/+1
| * | Use git follow flag for commits page when retrieve history for file or directoryDmitriy Zaporozhets2015-10-231-2/+5
| |/
* | Merge branch 'fix-ci-regressions' into 'master' Robert Speicher2015-10-2310-30/+50
|\ \ | |/ |/|
| * Fixed nesting for Allowed to failfix-ci-regressionsKamil Trzcinski2015-10-231-1/+1
| * Fix broken Runners admin pageKamil Trzcinski2015-10-232-12/+19
| * On CI Admin page show only projects that are present in GitLabKamil Trzcinski2015-10-231-0/+1
| * Allow developer to manage buildsKamil Trzcinski2015-10-233-10/+17
| * Fix small CI UI regressionsKamil Trzcinski2015-10-235-8/+13
* | Merge branch 'update-fonts' into 'master' Dmitriy Zaporozhets2015-10-2312-0/+0
|\ \
| * | Update SourceSansPro fontsupdate-fontsDmitriy Zaporozhets2015-10-2112-0/+0
* | | Merge branch 'comments_fix' into 'master' Dmitriy Zaporozhets2015-10-232-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix: Inability to reply to code comments in the MR view, if the MR comes from...comments_fixValery Sizov2015-10-222-2/+2
* | | Merge branch 'readme-extra-padding' into 'master' Dmitriy Zaporozhets2015-10-221-1/+1
|\ \ \
| * | | Add extra padding to README blockDmitriy Zaporozhets2015-10-221-2/+2
* | | | Merge branch 'cleanup-css' into 'master' Dmitriy Zaporozhets2015-10-222-17/+16
|\ \ \ \
| * | | | Improve css code quality for projects.scssDmitriy Zaporozhets2015-10-222-17/+16
| |/ / /
* | | | Merge branch 'rs-issuable-filter-count-style' into 'master' Dmitriy Zaporozhets2015-10-223-5/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Fix alignment of the filter counter for Issuablesrs-issuable-filter-count-styleRobert Speicher2015-10-223-5/+16
* | | | Remove bad css styleDmitriy Zaporozhets2015-10-221-5/+0
* | | | Merge branch 'compact-file-list' into 'master' Dmitriy Zaporozhets2015-10-221-1/+1
|\ \ \ \
| * | | | Make file list more compactcompact-file-listDmitriy Zaporozhets2015-10-221-1/+1
* | | | | Merge branch 'project-readme-edit' into 'master' Dmitriy Zaporozhets2015-10-222-6/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Restore edit button in project readmeproject-readme-editDouwe Maan2015-10-222-6/+12
* | | | | Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master' Dmitriy Zaporozhets2015-10-2214-126/+158
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Change dashboard snippet index menu class to match testhanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-221-1/+1
| * | | | Restyle dashboard snippets visibility level tabs.Douwe Maan2015-10-214-31/+19
| * | | | Merge branch 'master' into hanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-2197-402/+714
| |\ \ \ \
| * | | | | Restore dashboard snippets tabs.Douwe Maan2015-10-181-0/+22
| * | | | | Update style of snippets pagesDouwe Maan2015-10-185-43/+14
| * | | | | Update style of snippet detail pageDouwe Maan2015-10-184-78/+82
| * | | | | Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-17111-435/+800
| |\ \ \ \ \
| * | | | | | fix spinach features to use new button wordingsHan Loong Liauw2015-10-151-0/+1
| * | | | | | change capitalisation in buttonsHan Loong Liauw2015-10-154-6/+11
| * | | | | | New snippet design for projectsHan Loong Liauw2015-10-147-67/+53
| * | | | | | include created_at date in headingHan Loong Liauw2015-10-141-3/+9
| * | | | | | Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-1491-678/+777
| |\ \ \ \ \ \
| * | | | | | | Updated the style of the snippets header in #showHan Loong Liauw2015-10-142-28/+78
| * | | | | | | Adds modified date to snippets#show #1767Han Loong Liauw2015-10-123-4/+13
* | | | | | | | Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher2015-10-222-5/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Move case sensitivity check to find_with_namespace.Douwe Maan2015-10-212-11/+4
| * | | | | | | Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-202-7/+14
* | | | | | | | Merge branch 'fix-ci-services-editing' into 'master' Robert Speicher2015-10-221-4/+4
|\ \ \ \ \ \ \ \