summaryrefslogtreecommitdiff
path: root/spec/models/concerns/issuable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Merge branch 'rs-rubocop-nottonot' into 'master' Dmitriy Zaporozhets2016-05-251-1/+1
| |\
| | * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| * | Fix bug when ordering by milestone due date and filtering by milestoneFelipe Artur2016-05-241-1/+0
| * | improve ordering sql for milestonesFelipe Artur2016-05-241-32/+21
| * | Fix ordering for MysqlFelipe Artur2016-05-241-1/+3
| * | Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-1/+40
| |/
* | Fix tests and wrong choices during mergeZeger-Jan van de Weg2016-05-121-0/+30
* | Incorporate feedbackZeger-Jan van de Weg2016-05-111-33/+2
* | Merge branch 'master' into awardablesZeger-Jan van de Weg2016-05-111-0/+43
|\ \ | |/
| * refactored specs based on feedbackfix/label-filtersJames Lopez2016-04-211-27/+18
| * refactored specs, adding more scenariosJames Lopez2016-04-211-4/+19
| * final line missingJames Lopez2016-04-201-1/+1
| * fix rubocop warningJames Lopez2016-04-201-2/+2
| * udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-1/+25
* | Add tests on Awardables and Award EmojiZeger-Jan van de Weg2016-05-101-0/+4
* | Create table for award emojiZeger-Jan van de Weg2016-05-061-14/+0
|/
* Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
* Improving the original label-subscribing implementationRémy Coutable2016-03-151-0/+42
* Fixed a few spec typosYorick Peterse2016-03-111-3/+3
* Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-1/+46
* Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-111-11/+12
* Add assignee data to Issuables' hook_databrammeleman/3047-add-assignee-data-to-isuable-hook-dataBram Daams2016-02-101-0/+10
* Revert upvotes and downvotes params to MR APIValery Sizov2015-12-281-0/+14
* Satisfy RubocopDouwe Maan2015-12-251-2/+2