Skip to content

Port CreateGithubPullRequestEvents migration from EE

Fabio Pitino requested to merge ce-detect-github-pull-requests into master

What does this MR do?

On https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15082 I've added a new table for a EE-only model. This caused the test https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/271531334 to fail because the migration files should be created under /ee/db/migrate/ but not such directory exists.

I've created a backport to CE for the migration file only so that there is no mismatch between CE and EE codebase.

Related to: https://gitlab.com/gitlab-org/gitlab-ce/issues/65139

Does this MR meet the acceptance criteria?

Conformity

Performance and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Kamil Trzciński

Merge request reports