summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-154-19/+93
|\
| * 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-153-29/+36
| * Improve string handling.Patricio Cano2016-09-151-2/+2
| * Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-153-18/+29
| * Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-153-17/+25
| * Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-154-10/+42
| * Added LFS support to SSHPatricio Cano2016-09-153-3/+25
| * 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
* | | Fix most of specsKamil Trzcinski2016-09-152-4/+3
* | | Fix existing authorization specsKamil Trzcinski2016-09-153-12/+10
* | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-1517-46/+122
|\ \ \ | |/ /
| * | Clean environment variables when running git hooksfix_custom_hook_envsValery Sizov2016-09-151-5/+7
| |/
| * Merge branch 'houqp-master' into 'master' Robert Speicher2016-09-141-0/+1
| |\
| | * Fix URLs with anchors in wikiQingping Hou2016-09-131-0/+1
| * | 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
| * | | Merge branch 'workhorse-secret-trailing-newline' into 'master' Stan Hu2016-09-131-1/+1
| |\ \ \
| | * | | Allow trailing newline in secret base64 dataJacob Vosmaer2016-09-131-1/+1
| | | |/ | | |/|
| * | | Merge branch 'rc-use-haml_lint' into 'master' Robert Speicher2016-09-131-0/+5
| |\ \ \ | | |_|/ | |/| |
| | * | Improve .haml-lint.yml, simplify the haml_lint task and remove CHANGELOG entryrc-use-haml_lintRémy Coutable2016-09-131-4/+1
| | * | Add haml_lint rake taskRémy Coutable2016-09-131-0/+8
| * | | Merge branch 'feature/builds-register-change-404-to-204' into 'master' Rémy Coutable2016-09-133-1/+13
| |\ \ \ | | |_|/ | |/| |
| | * | Change response for /ci/api/v1/builds/register.json from 404 to 204Tomasz Maczukin2016-09-133-1/+13
| * | | Merge branch 'patch-4' into 'master' Robert Speicher2016-09-131-1/+1
| |\ \ \
| | * | | update gitlab shell secret file also when it is emptyElan Ruusamäe2016-09-131-1/+1
| | | |/ | | |/|
| * | | Merge branch '20780-import-github-release-notes' into 'master' Robert Speicher2016-09-132-0/+36
| |\ \ \ | | |_|/ | |/| |
| | * | Import GitHub release notesAndrew Smith2016-09-132-0/+36
| | |/
| * | Avoid protected branches checks when verifying access without branch namePaco Guzman2016-09-131-0/+1
| * | Merge branch 'fix-commit-status' into 'master' Rémy Coutable2016-09-131-26/+28
| |\ \ | | |/ | |/|
| | * Fix an error where we were unable to create a CommitStatus for running statefix-commit-statusKamil Trzcinski2016-09-121-26/+28
| * | Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher2016-09-124-6/+23
| |\ \ | | |/ | |/|
| | * Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-084-6/+23
* | | Add access specsKamil Trzcinski2016-09-152-14/+20
* | | 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-133-14/+50
|/ /
* | Merge branch 'rc-api-use-search-globalservice-in-projects-search-api' into 'm...Rémy Coutable2016-09-121-12/+3
|\ \
| * | Use Search::GlobalService.new in the `GET /projects/search/:query` endpointrc-api-use-search-globalservice-in-projects-search-apiRémy Coutable2016-09-121-12/+3
| * | Search should compare only the lowercase versions of the project namesRazzeee2016-09-091-1/+1
* | | Merge branch 'fix-api-sorting' into 'master' Douwe Maan2016-09-121-3/+9
|\ \ \
| * | | Fix API issues sortingfix-api-sortingSean McGivern2016-09-091-3/+9
| |/ /
* | | Merge branch '19359-api-for-notification-settings' into 'master' Rémy Coutable2016-09-123-1/+114
|\ \ \
| * | | Add notification_settings API callsMarc Siegfriedt2016-09-093-1/+114
* | | | Merge branch 'restrict_ldap_return_attributes' into 'master' Robert Speicher2016-09-091-25/+33
|\ \ \ \ | |/ / / |/| | |