summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove an unused `cared` scope from Issue and MergeRequestrs-remove-open-for-scopeRobert Speicher2017-04-101-1/+0
* Remove an unused `Issue.open_for` scopeRobert Speicher2017-04-101-1/+0
* Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-061-0/+11
|\
| * Issue title realtimeRegis Boudinot2017-04-061-0/+11
* | Add option to start a new discussion on an MRDouwe Maan2017-04-051-0/+1
|/
* Do not set closed_at to nil when issue is reopenedissue_91_ee_backportFelipe Artur2017-04-041-4/+0
* Spam check only when spammable attributes have changedOswaldo Ferreira2017-03-211-2/+1
* Add closed_at field to issuesFelipe Artur2017-03-171-0/+8
* Merge branch '27271-missing-time-spent-in-issue-webhook' into 'master' Douwe Maan2017-03-151-1/+7
|\
| * Include time tracking attributes in webhooks payload27271-missing-time-spent-in-issue-webhookRuben Davila2017-03-141-1/+7
* | 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