summaryrefslogtreecommitdiff
path: root/spec/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pipeline-stage' into 'master' Rémy Coutable2016-12-081-1/+1
|\
| * Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+1
* | Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
|/
* Merge branch 'fix-cancelling-pipelines' into 'master' Kamil Trzciński2016-11-251-0/+96
|\
| * Test against all types and more status:Lin Jen-Shin2016-11-211-37/+45
| * Prefer a description for it and split the case:Lin Jen-Shin2016-11-211-25/+36
| * Add a lot of tests for scopes, feedback:Lin Jen-Shin2016-11-191-0/+77
* | Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+20
|/
* Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-25/+84
* 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
* Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre2016-11-171-21/+23
* Make access request specs explicitly enable or disable access requests as req...Nick Thomas2016-11-111-4/+4
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-0/+5
* Added IssueCollectionYorick Peterse2016-11-071-0/+21
* Fix project features default valuesFelipe Artur2016-11-011-0/+14
* Fix and improve `Sortable.highest_label_priority`23928-sortable-highest_label_priority-is-buggedAlejandro Rodríguez2016-10-271-0/+14
* Differentiate the expire from leave eventCallum Dryden2016-10-201-0/+31
* Add RTL support to markdown rendererEbrahim Byagowi2016-10-161-1/+1
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+181
* Merge remote-tracking branch 'upstream/master' into all-skipped-equals-successLin Jen-Shin2016-10-041-7/+15
|\
| * Simplify Mentionable concern instance methodsPaco Guzman2016-10-041-7/+15
* | Fix tests. Check 'success' first (default status)Lin Jen-Shin2016-10-031-23/+20
|/
* Merge branch 'issue_19734' into 'master' Douwe Maan2016-09-011-0/+25
|\
| * Project tools visibility levelFelipe Artur2016-09-011-0/+25
* | Order award tooltips by their created_at dateAndrew Smith2016-09-011-0/+10
|/
* rename Statuseable to HasStatusDe Wet Blomerus2016-08-251-3/+3
* Further refactor and syntax fixes.Patricio Cano2016-08-151-13/+1
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-19/+8
* Allow `Issue` to be submitted as spamPatricio Cano2016-08-151-4/+5
* Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-2/+3
* Refactored spam related code even furtherPatricio Cano2016-08-151-4/+17
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-0/+41
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-092-19/+19
* Added concern for a faster "cache_key" methodfaster-cache-keysYorick Peterse2016-08-081-0/+17
* Method for returning issues readable by a userability-batch-issue-checkingYorick Peterse2016-07-291-1/+5
* Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-121-1/+1
* Merge branch 'master' into dev-masterTomasz Maczukin2016-07-023-4/+2
|\
| * Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan2016-07-011-2/+2
| |\
| | * Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-2/+2
| * | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-012-2/+0
| |/
* | Ensure logged-out users can't see private refsSean McGivern2016-06-301-0/+37
|/
* Fix pagination on sorts with lots of tiesSean McGivern2016-06-231-0/+14
* Cache Participable#participants in instance variablePaco Guzman2016-06-211-0/+10
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-4/+3
* Add request access for groupsRémy Coutable2016-06-141-0/+41
* Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-0/+14
* Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-0/+26
* Fix rubocop offense in awardable specsfix/rubocop-offense-in-specsGrzegorz Bizon2016-06-061-3/+2
* Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-032-4/+101
|\