| Commit message (Expand) | Author | Age | Files | Lines |
* | Only set as `read_only` when starting the per-project migration53966-hashed-storage-read-only | Gabriel Mazetto | 2019-01-07 | 1 | -4/+41 |
* | Merge branch 'feature/gb/expose-ci-api-url-variable' into 'master' | Douwe Maan | 2019-01-04 | 2 | -1/+24 |
|\ |
|
| * | Minor improvements to CI_API_V4_URL variable exposurefeature/gb/expose-ci-api-url-variable | Grzegorz Bizon | 2019-01-03 | 1 | -1/+1 |
| * | Expose CI_API_V4_URL predefined CI/CD variable | Grzegorz Bizon | 2019-01-03 | 1 | -0/+1 |
| * | Add API::Helpers::Version and expose API root URL | Grzegorz Bizon | 2019-01-03 | 1 | -1/+23 |
* | | Merge branch 'contacted_at' into 'master' | Stan Hu | 2019-01-04 | 1 | -0/+9 |
|\ \ |
|
| * | | Take contacted_at value from the DB when it is about to be displayed in the W... | Alexander Kutelev | 2019-01-04 | 1 | -0/+9 |
* | | | Add frozen_string_literal: true | Shinya Maeda | 2019-01-04 | 2 | -0/+4 |
* | | | Add unique constraint to release and url | Shinya Maeda | 2019-01-04 | 2 | -4/+4 |
* | | | Add spec for Releases::Source and Link models | Shinya Maeda | 2019-01-04 | 3 | -0/+132 |
* | | | Make RBAC enabled default for new clusters | Dylan Griffith | 2019-01-04 | 8 | -51/+33 |
* | | | Merge branch 'sh-skip-validation-visibility-changed' into 'master' | Douwe Maan | 2019-01-04 | 1 | -0/+25 |
|\ \ \ |
|
| * | | | Only validate project visibility when it has changedsh-skip-validation-visibility-changed | Stan Hu | 2019-01-03 | 1 | -0/+25 |
| |/ / |
|
* | | | Merge branch '29951-issue-creation-by-email-without-subaddressing' into 'master' | Sean McGivern | 2019-01-04 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | Use new merge request email address format | Brett Walker | 2019-01-03 | 1 | -2/+6 |
| | |/
| |/| |
|
* | | | Merge branch 'dm-git-access-any-ce' into 'master' | Sean McGivern | 2019-01-04 | 1 | -12/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | Remove unnecessary double caching (in hash and request store)dm-git-access-any-ce | Douwe Maan | 2019-01-02 | 1 | -7/+0 |
| * | | Consider all matching MRs to determine if user can push | Douwe Maan | 2019-01-02 | 1 | -0/+10 |
| * | | Extract any-branch-allows-collaboration logic into dedicated method | Douwe Maan | 2019-01-02 | 1 | -5/+14 |
* | | | Add Knative metrics to Prometheus | Chris Baumbauer | 2019-01-03 | 3 | -0/+33 |
| |/
|/| |
|
* | | Merge branch 'ccr/49289_milestone_link' into 'master' | Mike Greiling | 2019-01-02 | 2 | -41/+105 |
|\ \
| |/
|/| |
|
| * | Add project milestone link to dashboard milestonesccr/49289_milestone_link | Fatih Acet | 2018-12-20 | 2 | -41/+105 |
* | | Merge branch 'update-gitlab-runner-helm-chart-to-0-1-43' into 'master' | Kamil Trzciński | 2019-01-02 | 1 | -3/+3 |
|\ \ |
|
| * | | Update GitLab Runner Helm Chart to 0.1.43update-gitlab-runner-helm-chart-to-0-1-43 | Tomasz Maczukin | 2018-12-31 | 1 | -3/+3 |
* | | | Merge branch 'security-master-secret-ci-variables-exposed' into 'master' | John Jarvis | 2019-01-02 | 5 | -19/+248 |
|\ \ \ |
|
| * | | | Use build for testing HasRef | Matija Čupić | 2018-12-08 | 1 | -8/+8 |
| * | | | Check for explicit true or false in specs | Matija Čupić | 2018-12-08 | 1 | -6/+22 |
| * | | | Refactor Project#protected_for? specs | Matija Čupić | 2018-12-08 | 1 | -51/+67 |
| * | | | Add specs when full ref is passed to protected_for | Matija Čupić | 2018-12-08 | 1 | -1/+21 |
| * | | | Remove resolving conditional from protected_for | Matija Čupić | 2018-12-08 | 1 | -0/+22 |
| * | | | Raise an error on ambiguous refs | Matija Čupić | 2018-12-08 | 1 | -2/+2 |
| * | | | Rename Repository#resolve_ref to expand_ref | Matija Čupić | 2018-12-08 | 1 | -5/+5 |
| * | | | Implement Repository#ambiguous_ref? | Matija Čupić | 2018-12-08 | 2 | -34/+57 |
| * | | | Move Project#resolve_ref to Repository | Matija Čupić | 2018-12-08 | 2 | -50/+48 |
| * | | | Remove Repository#find_ref | Matija Čupić | 2018-12-08 | 1 | -36/+0 |
| * | | | Use strings instead of Gitlab::Git::Ref | Matija Čupić | 2018-12-08 | 1 | -28/+10 |
| * | | | Check for Tag/Branch corectness | Matija Čupić | 2018-12-08 | 2 | -5/+21 |
| * | | | Use nil instead of raising AmbiguousRef | Matija Čupić | 2018-12-08 | 1 | -2/+10 |
| * | | | Use Gitlab::Git::Ref in Project#resolve_ref | Matija Čupić | 2018-12-08 | 2 | -23/+60 |
| * | | | Make HasRef#git_ref public | Matija Čupić | 2018-12-08 | 1 | -0/+28 |
| * | | | Use full ref when possible to avoid ambiguity | Matija Čupić | 2018-12-08 | 3 | -4/+43 |
| * | | | Support both ref and ref-name in protected_for? | Matija Čupić | 2018-12-08 | 1 | -4/+64 |
* | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq | John Jarvis | 2019-01-01 | 4 | -2/+74 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'security-53543-user-keeps-access-to-mr-issue-when-removed-from-... | John Jarvis | 2019-01-01 | 1 | -2/+16 |
| |\ \ \ |
|
| | * | | | Adds validation to check if user can read project | Tiago Botelho | 2018-12-19 | 1 | -2/+16 |
| * | | | | Merge branch 'security-fix-ssrf-import-url-remote-mirror' into 'master' | John Jarvis | 2019-01-01 | 2 | -0/+21 |
| |\ \ \ \ |
|
| | * | | | | Replaced UrlValidator with PublicUrlValidator for import_url and remote mirro... | Francisco Javier López | 2018-12-13 | 2 | -0/+21 |
| * | | | | | Merge branch 'security-48259-private-snippet' into 'master' | John Jarvis | 2019-01-01 | 1 | -0/+37 |
| |\ \ \ \ \ |
|
| | * | | | | | Move embeddable? to model to be used outside view | Mark Chao | 2018-12-20 | 1 | -0/+37 |
* | | | | | | | Merge branch 'ac-releases-api' into 'master' | Kamil Trzciński | 2018-12-31 | 1 | -1/+3 |
|\ \ \ \ \ \ \ |
|