mistry icon indicating copy to clipboard operation
mistry copied to clipboard

General-purpose build server

Results 37 mistry issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/docker/distribution](https://github.com/docker/distribution) from 2.7.1+incompatible to 2.8.0+incompatible. Release notes Sourced from github.com/docker/distribution's releases. v2.8.0 registry 2.8.0 Welcome to the v2.8.0 release of registry! The 2.8.0 registry release has been a long...

dependencies

This seems like a more sensible default. However this is a breaking change.

server
idea

Error message: ```shell $ ./mistry build --host localhost --port 8462 --project simple_with_directory \ --group foo --target /tmp/foo --transport scp -- --x=$RANDOM ``` `/tmp/mistry: Is a directory` The project used should...

bug
client

Currently, if `data_path` is a symlink, docker on Mac complains with: ```shell $ ./mistry-cli build --host localhost --project simple 2018/04/12 13:21:47 Error creating job: Error building {project=simple params=map[] group= id=3dc923b}:...

bug
wontfix
server

We currently load React from the web. We should embed it in the binary.

webview

Users should be able to expand/collapse irrelevant or long log output sections (eg. `bundle install`) from the log output, so that they can focus on the stuff that matters.

feature
webview

In the index page (job list), one should be able to sort by project, build time, status etc.

webview

We should include: - [ ] a logo - [ ] copyright - [ ] link to github - [ ] link to docs - [ ] build time

webview

These would demonstrate the complete flow and would contain real flags. For example: ```shell $ mistry-cli --project rails --group staging --target /tmp # ... server output # ... synced artifacts...

documentation