Jamie (Bear) Murphy
Jamie (Bear) Murphy
for those who are not aware. it CAN be run under winrm but the install process is very different: https://github.com/microsoft/winget-cli/issues/256#issuecomment-1416929101
We are using it as part of a packer setup for a year now and its been stable. we do use winrm to update winrm as another step after setting...
one thing to consider. It's currently possible to have models that don't have changelog entries. I recently ended up making an internal plugin for documenting "last seen" timestamps for inventory...
> It sounds like currently you are ommitting the ObjectChange mixin. correct > If I am understanding the proposal, the ObjectChange mixin will still exist but now it will instead...
out of interest why not have an m2m table for this. eg: ``` Table "public.object_custom_fields_m2m" | Column | Type | Use | |------------------|--------------|----------------------------------------------------------------------| | id | int | | |...
> @ITJamie the first implementation of custom fields was something similar, and performed very poorly. Fair enough. My one hesitation about this change is that schema changes/migrations outside of existing...
A python library alternative to consider. https://github.com/gabrieldemarmiesse/python-on-whales It was mentioned on dockers own blog https://www.docker.com/blog/guest-post-calling-the-docker-cli-from-python-with-python-on-whales/
@Ch3LL i think i can get at least a v1 of a pr for this. Moving from using docker-compose python library to python-on-whales. If this is something salt would consider...
Ive put together https://github.com/saltstack/salt/pull/63051 which covers all the main docker compose functions using python on whales. There is a non-docker standard commands that have been custom written that are a...
Can i suggest that as part of the move to python-on-whales we adjust the creat command to actually run the create command with docker compose. That way the functions are...