summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-1/+1
* Merge branch 'strip-key-comments-for-gitlab-shell' into 'master' Robert Speicher2016-09-201-4/+28
|\
| * Strip comments before sending keys to gitlab-shellJacob Vosmaer2016-09-161-4/+28
* | Merge branch 'per-build-token-without-lfs' into 'master' Rémy Coutable2016-09-194-31/+191
|\ \
| * | Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-192-69/+0
| * | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-194-44/+304
| |\ \
| * | | Fix spec failuresKamil Trzcinski2016-09-191-1/+1
| * | | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-0/+19
| * | | Fix specs for available statusesKamil Trzcinski2016-09-161-2/+2
| * | | Fix specs after renaming authentication_capabilitiesKamil Trzcinski2016-09-162-11/+13
| * | | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-163-23/+23
| * | | Fix specs after merging LFS changesKamil Trzcinski2016-09-151-3/+3
| * | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-152-1/+70
| |\ \ \
| | * | | Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-152-2/+2
| | * | | Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-152-3/+3
| | * | | Refactored handling of the `LfsToken` and added functionality to it to simpli...Patricio Cano2016-09-151-0/+16
| | * | | Refactored LFS auth logic when using SSH to use its own API endpoint `/lfs_au...Patricio Cano2016-09-152-5/+5
| | * | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-152-3/+40
| | * | | Added LFS support to SSHPatricio Cano2016-09-151-0/+16
| * | | | Fix most of specsKamil Trzcinski2016-09-152-4/+19
| * | | | Fix existing authorization specsKamil Trzcinski2016-09-151-5/+12
| * | | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-157-2/+112
| |\ \ \ \ | | |/ / /
| * | | | Add access specsKamil Trzcinski2016-09-152-30/+147
* | | | | Merge branch 'fix/import-export-db-errors' into 'master' Rémy Coutable2016-09-193-12/+106
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | squashed - Fix DB exceptions raised importing some specific projects.James Lopez2016-09-193-12/+106
* | | | | Fix validation regexs (+1 squashed commit)Kamil Trzcinski2016-09-191-2/+2
* | | | | Fix CI job environment configuration attributesGrzegorz Bizon2016-09-191-2/+3
* | | | | Update support for dynamic environmentsKamil Trzcinski2016-09-191-0/+14
* | | | | Verify expandability of variables defined as part of environmentKamil Trzcinski2016-09-191-0/+73
* | | | | Add validation of URL and validation of nameKamil Trzcinski2016-09-191-0/+30
* | | | | Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-191-0/+125
|/ / / /
* | | | fixDrew Blessing2016-09-151-8/+3
* | | | Add support for column limits in add_column_with_defaultDrew Blessing2016-09-151-42/+64
| |/ / |/| |
* | | Merge branch 'houqp-master' into 'master' Robert Speicher2016-09-141-0/+7
|\ \ \
| * | | Fix URLs with anchors in wikiQingping Hou2016-09-131-0/+7
| | |/ | |/|
* | | Allow trailing newline in secret base64 dataJacob Vosmaer2016-09-131-0/+5
|/ /
* | Import GitHub release notesAndrew Smith2016-09-132-2/+82
* | Merge branch '21569-dont-add-created-by-for-matched-users' into 'master' Robert Speicher2016-09-123-0/+18
|\ \ | |/ |/|
| * Only add the original author if there isn't a linked GitLab accountAndrew Smith2016-09-083-0/+18
* | Merge branch 'restrict_ldap_return_attributes' into 'master' Robert Speicher2016-09-091-3/+68
|\ \
| * | Request only the LDAP attributes we needDrew Blessing2016-09-091-3/+68
* | | Avoid conflict with admin labels when importing GitHub labelsDouglas Barbosa Alexandre2016-09-092-9/+33
* | | Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-091-1/+85
|\ \ \ | |/ / |/| |
| * | Constants in specsJacob Vosmaer2016-09-061-1/+1
| * | Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-051-1/+85
* | | Merge branch 'smart-pipeline-duration' into 'master' Rémy Coutable2016-09-081-0/+115
|\ \ \
| * | | Sort by database, feedback:Lin Jen-Shin2016-09-061-1/+1
| * | | Just use module because there's nothing to save, feedback:Lin Jen-Shin2016-09-061-4/+4
| * | | Merge remote-tracking branch 'upstream/master' into smart-pipeline-durationLin Jen-Shin2016-09-0223-71/+109
| |\ \ \
| * | | | Calculate real queueing time to exclude gaps from:Lin Jen-Shin2016-09-021-8/+0