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
  • Issues
  • #540
Closed
Open
Issue created Nov 22, 2021 by multanifx@multanifx0 of 2 checklist items completed0/2 checklist items

Provide a JSON File with the list of verified Extensions

Problem to solve

Further details

To highlight/display the verified Extensions in the Extension Manager, the list of verified Extensions is needed.

Providing an endpoint, where the list of verified extensions is returned as JSON File.

The List should include: extension_key, latest version number

What does success look like, and how can we measure that?

There is an URL to a JSON File, which includes the full list of verified extensions.

Acceptence Criterias

  • The file could be opened via URL and includes all verified extensions with the latest version number for the given TYPO3 major version
  • The file contains only extensions and versions that matches the given TYPO3 major version

Links / references

{
   "extensions": {
      "extension-key-a": "1.0.0",
      "extension-key-b": "1.3.0",
   }
}
Edited Nov 24, 2021 by Thomas Löffler
Assignee
Assign to
Time tracking