summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '22229-use-base-sha-when-downloading-merge-requests' into 'master' Robert Speicher2016-09-251-6/+6
|\
| * Use base SHA for patches and diffsNick Thomas2016-09-221-6/+6
* | Merge branch 'fix/database-seeds' into 'master' Rémy Coutable2016-09-231-3/+1
|\ \
| * | Remove use of `USE_DB` environment variable in codefix/database-seedsGrzegorz Bizon2016-09-231-3/+1
| * | Update `CurrentSettings` class that uses ENVGrzegorz Bizon2016-09-221-1/+1
* | | Make Gitlab::Redis.params safe for mutationJacob Vosmaer2016-09-221-12/+19
|/ /
* | fix import/export security specs after mergeJames Lopez2016-09-211-0/+3
* | Merge branch 'add_spec_for_committer_hash' into 'master' Rémy Coutable2016-09-211-0/+2
|\ \
| * | Add spec covering 'committer_hash'Dan Dunckel2016-09-201-0/+2
| |/
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-09-2118-87/+478
|\ \
| * \ Merge branch '21170-cycle-analytics' into 'master' Stan Hu2016-09-212-0/+139
| |\ \ | | |/ | |/|
| | * Implement fourth round of comments from @DouweM.Timothy Andrew2016-09-212-15/+6
| | * Improve indentation in `Gitlab::Database::Median`Timothy Andrew2016-09-211-11/+18
| | * Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-212-14/+33
| | * Fix rubocop spec.Timothy Andrew2016-09-201-6/+5
| | * Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-202-21/+64
| | * Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-0/+80
| * | Merge branch 'add_optional_author_for_commits' into 'master' Rémy Coutable2016-09-201-0/+8
| |\ \
| | * | Add optional 'author' param when making commitsDan Dunckel2016-09-191-0/+8
| * | | Merge branch 'feature/github-edit-path' into 'master' Rémy Coutable2016-09-201-3/+4
| |\ \ \
| | * | | modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-3/+4
| | | |/ | | |/|
| * | | Merge branch 'lfs-support-for-ssh-enabled' into 'master' Douwe Maan2016-09-203-2/+89
| |\ \ \ | | |/ / | |/| |
| | * | Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski2016-09-201-4/+8
| | * | Use early return in lfs_token_checkKamil Trzcinski2016-09-201-10/+10
| | * | Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-193-0/+83
| * | | Merge branch 'rs-trailing-spaces-in-regex-messages' into 'master' Rémy Coutable2016-09-201-3/+3
| |\ \ \
| | * | | Remove trailing spaces from messages in Gitlab::Regexrs-trailing-spaces-in-regex-messagesRobert Speicher2016-09-201-3/+3
| | | |/ | | |/|
| * | | Merge branch 'ldap_user_attr_method' into 'master' Douwe Maan2016-09-201-1/+5
| |\ \ \
| | * | | Move LDAP user attributes to a methodDrew Blessing2016-09-151-1/+5
| * | | | Merge branch 'strip-key-comments-for-gitlab-shell' into 'master' Robert Speicher2016-09-201-2/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Strip comments before sending keys to gitlab-shellJacob Vosmaer2016-09-161-2/+11
| * | | | 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