summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use long options for curl examples in API documentation (!5703)winniehell2016-08-0944-161/+162
* add linting script for documentationwinniehell2016-08-092-0/+22
* Merge branch '20129-update-version_sorter-gem-to-optimize-tag-sorting' into '...Yorick Peterse2016-08-084-6/+5
|\
| * Update version_sorter and use new interface for faster tag sortingAlejandro Rodríguez2016-08-084-6/+5
* | Merge branch 'zj-enable-deploy-keys-api' into 'master' Douwe Maan2016-08-089-163/+326
|\ \
| * | Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-085-18/+22
| * | Fix styling on docs of Deploy Keys endpointszj-enable-deploy-keys-apiZ.J. van de Weg2016-08-051-3/+2
| * | Create service for enabling deploy keysZ.J. van de Weg2016-08-055-22/+58
| * | Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-043-78/+81
| * | Use Grape DSL for deploy keys endpointsZ.J. van de Weg2016-08-032-40/+34
| * | Endpoints to enable and disable deploy keysZ.J. van de Weg2016-08-035-38/+165
* | | Merge branch 'git-http-push-check' into 'master' Robert Speicher2016-08-084-29/+34
|\ \ \
| * | | Fix ArgumentError in GitAccess specsJacob Vosmaer2016-08-041-6/+6
| * | | Stop 'git push' over HTTP earlyJacob Vosmaer2016-08-033-23/+28
* | | | Merge branch 'patch-3' into 'master' Achilleas Pipinellis2016-08-082-1/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | "This file is managed by gitlab-ctl. Manual changes will be erased!"Jeffrey Lin2016-08-082-1/+4
* | | | Merge branch 'rubocop/EmptyLinesAroundModuleBody' into 'master' Douwe Maan2016-08-084-8/+2
|\ \ \ \
| * | | | Enable Style/EmptyLinesAroundClassBody coprubocop/EmptyLinesAroundModuleBodyGabriel Mazetto2016-08-063-3/+1
| * | | | Enable Style/EmptyLinesAroundModuleBody copGabriel Mazetto2016-08-063-5/+1
* | | | | Merge branch 'revert-host-header-overwrite' into 'master' Douwe Maan2016-08-082-12/+2
|\ \ \ \ \
| * | | | | Revert "Defend against 'Host' header injection"Jacob Vosmaer2016-08-082-12/+2
* | | | | | Merge branch 'rubocop/SpaceAroundEqualsInParameterDefault' into 'master' Douwe Maan2016-08-0813-21/+18
|\ \ \ \ \ \
| * | | | | | Enable Style/SpaceAroundEqualsInParameterDefault coprubocop/SpaceAroundEqualsInParameterDefaultGabriel Mazetto2016-08-0613-21/+18
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'decode-log-postreceive-args' into 'master' Douwe Maan2016-08-082-1/+4
|\ \ \ \ \ \
| * | | | | | Log base64-decoded PostReceive argumentsJacob Vosmaer2016-08-052-1/+4
* | | | | | | Merge branch 'fix/import-pending-user' into 'master' Rémy Coutable2016-08-083-5/+29
|\ \ \ \ \ \ \
| * | | | | | | Support pending invitation project members importing projectsJames Lopez2016-08-083-5/+29
* | | | | | | | Merge branch 'faster-cache-keys' into 'master' Rémy Coutable2016-08-085-0/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-085-0/+36
| |/ / / / / / /
* | | | | | | | Merge branch 'update-templates' into 'master' Rémy Coutable2016-08-083-19/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Update templatesZ.J. van de Weg2016-08-083-19/+19
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-08-08100-636/+1275
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'branch-permissions' into 'master' Jacob Schatz2016-08-0818-229/+350
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Ensure we are looking for the right dropdown inside the form wrapperbranch-permissionsAlfredo Sumaran2016-08-051-2/+2
| | * | | | | | | | Set for for labels and ID for dropdowns on create formAlfredo Sumaran2016-08-052-5/+6
| | * | | | | | | | Fix .panel-title styleAlfredo Sumaran2016-08-053-2/+9
| | * | | | | | | | Refine selector for form submit buttonAlfredo Sumaran2016-08-051-1/+1
| | * | | | | | | | Fix spelling. `braches` to `branches`Alfredo Sumaran2016-08-051-1/+1
| | * | | | | | | | Cache onSelect callback before passing to each dropdown instanceAlfredo Sumaran2016-08-051-7/+9
| | * | | | | | | | Wrap param with parens for consistencyAlfredo Sumaran2016-08-051-1/+1
| | * | | | | | | | Prevent setting HTML directly from the JSAlfredo Sumaran2016-08-052-3/+4
| | * | | | | | | | camelCase param nameAlfredo Sumaran2016-08-051-4/+4
| | * | | | | | | | Wrap classes with IIFE and define it inside gl namespaceAlfredo Sumaran2016-08-055-121/+141
| | * | | | | | | | Add url to Wildcard protected branches documentationAlfredo Sumaran2016-08-051-1/+2
| | * | | | | | | | Create protected branch dropdown directlyAlfredo Sumaran2016-08-052-16/+5
| | * | | | | | | | Move classes into its own fileAlfredo Sumaran2016-08-052-13/+12
| | * | | | | | | | No need to pass event as a parameterAlfredo Sumaran2016-08-053-8/+6
| | * | | | | | | | Add custom css class to each dropdown to fix failing specAlfredo Sumaran2016-08-052-5/+5
| | * | | | | | | | Select first value by defaultAlfredo Sumaran2016-08-051-2/+11
| | * | | | | | | | Remove unnecesary classes to generate dropdownsAlfredo Sumaran2016-08-053-30/+6