Skip to content

Move Caching module out of GithubImporter namespace to be reused

Alexandru Croitor requested to merge extract-caching-from-github-importer into master

What does this MR do?

Caching module is general enough to be used in other importers or other cases, so moving it out of GithubImporter module simply to break linkage with github importer.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability 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 Alexandru Croitor

Merge request reports