jeanluc
jeanluc
For the record, the iOS app seems to issue an authenticated POST request to the Meross API at `/v1/Device/latestVersion` with empty params. The server responds with ```json { "apiStatus": 0,...
The intention is for this to be backwards-compatible. The current configuration scheme is translated and in case the master is upgraded before minions, the current runner endpoint is still available,...
~~Okay, this will be ready for review very soon. Some notes:~~ * ~~For the docs to build, `pygments>=2.9.0` has to be included in `requirements/ci/docs.in` (I assume, lexing works with the...
> I am noticing that the config file changes in the PR. things are moved around etc. but you said earlier that they should still work with the old style...
Happy to see this going forward and appreciated. I have been using it for the last couple of weeks and am [shamelessly] quite satisfied with the results of all that...
`test_extension_discovery_without_reload_with_importlib_metadata_installed` is failing because of an unrelated dependency upgrade, you will be fine if you merge the latest changes from master though (specifically https://github.com/saltstack/salt/commit/ef50ded44324efb531cafd3b0e95d733c08be410 https://github.com/saltstack/salt/commit/b676e6338a7c094cb3335d11f851ac0e12222017).
Not sure [why this has worked before](https://github.com/dgtlmoon/changedetection.io/issues/95), but the way I see it, PUID/PGID (either as build-args or env vars) cannot have any effect currently. This is not a Docker...
The Dockerfile just builds the image, while the existing data will be mounted to the running container, so a chown inside the Dockerfile should not work as intended afaik. For...
I found the cause for this, see https://github.com/saltstack/salt/issues/36796#issuecomment-1785775927. Will submit a test + fix for this shortly (if this does not turn into a yak shaving situation at least).
a) Introduce a new env var `DATASTORE_TESTING`, which defaults to `test-datastore`, but override it in the github workflow b) Just `mkdir` the test directory in the docker build script. Not...