summaryrefslogtreecommitdiff
path: root/app/models/concerns
Commit message (Expand)AuthorAgeFilesLines
* Add leading comment space copissue_15557Felipe Artur2016-05-311-7/+6
* Fix error 500 when sorting issues by milestone due date and filtering by labelsFelipe Artur2016-05-311-2/+19
* Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-241-0/+2
* 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-2/+2
* Fix ordering for MysqlFelipe Artur2016-05-241-2/+2
* Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-1/+3
* Add API endpoints for un/subscribing from/to a labelAhmad Sherif2016-05-121-0/+6
* Fix an issue when filtering merge requests with more than one labelRémy Coutable2016-05-101-2/+2
* Merge branch 'fix/todos-for-private-group-mentions' into 'master' Douwe Maan2016-05-091-2/+2
|\
| * Fix adding a todo for private group membersAhmad Sherif2016-05-071-2/+2
* | API: Expose Issue#user_notes_countcnam-dep2016-05-091-0/+4
|/
* Use outer join for issues ordering by milestones due.Takuya Noguchi2016-05-061-2/+3
* Use a better message when milestone is newly createdchange_message_for_newly_created_milestoneArinde Eniola2016-04-291-1/+1
* Render canceled status if any of the jobs canceledGrzegorz Bizon2016-04-271-1/+1
* Merge branch 'fix/label-filters' into 'master' Douwe Maan2016-04-211-1/+8
|\
| * udpated a few things based on MR feedback. Also added model specJames Lopez2016-04-201-1/+8
| * filter labels by including all filter titles as part of the queryJames Lopez2016-04-191-1/+1
* | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-4/+6
|\ \ | |/
| * Use GitHub Issue/PR number as iid to keep referencesDouglas Barbosa Alexandre2016-04-181-4/+6
* | Make some logic less twistableKamil Trzcinski2016-04-171-1/+1
* | Write specs for this featureKamil Trzcinski2016-04-161-1/+1
* | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-2/+2
* | Update handling of skipped statusKamil Trzcinski2016-04-131-1/+9
* | Support skipped statusKamil Trzcinski2016-04-131-0/+3
* | Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineKamil Trzcinski2016-04-131-15/+0
|\ \ | |/
| * Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-081-1/+2
| |\
| * | Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets2016-03-301-15/+0
* | | Fix CiStatus implementation and testsKamil Trzcinski2016-04-131-9/+11
* | | Optimise CI status accessorKamil Trzcinski2016-04-121-16/+22
* | | Optimise CI status accessorKamil Trzcinski2016-04-121-0/+1
* | | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-2/+4
* | | Fix specsKamil Trzcinski2016-04-111-1/+2
* | | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-0/+58
| |/ |/|
* | Fix bug related to filtering Issues by Label/Milestone.issue_14853Rubén Dávila2016-04-021-1/+1
* | Destroy related todos when an issue is deletedDouglas Barbosa Alexandre2016-03-301-0/+1
|/
* Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-211-1/+1
* Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-211-0/+9
|\
| * Merge branch 'master' into feature/issue-moveGrzegorz Bizon2016-03-191-8/+12
| |\
| * | Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-191-0/+9
* | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-192-5/+6
* | | Hide delete botton on edit pageZeger-Jan van de Weg2016-03-191-2/+1
* | | Soft delete issuablesZeger-Jan van de Weg2016-03-191-1/+6
| |/ |/|
* | Restrict access for confidential issues on milestone viewDouglas Barbosa Alexandre2016-03-171-8/+12
|/
* Improving the original label-subscribing implementationRémy Coutable2016-03-152-18/+17
* Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-152-23/+50
* Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse2016-03-111-2/+19
* Updates from last code review.issue_13621_2Rubén Dávila2016-03-062-0/+27
* Refactor GlobalMilestone queries.Rubén Dávila2016-03-041-0/+1
* Don't list issues from archived projects in Group view.Rubén Dávila2016-03-021-0/+1