An error occurred fetching the project authors.
- 09 Nov, 2017 1 commit
-
-
Yorick Peterse authored
This adds various foreign key constraints, indexes, missing NOT NULL constraints, and changes some column types from timestamp to timestamptz. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/31811
-
- 06 Sep, 2017 1 commit
-
-
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
-
- 17 May, 2017 1 commit
-
-
Yorick Peterse authored
This column is used when refreshing authorizations and without the index leads to a sequence scan being performed on this table.
-
- 26 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 23 Apr, 2017 1 commit
-
-
blackst0ne authored
-
- 06 Mar, 2017 1 commit
-
-
Tiago Botelho authored
-
- 28 Feb, 2017 2 commits
-
-
Tiago Botelho authored
-
Simon Vocella authored
-
- 08 Dec, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
* add parent_id field to namespaces table to store relation with nested groups * create routes table to keep information about full path of every group and project * project/group lookup by full path from routes table Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Nov, 2016 1 commit
-
-
Douwe Maan authored
email token be reset
-
- 26 Oct, 2016 1 commit
-
-
Kamil Trzcinski authored
-