summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Annotate the modelsZeger-Jan van de Weg2016-05-061-3/+6
* Move Issue scopes from Issuable to Issue modelRémy Coutable2016-04-201-0/+4
* Move due_date sort scopes to Issue and fix CHANGELOGRémy Coutable2016-04-201-0/+12
* Address MR feedbackRémy Coutable2016-04-201-11/+7
* Add red color to overdue and open issuesMehmet Beydogan2016-04-201-0/+8
* Fix functionality of due this week. Add due this month and overdue, remove du...Mehmet Beydogan2016-04-201-2/+6
* Add due_date:time field to Issue modelMehmet Beydogan2016-04-201-0/+3
* Merge branch '15139-fix-constants-redefinition-warnings' into 'master' Robert Speicher2016-04-191-1/+0
|\
| * Remove useless require 'file_size_validator' causing warningsRémy Coutable2016-04-191-1/+0
* | A new branch created for a confidential issue is named `<id>-confidential-iss...14566-confidential-issue-branchesTimothy Andrew2016-04-191-1/+1