An error occurred fetching the project authors.
- 05 Oct, 2017 5 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
Rubén Dávila authored
Additionally we're delegating missing method calls on GpgKeySubkey to GpgKey since most of the info required when verifying a signature is found on GpgKey which is the parent of GpgKeySubkey
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 04 Oct, 2017 1 commit
-
-
Valery Sizov authored
-
- 03 Oct, 2017 2 commits
-
-
Greg Stark authored
-
Greg Stark authored
-
- 29 Sep, 2017 1 commit
-
-
Valery Sizov authored
-
- 28 Sep, 2017 3 commits
-
-
Markus Koller authored
-
Gabriel Mazetto authored
This is used in EE for the storage migration, and we want to use this in CE as well to be able to migrate projects to hashed_storage.
-
Yorick Peterse authored
This is a composite index on (target_project_id, merge_commit_sha, id) that allows queries such as the following to use a full backwards index scan: SELECT "merge_requests".* FROM "merge_requests" WHERE "merge_requests"."deleted_at" IS NULL AND "merge_requests"."target_project_id" = 13083 AND "merge_requests"."merge_commit_sha" = 'e80a893f' ORDER BY "merge_requests"."id" DESC LIMIT 1; Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/38507
-
- 26 Sep, 2017 1 commit
-
-
Greg Stark authored
Migration 20170919211300_remove_temporary_ci_builds_index.rb created a temporary partial index and tried to drop it at the end of the migration. In some circumstances apparently it failed to drop the index and it ended up in our schema.rb. This accidentally failed to fail due to a bug in the regular expression for partial indexes which caused the index creation in schema.rb to be ignored. Now that that's fixed we could be resurrecting this zombie index from the past in some but not all databases. Add a migration to drop this index if it's present to reconcile this discrepancy.
-
- 23 Sep, 2017 3 commits
-
-
Brett Walker authored
-
Brett Walker authored
This reverts commit 9f186db09d7f380cfbde4c0061be77c272518547.
-
Brett Walker authored
-
- 21 Sep, 2017 1 commit
-
-
Nick Thomas authored
-
- 20 Sep, 2017 1 commit
-
-
Valery Sizov authored
-
- 19 Sep, 2017 1 commit
-
-
Greg Stark authored
-
- 18 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This removes the need for a default scope that adds a "WHERE project_id = X" clause. This commit also includes an additional index for Environment#last_deployment, ensuring this query uses just an index scan instead of also applying a Filter. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36877
-
- 15 Sep, 2017 1 commit
-
-
Felipe Artur authored
-
- 14 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This index is required to allow fast retrieval of recent push events without merge requests. Without this index in place the query would lead to PostgreSQL scanning over 150 000 index entries all the time, easily taking up between 200 and 500 milliseconds. This index reduces the time spent in this process to around 40 milliseconds on GitLab.com.
-
- 13 Sep, 2017 1 commit
-
-
Yorick Peterse authored
-
- 11 Sep, 2017 1 commit
-
-
Annabel Dunstone Gray authored
This reverts merge request !14148
-
- 08 Sep, 2017 1 commit
-
-
Rubén Dávila authored
Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
-
- 07 Sep, 2017 3 commits
-
-
Jarka Kadlecova authored
-
Zeger-Jan van de Weg authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 06 Sep, 2017 9 commits
-
-
Kamil Trzcinski authored
-
Rubén Dávila authored
-
Yorick Peterse authored
This finishes the procedure for migrating events from the old format into the new format. Code no longer uses the old setup and the database tables used during the migration process are swapped, with the old table being dropped. While the database migration can be reversed this will 1) take a lot of time as data has to be coped around 2) won't restore data in the "events.data" column as we have no way of restoring this. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37241
-
Alexander Keramidas authored
-
Sean McGivern authored
-
Sean McGivern authored
-
Ashley Dumaine authored
-
Ashley Dumaine authored
-
Zeger-Jan van de Weg authored
-
- 05 Sep, 2017 3 commits
-
-
Kamil Trzcinski authored
-
Jarka Kadlecova authored
-
Alexis Reigel authored
-