Code Monkey home page Code Monkey logo

3bot's Introduction

3bot

Build Status Coverage Status PyPI

3bot is an open-source software platform backed by arteria GmbH to build, configure and perform. To "perform" is the general term for remote executing tasks by running workflows. These could be configuration management (CM), continuous integration (CI), continuous delivery (CD) or application deployment tasks but also allows you to re-use your shell scripts in a fast and efficient way from a central point.

Setup/Installation

see QUICKSTART.md

Changelog

see CHANGELOG.md

Keywords

The following identifiers are used as reserved words or keywords of 3bot and cannot be used as ordinary identifiers. They must be spelled exactly as written here:

  • log
  • payload

3bot's People

Contributors

jvamvas avatar philippeowagner avatar walterrenner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

3bot's Issues

validate workflow log can be replayed

before replaying a workflow log we should try to render the scripts, as we do in the template.

Traceback (most recent call last):
  File "***background_task/tasks.py", line 160, in run_task
    tasks.run_task(task.task_name, args, kwargs)
  File "***background_task/tasks.py", line 45, in run_task
    task.task_function(*args, **kwargs)
  File "***threebot/tasks.py", line 56, in run_workflow
    template = render_template(workflow_log, workflow_task)
  File "***threebot/utils.py", line 234, in render_template
    inputs = workflow_log.inputs[str(workflow_task.id)]
KeyError: '333'

Short, static link to a workflow

Generate a link, for example https://my.3bot.io/w/S0rtUr1, for each workflow. This link should never change, even if the title of the workflow was modified.
This would be great when sending the link of the workflow by email or adding it to documentation.

Quickstart not up to date.

  • ERRORS: threebot.Worker.ip: (fields.E900) IPAddressField has been removed except for support in historical migrations. HINT: Use GenericIPAddressField instead.

Log start- and endtime

By now we just save the starting time for a workflow log.
It would be an improvement if be log both, the start- and endtime. So we can display the average time the workflow takes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.