Jamie (Bear) Murphy
Jamie (Bear) Murphy
Ive already prepped a pr for v2 here but i need help getting tests for it https://github.com/saltstack/salt/pull/63051
Theres been no github activity on @cmcmarrow 's account since sept. Safe to say hes no longer involved on the project ☹️
Id also argue that a few "sane" additions should be made Eg pygit in salt-master package
Ive been thinking about potential workarounds for this. Maybe some alternative from/import functions which could allow an alternative python library path to search in? Now that 3005 is leaving active...
Theoretically it could be any pip module that only exists on the system level python and not in salt-pip's python. I guess the hadest part would be handling sub-imports. Eg...
I had not found this when i opened https://github.com/saltstack/salt/issues/64345 . maybe pygit2 should just be supplied with salt-master packages. its a pretty common usecase for salt-master
ugh this feels like such a hack to have to do for something that is a basic feature of salt-master (ability to use git filesystem).
i think it would be a good idea to have something like --no-wipe-boot-drive. so it can ignore the bootdrive (USB, sata or whatever) but wipe everything else
base_job.py is gone in airflow 2.6.0: https://github.com/apache/airflow/tree/main/airflow/jobs
Same as what happens to the object change model right now i would guess. Though i do see the argument that maybe it should just be text fields and store...