summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-192-4/+4
* Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-191-1/+1
* Add basic runners management APITomasz Maczukin2016-02-191-0/+6
* Allow `ProjectTeam#human_max_access` to return "Owner"rs-show-owner-labelRobert Speicher2016-02-181-1/+1
* Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+2
* Use Repository#exists? in Repository#commit?Yorick Peterse2016-02-181-1/+1
* Fixed Repository#exists? to handle errorsYorick Peterse2016-02-181-6/+5
* Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-3/+7
* Reopened MRs should also be considered as open.issue_13539Rubén Dávila2016-02-171-1/+1
* Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-171-0/+25
|\
| * Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+25
* | Merge branch 'fix/13367-redirect-to-project-page-if-no-import' into 'master' Douwe Maan2016-02-171-0/+4
|\ \
| * | Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-0/+4
| |/
* | Merge branch 'expire-fork-import-caches' into 'master' Douwe Maan2016-02-171-0/+17
|\ \
| * | Flush all repository caches when deleting a repoexpire-fork-import-cachesYorick Peterse2016-02-171-0/+9
| * | Expire caches after forking/importing a repositoryYorick Peterse2016-02-171-0/+8
| |/
* | Merge branch 'klowner/gitlab-ce-fix-compare-by-tag-crash' into 'master' Douwe Maan2016-02-171-0/+2
|\ \ | |/ |/|
| * Fix 500 error when comparing by tagsMark Riedesel2016-02-171-0/+2
* | Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master' Douwe Maan2016-02-163-11/+17
|\ \
| * | Use project.web_url instead deprecated repository.homepage in PushoverServiceRémy Coutable2016-02-161-1/+1
| * | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-112-10/+16
| |/
* | Cleaned up Repository#initializecleanup-repository-initializeYorick Peterse2016-02-163-3/+3
* | Merge branch 'fix_500-commit-null' into 'master' Douwe Maan2016-02-121-1/+1
|\ \
| * | Don't try to mark broken MR as mergableNemanja Boric2016-02-111-1/+1
| |/
* | Merge branch 'streamline-email-validation' into 'master' Douwe Maan2016-02-124-9/+5
|\ \ | |/ |/|
| * Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-094-6/+5
| * Validate email addresses using Devise.email_regexpRémy Coutable2016-02-094-10/+7
* | Merge branch 'display-mr-link-if-thre-is-one' into 'master' Douglas Barbosa Alexandre2016-02-101-0/+1
|\ \
| * | Replaces "Create merge request" link with one to the MR when one existsDouglas Barbosa Alexandre2016-02-101-0/+1
* | | Merge branch 'brammeleman/3047-add-assignee-data-to-isuable-hook-data' into '...Robert Speicher2016-02-101-1/+4
|\ \ \
| * | | Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-dataBram Daams2016-02-101-1/+4
| |/ /
* | | Merge branch 'cwq1913/gitlab-ce-fix_skip_merge_commits' into 'master' Robert Speicher2016-02-101-1/+2
|\ \ \ | |/ / |/| |
| * | Actually use the `skip_merges` option in Repository#commitscwq1913/gitlab-ce-fix_skip_merge_commitsTony Chu2016-02-081-1/+2
* | | Merge branch 'smarter-diverging-commit-cache-flushing' into 'master' Douwe Maan2016-02-091-11/+14
|\ \ \
| * | | Smarter flushing of branch statistics cachesYorick Peterse2016-02-091-11/+14
* | | | Merge remote-tracking branch 'dev/master' into 'master'Robert Speicher2016-02-091-20/+60
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'ci-permissions' into 'master' Robert Speicher2016-02-081-20/+60
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' into ci-permissionsKamil Trzcinski2016-02-051-1/+1
| | |\ \
| | * | | Use `delete` instead of assignment operator when filtering build abilitiesKamil Trzcinski2016-02-041-1/+1
| | * | | Update ability model after commentsKamil Trzcinski2016-02-041-24/+15
| | * | | Merge remote-tracking branch 'origin/master' into ci-permissionsKamil Trzcinski2016-02-047-4/+33
| | |\ \ \
| | * | | | Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-5/+5
| | * | | | Simplify abilitiesKamil Trzcinski2016-02-041-16/+23
| | * | | | Properly handle commit status permissions (for a build)Kamil Trzcinski2016-02-031-0/+22
| | * | | | Fix build errorsKamil Trzcinski2016-02-031-3/+3
| | * | | | Add CI setting: allow_guest_to_access_buildsKamil Trzcinski2016-02-021-6/+8
| | * | | | Make the CI permission model simplerKamil Trzcinski2016-02-021-8/+26
* | | | | | Merge branch 'fix/max-attachment-size-setting-validation'Douwe Maan2016-02-091-0/+4
|\ \ \ \ \ \
| * | | | | | Validate maximum attachment size in application settingsGrzegorz Bizon2016-02-091-0/+4
* | | | | | | Merge branch 'huacnlee/gitlab-ce-feature/option-to-include-author-info-in-mai...Douwe Maan2016-02-091-0/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |