summaryrefslogtreecommitdiff
path: root/spec/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a ReactiveCaching concern for use in the KubernetesServiceNick Thomas2016-12-191-0/+145
* Merge branch 'seed-runner-token' into 'master' Kamil Trzciński2016-12-151-0/+7
|\
| * Allow users to seed the initial runner registration token using an environmen...DJ Mountney2016-12-011-0/+7
* | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-5/+5
* | Validate presence of route by Routable concernDmitriy Zaporozhets2016-12-111-0/+4
* | Merge branch 'dz-nested-groups' into 'master' Douwe Maan2016-12-091-0/+67
|\ \
| * | Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+67
| |/
* | 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
| |/