summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'per-build-token-without-lfs' into 'master' Rémy Coutable2016-09-193-37/+93
|\
| * Solve code review commentsKamil Trzcinski2016-09-191-1/+1
| * Properly support Gitlab::Auth::ResultKamil Trzcinski2016-09-192-8/+8
| * Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-193-83/+0
| * Move Gitlab::Auth.Result to separate fileKamil Trzcinski2016-09-192-14/+17
| * Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-195-35/+105
| |\
| * | Support pushing via SSHKamil Trzcinski2016-09-192-1/+12
| * | Fix permissions for creating container imagesKamil Trzcinski2016-09-191-1/+1
| * | Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-0/+10
| * | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-162-18/+18
| * | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-153-19/+80
| |\ \
| | * | Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-152-24/+21
| | * | Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-152-39/+36
| | * | Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-152-2/+2
| | * | Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-152-21/+35
| | * | Improve string handling.Patricio Cano2016-09-151-2/+2
| | * | Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-152-9/+18
| | * | Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-152-5/+7
| | * | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-152-5/+36
| | * | Added LFS support to SSHPatricio Cano2016-09-151-1/+12
| * | | Fix most of specsKamil Trzcinski2016-09-151-2/+1
| * | | Fix existing authorization specsKamil Trzcinski2016-09-152-2/+2
| * | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-1511-19/+75
| |\ \ \
| * | | | Add access specsKamil Trzcinski2016-09-151-12/+8
| * | | | Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-152-11/+13
| * | | | Refactor Gitlab::Auth to simplify the data flowKamil Trzcinski2016-09-141-34/+40
| * | | | Fix resultKamil Trzcinski2016-09-131-1/+1
| * | | | Make result to return project and capabilities grantedKamil Trzcinski2016-09-132-14/+33
| * | | | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-132-11/+39
* | | | | Merge branch 'fix/import-export-db-errors' into 'master' Rémy Coutable2016-09-194-8/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixed label color issue and added Import/Export versioning tableJames Lopez2016-09-192-1/+2
| * | | | squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-194-8/+30
* | | | | Fix validation regexs (+1 squashed commit)Kamil Trzcinski2016-09-191-2/+2
* | | | | Fix scope of the CI config key nodes in jobs entryGrzegorz Bizon2016-09-191-13/+13
* | | | | Fix environments handlingKamil Trzcinski2016-09-191-2/+2
* | | | | Restore validation of CI job environment nameGrzegorz Bizon2016-09-191-0/+9
* | | | | Fix CI job environment configuration attributesGrzegorz Bizon2016-09-192-2/+3
* | | | | Fix CI job environment configuration entry classGrzegorz Bizon2016-09-191-8/+11
* | | | | Cleanup changesKamil Trzcinski2016-09-191-5/+2
* | | | | Update support for dynamic environmentsKamil Trzcinski2016-09-192-15/+11
* | | | | Add validation of URL and validation of nameKamil Trzcinski2016-09-191-0/+5
* | | | | Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-192-9/+30
* | | | | Add support for dynamic environmentsKamil Trzcinski2016-09-192-2/+35
|/ / / /
* | | | Replace contributions calendar timezone payload with datesClement Ho2016-09-161-9/+8
* | | | Add support for column limits in add_column_with_defaultDrew Blessing2016-09-151-2/+8
| |_|/ |/| |
* | | Merge branch 'fix-old-migration-repos-path-key' into 'master' Robert Speicher2016-09-151-4/+0
|\ \ \ | |_|/ |/| |
| * | Update references to deprecated `repos_path` configuration key to avoidfix-old-migration-repos-path-keyAlejandro Rodríguez2016-09-141-4/+0
* | | Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-151-5/+7
|/ /
* | Merge branch 'fix/gitlab-popen-thread-safety' into 'master' Stan Hu2016-09-141-6/+6
|\ \
| * | Fix Gitlab::Popen.popen thread-safety issuefix/gitlab-popen-thread-safetyAhmad Sherif2016-09-131-6/+6