Skip to content
GitLab
Projects Groups 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
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 84
    • Issues 84
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 4
    • Merge requests 4
  • 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
  • !531

[!!!][TASK] Drop usage of tx_ter_extensionkeys

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Benni Mack requested to merge feature/drop-extensionkeys into develop Jul 21, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 12

The database table tx_ter_extensionkeys containing all registered extensionkeys is dropped in favor of "tx_terfe2_domain_model_extension".

This table was synced already anyways, and can now be used within extensions.typo3.org without having to sync with a cronjob anymore.

Breaking: The information about "title" and "description" is removed, as it wasn't required via the Web GUI when registering a key already.

The sync task / TER importer now only imports the uploaded versions, the SOAP API now creates records directly in tx_terfe2_domain_model_extension when registering a new extension key.

The One-Time-Migration-Script by tomalo (ImportAllExtensionKeysTask) is now removed as it is not needed anymore.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/drop-extensionkeys