datakit
datakit copied to clipboard
Connect processes into powerful data pipelines with a simple git-like filesystem interface
If 2 clients running in parallel try to connect to Datakit at the same time, there is a chance that one of them fail with a connection timeout. This might...
Currently if you want to check the status of a project that isn't itself being built by the CI, you need to add the `.monitor` file manually to tell the...
It would be great if DatakitCI was able to support webhooks. I could then use this to integrate with other systems, for example, a siren that goes off when the...
Having a status image for whether master is passing (on different platforms) would be nice, like the circle/travis ones, so you dont have to go to the CI to see...
For projects when you have a lot of tags, it is useful to only select/show the one which are interesting, for instance by using a regexp or by excluding tags...
Is there a maximum supported size for files? I get the following error when trying to `ls` a file with size of 1.5gb: ``` fs9p [DEBUG] S ((tag (1)) (payload...
It would be great to be able to automatically restart some failed steps in the CI pipeline if we have hit a known issue (described as kept as a perl...
It would be awesome for the Github integration to be able to handle issues and comments. Manipulating CI through comments is one common use case. For example; - One could...
Because Git doesn't store empty directories, `mkdir` in a transaction's `rw` directory doesn't change the tree. However, because we do want the new directory to appear in `ls` listings we...
Some possible improvements to the client API (for discussion): - Add 'fast-forward-only' commit mode, that fails if there have been any changes on the branch since the transaction started. The...