summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-1/+2
* Fix refreshing of issues/MR count cachesfix-counts-cachingYorick Peterse2017-09-191-2/+0
* Delete duplicated lines.Shinichi Maeshima2017-09-111-3/+0
* Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-311-0/+6
|\
| * Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-301-0/+6
* | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-301-0/+7
|\ \ | |/
| * Merge branch 'cache-issue-and-mr-counts' into 'master'Douwe Maan2017-08-231-0/+7
| |\
| | * Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+7
* | | Merge branch 'master' into issue-discussions-refactorDouwe Maan2017-08-231-3/+0
|\ \ \ | |/ /
| * | Remove ignore columnsFelipe Artur2017-08-181-3/+0
| |/
* | Prefer polymorphism over `is_a?`Douwe Maan2017-08-171-0/+4
|/
* Merge issuable "reopened" state into "opened"merge-issuable-reopened-into-opened-stateYorick Peterse2017-07-281-3/+2
* fix created_afterJames Lopez2017-07-071-2/+0
* refactor created at filter to use model scopesJames Lopez2017-07-071-0/+1
* Added Cop to blacklist the use of `dependent:`Yorick Peterse2017-07-061-2/+7
* Add many foreign keys to the projects tableYorick Peterse2017-07-061-1/+1
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-5/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Migration - Remove position field from issues and merge requestsFelipe Artur2017-06-161-0/+3
* Order issues by priorityFelipe Artur2017-06-161-1/+1
* Enable the Style/PreferredHashMethods coprc/enable-PreferredHashMethods-copRémy Coutable2017-06-021-2/+2
* Rename all references to rendered_title to realtime_changesrename-rendered_titleLuke "Jared" Bennett2017-05-131-1/+1
* Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-121-1/+1
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-3/+32
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+8
* Fix Error 500 when referencing issue with project in pending deletesh-fix-issue-31215Stan Hu2017-04-201-1/+1
* 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
|/