• 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 ...
  • Votes

    5

    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 ...
  • 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

    2

    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

    0

    Add function to activityLogApi to query the activity log only for one ...

    Usually we don't need the activity log of the ful relelase in a script, but only one (failed?) task. I suggest to add a method to the activityLogApi to get back the log ...
  • Planned

    1

    Add option to the release screen ato go to the source template (that ...

    When I run a release, and encounters with a problem, usually I have to open the related template. It shoud be easier if we have a short 'open template" button somewhere ...
  • Votes

    1

    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 ...
  • Planned

    3

    Make the internal API for querying releases public

    There appears to exist an internal API endpoint that returns very lightweight data about releases (similar to /api/v1/releases/search, but the size of the responses is at ...
  • 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

    11

    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 ...
  • 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: ...