-
Notifications
You must be signed in to change notification settings - Fork 125
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
Use tgt_type instead of expr_form #186
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we could also have some regression testing here, that would be greatly appreciated.
Thanks,
Daniel
Hi, I got error with
With |
Howdy! 👋 Apologies for the long delay on this integrating this code. We certainly appreciate your effort! Pepper is getting some renewed focus and love, and we're checking in to see if you'd like to update this against the latest version of the base branch and ensure that all merge conditions are met. If the items addressed by this contribution have already been fixed/added, are no longer an issue, or you no longer have a desire to work on this... please let us know and/or close out this PR. If we don't hear from you within 7 days, we'll assume the code has been abandoned and close it out. If you'd like to revisit this in the future, you can always open a new PR. Thank you, and we hope to see you active in the Salt ecosystem in the future! |
I'm not the author of this PR but I can confirm that this fix is required for interacting with recent releases of Salt. |
I seem I missed the comments two years ago, sorry about that. I will update the PR with comment as soon as possible, probably next week :) |
Hello, I added backward compatiblity + some tests, however I'm not sure how to tests test - there is no Travis CI there ? |
Thanks for the updates and adding tests. We're currently moving the tests to Github Actions (see #226 and #227), but we're waiting on some help from vmware folks to get privs to alter the PR workflow. I'll let you know once that's sorted - thanks for our patience. |
@the-glu - just to let you know that I've now merged the updated test suite that will use GH Actions. Could you update your branch? A brief look at your tests suggests they should still work without any changes, but if you have any issues please let me know - happy to help out. |
@barneysowood Done, but it does seem you have to approve the actions :) |
Ok it does seem to works, I fix tests asap |
Hi,
I've approved those - I think that's just because you merged in my changes that had GH actions changes...
Thanks!
…On Tue, 2 May 2023, at 7:27 PM, Maximilien Cuony wrote:
> @the-glu <https://github.com/the-glu> - just to let you know that I've now merged the updated test suite that will use GH Actions. Could you update your branch?
>
> A brief look at your tests suggests they should still work without any changes, but if you have any issues please let me know - happy to help out.
>
@barneysowood <https://github.com/barneysowood> Done, but it does seem you have to approve the actions :)
—
Reply to this email directly, view it on GitHub <#186 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABG7B5ON4VCQVRI5TW2ZNM3XEFG27ANCNFSM4HC5PE7Q>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
--
Barney Sowood
***@***.***
|
767b67f
to
802f1ec
Compare
Ok I fixed tests, PR should be ok now :) |
Hi @barneysowood, |
@barneysowood not having this merged is preventing us from using pepper currently |
expr_form was deprecated in 2017.07 and removed in latest salt release (2019.02).
There was a partial fix in #143, but that didn't fix low api calls - right now pepper and this option cannot be used again a 2019.02 server.
This PR fix this, but without any backward compatibility.