summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/master' into 14566-confidential-issue-br...Timothy Andrew2016-04-151-4/+3
|\ \ | |/
| * Start with iid on branch creationZeger-Jan van de Weg2016-04-141-2/+2
* | Refactor `Issue#related_branches`Timothy Andrew2016-04-121-3/+10
* | Sanitize branch names for confidential issues.Timothy Andrew2016-04-121-1/+5
|/
* Memoize reference_pattern/link_reference_patternmemoize-pattern-methodsYorick Peterse2016-04-011-2/+2
* Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-231-1/+2
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-3/+18
|\
| * Merge branch 'issues-show-performance' into 'master' Robert Speicher2016-03-211-3/+3
| |\
| | * Tweaked performance of Issue#related_branchesYorick Peterse2016-03-191-3/+3
| * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-201-4/+3
| |\ \ | | |/
| * | Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-5/+33
| |\ \
| * | | Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-171-0/+12
| * | | Add field that references issue this issue has been moved toGrzegorz Bizon2016-03-171-0/+3
* | | | Fix group project selection in IssuableFinderDouwe Maan2016-03-201-4/+1
| |_|/ |/| |
* | | \#to_branch_name now uses the iid as postfixissue-branch-iid-postfixZeger-Jan van de Weg2016-03-181-4/+3
| |/ |/|
* | Restrict access to confidential issuesDouglas Barbosa Alexandre2016-03-171-0/+7
* | Fix specsZeger-Jan van de Weg2016-03-171-0/+1
* | Incorporate the review and update specZeger-Jan van de Weg2016-03-151-11/+11
* | Incorporate reviewZeger-Jan van de Weg2016-03-151-7/+12
* | Enhance new branch button on an issueZeger-Jan van de Weg2016-03-151-5/+6
* | new-branch-buttonZeger-Jan van de Weg2016-03-151-0/+14
|/
* Backport some changes from EEes_backportValery Sizov2016-01-221-0/+1
* Show referenced MRs & Issues only when the current viewer can access themRémy Coutable2016-01-131-2/+2