Elio Marcolino
Elio Marcolino
Hi @apriltommy0525 , Thank you for reaching out. Go Modules versions need to be SemVer compatible in the format `v(major).(minor).(patch)`. The tag you are looking for is missing the last...
Specify which version to fetch using the `go get` command: Example: ``` go get github.com/AlekSi/[email protected] ``` You can also edit your `go.mod` file and add the dependency version there as...
Hi @mattolenik , Thank you for reaching out. Can you try again? The latest version for `github.com/monochromegane/go-gitignore` in GoCenter now is `v0.0.0-20200626010858-205db1a8cc00` like you pointed out. BTW, anytime you see...
@Imranonline thank you for the contribution. Besides the plugin file, we also need a `README.md` with at least the following content: - Description - Features - Installation - Usage You...
Hi @ginokurian87 , Thanks for your contribution. I think I share @DarthFennec confusion. It seems to me that the virtual behavior of fetching the newer version from the remote should...
Hi @an-sush, As part of the promotion definition, you can specify which users and groups you would like to allow to run it. It will look like this: ``` promotions...
Unfortunately, patterns are not supported by the User Plugins engine when defining users and groups permissions for the plugins at this moment. I've created a Jira [RTFACT-17046](https://www.jfrog.com/jira/browse/RTFACT-17046) requesting for this...
Hi @derhecht , thank you for your contribution. I'm not very comfortable with adding behavior when some configuration value is missing. I think It can hide configuration mistakes and provide...
I know this is an old thread, but I don't see a reference for this issue on the 0.21.0 release notes and I'm seeing the following error when trying to...
Sorry for the noise. I looked for the issue number on the release notes and did not find it.