summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Group Guests are no longer able to see merge requestsTiago Botelho2019-01-311-7/+15
* Fix slow project reference pattern regexHeinrich Lee Yu2019-01-311-0/+1
* Merge branch 'ab-54270-github-iid' into 'master'Yorick Peterse2019-01-291-0/+7
|\
| * Flush InternalId records after importAndreas Brandl2019-01-291-0/+7
* | Add GitLab Pages predefined variablesAdrian Moisey2019-01-291-0/+8
|/
* Merge branch 'refactor-checking-personal-project-limits' into 'master'Nick Thomas2019-01-161-10/+14
|\
| * Refactor checking personal project limitsYorick Peterse2019-01-161-10/+14
* | Merge branch 'refactor-after-create-default-branch' into 'master'Nick Thomas2019-01-161-18/+1
|\ \
| * | Refactor code for protecting default branchesYorick Peterse2019-01-161-18/+1
* | | Merge branch 'ac-pages-subgroups' into 'master'Nick Thomas2019-01-161-1/+1
|\ \ \ | |_|/ |/| |
| * | Enable Gitlab-Pages for subgroupsAlessio Caiazza2019-01-141-1/+1
| |/
* | Ensure pool participants are linked before GCZeger-Jan van de Weg2019-01-141-0/+4
|/
* Merge branch 'remove-get-builds-method' into 'master'Grzegorz Bizon2019-01-111-4/+0
|\
| * Remove get_build method for find_by_idSteve Azzopardi2019-01-091-4/+0
* | Merge branch 'zj-nillify-pool-repo-when-leaving' into 'master'Douwe Maan2019-01-111-1/+1
|\ \
| * | Nullify pool_repository when a project leavesZeger-Jan van de Weg2019-01-111-1/+1
* | | Fix default visibility_level for new projectsFabian Schneider2019-01-111-1/+1
| |/ |/|
* | Merge branch 'refactor-artifact-api-endpoint' into 'master'Grzegorz Bizon2019-01-091-9/+9
|\ \ | |/ |/|
| * Create `get_build` for project modelSteve Azzopardi2019-01-071-1/+5
| * Refactor project.latest_successful_builds_for defSteve Azzopardi2019-01-071-9/+5
* | Merge branch '53966-hashed-storage-read-only' into 'master'Douglas Barbosa Alexandre2019-01-081-3/+23
|\ \
| * | Only set as `read_only` when starting the per-project migration53966-hashed-storage-read-onlyGabriel Mazetto2019-01-071-3/+23
| |/
* | Implement error tracking configurationPeter Leitzen2019-01-071-0/+2
* | Add table and model for error tracking settingsReuben Pereira2019-01-071-0/+1
|/
* Merge branch 'feature/gb/expose-ci-api-url-variable' into 'master'Douwe Maan2019-01-041-0/+7
|\
| * Improve readablity of CI_API_V4_URL related codeGrzegorz Bizon2019-01-041-3/+1
| * Expose CI_API_V4_URL predefined CI/CD variableGrzegorz Bizon2019-01-031-1/+1
| * Add API::Helpers::Version and expose API root URLGrzegorz Bizon2019-01-031-0/+9
* | Merge branch 'sh-skip-validation-visibility-changed' into 'master'Douwe Maan2019-01-041-2/+2
|\ \
| * | Only validate project visibility when it has changedsh-skip-validation-visibility-changedStan Hu2019-01-031-2/+2
| |/
* | Merge branch '29951-issue-creation-by-email-without-subaddressing' into 'master'Sean McGivern2019-01-041-3/+8
|\ \
| * | Use new merge request email address formatBrett Walker2019-01-031-3/+8
| |/
* | Remove unnecessary double caching (in hash and request store)dm-git-access-any-ceDouwe Maan2019-01-021-13/+3
* | Consider all matching MRs to determine if user can pushDouwe Maan2019-01-021-13/+13
* | Extract any-branch-allows-collaboration logic into dedicated methodDouwe Maan2019-01-021-19/+20
|/
* Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-021-4/+15
|\
| * Check resolved_ref before checking if protectedMatija Čupić2018-12-081-1/+2
| * Conditionally assign ref_name for more efficiencyMatija Čupić2018-12-081-1/+5
| * Add specs when full ref is passed to protected_forMatija Čupić2018-12-081-1/+1
| * Remove resolving conditional from protected_forMatija Čupić2018-12-081-7/+2
| * Raise an error on ambiguous refsMatija Čupić2018-12-081-1/+2
| * Rename Repository#resolve_ref to expand_refMatija Čupić2018-12-081-6/+7
| * Simplify conditionals in Project#protected_ref?Matija Čupić2018-12-081-2/+6
| * Implement Repository#ambiguous_ref?Matija Čupić2018-12-081-3/+3
| * Move Project#resolve_ref to RepositoryMatija Čupić2018-12-081-16/+1
| * Use strings instead of Gitlab::Git::RefMatija Čupić2018-12-081-8/+9
| * Remove Gitlab::Git::Ref#full_refMatija Čupić2018-12-081-7/+5
| * Use nil instead of raising AmbiguousRefMatija Čupić2018-12-081-2/+3
| * Use Gitlab::Git::Ref in Project#resolve_refMatija Čupić2018-12-081-5/+6
| * Support both ref and ref-name in protected_for?Matija Čupić2018-12-081-4/+23