summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-0/+7
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov2017-02-241-2/+0
|\
| * Disable unused tags count cache for Projects, Builds and RunnersPawel Chojnacki2017-02-231-2/+0
* | Allow issues in boards to be orderedDouwe Maan2017-02-171-0/+1
|/
* Add commment to Issue, Project and MergeRequest #to_referenceOswaldo Ferreira2017-01-271-0/+1
* Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-2/+2
* Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-271-2/+2
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-2/+2
* Fix N+1 queries on milestone show pagesJames Edwards-Jones2016-12-201-0/+2
* Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-151-55/+0
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-5/+1
* Merge branch 'events-cache-invalidation' into 'master' Douwe Maan2016-11-281-12/+0
|\
| * Remove event caching codeYorick Peterse2016-11-231-12/+0
* | Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-231-1/+1
|/
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-1/+1
* Fixed issue boards when not logged inissue-boards-signed-out-statePhil Hughes2016-11-141-1/+1
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-091-22/+30
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-281-1/+0
* Merge branch 'master' into issue-board-sidebarissue-board-sidebarPhil Hughes2016-10-261-1/+7
|\
| * Use MergeRequestsClosingIssues cache data on Issue#closed_by_merge_requests m...14192-issues-closed-by-merge-requests-using-metrics-dataPaco Guzman2016-10-201-1/+7
* | Merge branch 'master' into issue-board-sidebarPhil Hughes2016-10-191-0/+12
|\ \ | |/
| * Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre2016-10-191-0/+4
| * Fix issue board related controllers to expose label priority per projectDouglas Barbosa Alexandre2016-10-191-0/+12
* | Restore subscribe status in JSONPhil Hughes2016-10-071-0/+6
|/
* Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew2016-09-211-1/+1
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-1/+2
* Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-201-9/+0
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-3/+3
* Miscellaneous cycle-analytics-related changes.Timothy Andrew2016-09-201-5/+1
* Remove extraneous code that was previously added for performance.Timothy Andrew2016-09-191-2/+2
* Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-0/+3
* Add the "Review" cycle analytics section.Timothy Andrew2016-08-261-3/+7
* Add an `Issue::Metrics` model.Timothy Andrew2016-08-261-0/+9
* Further refactor and syntax fixes.Patricio Cano2016-08-151-2/+1
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-10/+3
* Refactored spam related code even furtherPatricio Cano2016-08-151-0/+13
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-0/+2
* Lay the ground works to submit information to AkismetPatricio Cano2016-08-151-0/+1
* Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-081-0/+1
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-0/+28
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-0/+1
* Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-201-0/+40
* use has_many relationship with eventsJames Lopez2016-07-011-1/+2
* fixing events for import/exportJames Lopez2016-06-291-0/+1
* Fix RangeError exceptions when referring to issues or merge requests outside ...Stan Hu2016-06-181-0/+4
* Use Issue.visible_to_user in Notes.search to avoid query duplicationDouglas Barbosa Alexandre2016-06-131-1/+1
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+9
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-2/+2
* Refactor ParticipableYorick Peterse2016-06-011-10/+13
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-24/+0