Chris Lasell
Chris Lasell
Heya Marek! I'm currently working on ruby-jss v2.0.0, which is a major re-factor, and which I plan to have ruby 3.x support before is released. Keep your eye out in...
Hi @jeffreyjbrown ! First off, try using this when passing hashes into ruby 3 methods: `JSS::AdvancedComputerSearch.fetch(**{:id=>72})` or pass them as keyword params `JSS::AdvancedComputerSearch.fetch(id: 72)` However that still requires the method...
Just found and fixed that one: needed a '**' when instantiating Criteriable::Criterion objects. It is now in GitHub and RubyGems.org as v2.0.0a11 My local test results pasted below (I haven't...
Hi hi This branch is showing conflicts outside of just YARD docs: ``` # Set specific groups to become administrators to a system. # # @author Tyler Morgan # #...
Hi Sonali, The Classic API, used via the 'JSS' module, does not support paging of any kind. The Jamf Pro API, used via the 'Jamf' module does support paging for...
I second this! We deploy BitBar now, and will move to xbar when we purge the last of our Mojave machines. However, with BitBar we use a system-wide prefs plist...
Hi there! The first link you provided - Classic API Authentication Changes - is implemented and handled under the hood: when you use `Jamf.cnx.connect` it creates both a Jamf Pro...
This change has been rolled in to v4.0.0b1, which is now available on rubygems.org - Let me know if you have any issues to report! I probably won't be able...
Hmmm I know that API Clients have very short lifespans, usually 30seconds to a few minutes. I just set my test client to an hour (3600 seconds) ![Screenshot 2024-01-23 at...
Gonna close this one out, since v2.x and above have been tested to work (at least mostly) in ruby 3.0 and 3.1. If you find specific problems, please open a...