summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-047-8/+47
* Merge branch 'bvl-dont-ignore-gitlab-pot-compat-check' into 'master'Yorick Peterse2019-01-041-1/+1
|\
| * Don't ingore the `gitlab.pot` in ee_compat_checkBob Van Landuyt2019-01-041-1/+1
* | Add unique constraint to release and urlShinya Maeda2019-01-041-10/+5
* | Support CURD operation for release asset linksShinya Maeda2019-01-044-2/+37
|/
* Merge branch '49056-configure-auto-devops-deployed-applications-with-secrets-...Kamil Trzciński2019-01-041-12/+55
|\
| * DRY up some functions in Auto-DevOps scriptThong Kuah2019-01-041-16/+27
| * Remove application secret on stopping environmentThong Kuah2019-01-041-0/+3
| * Simplify bash functionThong Kuah2019-01-041-27/+11
| * Solve multi word CI variables not quoted properlyThong Kuah2019-01-041-25/+42
| * Create K8S_SECRET_* CI variables as a K8s SecretThong Kuah2019-01-041-0/+28
* | Merge branch '29951-issue-creation-by-email-without-subaddressing' into 'master'Sean McGivern2019-01-047-27/+80
|\ \
| * | Fix already initialized constant constant warning29951-issue-creation-by-email-without-subaddressingBrett Walker2019-01-034-4/+4
| * | Move constant definitionBrett Walker2019-01-034-4/+4
| * | Refactoring and review commentsBrett Walker2019-01-034-30/+35
| * | Address review feedbackBrett Walker2019-01-032-4/+7
| * | Use new issue email address formatBrett Walker2019-01-035-13/+34
| * | Use new merge request email address formatBrett Walker2019-01-032-20/+34
| * | Use new unsubscribe linkBrett Walker2019-01-032-4/+14
* | | Merge branch 'dm-git-access-any-ce' into 'master'Sean McGivern2019-01-046-27/+42
|\ \ \ | |/ / |/| |
| * | Move push size check to EE moduleDouwe Maan2019-01-021-2/+0
| * | Remove oldrev and newrev nil-checks that are now unnecessaryDouwe Maan2019-01-022-2/+6
| * | Don't run single change checks when changes are unknownDouwe Maan2019-01-023-16/+26
| * | Skip change access check for deploy keysDouwe Maan2019-01-022-5/+4
| * | Move magic '_any' string to constantDouwe Maan2019-01-021-1/+5
* | | Drop Webhooks from project import/export configStan Hu2019-01-031-7/+0
* | | Use reports syntax for Dependency scanning jobTetiana Chupryna2019-01-031-1/+2
* | | Revert changesmortyccp2019-01-031-1/+1
* | | Remove authentication via warden and PRIVATE_TOKEN headermortyccp2019-01-032-31/+14
* | | Fix lint errormortyccp2019-01-031-2/+5
* | | Allow basic authentication on go get middlewaremortyccp2019-01-032-17/+34
| |/ |/|
* | Merge branch 'mk/avoid-extra-storage-perm-and-query' into 'master'Stan Hu2019-01-021-1/+1
|\ \
| * | Avoid extra storage bucket perm and querymk/avoid-extra-storage-perm-and-queryMichael Kozono2018-12-211-1/+1
* | | Merge branch '18667-handle-push-opts' into 'master'Douwe Maan2019-01-025-8/+22
|\ \ \ | |_|/ |/| |
| * | Add support for Git push options, specifically ci.skipJonathon Reinhart2018-12-315-8/+22
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-025-10/+24
|\ \ \
| * \ \ Merge branch 'security-label-xss' into 'master'John Jarvis2019-01-021-1/+5
| |\ \ \
| | * | | Escape html entities when no label foundJarka Košanová2018-12-121-1/+5
| * | | | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-023-3/+13
| |\ \ \ \
| | * | | | Implement Command#ambiguous_ref?Matija Čupić2018-12-082-1/+7
| | * | | | Revert "Use to_s.start_with? in tag/branch ref method"Matija Čupić2018-12-081-2/+2
| | * | | | Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-1/+1
| | * | | | Use to_s.start_with? in tag/branch ref methodMatija Čupić2018-12-081-2/+2
| | * | | | Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-1/+1
| | * | | | Search for tag / branch ref from beginningMatija Čupić2018-12-081-2/+2
| | * | | | Allow any character in tag / branch ref regexMatija Čupić2018-12-081-2/+2
| | * | | | Remove Gitlab::Git::Ref#full_refMatija Čupić2018-12-084-14/+2
| | * | | | Reintroduce Command#protected_ref?Matija Čupić2018-12-085-8/+10
| | * | | | Use nil instead of raising AmbiguousRefMatija Čupić2018-12-081-3/+1
| | * | | | Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-083-0/+12