Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E extensions.typo3.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • servicesservices
  • t3o sites
  • extensions.typo3.org
  • extensions.typo3.org
  • Merge requests
  • !601

[TASK] Add new field for a list of compatible TYPO3 versions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Oliver Bartsch requested to merge 485-add-new-field-for-a-list-of-compatible-typo3-versions-for-each-extension-version into develop Nov 02, 2020
  • Overview 8
  • Commits 5
  • Pipelines 6
  • Changes 7

This adds a new field compatible_typo3_versions to the
tx_terfe2_domain_model_version table to provide a list of
compatible TYPO3 versions for each extension version.

This information is needed in the database to allow simple SQL
queries, e.g. used for the REST API GET /extension endpoint.

The information is automatically added while uploading a new
extension version. Furthermore, a one time migration symfony
command is available to add this data to already existing records.

Edited Nov 03, 2020 by Oliver Bartsch
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 485-add-new-field-for-a-list-of-compatible-typo3-versions-for-each-extension-version