summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ci-artifacts-path' into 'master' Robert Speicher2015-11-231-1/+1
|\
| * Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-1/+1
* | Merge branch 'ci-fix-500' into 'master' Robert Speicher2015-11-232-0/+3
|\ \
| * | Fix 500 when using CIci-fix-500Kamil Trzcinski2015-11-232-0/+3
| |/
* | Merge branch 'issue_2296' into 'master' Douwe Maan2015-11-232-4/+34
|\ \ | |/ |/|
| * Fix bug that happened when replacing the Task list. #2296Rubén Dávila2015-11-201-1/+1
| * Monkey patching TaskList::Item is no longer required. #2296Rubén Dávila2015-11-201-0/+2
| * Generate system note after Task item has been updated on Issue or Merge Reque...Ruben Davila2015-11-192-4/+32
* | Add upvote/downvote fields to merge request and note API to preserve compatib...fix-award-emoji-apiRobert Schilling2015-11-212-0/+20
* | Handle removed source projects in MR CI commitsfix-merge-requests-without-source-projectsYorick Peterse2015-11-201-1/+1
* | Fix Drone web hook URL not being updatedStan Hu2015-11-201-0/+2
|/
* Merge branch 'ci-yaml-validation' into 'master' Kamil Trzciński2015-11-191-4/+4
|\
| * Don't rescue Exception, but StandardErrorci-yaml-validationKamil Trzcinski2015-11-191-6/+3
| * Fix testsKamil Trzcinski2015-11-191-1/+1
| * Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-191-1/+4
* | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-192-87/+10
|\ \
| * | adressing commentsValery Sizov2015-11-191-2/+3
| * | added spinach testsValery Sizov2015-11-191-0/+1
| * | addressing commentsValery Sizov2015-11-191-2/+2
| * | award emojiValery Sizov2015-11-192-87/+8
* | | Merge branch 'finding-issues-by-labels-performance' into 'master' Dmitriy Zaporozhets2015-11-192-0/+6
|\ \ \
| * | | Use a JOIN in IssuableFinder#by_projectYorick Peterse2015-11-192-0/+6
| | |/ | |/|
* | | Merge branch 'dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow' int...Robert Speicher2015-11-191-22/+60
|\ \ \ | |/ / |/| |
| * | Rename `not_auth_*` ability methods to `anonymous_*`dbalexandre/gitlab-ce-fix-personal-snippet-access-workflowRobert Speicher2015-11-171-10/+9
| * | Minor refactoringDouwe Maan2015-11-171-8/+14
| * | Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-...Douwe Maan2015-11-1741-151/+347
| |\ \
| * \ \ Merge branch 'master' into fix-personal-snippet-access-workflowDouglas Barbosa Alexandre2015-11-0910-20/+32
| |\ \ \
| * \ \ \ Merge branch 'master' into fix-personal-snippet-access-workflowDouglas Barbosa Alexandre2015-11-032-1/+10
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fix-personal-snippet-access-workflowDouglas Barbosa Alexandre2015-11-022-16/+11
| |\ \ \ \ \
| * | | | | | Fix ability name for public or internal personal snippetsDouglas Barbosa Alexandre2015-11-021-1/+1
| * | | | | | Improve personal snippet access workflow. Fixes #3258Douglas Barbosa Alexandre2015-10-291-16/+49
* | | | | | | Merge branch 'atom-feed-latest-update' into 'master' Yorick Peterse2015-11-195-34/+70
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Use "GitLab.com" instead of "gitlab.com"atom-feed-latest-updateYorick Peterse2015-11-181-1/+1
| * | | | | | Don't pluck project IDs in User#owned_projectsYorick Peterse2015-11-181-4/+2
| * | | | | | Apply CI scope changes to the User modelYorick Peterse2015-11-181-6/+10
| * | | | | | Refactor User#authorized_groups/projectsYorick Peterse2015-11-181-29/+6
| * | | | | | Added Project.visible_to_userYorick Peterse2015-11-181-0/+4
| * | | | | | Group methods for filtering public/visible groupsYorick Peterse2015-11-181-0/+8
| * | | | | | Added Event.limit_recentYorick Peterse2015-11-181-0/+4
| * | | | | | Refactor getting user groups/projects/contributionsYorick Peterse2015-11-181-16/+48
| * | | | | | Prefix table names for User UNIONsYorick Peterse2015-11-181-2/+3
| * | | | | | Use SQL::Union for User#authorized_groupsYorick Peterse2015-11-181-4/+7
| * | | | | | Make it easier to re-apply default sort ordersYorick Peterse2015-11-181-1/+2
| * | | | | | Use SQL::Union for User#authorized_projectsYorick Peterse2015-11-181-21/+19
| * | | | | | Faster way of obtaining latest event update timeYorick Peterse2015-11-181-0/+6
* | | | | | | Load raw repository lazily to recover from failed readDouwe Maan2015-11-181-7/+11
* | | | | | | Clean up Repository cache code.Douwe Maan2015-11-181-8/+14
* | | | | | | Add Repository#is_ancestor? convenience method.Douwe Maan2015-11-181-1/+6
* | | | | | | Add Project#safe_import_url helper.Douwe Maan2015-11-181-0/+8
* | | | | | | Store and show reason why import failed.Douwe Maan2015-11-181-4/+6
|/ / / / / /