summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-3/+3
* Validate presence of route by Routable concernDmitriy Zaporozhets2016-12-111-0/+1
* Merge branch 'dz-nested-groups' into 'master' Douwe Maan2016-12-091-0/+70
|\
| * Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-0/+70
* | Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-081-5/+5
* | Merge branch 'pipeline-stage' into 'master' Rémy Coutable2016-12-081-2/+3
|\ \
| * | Fix success statusKamil Trzcinski2016-12-071-1/+1
| * | Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-1/+2
| * | Fix handling of skipped vs success statusKamil Trzcinski2016-12-061-3/+3
| |/
* | Merge branch '25209-improve-length-validators' into 'master' Rémy Coutable2016-12-071-1/+1
|\ \ | |/ |/|
| * Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-1/+1
* | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-13/+0
|/
* CE-specific changes gitlab-org/gitlab-ee#1137ee-1137-follow-up-protected-branch-users-and-groupsTimothy Andrew2016-11-291-0/+9
* Merge branch 'fix-cancelling-pipelines' into 'master' Kamil Trzciński2016-11-251-0/+5
|\
| * Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-221-1/+1
| |\
| * \ Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-212-0/+20
| |\ \
| * | | Allow to retry failed or canceled builds and fix cancel running specs failureKamil Trzcinski2016-11-191-0/+1
| * | | Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-182-17/+49
| |\ \ \
| * | | | Improve how we could cancel pipelines:Lin Jen-Shin2016-11-171-0/+4
* | | | | Add a starting date to milestonesmilestone_start_dateValery Sizov2016-11-231-0/+24
| |_|_|/ |/| | |
* | | | Allow JIRA references for project snippetsissue_24303Felipe Artur2016-11-211-1/+1
| |_|/ |/| |
* | | Merge branch 'ee-870-backport' into 'master' Sean McGivern2016-11-211-0/+11
|\ \ \
| * | | Backport some changes done from Time Tracking feature in EE.ee-870-backportRuben Davila2016-11-181-0/+11
| |/ /
* | | Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-181-0/+9
|\ \ \ | |_|/ |/| |
| * | Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+9
| |/
* | Allow users to subscribe to a group label at group or project levelDouglas Barbosa Alexandre2016-11-171-4/+23
* | Allow subscriptions to be created without a projectDouglas Barbosa Alexandre2016-11-171-6/+15
* | Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre2016-11-171-17/+15
* | Refactoring Subscribable concern to accept a projectDouglas Barbosa Alexandre2016-11-172-17/+23
|/
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-1/+5
* Merge branch 'use-separate-token-for-incoming-email' into 'master' Douwe Maan2016-11-081-3/+7
|\
| * Use separate email-friendly token for incoming email and let incomingDouwe Maan2016-11-071-3/+7
* | Added IssueCollectionYorick Peterse2016-11-071-0/+5
|/
* Fix project features default valuesFelipe Artur2016-11-011-1/+1
* add "x of y tasks completed" on issuableGuilherme Salazar2016-10-282-2/+15
* Fix and improve `Sortable.highest_label_priority`23928-sortable-highest_label_priority-is-buggedAlejandro Rodríguez2016-10-271-3/+8
* Implement review comments from @DouweM.Timothy Andrew2016-10-241-2/+2
* Fix branch protection API.Timothy Andrew2016-10-241-0/+5
* Differentiate the expire from leave eventCallum Dryden2016-10-201-1/+5
* Add self.project_foreign_key on both Issue and MergeRequestDouglas Barbosa Alexandre2016-10-191-7/+1
* Fix sorting merge requests by priorityDouglas Barbosa Alexandre2016-10-191-1/+7
* Use keyword arguments on Sortable#highest_label_priorityDouglas Barbosa Alexandre2016-10-192-7/+12
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-192-3/+6
* Remove Issuable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-12/+0
* Remove unused method Issuable#remove_labelsDouglas Barbosa Alexandre2016-10-191-4/+0
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-9/+3
* Fix Issuable#add_labels_by_names to validate if label exists on groupDouglas Barbosa Alexandre2016-10-191-2/+12
* Move build order array to HasStatus module21192-retried-buildsAnnabel Dunstone Gray2016-10-181-0/+1
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-072-0/+135
* Introduce all_state_names so that we could avoid NOT INLin Jen-Shin2016-10-051-0/+4