summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dz-merge-request-versionDmitriy Zaporozhets2016-08-15285-3193/+5222
|\
| * Merge branch 'new-phantomjs-version' into 'master' Jacob Schatz2016-08-158-20/+37
| |\
| | * Remove sleeping and replace escaped text.Connor Shea2016-08-131-2/+2
| | * Updated testsPhil Hughes2016-08-137-8/+17
| | * Fix `U2fSpec` for PhantomJS versions > 2.Timothy Andrew2016-08-131-12/+20
| * | Merge branch '20842-todos-queries-cache' into 'master' Yorick Peterse2016-08-152-0/+48
| |\ \
| | * | Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-0/+36
| | * | Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-0/+12
| * | | Add a spec for ProjectsFinder project_ids_relation optionAhmad Sherif2016-08-151-0/+8
| * | | Fix ProjectsFinder specAhmad Sherif2016-08-151-57/+12
| * | | Merge branch 'change-access-update' into 'master' Yorick Peterse2016-08-151-0/+99
| |\ \ \
| | * | | Change the order of the access rules to check simpler first, and add specschange-access-updateAlejandro Rodríguez2016-08-121-0/+99
| * | | | Ability to specify branches for pivotal tracker integrationEgor Lynko2016-08-151-0/+71
| | |_|/ | |/| |
| * | | Don't show new MR URL after push when it doesn't make senseDouwe Maan2016-08-121-0/+34
| |/ /
| * | Merge branch 'fix-namespace-deletion' into 'master' Robert Speicher2016-08-126-24/+114
| |\ \ | | |/ | |/|
| | * Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-116-24/+114
| * | Fix build play failureimprove-pipeline-processingKamil Trzcinski2016-08-121-1/+1
| * | Use event `enqueue` instead of `queue`Kamil Trzcinski2016-08-122-6/+23
| * | Fix test failuresKamil Trzcinski2016-08-121-1/+1
| * | Added specs for started_at and finished_atKamil Trzcinski2016-08-121-8/+38
| * | Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski2016-08-121-2/+28
| |\ \ | | |/
| | * render only commit titleubudzisz2016-08-111-2/+28
| * | Merge remote-tracking branch 'origin/master' into improve-pipeline-processingKamil Trzcinski2016-08-125-52/+152
| |\ \ | | |/
| | * Merge branch 'feature/merge-request-link-after-push' into 'master' Douwe Maan2016-08-113-0/+148
| | |\
| | | * api for generating new merge requestScott Le2016-08-113-0/+148
| | * | Merge branch '20614-show-member-roles-to-all-users' into 'master' Robert Speicher2016-08-111-48/+0
| | |\ \ | | | |/ | | |/|
| | | * Show member roles to all users on members page20614-show-member-roles-to-all-usersDouwe Maan2016-08-111-48/+0
| | * | Merge branch '15000-rename-markdown-preview' into 'master' Robert Speicher2016-08-111-4/+4
| | |\ \ | | | |/ | | |/|
| | | * Rename `markdown_preview` routes to `preview_markdown`Christopher Bartz2016-08-111-4/+4
| * | | Fix test failures, that did occur because of missing previously used `reload_...Kamil Trzcinski2016-08-114-27/+32
| * | | Use state machine for pipeline event processingKamil Trzcinski2016-08-115-45/+4
| * | | Verify the pipeline status after executing events on buildsKamil Trzcinski2016-08-111-0/+45
| |/ /
| * | Merge branch 'remove-grack-lfs' into 'master' Rémy Coutable2016-08-111-15/+44
| |\ \
| | * | Fix typoJacob Vosmaer2016-08-111-1/+1
| | * | Improve validation of X-Gitlab-Lfs-Tmp headerJacob Vosmaer2016-08-101-2/+14
| | * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into remove-...Jacob Vosmaer2016-08-09192-3571/+5986
| | |\ \
| | * | | Handle custom Git LFS content typeJacob Vosmaer2016-07-221-5/+5
| | * | | Remove obsolete codeJacob Vosmaer2016-07-221-1/+1
| | * | | Add LFS controllersJacob Vosmaer2016-07-221-8/+25
| * | | | Merge branch 'refactor-builds-creation-service' into 'master' Rémy Coutable2016-08-1124-699/+746
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-1124-699/+746
| * | | | Merge branch '10772-fix-urlencoded-branchname' into 'master' Rémy Coutable2016-08-111-3/+16
| |\ \ \ \
| | * | | | Fix front-end for branches that happen to contain urlencoding escape characte...10772-fix-urlencoded-branchnameElliot2016-08-111-3/+16
| | |/ / /
| * | | | Merge branch 'file_exists_deprecated' into 'master' Rémy Coutable2016-08-111-1/+1
| |\ \ \ \
| | * | | | Use `File::exist?` instead of `File::exists?`bogdanvlviv2016-08-111-1/+1
| | |/ / /
| * | | | Merge branch '18583-implement-access-request-to-project-group-api' into 'mast...Rémy Coutable2016-08-117-367/+572
| |\ \ \ \
| | * | | | Fix doc linting errors and remove useless API specs18583-implement-access-request-to-project-group-apiRémy Coutable2016-08-112-365/+0
| | * | | | Restore back-compatibility for current members API endpointsRémy Coutable2016-08-103-29/+34
| | * | | | New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-107-25/+590
| | |/ / /
| * | | | Merge branch '13333-consider-updating-http-parser-rb-to-0-6-0' into 'master' Rémy Coutable2016-08-113-0/+102
| |\ \ \ \ | | |/ / / | |/| | |