summaryrefslogtreecommitdiff
path: root/app/models/concerns/sortable.rb
Commit message (Expand)AuthorAgeFilesLines
* Extend CTE search optimisation to projectsextend-cte-optimisations-to-projectsSean McGivern2019-04-041-13/+15
* Updates code using class_methods over module ClassMethodsJacopo2018-08-291-1/+1
* Merge branch 'frozen-string-enable-app-models-even-more' into 'master'Stan Hu2018-08-081-0/+2
|\
| * Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* | Fix missing and duplicates on project milestone listing pageOswaldo Ferreira2018-08-071-0/+1
|/
* Fix sorting by name on explore projects pageDouglas Barbosa Alexandre2018-06-251-2/+2
* Fix: Use case in-sensitive ordering by name for groupsHarish Ved2018-05-171-2/+2
* Improve list of sorting optionsVitaliy @blackst0ne Klachkov2017-09-231-7/+8
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-4/+0
* Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-23/+0
* Revert "Merge branch 'revert-12499' into 'master'"revert-2c879643Douwe Maan2017-07-041-0/+23
* Revert "Merge branch 'dm-drop-default-scope-on-sortable-finders' into 'master'"Adam Niedzielski2017-06-291-23/+0
* Drop default ORDER scope when calling a find method on a Sortable modelDouwe Maan2017-06-281-0/+23
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-6/+6
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-6/+6
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-6/+6
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* Fix and improve `Sortable.highest_label_priority`23928-sortable-highest_label_priority-is-buggedAlejandro Rodríguez2016-10-271-3/+8
* Use keyword arguments on Sortable#highest_label_priorityDouglas Barbosa Alexandre2016-10-191-4/+4
* Fix sorting by label prioritiesDouglas Barbosa Alexandre2016-10-191-2/+4
* Todos sorting dropdownissue_18135Felipe Artur2016-08-191-0/+14
* Sort by ID when sorting using "Recently created"Yorick Peterse2016-01-071-0/+3
* Make it easier to re-apply default sort ordersYorick Peterse2015-11-181-1/+2
* Only sort by IDs by defaultYorick Peterse2015-11-031-5/+5
* Fix tests for semaphoreDmitriy Zaporozhets2015-02-061-5/+2
* Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-051-5/+6
* Refactor sorting in projectDmitriy Zaporozhets2015-02-051-10/+15
* Fix method overlap for issue sortingDmitriy Zaporozhets2015-02-051-2/+2
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+32