summaryrefslogtreecommitdiff
path: root/spec/models/concerns/issuable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added IssueCollectionYorick Peterse2016-11-071-0/+21
* Fix and improve `Sortable.highest_label_priority`23928-sortable-highest_label_priority-is-buggedAlejandro Rodríguez2016-10-271-0/+14
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Fix pagination on sorts with lots of tiesSean McGivern2016-06-231-0/+14
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-0/+26
* Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-031-4/+18
|\
| * issuable#labels_array explicitly load the labelsPaco Guzman2016-06-021-0/+14
| * Merge branch 'issue_15557' into 'master' Rémy Coutable2016-06-011-4/+4
| |\
| | * Add leading comment space copissue_15557Felipe Artur2016-05-311-4/+4
* | | Merge branch 'master' into awardablesZJ van de Weg2016-05-301-2/+32
|\ \ \ | |/ /
| * | Minor changes in note validation specsGrzegorz Bizon2016-05-291-2/+4
| * | Update specs to carry out changes in note factoryGrzegorz Bizon2016-05-291-5/+2
| |/