Skip to content

consulo/hub.consulo.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 22, 2025
ee43d16 · Feb 22, 2025
Feb 22, 2025
Apr 28, 2024
Feb 22, 2025
Feb 7, 2025
Feb 7, 2025
Feb 18, 2025
Feb 22, 2025
Sep 12, 2023
Sep 20, 2016
Sep 11, 2021
Apr 28, 2024

Repository files navigation

hub.consulo.io Build Status

Channels

  • release
  • beta
  • alpha
  • nightly

Models

  • PluginNode
  {
    "id": "",
    "name": "",
    "dependencies": ["id1", "id2"]
  }

Methods

  • GET /api/repository/download?channel={channel}&platformVersion={platformVersion|SNAPSHOT}&pluginId={pluginId}

    • Return zip file with plugin, or 404
    • All parameters required
  • GET /api/repository/list?channel={channel}&platformVersion={platformVersion|SNAPSHOT}

    • Return json with PluginNode[] (array of PluginNode)
  • POST /api/repository/pluginDeploy?channel={channel}

    • Deploying plugin artifact(as zip file) to repository.
    • Return json with PluginNode
    • On error will send status code 403
  • POST /api/repository/platformDeploy?channel={channel}

    • Deploying platform artifact(as tar.gz file) to repository.
    • Return json with PluginNode
    • On error will send status code 403

Running

Need call

mvn vaadin:update-widgetset install

Packages

No packages published

Languages