summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of recent_update?sh-fix-last-activity-at-specsStan Hu2016-09-192-3/+2
* Fix broken spec due to last_activity_at updates being throttledStan Hu2016-09-192-7/+20
* Merge branch 'issue_20978' into 'master' Rémy Coutable2016-09-198-70/+117
|\
| * Allow to set request_access_enabled for groups and projects using APIFelipe Artur2016-09-198-70/+117
* | Contributing via GH no longer encouraged.Sid Sijbrandij2016-09-191-1/+1
* | Update README.md to really fix iconSid Sijbrandij2016-09-191-1/+1
* | Update README.md to fix iconSid Sijbrandij2016-09-191-1/+1
* | Merge branch 'sh-prevent-duplicate-protected-branches-on-push' into 'master' Rémy Coutable2016-09-193-1/+17
|\ \
| * | Only create a protected branch upon a push to a new branch if a rule for that...sh-prevent-duplicate-protected-branches-on-pushStan Hu2016-09-173-1/+17
* | | Merge branch 'throttle-last-activity-at' into 'master' Rémy Coutable2016-09-193-13/+48
|\ \ \
| * | | Restrict last_activity_at updates to one per hourYorick Peterse2016-09-193-13/+48
* | | | Merge branch 'cs-add-cii-badge' into 'master' Rémy Coutable2016-09-191-0/+1
|\ \ \ \
| * | | | Add CII badge to README [ci skip]cs-add-cii-badgeConnor Shea2016-08-281-0/+1
* | | | | Merge branch 'per-build-token-without-lfs' into 'master' Rémy Coutable2016-09-1930-201/+985
|\ \ \ \ \
| * | | | | Solve code review commentsKamil Trzcinski2016-09-192-1/+10
| * | | | | 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-1913-245/+3
| * | | | | Move Gitlab::Auth.Result to separate fileKamil Trzcinski2016-09-192-14/+17
| * | | | | Added CHANGELOGKamil Trzcinski2016-09-191-0/+1
| * | | | | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-19150-1176/+1674
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Fix spec failuresKamil Trzcinski2016-09-192-2/+2
| * | | | | Support pushing via SSHKamil Trzcinski2016-09-192-1/+12
| * | | | | Don't leak build tokens in build logsKamil Trzcinski2016-09-195-15/+113
| * | | | | Fix permissions for creating container imagesKamil Trzcinski2016-09-191-1/+1
| * | | | | Improve authentication_result usageKamil Trzcinski2016-09-162-13/+20
| * | | | | Fix specs for available statusesKamil Trzcinski2016-09-161-2/+2
| * | | | | Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-164-59/+60
| * | | | | Improve code commentsKamil Trzcinski2016-09-163-4/+4
| * | | | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-160-0/+0
| |\ \ \ \ \
| | * | | | | Refactored authentication code to make it a bit clearer, added test for wrong...lfs-support-for-sshPatricio Cano2016-09-156-38/+52
| * | | | | | Added missing LFS specsKamil Trzcinski2016-09-161-22/+213
| * | | | | | Fix specs after renaming authentication_capabilitiesKamil Trzcinski2016-09-163-14/+16
| * | | | | | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-1611-62/+74
| * | | | | | Added builds_spec and git_http_specsKamil Trzcinski2016-09-154-20/+130
| * | | | | | Fix specs after merging LFS changesKamil Trzcinski2016-09-153-8/+36
| * | | | | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-1532-112/+585
| |\ \ \ \ \ \
| | * | | | | | Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-156-38/+50
| | |/ / / / /
| | * | | | | Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-153-47/+48
| | * | | | | Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-157-9/+9
| | * | | | | Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-156-45/+51
| | * | | | | Improve string handling.Patricio Cano2016-09-151-2/+2
| | * | | | | Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-155-21/+46
| | * | | | | Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-157-32/+62
| | * | | | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-1515-79/+93
| | * | | | | Added CHANGELOG item and documentation.Patricio Cano2016-09-153-2/+11
| | * | | | | Added LFS support to SSHPatricio Cano2016-09-1513-21/+169
| * | | | | | Verify permission of build in context of dependent projectKamil Trzcinski2016-09-152-8/+38
| * | | | | | Fix LFS specsKamil Trzcinski2016-09-151-4/+4
| * | | | | | Fix most of specsKamil Trzcinski2016-09-157-20/+39
| * | | | | | Simplify LFS helperKamil Trzcinski2016-09-151-4/+0