roboherd 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of roboherd might be problematic. Click here for more details.
- {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/create_release.yml +1 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/CHANGES.md +5 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/PKG-INFO +1 -1
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/index.md +27 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/pyproject.toml +1 -1
- {roboherd-0.1.2 → roboherd-0.1.3}/resources/docker/Dockerfile +2 -2
- {roboherd-0.1.2 → roboherd-0.1.3}/uv.lock +1 -1
- {roboherd-0.1.2 → roboherd-0.1.3}/.gitignore +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/publish_docker.yml +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/publish_pypi.yml +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/test.yml +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/.woodpecker/website.yml +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/README.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/annotations.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/assets/mastodon.png +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/cli.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/cow.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/herd.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/docs/util.md +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/mkdocs.yml +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/resources/docker/build.sh +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/__main__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/bovine.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/annotations/common.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/handlers.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/profile.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_handlers.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_init.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_profile.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/test_util.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/types.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/cow/util.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/dev_null.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/json_echo.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/meta.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/moocow.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/number.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/rooster.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/examples/scarecrow.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/builder.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/__init__.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/config.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/test_config.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/manager/test_manager.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/processor.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/scheduler.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/test_herd.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/test_scheduler.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/herd/types.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/register.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/test_util.py +0 -0
- {roboherd-0.1.2 → roboherd-0.1.3}/roboherd/util.py +0 -0
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changes to roboherd
|
|
2
2
|
|
|
3
|
+
## 0.1.3 ([Milestone](https://codeberg.org/bovine/roboherd/milestone/10441))
|
|
4
|
+
|
|
5
|
+
- Add information about developement [roboherd#24](https://codeberg.org/bovine/roboherd/issues/24)
|
|
6
|
+
- Repair docker build [roboherd#23](https://codeberg.org/bovine/roboherd/issues/23)
|
|
7
|
+
|
|
3
8
|
## 0.1.1 ([Milestone](https://codeberg.org/bovine/roboherd/milestone/10245))
|
|
4
9
|
|
|
5
10
|
- Document environment variable overrides [roboherd#16](https://codeberg.org/bovine/roboherd/issues/16)
|
|
@@ -295,3 +295,30 @@ the appropriate points in the menu on the left.
|
|
|
295
295
|
The console also allows you to lookup Fediverse
|
|
296
296
|
objects as seen through cattle_grid and perform actions
|
|
297
297
|
manually.
|
|
298
|
+
|
|
299
|
+
## Developing roboherd
|
|
300
|
+
|
|
301
|
+
Roboherd uses [astral-uv](https://docs.astral.sh/uv/) and
|
|
302
|
+
[hatch](https://hatch.pypa.io/latest/) for development. After
|
|
303
|
+
cloning the repository, run
|
|
304
|
+
|
|
305
|
+
```bash
|
|
306
|
+
uv sync --all-extras
|
|
307
|
+
```
|
|
308
|
+
|
|
309
|
+
to install dependencies using uv. Then one can run tests via
|
|
310
|
+
|
|
311
|
+
```bash
|
|
312
|
+
uv run pytest
|
|
313
|
+
uv run ruff check .
|
|
314
|
+
uv run ruff format .
|
|
315
|
+
```
|
|
316
|
+
|
|
317
|
+
### Releasing
|
|
318
|
+
|
|
319
|
+
Releases, packages, documentation, and docker containers are
|
|
320
|
+
build automatically using the CI. For this increase the
|
|
321
|
+
version, have a [milestone](https://codeberg.org/bovine/roboherd/milestones)
|
|
322
|
+
matching the new version, and appropriate entries in
|
|
323
|
+
`CHANGES.md`. Then once a pull request with this is merged,
|
|
324
|
+
the rest happens automatically.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|