Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing ignored commiters list from being space delimited to be comma delimited #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spuklo
Copy link

@spuklo spuklo commented Jun 26, 2015

I've changed behaviour of ignored committers list to expect comma delimited list of usernames rather than space separated. Reason for this change is that it happens to have username with space in it (like "build agent") and then space as delimiter doesn't really work. I've just wasted half a day at work to figure out why release commits are triggering builds while jenkins username has been on the list... ;-)

@kronenthaler
Copy link

+1

@jan-molak
Copy link

+1 A comma is much less likely to be part of a username than a space.

@FabienDeshayes
Copy link

+1

1 similar comment
@alex-arica
Copy link

+1

@mikesir87
Copy link
Contributor

Well, it certainly seems that there's a lot of interest in this! So, thanks for the pull request. My only hesitation is that there are currently deployments that are still using the space delimited version which will break with this update.

If we had a way to migrate those users over, it should work out nicely. However, I haven't looked into how to pull off a "after updating the plugin, run this migration task" yet. Anyone have any ideas?

I'd like to have some sort of migration included with this pull request, as I don't want to inadvertently break current users.

@spuklo
Copy link
Author

spuklo commented Jun 29, 2015

Fair comment, I've been wondering about "migration path" for existing users as well.
Let me read upon Stash's plugin API, if there is anything that we can hook into. Suggestions welcome ;)

@jgreen210
Copy link

Why not just make the separator a parameter in the UI, but keep the default as a space forever? Only people with unusual usernames need to change the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants