Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-09-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-10-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-27Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-06Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-05Use SQL to find the gap instead of iteratingHeinrich Lee Yu
Also removes unnecessary methods causing extra queries
2019-08-05Optimize rebalancing of relative positioningJan Provaznik
Moving of neighbour items was done recursively - this was extremely expensive when multiple items had to be moved. This change optimizes the code to find nearest possible gap where items can be moved and moves all of them with single update query.
2019-07-31Fix bug when moving batches of items to the endHeinrich Lee Yu
Starts from START_POSITION when there are no existing positions. Also improves the test to actually test the behavior
2019-07-24Make RelativePositioning reusableAdam Hegyi
RelativePositioning module was heavily dependent on the Issue model. This changes makes it easier to reuse the functionality provided by RelativePositioning in other models. Needed by: https://gitlab.com/gitlab-org/gitlab-ee/issues/12196
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
Updates changed method names and fixes spec failures
2019-06-28Do not change updated_at on an issue when reordering on an issue boardEugenia Grieff
2018-11-23Speed up setting of relative positionSean McGivern
1. When every issue has a relative position set, we don't need to perform any updates, or calculate the maximum position in the parent. 2. If we do need to calculate the maximum position in the parent, many parents (specifically, groups with lots of projects) leads to a slow query where only the index on issues.relative_position is used, not the index on issues.project_id. Adding the GROUP BY forces Postgres to use both indices.
2018-10-19Add preload in issues controllerChantal Rollison
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-01-05Refactor RelativePositioning so that it can be used by other classesJarka Kadlecová
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-29Group boards CE backportFelipe Artur
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-03-14[Issue sorting]Addressed review commentsValery Sizov
2017-03-14[Issue sorting] Filling positions preferable in the middleValery Sizov
2017-03-14Fix relative position calculationValery Sizov
2017-03-08Remove unneccessary blank linesDouwe Maan
2017-03-07[Issue Board Sorting] More accurate move through the listValery Sizov
2017-03-06Addressing review commentsValery Sizov
2017-03-03[Issue sorting on board] Addressing review issuesValery Sizov
2017-03-02Address review commentsValery Sizov
2017-02-28[Issue board sorting] SpecsValery Sizov
2017-02-27[Issue ordering] Using integer instead of floatValery Sizov
2017-02-27[Issue Sorting] Add project scope when calculate maximum position[ci skip]Valery Sizov
2017-02-17Frontend updates to positioning the issue in listsPhil Hughes
2017-02-17Pick a random float position between two positions instead of one exactly ↵Douwe Maan
halfway
2017-02-17Allow issues in boards to be orderedDouwe Maan