Repositories#
Overview#
This directory contains administrative routes for managing plugin Git repositories. These endpoints allow administrators to update repositories, inspect available plugins and tags, and manage repository configurations used by the platform.
Modules#
1. Repository fetch (fetch/{id}.js)#
Updates a configured plugin Git repository by fetching its latest changes. It verifies that the repository exists in the configuration and returns a success or error status depending on the update result.
2. Repository plugins listing (plugins/{id}.js)#
Retrieves the list of plugin directories available in a specific repository. This endpoint is used to discover which plugins are present in a repository, including multi-plugin repositories.
3. Repository configuration (repository/{id}.js)#
Manages the configuration of a specific Git repository. It supports updating repository settings and deleting repositories, and ensures the platform configuration is cleaned after changes.
Contents#
Contents
Files in this directory#
No files in this directory.