summaryrefslogtreecommitdiff
path: root/spec/models/concerns/issuable_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for `twitter:label` meta tagsrs-opengraphRobert Speicher2015-12-241-0/+18
* Only accept open issues and merge requestsZeger-Jan van de Weg2015-10-161-1/+0
* add repository field to issue hook dataJungkook Park2015-09-171-0/+16
* Update mock and stub syntax for specsRobert Speicher2015-06-221-1/+4
* ensure_length_of -> validate_length_ofRobert Speicher2015-06-101-1/+1
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-23/+23
* Remove author_id_of_changes from specDmitriy Zaporozhets2014-03-251-5/+0
* fix most of warningsskv2013-12-151-1/+1
* Fixing tests after adding iid for issues/mrDmitriy Zaporozhets2013-08-201-0/+2
* Issuable consern uses StateMachine nowAndrew8xx82013-02-181-1/+0
* Add concerns to autoloadDmitriy Zaporozhets2013-01-031-0/+70