summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary double caching (in hash and request store)dm-git-access-any-ceDouwe Maan2019-01-023-21/+4
* Consider all matching MRs to determine if user can pushDouwe Maan2019-01-023-14/+24
* 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-024-17/+33
* Skip change access check for deploy keysDouwe Maan2019-01-022-5/+4
* Extract any-branch-allows-collaboration logic into dedicated methodDouwe Maan2019-01-023-25/+35
* Move magic '_any' string to constantDouwe Maan2019-01-024-10/+12
* Merge branch 'update-gitlab-runner-helm-chart-to-0-1-43' into 'master'Kamil Trzciński2019-01-023-4/+9
|\
| * Update GitLab Runner Helm Chart to 0.1.43update-gitlab-runner-helm-chart-to-0-1-43Tomasz Maczukin2018-12-313-4/+9
* | Merge branch 'blackst0ne-bump-rails-cve-2018-16476' into 'master'Grzegorz Bizon2019-01-027-44/+83
|\ \
| * | Bump Ruby on Rails to 5.0.7.1blackst0ne-bump-rails-cve-2018-16476blackst0ne2018-12-217-44/+83
* | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-0240-71/+470
|\ \ \
| * \ \ Merge branch 'security-label-xss' into 'master'John Jarvis2019-01-023-1/+28
| |\ \ \
| | * | | Escape html entities when no label foundJarka Košanová2018-12-123-1/+28
| * | | | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-0220-44/+372
| |\ \ \ \
| | * | | | Add CHANGELOG entryMatija Čupić2018-12-081-0/+5
| | * | | | Use full ref when creating MR pipeline in specsMatija Čupić2018-12-081-6/+6
| | * | | | Use build for testing HasRefMatija Čupić2018-12-081-8/+8
| | * | | | Support merge_request pipeline ref typesMatija Čupić2018-12-081-7/+3
| | * | | | Check resolved_ref before checking if protectedMatija Čupić2018-12-081-1/+2
| | * | | | Check for explicit true or false in specsMatija Čupić2018-12-081-6/+22
| | * | | | Conditionally assign ref_name for more efficiencyMatija Čupić2018-12-081-1/+5
| | * | | | Refactor Project#protected_for? specsMatija Čupić2018-12-081-51/+67
| | * | | | Add specs when full ref is passed to protected_forMatija Čupić2018-12-082-2/+22
| | * | | | Remove resolving conditional from protected_forMatija Čupić2018-12-082-7/+24
| | * | | | Raise an error on ambiguous refsMatija Čupić2018-12-083-3/+5
| | * | | | Rename Repository#resolve_ref to expand_refMatija Čupić2018-12-083-14/+13
| | * | | | Make full ref in Repository#resolve_ref explicitMatija Čupić2018-12-081-1/+1
| | * | | | Implement Command#ambiguous_ref?Matija Čupić2018-12-083-1/+27
| | * | | | Simplify conditionals in Project#protected_ref?Matija Čupić2018-12-081-2/+6
| | * | | | 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-085-45/+67
| | * | | | 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-085-67/+65
| | * | | | Search for tag / branch ref from beginningMatija Čupić2018-12-081-2/+2
| | * | | | Remove Repository#find_refMatija Čupić2018-12-082-46/+0
| | * | | | Use strings instead of Gitlab::Git::RefMatija Čupić2018-12-082-36/+19
| | * | | | Allow any character in tag / branch ref regexMatija Čupić2018-12-081-2/+2
| | * | | | Remove Gitlab::Git::Ref#full_refMatija Čupić2018-12-087-46/+7
| | * | | | Check for Tag/Branch corectnessMatija Čupić2018-12-082-5/+21
| | * | | | Reintroduce Command#protected_ref?Matija Čupić2018-12-088-10/+36
| | * | | | Use nil instead of raising AmbiguousRefMatija Čupić2018-12-083-7/+14
| | * | | | Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-089-28/+113
| | * | | | Avoid using magic variable in specMatija Čupić2018-12-081-3/+3
| | * | | | Make HasRef#git_ref publicMatija Čupić2018-12-082-4/+28
| | * | | | Prevent creating pipelines with ambiguous refsMatija Čupić2018-12-088-30/+35
| | * | | | Use full ref when possible to avoid ambiguityMatija Čupić2018-12-087-8/+70
| | * | | | Support both ref and ref-name in protected_for?Matija Čupić2018-12-082-8/+87
| * | | | | Merge branch 'security-master-url-rel' into 'master'John Jarvis2019-01-023-10/+15
| |\ \ \ \ \