summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge remote-tracking branch 'upstream/master' into all-skipped-equals-successLin Jen-Shin2016-10-041-17/+10
|\
| * Simplify Mentionable concern instance methodsPaco Guzman2016-10-041-17/+10
* | We don't need self. there. (sorry, can't resist anymore)Lin Jen-Shin2016-10-031-1/+1
* | Merge branch 'master' into all-skipped-equals-successLin Jen-Shin2016-10-031-4/+1
|\ \ | |/
| * Re-add the AccessRequestable concernRémy Coutable2016-09-221-0/+13
| * New Members::RequestAccessServiceRémy Coutable2016-09-221-16/+0
* | Fix tests. Check 'success' first (default status)Lin Jen-Shin2016-10-031-1/+1
* | Remove dead codeLin Jen-Shin2016-10-031-2/+0
* | Rename ignored to failed_but_allowed, introduce exclude_ignoredLin Jen-Shin2016-10-031-16/+11
* | Add a test for on_failure jobs in the middleLin Jen-Shin2016-10-011-0/+1
* | on_failure should also be ignored, and status_sql shouldLin Jen-Shin2016-10-011-3/+9
* | Or we could simply ignore skipped manual jobsLin Jen-Shin2016-09-301-1/+1
* | We consider skipped = success, fixes #22598Lin Jen-Shin2016-09-301-1/+1
|/
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-212-4/+6
|\
| * Start Frontend work, fix routing problemZ.J. van de Weg2016-09-192-4/+6
* | Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-201-0/+8
* | Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-76/+0
* | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-4/+5
|\ \ | |/
| * Return created statusKamil Trzcinski2016-09-181-1/+1
| * Fix Commit#status, feedback:fix-multiple-pipeline-eventsLin Jen-Shin2016-09-141-1/+1