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.
Files changed (132) hide show
  1. {goosebit-0.2.6 → goosebit-0.2.8}/PKG-INFO +9 -9
  2. {goosebit-0.2.6 → goosebit-0.2.8}/README.md +7 -7
  3. {goosebit-0.2.6 → goosebit-0.2.8}/pyproject.toml +2 -2
  4. {goosebit-0.2.6 → goosebit-0.2.8}/LICENSE +0 -0
  5. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/__init__.py +0 -0
  6. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/__main__.py +0 -0
  7. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/__init__.py +0 -0
  8. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/responses.py +0 -0
  9. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/routes.py +0 -0
  10. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/__init__.py +0 -0
  11. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/metrics.py +0 -0
  12. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/__init__.py +0 -0
  13. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/readers.py +0 -0
  14. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/prometheus/routes.py +0 -0
  15. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/telemetry/routes.py +0 -0
  16. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/__init__.py +0 -0
  17. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/__init__.py +0 -0
  18. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/__init__.py +0 -0
  19. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/responses.py +0 -0
  20. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/device/routes.py +0 -0
  21. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/requests.py +0 -0
  22. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/responses.py +0 -0
  23. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/devices/routes.py +0 -0
  24. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/download/__init__.py +0 -0
  25. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/download/routes.py +0 -0
  26. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/__init__.py +0 -0
  27. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/requests.py +0 -0
  28. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/responses.py +0 -0
  29. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/rollouts/routes.py +0 -0
  30. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/routes.py +0 -0
  31. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/__init__.py +0 -0
  32. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/routes.py +0 -0
  33. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/__init__.py +0 -0
  34. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/requests.py +0 -0
  35. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/responses.py +0 -0
  36. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/settings/users/routes.py +0 -0
  37. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/__init__.py +0 -0
  38. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/requests.py +0 -0
  39. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/responses.py +0 -0
  40. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/api/v1/software/routes.py +0 -0
  41. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/auth/__init__.py +0 -0
  42. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/auth/permissions.py +0 -0
  43. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/__init__.py +0 -0
  44. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/config.py +0 -0
  45. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/0_20240830054046_init.py +0 -0
  46. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/1_20241109151811_update.py +0 -0
  47. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/2_20241121113728_update.py +0 -0
  48. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/3_20241121140210_update.py +0 -0
  49. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/4_20250324110331_update.py +0 -0
  50. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/4_20250402085235_rename_uuid_to_id.py +0 -0
  51. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/migrations/models/5_20250619090242_null_feed.py +0 -0
  52. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/models.py +0 -0
  53. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/db/pg_ssl_context.py +0 -0
  54. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/device_manager.py +0 -0
  55. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/plugins/__init__.py +0 -0
  56. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/__init__.py +0 -0
  57. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/devices.py +0 -0
  58. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/plugins.py +0 -0
  59. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/rollouts.py +0 -0
  60. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/software.py +0 -0
  61. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/updates.py +0 -0
  62. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/schema/users.py +0 -0
  63. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/__init__.py +0 -0
  64. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/const.py +0 -0
  65. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/settings/schema.py +0 -0
  66. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/__init__.py +0 -0
  67. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/base.py +0 -0
  68. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/filesystem.py +0 -0
  69. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/storage/s3.py +0 -0
  70. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/__init__.py +0 -0
  71. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/__init__.py +0 -0
  72. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/__init__.py +0 -0
  73. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/columns.py +0 -0
  74. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/requests.py +0 -0
  75. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/responses.py +0 -0
  76. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/common/util.py +0 -0
  77. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/__init__.py +0 -0
  78. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/device/__init__.py +0 -0
  79. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/device/routes.py +0 -0
  80. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/requests.py +0 -0
  81. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/responses.py +0 -0
  82. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/devices/routes.py +0 -0
  83. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/download/__init__.py +0 -0
  84. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/download/routes.py +0 -0
  85. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/__init__.py +0 -0
  86. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/responses.py +0 -0
  87. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/rollouts/routes.py +0 -0
  88. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/routes.py +0 -0
  89. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/__init__.py +0 -0
  90. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/routes.py +0 -0
  91. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/__init__.py +0 -0
  92. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/responses.py +0 -0
  93. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/settings/users/routes.py +0 -0
  94. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/__init__.py +0 -0
  95. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/responses.py +0 -0
  96. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/bff/software/routes.py +0 -0
  97. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/nav.py +0 -0
  98. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/routes.py +0 -0
  99. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/__init__.py +0 -0
  100. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/favicon.ico +0 -0
  101. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/favicon.svg +0 -0
  102. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/devices.js +0 -0
  103. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/login.js +0 -0
  104. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/logs.js +0 -0
  105. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/rollouts.js +0 -0
  106. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/settings.js +0 -0
  107. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/setup.js +0 -0
  108. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/software.js +0 -0
  109. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/js/util.js +0 -0
  110. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/static/svg/goosebit-logo.svg +0 -0
  111. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/__init__.py +0 -0
  112. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/devices.html.jinja +0 -0
  113. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/login.html.jinja +0 -0
  114. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/logs.html.jinja +0 -0
  115. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/nav.html.jinja +0 -0
  116. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/rollouts.html.jinja +0 -0
  117. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/settings.html.jinja +0 -0
  118. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/setup.html.jinja +0 -0
  119. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/ui/templates/software.html.jinja +0 -0
  120. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/__init__.py +0 -0
  121. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/__init__.py +0 -0
  122. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/routes.py +0 -0
  123. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/__init__.py +0 -0
  124. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/routes.py +0 -0
  125. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/controller/v1/schema.py +0 -0
  126. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updater/routes.py +0 -0
  127. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updates/__init__.py +0 -0
  128. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/updates/swdesc.py +0 -0
  129. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/users/__init__.py +0 -0
  130. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/util/__init__.py +0 -0
  131. {goosebit-0.2.6 → goosebit-0.2.8}/goosebit/util/path.py +0 -0
  132. {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.6
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-dev.yml
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
- - `bff`: Backend for frontend API.
267
- - `static`: Static files.
268
- - `templates`: Jinja2 formatted templates.
269
- - `nav`: Navbar handler.
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-dev.yml
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
- - `bff`: Backend for frontend API.
234
- - `static`: Static files.
235
- - `templates`: Jinja2 formatted templates.
236
- - `nav`: Navbar handler.
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.6"
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