summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into spread-runner-l...spread-runner-last-updated-atJacob Vosmaer2015-11-0327-150/+347
|\
| * Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-035-111/+269
| |\
| | * Fix testsonly-syntaxKamil Trzcinski2015-11-031-15/+11
| | * SpellingKamil Trzcinski2015-11-021-1/+1
| | * Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-025-111/+273
| * | Merge branch 'fix-inflector' into 'master' Dmitriy Zaporozhets2015-11-033-23/+2
| |\ \
| | * | Fix code that depends on incorrect inflector behaviorDmitriy Zaporozhets2015-11-032-2/+2
| | * | Remove inflector rule that makes commits uncountableDmitriy Zaporozhets2015-11-031-21/+0
| |/ /
| * | Merge branch 'olhado/gitlab-ce-commit-search'Dmitriy Zaporozhets2015-11-0310-6/+52
| |\ \
| | * | Fix commits search for empty repositoryDmitriy Zaporozhets2015-11-031-1/+5
| | * | Refactor search by commits messageolhado/gitlab-ce-commit-searchDmitriy Zaporozhets2015-11-027-41/+11
| | * | Actually converted code to following suggestions.Michael Chmielewski2015-10-282-7/+4
| | * | Fixed method to use git log via Popen as recommended, and made output match t...Michael Chmielewski2015-10-282-2/+7
| | * | Trying to incorporate suggestions from comments on Merge Request 1661Michael Chmielewski2015-10-283-7/+8
| | * | Trailing new lines at ends of files are important.Michael Chmielewski2015-10-281-1/+1
| | * | Moved changelog entry to 8.2Michael Chmielewski2015-10-281-1/+3
| | * | Added @commits to list of tags.Mike Chmielewski2015-10-281-3/+3
| | * | Make subject of spec line up on one line to satisfy rubocop requirementsMike Chmielewski2015-10-281-4/+2
| | * | Add support for searching commit log messagesJonathan Schoeffling2015-10-288-3/+72
| * | | Merge branch 'new-file-link' into 'master' Dmitriy Zaporozhets2015-11-032-0/+5
| |\ \ \
| | * | | Add 'New file' link to dropdown on project pageDmitriy Zaporozhets2015-11-032-0/+5
| * | | | Merge branch 'update-links-to-ci-status' into 'master' Kamil Trzciński2015-11-034-8/+8
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Update links in CI docs after GitLab 8.1Takuya Noguchi2015-11-034-8/+8
| * | | | Merge branch 'rs-require-backup-files' into 'master' Dmitriy Zaporozhets2015-11-032-0/+4
| |\ \ \ \
| | * | | | Explicitly require backup/filesrs-require-backup-filesRobert Speicher2015-11-022-0/+4
| | |/ / /
| * | | | Merge pull request #9791 from konpyu/fix-deprecatedStan Hu2015-11-021-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fix deprecatedKON YUICHI2015-10-311-1/+1
| * | | | Merge branch 'api_file_touched_at' into 'master' Dmitriy Zaporozhets2015-11-024-2/+7
| |\ \ \ \
| | * | | | Add ability to fetch the commit ID of the last commit that actually touched a...api_file_touched_atValery Sizov2015-11-024-2/+7
* | | | | | Add changelog entry for contacted_atJacob Vosmaer2015-11-021-0/+3
* | | | | | Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
|/ / / / /
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-11-0210-110/+200
|\ \ \ \ \
| * \ \ \ \ Merge branch 'backup-improvements' into 'master' Kamil Trzciński2015-11-026-92/+82
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Do no rely on basename of builds, uploadsbackup-improvementsJacob Vosmaer2015-10-163-6/+15
| | * | | | One more backup spec fixJacob Vosmaer2015-10-061-0/+1
| | * | | | Spec fixes for new backup contentsJacob Vosmaer2015-10-061-7/+7
| | * | | | Remove superfluous mkdir -pJacob Vosmaer2015-10-061-2/+0
| | * | | | Remove unused variableJacob Vosmaer2015-10-061-3/+2
| | * | | | Keep old path: db/database.sql.gzJacob Vosmaer2015-10-062-3/+4
| | * | | | Remove old "files" tarball explicitlyJacob Vosmaer2015-10-061-0/+1
| | * | | | Reduce disk IO during SQL backupJacob Vosmaer2015-10-062-31/+26
| | * | | | Use tar for intermediate backup storageJacob Vosmaer2015-10-064-59/+45
| * | | | | Merge branch 'rs-dev-issue-2613' into 'master' Douwe Maan2015-11-022-10/+110
| |\ \ \ \ \
| | * | | | | Add custom protocol whitelisting to SanitizationFilterrs-dev-issue-2613Robert Speicher2015-10-012-10/+110
| * | | | | | Merge branch 'rs-editor-submit' into 'master' Douwe Maan2015-11-022-8/+8
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Persist blob editor's value on submit, not on clickrs-editor-submitRobert Speicher2015-10-312-8/+8
| | | |_|/ / | | |/| | |
* | | | | | Merge pull request #9794 from arnaud-zg/masterRobert Schilling2015-11-021-0/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Go to gitlab installation folder before initialize databasezheng_b2015-11-021-0/+4
* | | | | | Merge branch 'doc-Gitlab-2-GitLab' into 'master' Achilleas Pipinellis2015-11-017-22/+21
|\ \ \ \ \ \
| * | | | | | Gilab -> GitLabRobert Schilling2015-10-317-22/+21