bundlewrap
bundlewrap copied to clipboard
Config management with Python
Since https://github.com/bundlewrap/bundlewrap/pull/509, we make an empty dict available for every known item type. The reason for that is to make `items.py` shorter but also to make it harder to accidentally...
You just get something like that: ``` object address : 0x74be56aa6e60 object refcount : 3 object type : 0x74be5faaf100 object type name: TypeError object repr : TypeError("object of type 'NoneType'...
Our dependency handling is very basic. Everything depends on the namespace it is in and on *all secrets* in that namespace. Now I have a situation where I need a...
I have a lot of functions in `libs/` that require me to pass a `repo` object to them. It would be nice if the `repo` variable would be available inside...
https://github.com/bundlewrap/bundlewrap/pull/781#issuecomment-2451582022
Extracted from https://github.com/bundlewrap/bundlewrap/pull/778
This fixes #873 ... is it actually that simple? Did i miss anything? Will this (significantly) increase startup time?
I just typed this: `bw apply -s tag:caues-downtime -- mynode` (note the misspelled `tag:causes-downtime`). What happened was technically correct: bundlewrap skipped all items that matched `tag:caues-downtime`, of which there were...
I just accidentally wrote this in a _node_ file: ``` supergroups = ['yadda'] ``` I didn’t get an error, but the node still wasn’t in that group and I was...