An error occurred fetching the project authors.
- 05 Aug, 2019 2 commits
-
-
Heinrich Lee Yu authored
Also removes unnecessary methods causing extra queries
-
Jan Provaznik authored
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.
-
- 31 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
Starts from START_POSITION when there are no existing positions. Also improves the test to actually test the behavior
-
- 24 Jul, 2019 1 commit
-
-
Adam Hegyi authored
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
-
- 12 Jul, 2019 1 commit
-
-
Heinrich Lee Yu authored
Updates changed method names and fixes spec failures
-
- 28 Jun, 2019 1 commit
-
-
Eugenia Grieff authored
-
- 23 Nov, 2018 1 commit
-
-
Sean McGivern authored
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.
-
- 19 Oct, 2018 1 commit
-
-
Chantal Rollison authored
-
- 07 Aug, 2018 1 commit
-
-
gfyoung authored
Partially addresses #47424.
-
- 05 Jan, 2018 1 commit
-
-
Jarka Kadlecová authored
-
- 22 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
And use .rubocop.yml to exclude paths we don't care, rather than using the cop itself to exclude.
-
- 17 Nov, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 18 Sep, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 28 Aug, 2017 1 commit
-
-
Felipe Artur authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 14 Mar, 2017 3 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
Valery Sizov authored
-
- 07 Mar, 2017 2 commits
-
-
Douwe Maan authored
-
Valery Sizov authored
-
- 06 Mar, 2017 1 commit
-
-
Valery Sizov authored
-
- 03 Mar, 2017 1 commit
-
-
Valery Sizov authored
-
- 02 Mar, 2017 1 commit
-
-
Valery Sizov authored
-
- 28 Feb, 2017 1 commit
-
-
Valery Sizov authored
-
- 27 Feb, 2017 2 commits
-
-
Valery Sizov authored
-
Valery Sizov authored
-
- 17 Feb, 2017 3 commits
-
-
Phil Hughes authored
-
Douwe Maan authored
-
Douwe Maan authored
-