-
Notifications
You must be signed in to change notification settings - Fork 87
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
octocatalog-test changes string to array with a single element #166
Comments
I remember this from our upgrade, and I think we just tried to ignore it. 🙀 Sounds like an ideal case for a filter as you suggested. I'll see what I can do... |
Hi Kevin, I played around a lot with --filter etc., but there are a way to much different changes to exclude them all. It would be great if you could create a custom filter for this. This would help us with our last steps in our v4 migration. Thank your for your awesome work btw! I really love octocatalog-test. :) Greetings, Simon |
Implemented in version 1.5.2. You can wait for that to be released, or try it earlier via #172. |
Hi Kevin, thank you! The filter works and now we have a much better overview. ;) I still have a strange behavoir using the CLI. The command returns the exit code "2", even if changes are filtered out. Is this expected? e.g.
My current CLI options are as follows:
Am I missing something? |
Hi,
i'm trying to get octocatalog-diff up and running and now having one last issue.
It seems that octocatalog casts some parameters (e.g. Class, Notify, ...) from a string to an array with a single element. Because of that octocatalog-diff always shows us changes for nodes.
My Environment:
Output of octocatalog-test:
I'm using the following command line parameters for the tests.
The catalog test runs on a CentOS 7 machine with ruby 2.1.10.
Would it be possible to create another custom filter for this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: