summaryrefslogtreecommitdiff
path: root/app/models/concerns/relative_positioning.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-6-stable-eev14.6.0-rc42GitLab Bot2021-12-201-0/+18
* Add latest changes from gitlab-org/gitlab@14-3-stable-eev14.3.0-rc42GitLab Bot2021-09-201-9/+3
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-2/+10
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-24/+19
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-359/+65
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-76/+327
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-271-2/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Use SQL to find the gap instead of iteratingHeinrich Lee Yu2019-08-051-91/+66
* Optimize rebalancing of relative positioningJan Provaznik2019-08-051-25/+89
* Fix bug when moving batches of items to the endrename-relative-position-move-to-endHeinrich Lee Yu2019-08-011-2/+2
* Make RelativePositioning reusablemake-relative-positioning-module-reusableAdam Hegyi2019-07-241-16/+36
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-1/+1
* Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff2019-06-281-2/+2
* Speed up setting of relative positionspeed-up-relative-positioningSean McGivern2018-11-231-14/+32
* Add preload in issues controllerChantal Rollison2018-10-181-31/+48
* Enable more frozen string in app/models/**/*.rbgfyoung2018-08-071-0/+2
* Refactor RelativePositioning so that it can be used by other classesJarka Kadlecová2018-01-051-7/+11
* Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin2017-11-221-5/+5
* Use StrongMemoize and enable/disable cops properlyLin Jen-Shin2017-11-181-6/+4
* Allow simple ivar ||= form. Update accordinglyLin Jen-Shin2017-09-191-1/+4
* Add cop to make sure we don't use ivar in a moduleLin Jen-Shin2017-09-181-0/+1
* Group boards CE backportFelipe Artur2017-08-281-5/+9
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
* [Issue sorting]Addressed review commentsfix_relative_position_calculationValery Sizov2017-03-141-23/+54
* [Issue sorting] Filling positions preferable in the middleValery Sizov2017-03-141-10/+13
* Fix relative position calculationValery Sizov2017-03-141-8/+12
* Remove unneccessary blank linesDouwe Maan2017-03-071-1/+0
* [Issue Board Sorting] More accurate move through the listorderable-issuesValery Sizov2017-03-071-10/+52
* Addressing review commentsValery Sizov2017-03-061-90/+9
* [Issue sorting on board] Addressing review issuesValery Sizov2017-03-031-0/+7
* Address review commentsValery Sizov2017-03-021-11/+15
* [Issue board sorting] SpecsValery Sizov2017-02-281-4/+0
* [Issue ordering] Using integer instead of floatValery Sizov2017-02-271-3/+3
* [Issue Sorting] Add project scope when calculate maximum position[ci skip]Valery Sizov2017-02-271-2/+4
* Frontend updates to positioning the issue in listsPhil Hughes2017-02-171-2/+2
* Pick a random float position between two positions instead of one exactly hal...Douwe Maan2017-02-171-1/+1
* Allow issues in boards to be orderedDouwe Maan2017-02-171-0/+132