Skip to content

Adds version cache field to composer metadata

Giorgenes Gelatti requested to merge 290288-composer-cache-prep into master

What does this MR do?

  • Adds SHA cache value to composer metadata for future storage of cached values
  • Refactor Version Json class for follow up work.

This is a simplification of !49622 (closed) without the cache classes which will come in a follow up MR.

Future work:

  • Updated and use the cached checksum to build in "mid layer" index pages.

Migration

== 20201209193551 AddVersionShaCacheToComposerMetadata: reverting =============
-- remove_column(:packages_composer_metadata, :version_cache_sha, :binary)
   -> 0.0011s
== 20201209193551 AddVersionShaCacheToComposerMetadata: reverted (0.0051s) ====
== 20201209193551 AddVersionShaCacheToComposerMetadata: migrating =============
-- add_column(:packages_composer_metadata, :version_cache_sha, :binary, {:null=>true})
   -> 0.0012s
== 20201209193551 AddVersionShaCacheToComposerMetadata: migrated (0.0059s) ====

Screenshots (strongly suggested)

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

Related to #290288 (closed)

Edited by Giorgenes Gelatti

Merge request reports