Brad Rydzewski

Results 251 comments of Brad Rydzewski

the only think I can think of is that we optionally allow the user to provide a `docker_config_json` secret variable, which is essentially just the `.docker/config.json` file, which can store...

@mcelligott you can switch storage drivers in the `.drone.yml` file. Check out the Docker plugin documentation at http://addons.drone.io/docker/ and try using `vfs` in the `storage_driver` section as @ibuildthecloud suggests @ibuildthecloud...

we actually support a version attribute for all resources: https://github.com/drone/drone-yaml/blob/master/yaml/pipeline.go#L6

yea, I think we are past the point where we can make it required (with cloud.drone.io already launched, etc), but we can definitely make it recommended going forward.

thanks for taking the time to submit a pull request. We are planning to use server side rendering for some pages (mostly admin pages and other pages that do not...

> I think the theme should not be global across all the user's browser. agreed > Perhaps it can be implemented in a way that a theme defaults to the...

Hey @NicsWorld we should touch base in Gitter to discuss. We have some code in the `vue-1.0.0` branch for dedicated branch and deployment screens. You can see a screenshot here:...

Yes agreed, I went ahead and moved the `vue` branch to `master`. I will spend some time today trying to split the changes in `vue-1.0.0` into separate feature branches so...

We moved some of the code from `vue-1.1.0` into master including the branch view (pictured below). You can see the interaction live [here](https://cloud.drone.io/drone/hello-world/branches). Instead of having separate tabs to show...

Also see https://github.com/drone/drone-ui/pull/317 which filters by branch. This could be expanded to filter by event type.