summaryrefslogtreecommitdiff
path: root/app/models/issue.rb
Commit message (Expand)AuthorAgeFilesLines
* Changes tab VUE refactoringFelipe Artur2018-06-211-0/+4
* Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-011-6/+11
|\
| * Merge branch '41587-osw-mr-metrics-migration-take-two' into 'master'Grzegorz Bizon2018-05-311-0/+1
| |\
| | * Ensure metrics regardless of being imported on MRs41587-osw-mr-metrics-migration-take-twoOswaldo Ferreira2018-05-301-0/+1
| * | Export assigned issues in iCalendar feedImre Farkas2018-05-311-6/+10
| |/
* | Fix static analysysShinya Maeda2018-05-111-1/+1
* | Decouple to_params from AtomicInternalId concernShinya Maeda2018-05-081-0/+1
|/
* Moves Uniquify counter in the initializerJacopo2018-04-191-1/+1
* Uses Uniquify to calculate Issue#suggested_branch_nameJacopo2018-04-191-4/+4
* Shows new branch/mr button even when branch existsJacopo2018-04-191-5/+11
* Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-101-5/+17
|\
| * Use Goldiloader for handling N+1 queriesYorick Peterse2018-04-091-1/+1
| * Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-3/+9
| * [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
| * Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-301-0/+6
| |\
| | * changed the way of nullifying columshaseeb2018-03-051-0/+5
| | * closed by field addedhaseeb2018-02-281-0/+1
* | | Send emails for issues due tomorrowSean McGivern2018-03-301-0/+1
|/ /
* | Refactor, extract class and improve comments.Andreas Brandl2018-03-161-1/+1
* | More flexible way of internal id generation.Andreas Brandl2018-03-161-0/+2
* | Atomic generation of internal ids for issues.Andreas Brandl2018-03-161-1/+1
* | Deprecate InternalId concern and rename.Andreas Brandl2018-03-161-1/+1
|/
* 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
|/