summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Remove CI dashboardDmitriy Zaporozhets2015-09-248-86/+8
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-244-5/+21
* Merge branch 'fix-markdown-preview-font' into 'master' Dmitriy Zaporozhets2015-09-241-1/+0
|\
| * Use standard Markdown font in Markdown preview instead of fixed-width fontStan Hu2015-09-231-1/+0
* | Merge branch 'build-status-on-commit-page' into 'master' Dmitriy Zaporozhets2015-09-244-34/+46
|\ \
| * | Show CI status on commit pageDmitriy Zaporozhets2015-09-242-0/+9
| * | Refactor ci-status badge cssDmitriy Zaporozhets2015-09-242-34/+37
* | | Merge branch 'remove-routes-helper' into 'master' Dmitriy Zaporozhets2015-09-244-37/+14
|\ \ \ | |/ / |/| |
| * | Fix CIKamil Trzcinski2015-09-221-0/+2
| * | Fix Slack notification URL and remove the usage of Ci::RoutesHelperKamil Trzcinski2015-09-224-37/+12
* | | Merge branch 'move-ci-charts' into 'master' Dmitriy Zaporozhets2015-09-2411-55/+50
|\ \ \
| * | | Check for CI enabled in correct placeDmitriy Zaporozhets2015-09-242-1/+1
| * | | Add header for ci graphs and check that it is enabledDmitriy Zaporozhets2015-09-242-0/+8
| * | | Merge branch 'master' into move-ci-chartsDmitriy Zaporozhets2015-09-2412-79/+118
| |\ \ \
| * | | | Move CI charts to project graphs areaDmitriy Zaporozhets2015-09-2310-55/+42
* | | | | Merge branch 'rs-help-page' into 'master' Douwe Maan2015-09-242-21/+11
|\ \ \ \ \
| * | | | | Allow non-admin users to see version informationrs-help-pageRobert Speicher2015-09-231-1/+1
| * | | | | Move the `version_check_enabled` check from view to helperRobert Speicher2015-09-232-3/+2
| * | | | | Add "Community Edition" to the version info on the help pageRobert Speicher2015-09-231-0/+1
| * | | | | "fine grained" -> "fine-grained"Robert Speicher2015-09-231-1/+1
| * | | | | Make all "Quick help" link text the entire body of the linkRobert Speicher2015-09-231-16/+5
| * | | | | Only surface version information on help index to adminsRobert Speicher2015-09-231-4/+5
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix-network-graph-refs' into 'master' Douwe Maan2015-09-241-1/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove git refs used internally by GitLab from network graphStan Hu2015-09-231-1/+4
* | | | | Merge branch 'cleanup-ci-dashboard' into 'master' Douwe Maan2015-09-246-148/+47
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Remove non-existing pageDmitriy Zaporozhets2015-09-231-5/+2
| * | | | Fix search for ci projects and cleanup unnecessary codeDmitriy Zaporozhets2015-09-232-13/+1
| * | | | Simplify CI projects queryDmitriy Zaporozhets2015-09-233-29/+31
| * | | | Show only enabled CI projectsDmitriy Zaporozhets2015-09-235-109/+21
* | | | | Fix styling conform the new styleZeger-Jan van de Weg2015-09-231-0/+2
* | | | | Add links to first and/or last page with kaminariZeger-Jan van de Weg2015-09-233-4/+9
| |_|/ / |/| | |
* | | | Merge branch 'fix-markdown-truncation-removing-links' into 'master' Robert Speicher2015-09-231-1/+1
|\ \ \ \
| * | | | Fix cases where Markdown did not render links in activity feedStan Hu2015-09-221-1/+1
| | |/ / | |/| |
* | | | Fix top margin for sign-in button on public pagesRobert Speicher2015-09-231-1/+1
* | | | Merge branch 'enable-ci-on-push' into 'master' Dmitriy Zaporozhets2015-09-233-1/+23
|\ \ \ \
| * | | | Refactor Project#enable_ci methodenable-ci-on-pushDmitriy Zaporozhets2015-09-231-10/+1
| | |/ / | |/| |
| * | | Rescue rugged error when detect ci yml fileDmitriy Zaporozhets2015-09-231-0/+2
| * | | Enable CI for gitlab when .gitlab-ci.yml is pushedDmitriy Zaporozhets2015-09-233-1/+30
* | | | Merge branch 'make-commit-graphs-responsive' into 'master' Robert Speicher2015-09-231-41/+35
|\ \ \ \
| * | | | Make commit graphs responsive to window width changesStan Hu2015-09-221-41/+35
| | |_|/ | |/| |
* | | | Merge branch 'ad_coder' into 'master' Dmitriy Zaporozhets2015-09-232-17/+63
|\ \ \ \
| * | | | Improve UI for rendered markdownad_coderAndrey2015-09-232-17/+63
| |/ / /
* | | | Merge branch 'rs-fix-help-links' into 'master' Douwe Maan2015-09-232-5/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Simplify help path prefixingrs-fix-help-linksRobert Speicher2015-09-231-17/+4
| * | | Prevent double-prefixing of help page pathsRobert Speicher2015-09-222-5/+19
| | |/ | |/|
* | | Show CI status on all pages where commits list is renderedDmitriy Zaporozhets2015-09-234-2/+48
* | | Merge branch 'fix-mr-missing-source-branch-error' into 'master' Marin Jankovski2015-09-232-3/+2
|\ \ \ | |/ / |/| |
| * | Fix error when MR source branch no longer exists.fix-mr-missing-source-branch-errorDouwe Maan2015-09-222-3/+2
| |/
* | Merge branch 'clarify-text' into 'master' Robert Speicher2015-09-221-1/+1
|\ \ | |/ |/|
| * clarify confirmation text on user deletion.Hannes Rosenögger2015-09-211-1/+1