Brad Rydzewski

Results 251 comments of Brad Rydzewski

this looks good to me ... any good resources for how and where to publish snaps? I am familiar with snaps, but haven't used them yet. So interested in learning...

hey, there is one gotcha we didn't account for. If drone re-synchronizes your repository list you will end up with both the old and new repository in your list. `drone...

If the goal is to KISS I would advocate that in order to successfully execute `drone repo mv` you must re-sync your repository list so that both repos are in...

> rename temp or origin This still has edge cases because the permission table has been synchronized as well. The solution I'm proposing is not the most user friendly, but...

I cannot comment on Gitee since I do not have any experience, but Bitbucket has similar options, and for Bitbucket we use the `full_name` equivalent. I suspect we should use...

fixed by https://github.com/drone/go-scm/pull/226

does this have any potential to break existing projects? I recognize that this pull request brings the plugin more in line with the default docker behavior (which is great!) but...

> IMHO it would be better to make the build fail or use the provided tag as is. > IMHO it should fail if it's not a semver tag I...

I appreciate the option, but would prefer we avoid adding more configuration parameters to the plugin. Since any change we make is going to be breaking, perhaps we just bite...

this plugin is designed to run docker-in-docker to _avoid_ mounting the host machine docker socket for both security reasons and to avoid race conditions when tagging images. If you are...