summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed ordering in Project.find_with_namespacefix-project-find-with-namespace-orderYorick Peterse2016-06-162-2/+34
* Merge branch 'add-index-on-requested_at-to-members' into 'master' Yorick Peterse2016-06-152-1/+11
|\
| * Add index on `requested_at` to the `members` tableadd-index-on-requested_at-to-membersRémy Coutable2016-06-152-1/+11
* | Merge branch 'mr-buttons-update' into 'master' Jacob Schatz2016-06-156-43/+70
|\ \
| * | Fixed issue with MR buttons being in a groupmr-buttons-updatePhil Hughes2016-06-136-43/+70
* | | Merge branch '18225-avoid-full-table-users-count' into 'master' Jacob Vosmaer (GitLab)2016-06-151-1/+1
|\ \ \
| * | | Check if the Users table has exactly one user limiting the whole set18225-avoid-full-table-users-countPaco Guzman2016-06-061-1/+1
* | | | Merge branch 'docker-registry-manifest-v1' into 'master' Rémy Coutable2016-06-157-33/+125
|\ \ \ \
| * | | | Show created_at in table columndocker-registry-manifest-v1Kamil Trzcinski2016-06-151-5/+5
| * | | | Add support for Docker Registry manifest v1Kamil Trzcinski2016-06-157-32/+124
* | | | | Merge branch 'issuable-sidebar-dropdown-deselect-fix' into 'master' Jacob Schatz2016-06-153-2/+43
|\ \ \ \ \
| * | | | | Fixed issue with de-selecting dropdown option in issue sidebarissuable-sidebar-dropdown-deselect-fixPhil Hughes2016-06-153-2/+43
* | | | | | Merge branch 'tooltip-change' into 'master' Jacob Schatz2016-06-154-1/+16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update CHANGELOG.tooltip-changeFatih Acet2016-06-151-0/+1
| * | | | | Fix project star tooltip on the fly.Fatih Acet2016-06-152-0/+14
| * | | | | Fix project star tooltip in to show actual message.Fatih Acet2016-06-151-1/+1
* | | | | | Merge branch 'eager-loading-issue-parser' into 'master' Douwe Maan2016-06-152-1/+16
|\ \ \ \ \ \
| * | | | | | Eager load project relations in IssueParserYorick Peterse2016-06-152-1/+16
* | | | | | | Merge branch 'stanhu/gitlab-ce-fix-error-500-false-binary-negative'Douwe Maan2016-06-1510-5/+27
|\ \ \ \ \ \ \
| * | | | | | | Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-1210-5/+27
* | | | | | | | Merge branch 'list-items' into 'master' Jacob Schatz2016-06-154-6/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove div between ul and lilist-itemsAnnabel Dunstone2016-06-134-6/+7
* | | | | | | | | Merge branch 'zj-system-notes-not-awardable' into 'master' Douwe Maan2016-06-151-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Award Emoji can't be awarded on system notes backendzj-system-notes-not-awardableZ.J. van de Weg2016-06-151-0/+4
* | | | | | | | | | Merge branch 'environments-and-deployments' into 'master' Rémy Coutable2016-06-1546-40/+880
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Use validate and required for environment and projectKamil Trzcinski2016-06-152-3/+3
| * | | | | | | | | Make project_id, iid unique for deploymentsKamil Trzcinski2016-06-152-2/+469
| * | | | | | | | | Validate project and environment instead of only requiringKamil Trzcinski2016-06-153-473/+6
| * | | | | | | | | Make `project_id` and `environment_id` nullableenvironments-and-deploymentsKamil Trzcinski2016-06-153-5/+7
| * | | | | | | | | Create_deployment ability is need to create retry or rollback deploymentKamil Trzcinski2016-06-152-3/+3
| * | | | | | | | | Add CHANGELOGKamil Trzcinski2016-06-151-0/+1
| * | | | | | | | | Make environments_spec more feature-specKamil Trzcinski2016-06-151-57/+56
| * | | | | | | | | Improve cyclomatic of ability::allowedKamil Trzcinski2016-06-151-15/+1
| * | | | | | | | | Improve forms and specsKamil Trzcinski2016-06-156-20/+22
| * | | | | | | | | Improve validationsKamil Trzcinski2016-06-156-34/+31
| * | | | | | | | | Improve design after reviewKamil Trzcinski2016-06-1414-69/+59
| * | | | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-1439-543/+1040
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Update scss to make the views look nicerKamil Trzcinski2016-06-145-9/+13
| * | | | | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-1424-108/+817
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Test environment controller specsKamil Trzcinski2016-06-143-1/+168
| * | | | | | | | | | | Properly create a new deployment after build successKamil Trzcinski2016-06-142-6/+68
| * | | | | | | | | | | Authorize environments controller actionsKamil Trzcinski2016-06-144-2/+48
| * | | | | | | | | | | Add gitlab-ci.yml documentation for environmentsKamil Trzcinski2016-06-141-0/+27
| * | | | | | | | | | | Add specs for models and servicesKamil Trzcinski2016-06-1412-28/+139
| * | | | | | | | | | | Validate environment name with regexKamil Trzcinski2016-06-144-10/+78
| * | | | | | | | | | | Make retry action on pipeline to save a userKamil Trzcinski2016-06-142-3/+5
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-14109-647/+1420
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Improved viewsPhil Hughes2016-06-134-46/+44
| * | | | | | | | | | | | Add deployment viewsKamil Trzcinski2016-06-119-33/+74
| * | | | | | | | | | | | Added initial version of deploymentsKamil Trzcinski2016-06-1022-111/+311