summaryrefslogtreecommitdiff
path: root/spec/models/issue_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-091-36/+8
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-6/+30
* Only update the sidebar count caches when neededsidebar-cache-updatesYorick Peterse2017-08-301-0/+18
* Cache the number of open issues and merge requestsYorick Peterse2017-08-231-0/+18
* Enable Timecop safe mode32004-use-timecop-safe-modeRémy Coutable2017-08-111-7/+3
* Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-071-4/+0
|\
| * Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-071-4/+0
* | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-23/+23
* | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-1/+1
|/
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-10/+10
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+14
* Move update_assignee_cache_counts to the serviceValery Sizov2017-05-121-40/+0
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-8/+83
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+21
* Remove helpers assigned_issuables_count and cached_assigned_issuables_countuassign_on_member_removingValery Sizov2017-04-201-1/+4
* Remove an unused `Issue.open_for` scopeRobert Speicher2017-04-101-9/+0
* Do not set closed_at to nil when issue is reopenedissue_91_ee_backportFelipe Artur2017-04-041-8/+0
* Spam check only when spammable attributes have changedOswaldo Ferreira2017-03-211-0/+37
* Add closed_at field to issuesFelipe Artur2017-03-171-0/+24
* Merge branch '27271-missing-time-spent-in-issue-webhook' into 'master' Douwe Maan2017-03-151-0/+11
|\
| * Include time tracking attributes in webhooks payload27271-missing-time-spent-in-issue-webhookRuben Davila2017-03-141-0/+11
* | Preserve order by priority on issues boardpreserve_order_issue_boardValery Sizov2017-03-141-0/+15
|/
* Present group and dashboard MR list without grouping by projectOswaldo Ferreira2017-01-271-4/+4
* Refactor Project#to_reference and make full_path a keyword argumentBerna Castro2017-01-271-11/+55
* Fix and add specs for Issue#to_referenceBerna Castro2017-01-271-1/+10
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-9/+9
* Use a project factory with a repository where necessaryrs-empty_project-for-associationsRobert Speicher2017-01-251-1/+1
* Fix cross-project references copy to include the project referencefix/cross-project-ref-pathJames Lopez2017-01-031-0/+4
* Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' Sean McGivern2016-12-151-20/+0
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-4/+6
* Drop Project#authorized_for_user? in favor of ProjectTeam#member?Ahmad Sherif2016-11-231-1/+1
* Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-091-40/+56
* 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
* Allow Member.add_user to handle access requestersRémy Coutable2016-09-281-1/+1
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-0/+253
* Refactor user authorization check for a single project to avoid querying all ...Alejandro Rodríguez2016-07-201-0/+20
* Update specs. Add CHANGELOG entryissue-18036Josh Frye2016-06-021-0/+17
* Refactor ParticipableYorick Peterse2016-06-011-0/+38
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-20/+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-6/+13
|\
| * Start with iid on branch creationZeger-Jan van de Weg2016-04-141-5/+12
* | Make a few style changes based on MR feedback.Timothy Andrew2016-04-151-2/+2
* | Fix the rubocop check.Timothy Andrew2016-04-131-2/+3
* | Test the `Issue#to_branch_name` method.Timothy Andrew2016-04-121-2/+11
* | Augment the tests for `Issue#related_branches`Timothy Andrew2016-04-121-3/+19
* | Refactor `Issue#related_branches`Timothy Andrew2016-04-121-1/+2
|/