summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-1/+12
* Remove soft removals related codeYorick Peterse2018-01-081-3/+1
* Refactor matchers for background migrationsce-backport=reorder-issuesJarka Kadlecová2018-01-051-1/+1
* Refactor RelativePositioning so that it can be used by other classesJarka Kadlecová2018-01-051-0/+6
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-0/+5
* Fix migration that removes issues.branch_namefix-remove-branch-name-migrationYorick Peterse2017-12-111-1/+1
* Add spec for removing issues.assignee_idSean McGivern2017-12-111-0/+3
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-0/+1
* Create issue and merge request destroy servicesGeorge Andrinopoulos2017-11-251-1/+0
* Add issue sidebar and toggle_subscription endpoint in board issues dataOswaldo Ferreira2017-11-201-1/+6
* Move update_project_counter_caches? out of issue and merge requestGeorge Andrinopoulos2017-11-111-4/+0
* Refactor issuables index actionsJarka Kadlecova2017-11-071-2/+0
* CE port of code changed for epicsjk-epic-changes-ce-portJarka Kadlecova2017-11-021-0/+3
* Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-091-51/+1
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-15/+54
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-0/+1
* 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