• Votes

    12

    Restart endpoint

    We would like to have a dedicated restart endpoint available to authorized release administrators that can be used for to restart the application via REST API. Use Case ...
  • Not Planned

    7

    Rest Response custom content

    Hi digital.ai, We would like to send custom response-content without the mandatory JythonResponse format. Currently, all plugins in digital.ai release with a rest-api ...
  • Votes

    4

    Java-API Implementation for async task.schedule()

    We would like to have an equivalent task.schedule("<script>.py") implementation for Plugins written in Java/Groovy. In our use case, we have multiple plugins (e.g., ...
  • Votes

    4

    write task.StatusLine from jython script

    The task.statusLine is accessible only form plugins. It shoud be good to access to this property fromt he jython script as well
  • Votes

    2

    Docker images for xl-deploy-cli

    As of today there is no docker images for the xl-deploy-cli, It would be a good addition to allow further automation capabilities using trusted docker images to build ...
  • Votes

    2

    Make an API to delete archived releases

    Similar to releaseApi.delete() but with access to the archived DB. The built in feature for deleting archived releases is very limited and has no customization required ...
  • Votes

    0

    Improve Error Logging in XL CLI for YAML Apply Failures

    The current XL CLI behavior during apply failures is insufficient for debugging and automation workflows. When a YAML error occurs, the CLI only returns a generic message ...
  • Votes

    0

    REST API add ancestor details to GET tasks by ID (Release)

    I am trying to inspect GateTask objects and am getting stalled in dependencies. Currently a dependency in a GateTask only contains a target task ID. When trying to ...
  • Votes

    0

    Approval Process for Release Template Changes

    Problem Description: For programs where XLR templates are changed by people multiple times in a day, we need an approval process for template changes. The current 2-way ...
  • Votes

    0

    Provide an API call to create multiple variables

    Could xlr provide an API call that creates multiple variables in a single database insert operation? In cases where a large number of variables must be created ...
  • Not Planned

    0

    XL-Deploy REST API for deployed aplications

    XL Deploy Rest api for deployed applications do not list all deployed applications with the time. It list only few applications when using api. Out of that each ...
  • Votes

    0

    [XL Client] flag to add or remove infrastructure / dictionaries on ...

    We would like an option for the XL CLI to not overwrite an existing environment, but to update one. Current behaviour: xl apply blindly overwrites an existing ...
  • Not Planned

    0

    Status code for Jython task

    I would like the ability to set a status field on a Jython script task. One use case we have is the Jython creates a sub-release, and I currently output the url for it. ...
  • Votes

    0

    convert compose file from xl deploy yaml

    Hello, Currently to use docker swarm we use compose file a yaml file with this format ```` version: '3.4' serives: web: image: nginx:alpine ports: ...