An error occurred fetching the project authors.
- 30 Mar, 2020 1 commit
-
-
GitLab Bot authored
-
- 18 Oct, 2019 1 commit
-
-
GitLab Bot authored
-
- 13 Sep, 2019 1 commit
-
-
GitLab Bot authored
-
- 24 Jun, 2019 1 commit
-
-
Jan Provaznik authored
Based on review comment fetching labels hook_attrs is now wrapped in an issue's model method.
-
- 20 Jun, 2019 1 commit
-
-
Sean McGivern authored
We were not calling hook_attrs on the labels correctly. Specs were passing because the issues under test did not have any labels!
-
- 10 Jun, 2019 1 commit
-
-
Sujay Patel authored
-
- 15 Mar, 2019 1 commit
-
-
Yorick Peterse authored
-
- 17 Nov, 2018 1 commit
-
-
gfyoung authored
Enables frozen string for the following: * lib/gitlab/hook_data/**/*.rb * lib/gitlab/i18n/**/*.rb * lib/gitlab/import/**/*.rb * lib/gitlab/import_export/**/*.rb * lib/gitlab/kubernetes/**/*.rb * lib/gitlab/legacy_github_import/**/*.rb * lib/gitlab/manifest_import/**/*.rb * lib/gitlab/metrics/**/*.rb * lib/gitlab/middleware/**/*.rb Partially addresses gitlab-org/gitlab-ce#47424.
-
- 21 Aug, 2018 1 commit
-
-
Chantal Rollison authored
-
- 20 Jun, 2018 2 commits
-
-
Sean McGivern authored
-
Satish Perala authored
-
- 08 Jan, 2018 1 commit
-
-
Yorick Peterse authored
This removes all usage of soft removals except for the "pending delete" system implemented for projects. This in turn simplifies all the query plans of the models that used soft removals. Since we don't really use soft removals for anything useful there's no point in keeping it around. This _does_ mean that hard removals of issues (which only admins can do if I'm not mistaken) can influence the "iid" values, but that code is broken to begin with. More on this (and how to fix it) can be found in https://gitlab.com/gitlab-org/gitlab-ce/issues/31114. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
-
- 15 Nov, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 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
-
- 09 Oct, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-