goosebit 0.2.6__tar.gz → 0.2.8__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.
- {goosebit-0.2.6 → goosebit-0.2.8}/PKG-INFO +9 -9
- {goosebit-0.2.6 → goosebit-0.2.8}/README.md +7 -7
- {goosebit-0.2.6 → goosebit-0.2.8}/pyproject.toml +2 -2
- {goosebit-0.2.6 → goosebit-0.2.8}/LICENSE +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/__main__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/metrics.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/readers.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/download/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/download/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/auth/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/auth/permissions.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/config.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/0_20240830054046_init.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/1_20241109151811_update.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/2_20241121113728_update.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/3_20241121140210_update.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/4_20250324110331_update.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/4_20250402085235_rename_uuid_to_id.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/5_20250619090242_null_feed.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/models.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/pg_ssl_context.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/device_manager.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/plugins/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/devices.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/plugins.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/rollouts.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/software.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/updates.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/users.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/const.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/schema.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/base.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/filesystem.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/s3.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/columns.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/util.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/device/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/device/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/requests.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/download/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/download/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/responses.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/nav.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/favicon.ico +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/favicon.svg +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/devices.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/login.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/logs.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/rollouts.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/settings.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/setup.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/software.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/util.js +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/svg/goosebit-logo.svg +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/devices.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/login.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/logs.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/nav.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/rollouts.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/settings.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/setup.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/software.html.jinja +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/schema.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/routes.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updates/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updates/swdesc.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/users/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/util/__init__.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/util/path.py +0 -0
- {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/util/version.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: goosebit
|
3
|
-
Version: 0.2.
|
4
|
-
Summary:
|
3
|
+
Version: 0.2.8
|
4
|
+
Summary: A simplistic, opinionated remote update server implementing hawkBit™'s DDI API
|
5
5
|
Author: Brett Rowan
|
6
6
|
Author-email: 121075405+b-rowan@users.noreply.github.com
|
7
7
|
Requires-Python: >=3.11,<4.0
|
@@ -58,9 +58,9 @@ Then run:
|
|
58
58
|
docker compose -f docker/demo/docker-compose.yml up
|
59
59
|
```
|
60
60
|
|
61
|
-
Visit gooseBit at: https://localhost
|
61
|
+
Visit gooseBit at: [https://localhost](https://localhost)
|
62
62
|
|
63
|
-
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/docker-compose
|
63
|
+
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/demo/docker-compose.yml
|
64
64
|
|
65
65
|
### Configuration
|
66
66
|
|
@@ -161,7 +161,7 @@ Launch gooseBit:
|
|
161
161
|
poetry run python -m goosebit
|
162
162
|
```
|
163
163
|
|
164
|
-
The service is now available at: http://localhost:60053
|
164
|
+
The service is now available at: [http://localhost:60053](http://localhost:60053)
|
165
165
|
|
166
166
|
### Database
|
167
167
|
|
@@ -263,10 +263,10 @@ The structure of gooseBit is as follows:
|
|
263
263
|
|
264
264
|
- `api`: Files for the API.
|
265
265
|
- `ui`: Files for the UI.
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
266
|
+
- `bff`: Backend for frontend API.
|
267
|
+
- `static`: Static files.
|
268
|
+
- `templates`: Jinja2 formatted templates.
|
269
|
+
- `nav`: Navbar handler.
|
270
270
|
- `updater`: DDI API handler and device update manager.
|
271
271
|
- `updates`: SWUpdate file parsing.
|
272
272
|
- `auth`: Authentication functions and permission handling.
|
@@ -25,9 +25,9 @@ Then run:
|
|
25
25
|
docker compose -f docker/demo/docker-compose.yml up
|
26
26
|
```
|
27
27
|
|
28
|
-
Visit gooseBit at: https://localhost
|
28
|
+
Visit gooseBit at: [https://localhost](https://localhost)
|
29
29
|
|
30
|
-
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/docker-compose
|
30
|
+
[docker/demo/docker-compose.yml]: https://github.com/UpstreamDataInc/goosebit/blob/master/docker/demo/docker-compose.yml
|
31
31
|
|
32
32
|
### Configuration
|
33
33
|
|
@@ -128,7 +128,7 @@ Launch gooseBit:
|
|
128
128
|
poetry run python -m goosebit
|
129
129
|
```
|
130
130
|
|
131
|
-
The service is now available at: http://localhost:60053
|
131
|
+
The service is now available at: [http://localhost:60053](http://localhost:60053)
|
132
132
|
|
133
133
|
### Database
|
134
134
|
|
@@ -230,10 +230,10 @@ The structure of gooseBit is as follows:
|
|
230
230
|
|
231
231
|
- `api`: Files for the API.
|
232
232
|
- `ui`: Files for the UI.
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
233
|
+
- `bff`: Backend for frontend API.
|
234
|
+
- `static`: Static files.
|
235
|
+
- `templates`: Jinja2 formatted templates.
|
236
|
+
- `nav`: Navbar handler.
|
237
237
|
- `updater`: DDI API handler and device update manager.
|
238
238
|
- `updates`: SWUpdate file parsing.
|
239
239
|
- `auth`: Authentication functions and permission handling.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
name = "goosebit"
|
3
|
-
version = "0.2.
|
4
|
-
description = ""
|
3
|
+
version = "0.2.8"
|
4
|
+
description = "A simplistic, opinionated remote update server implementing hawkBit™'s DDI API"
|
5
5
|
authors = [
|
6
6
|
{name = "Brett Rowan", email = "121075405+b-rowan@users.noreply.github.com"}
|
7
7
|
]
|
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
|
{goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/5_20250619090242_null_feed.py
RENAMED
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
|
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
|