summaryrefslogtreecommitdiff
path: root/spec/models/concerns/issuable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore min_chars_for_partial_matching unles trigrm40379-CJK-search-min-charsMario de la Ossa2019-07-041-0/+10
* [CE] Support multiple assignees for merge requestsosw-multi-assignees-merge-requestsOswaldo Ferreira2019-04-081-4/+3
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-2/+2
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Check issue milestone availabilityJarka Košanová2019-02-141-8/+89
* Merge branch 'search-title' into 'master'Sean McGivern2019-02-051-0/+72
|\
| * Fix grammar and spellingHiroyuki Sato2019-02-051-6/+6
| * Add 'in' filter that modifies scope of 'search' filter to issues and merge re...Hiroyuki Sato2019-01-141-0/+72
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
|/
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-4/+4
* Resolve "Update `updated_at` on an issue/mr on every issue/mr changes"🙈 jacopo beschi 🙉2018-06-011-2/+3
* Fixes 500 error on /estimate BIG_VALUEJacopo2018-05-171-0/+13
* Updates updated_at on issue when using /spend quick actionJacopo2018-05-091-3/+15
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-4/+4
* Refactor, extract class and improve comments.Andreas Brandl2018-03-161-1/+1
* Only include the user's ID in the time_spent command's update hashRobert Speicher2017-12-191-2/+2
* Throttle the number of UPDATEs triggered by touchYorick Peterse2017-12-061-1/+1
* Merge branch 'dm-search-pattern' into 'master'Sean McGivern2017-11-291-4/+6
|\
| * Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-4/+6
* | Refactor the way we pass `old associations` to issuable's update services40226-refactor-the-issuable-s-webhooks-data-architectureRémy Coutable2017-11-241-4/+4
|/
* Add total_time_spent to the `changes` hash in issuable Webhook payloads40122-only-one-note-webhook-is-triggered-when-a-comment-with-time-spent-is-addedRémy Coutable2017-11-151-11/+26
* Introduce new hook data builders for Issue and MergeRequest34284-add-changes-to-issuable-webhook-dataRémy Coutable2017-10-091-20/+37
* Start adding Gitlab::HookData::IssuableBuilderRémy Coutable2017-10-091-19/+33
* Include the changes in issuable webhook payloadsRémy Coutable2017-10-091-23/+12
* add controller specmicael.bergeron2017-09-061-3/+3
* remove lintmicael.bergeron2017-09-061-2/+2
* rework the contributor badgemicael.bergeron2017-09-061-10/+2
* round of fixes after code reviewmicael.bergeron2017-09-061-19/+21
* WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-061-0/+73
* Fuzzy search issuable title or descriptionHiroyuki Sato2017-08-311-11/+31
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-2/+2
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-5/+5
* Add many foreign keys to the projects tableYorick Peterse2017-07-061-1/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-14/+14
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-95/+14
* Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-261-13/+22
* Prevented error on nil author from Issuable delegationJames Edwards-Jones2017-03-211-0/+28
* Added labels to the issue web hookLuke "Jared" Bennett2017-03-171-0/+10
* Allow sorting by due date and label prioritySean McGivern2017-03-151-0/+40
* Use `:empty_project` where possible in model specsrs-empty_project-modelsRobert Speicher2017-01-261-3/+3
* Add some API endpoints for time tracking.Ruben Davila2017-01-181-5/+5
* Backport backend work for time tracking.Ruben Davila2017-01-151-0/+38
* Check if user can read issue before being assignedissue_22664Felipe Artur2016-12-271-5/+24
* Fix issuable assignee update bug when previous assignee is nullFelipe Artur2016-12-201-0/+20
* Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
* Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-6/+6
* Fix specs to pass a project when creating subscriptionsDouglas Barbosa Alexandre2016-11-171-4/+6
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-0/+5