summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure Unicorn listens on localhost:8080unicorn-listen-8080Jacob Vosmaer2015-09-251-0/+13
* Merge branch 'hook-api-updates' into 'master' Stan Hu2015-09-245-4/+38
|\
| * hooks: improve tests for hook APIBen Boeckel2015-09-242-1/+27
| * api: add enable_ssl_verification to PUT/POST hooksBen Boeckel2015-09-242-2/+6
| * doc: list note_events as a valid parameter for PUT/POST hooksBen Boeckel2015-09-241-0/+2
| * api: expose note_events and enable_ssl_verification for hooksBen Boeckel2015-09-242-1/+3
* | Merge branch 'get-ci-token-from-ci-projects' into 'master' Robert Speicher2015-09-244-5/+12
|\ \
| * | Test grace auth against gitlab_ci_project with tokenget-ci-token-from-ci-projectsKamil Trzcinski2015-09-241-1/+4
| * | Update stub syntaxRobert Speicher2015-09-241-1/+1
| * | Fix grack auth specKamil Trzcinski2015-09-241-1/+1
| * | Fix specsKamil Trzcinski2015-09-242-2/+2
| * | Remove unneeded changeKamil Trzcinski2015-09-241-1/+2
| * | Get GitLabCiService token from CI projectKamil Trzcinski2015-09-241-4/+7
* | | Merge pull request #9664 from fantasywind/patch-1Robert Schilling2015-09-241-0/+1
|\ \ \
| * | | Update 7.14-to-8.0.mdChia Yu Pai2015-09-241-0/+1
* | | | Merge branch 'update-mailroom' into 'master' Robert Speicher2015-09-245-3/+11
|\ \ \ \
| * | | | Update changelogupdate-mailroomDouwe Maan2015-09-241-0/+2
| * | | | Add and document option to use StartTLS with mail_room.Douwe Maan2015-09-242-0/+6
| * | | | Update mail_roomDouwe Maan2015-09-242-3/+3
| | |/ / | |/| |
* | | | Merge branch 'newrelic-grape' into 'master' Robert Speicher2015-09-242-3/+5
|\ \ \ \
| * | | | Add the newrelic-grape gemnewrelic-grapeJacob Vosmaer2015-09-242-3/+5
* | | | | Merge branch 'fix-default-avatar-in-network-graph' into 'master' Robert Speicher2015-09-242-1/+2
|\ \ \ \ \
| * | | | | Fix default avatar not showing up in network graphStan Hu2015-09-242-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'rs-troubleshooting' into 'master' Robert Speicher2015-09-242-0/+20
|\ \ \ \ \
| * | | | | Update Troubleshooting sectionsRobert Speicher2015-09-242-7/+8
| * | | | | Add Troubleshooting section to 7.14 to 8.0 Update guiders-troubleshootingRobert Speicher2015-09-231-0/+9
| * | | | | Add Troubleshooting section to Install guideRobert Speicher2015-09-231-0/+10
* | | | | | Merge branch 'reference-apache-templates-8.0' into 'master' Robert Speicher2015-09-241-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Refer to Apache templates in 8.0 update guidereference-apache-templates-8.0Jacob Vosmaer2015-09-241-0/+2
|/ / / / /
* | | | | Merge branch 'remove-ci-dashboard' into 'master' Douwe Maan2015-09-2410-96/+9
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove CI dashboardDmitriy Zaporozhets2015-09-2410-96/+9
* | | | | Merge branch 'ci-status-projects-page' into 'master' Dmitriy Zaporozhets2015-09-249-10/+39
|\ \ \ \ \ | |/ / / /
| * | | | Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-249-10/+39
|/ / / /
* | | | Merge branch 'fix-markdown-preview-font' into 'master' Dmitriy Zaporozhets2015-09-242-1/+1
|\ \ \ \
| * | | | Use standard Markdown font in Markdown preview instead of fixed-width fontStan Hu2015-09-232-1/+1
* | | | | Merge branch 'build-status-on-commit-page' into 'master' Dmitriy Zaporozhets2015-09-247-34/+61
|\ \ \ \ \
| * | | | | Show CI status on commit pagebuild-status-on-commit-pageDmitriy Zaporozhets2015-09-243-0/+15
| * | | | | 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-245-39/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix GitlabCiService specsremove-routes-helperKamil Trzcinski2015-09-221-2/+2
| * | | | 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 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-09-2421-91/+151
|\ \ \ \ \
| * \ \ \ \ Merge branch 'move-ci-charts' into 'master' Dmitriy Zaporozhets2015-09-2416-69/+78
| |\ \ \ \ \
| | * | | | | 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-2420-91/+160
| | |\ \ \ \ \
| | * | | | | | Update CHANGELOGmove-ci-chartsDmitriy Zaporozhets2015-09-231-0/+1
| | * | | | | | Move CI charts to project graphs areaDmitriy Zaporozhets2015-09-2314-69/+69