summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Only set as `read_only` when starting the per-project migration53966-hashed-storage-read-onlyGabriel Mazetto2019-01-071-4/+41
* Merge branch 'feature/gb/expose-ci-api-url-variable' into 'master'Douwe Maan2019-01-042-1/+24
|\
| * Minor improvements to CI_API_V4_URL variable exposurefeature/gb/expose-ci-api-url-variableGrzegorz Bizon2019-01-031-1/+1
| * Expose CI_API_V4_URL predefined CI/CD variableGrzegorz Bizon2019-01-031-0/+1
| * Add API::Helpers::Version and expose API root URLGrzegorz Bizon2019-01-031-1/+23
* | Merge branch 'contacted_at' into 'master'Stan Hu2019-01-041-0/+9
|\ \
| * | Take contacted_at value from the DB when it is about to be displayed in the W...Alexander Kutelev2019-01-041-0/+9
* | | Add frozen_string_literal: trueShinya Maeda2019-01-042-0/+4
* | | Add unique constraint to release and urlShinya Maeda2019-01-042-4/+4
* | | Add spec for Releases::Source and Link modelsShinya Maeda2019-01-043-0/+132
* | | Make RBAC enabled default for new clustersDylan Griffith2019-01-048-51/+33
* | | Merge branch 'sh-skip-validation-visibility-changed' into 'master'Douwe Maan2019-01-041-0/+25
|\ \ \
| * | | Only validate project visibility when it has changedsh-skip-validation-visibility-changedStan Hu2019-01-031-0/+25
| |/ /
* | | Merge branch '29951-issue-creation-by-email-without-subaddressing' into 'master'Sean McGivern2019-01-041-2/+6
|\ \ \
| * | | Use new merge request email address formatBrett Walker2019-01-031-2/+6
| | |/ | |/|
* | | Merge branch 'dm-git-access-any-ce' into 'master'Sean McGivern2019-01-041-12/+24
|\ \ \ | |_|/ |/| |
| * | Remove unnecessary double caching (in hash and request store)dm-git-access-any-ceDouwe Maan2019-01-021-7/+0
| * | Consider all matching MRs to determine if user can pushDouwe Maan2019-01-021-0/+10
| * | Extract any-branch-allows-collaboration logic into dedicated methodDouwe Maan2019-01-021-5/+14
* | | Add Knative metrics to PrometheusChris Baumbauer2019-01-033-0/+33
| |/ |/|
* | Merge branch 'ccr/49289_milestone_link' into 'master'Mike Greiling2019-01-022-41/+105
|\ \ | |/ |/|
| * Add project milestone link to dashboard milestonesccr/49289_milestone_linkFatih Acet2018-12-202-41/+105
* | Merge branch 'update-gitlab-runner-helm-chart-to-0-1-43' into 'master'Kamil Trzciński2019-01-021-3/+3
|\ \
| * | Update GitLab Runner Helm Chart to 0.1.43update-gitlab-runner-helm-chart-to-0-1-43Tomasz Maczukin2018-12-311-3/+3
* | | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-025-19/+248
|\ \ \
| * | | Use build for testing HasRefMatija Čupić2018-12-081-8/+8
| * | | Check for explicit true or false in specsMatija Čupić2018-12-081-6/+22
| * | | Refactor Project#protected_for? specsMatija Čupić2018-12-081-51/+67
| * | | Add specs when full ref is passed to protected_forMatija Čupić2018-12-081-1/+21
| * | | Remove resolving conditional from protected_forMatija Čupić2018-12-081-0/+22
| * | | Raise an error on ambiguous refsMatija Čupić2018-12-081-2/+2
| * | | Rename Repository#resolve_ref to expand_refMatija Čupić2018-12-081-5/+5
| * | | Implement Repository#ambiguous_ref?Matija Čupić2018-12-082-34/+57
| * | | Move Project#resolve_ref to RepositoryMatija Čupić2018-12-082-50/+48
| * | | Remove Repository#find_refMatija Čupić2018-12-081-36/+0
| * | | Use strings instead of Gitlab::Git::RefMatija Čupić2018-12-081-28/+10
| * | | Check for Tag/Branch corectnessMatija Čupić2018-12-082-5/+21
| * | | Use nil instead of raising AmbiguousRefMatija Čupić2018-12-081-2/+10
| * | | Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-082-23/+60
| * | | Make HasRef#git_ref publicMatija Čupić2018-12-081-0/+28
| * | | Use full ref when possible to avoid ambiguityMatija Čupić2018-12-083-4/+43
| * | | Support both ref and ref-name in protected_for?Matija Čupić2018-12-081-4/+64
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqJohn Jarvis2019-01-014-2/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'security-53543-user-keeps-access-to-mr-issue-when-removed-from-...John Jarvis2019-01-011-2/+16
| |\ \ \
| | * | | Adds validation to check if user can read projectTiago Botelho2018-12-191-2/+16
| * | | | Merge branch 'security-fix-ssrf-import-url-remote-mirror' into 'master'John Jarvis2019-01-012-0/+21
| |\ \ \ \
| | * | | | Replaced UrlValidator with PublicUrlValidator for import_url and remote mirro...Francisco Javier López2018-12-132-0/+21
| * | | | | Merge branch 'security-48259-private-snippet' into 'master'John Jarvis2019-01-011-0/+37
| |\ \ \ \ \
| | * | | | | Move embeddable? to model to be used outside viewMark Chao2018-12-201-0/+37
* | | | | | | Merge branch 'ac-releases-api' into 'master'Kamil Trzciński2018-12-311-1/+3
|\ \ \ \ \ \ \