Commit Graph

175 Commits

Author SHA1 Message Date
dependabot[bot]
f0427faab2 Bump toml from 0.9.7 to 0.9.8 in the cargo-updates group
Bumps the cargo-updates group with 1 update: [toml](https://github.com/toml-rs/toml).


Updates `toml` from 0.9.7 to 0.9.8
- [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.7...toml-v0.9.8)

---
updated-dependencies:
- dependency-name: toml
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 07:29:29 +00:00
dependabot[bot]
6278274288 Bump rustlang/rust in the docker-updates group
Bumps the docker-updates group with 1 update: rustlang/rust.


Updates `rustlang/rust` from `b8107fa` to `141e9a7`

---
updated-dependencies:
- dependency-name: rustlang/rust
  dependency-version: nightly-alpine
  dependency-type: direct:production
  dependency-group: docker-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 07:29:15 +00:00
4cd27a5010 add docker to dependabot 2025-10-20 00:17:49 -07:00
ca23b93071 sprout: version 0.0.4 v0.0.4 2025-10-20 00:09:53 -07:00
3453826e9d document ( by hand :( ) all of the code of sprout 2025-10-20 00:06:46 -07:00
106064d3e7 document by hand much more of the sprout code 2025-10-19 23:03:28 -07:00
8997e417b3 update cargo.toml homepage to https://sprout.edera.dev 2025-10-19 22:16:43 -07:00
111c40534c fix typo in CONTRIBUTING.md 2025-10-19 21:54:44 -07:00
5b1daf256b add basic development guide 2025-10-19 21:53:52 -07:00
08da6dd390 add more documentation to some actions and configurations 2025-10-19 21:44:05 -07:00
354b5ec130 sprout: v0.0.3 v0.0.3 2025-10-19 21:05:19 -07:00
ac918ee0ef disable release-plz due to patched dependencies 2025-10-19 20:59:16 -07:00
13129d9a83 fix release-plz package name 2025-10-19 20:52:36 -07:00
4359508fd7 release-plz support 2025-10-19 20:50:42 -07:00
eef4f134b5 make the publish workflow's job be artifacts and not assets 2025-10-19 20:43:37 -07:00
ac5c83fe46 implement new publish workflow that uploads both release assets and pull requests 2025-10-19 20:39:47 -07:00
73fb21d41f update package name to edera-sprout 2025-10-19 20:30:09 -07:00
ac76be5cb5 given that the sprout crate is taken, let's make sure to mark publish = false 2025-10-19 20:28:21 -07:00
37434d7f65 update logo to be smaller 2025-10-19 20:25:47 -07:00
9b8ba30f56 improve documentation of some functions and more readme work 2025-10-19 20:23:55 -07:00
f5f431458c instead of a panic, fail with a specific error if there is no entry to boot 2025-10-19 02:25:55 -07:00
1bba345dc2 improve configuration loading mechanism 2025-10-19 02:24:11 -07:00
9f47ec42e5 update cargo.lock 2025-10-19 02:08:37 -07:00
b5d70cea1f sprout: version 0.0.2 v0.0.2 2025-10-19 02:02:42 -07:00
83792e586e move patched deps to separate repository 2025-10-19 02:00:29 -07:00
b593507cb2 fix dependabot and release assets upload 2025-10-19 01:51:30 -07:00
5bf17796d4 fix more zizmor warnings 2025-10-19 01:30:32 -07:00
a750b0f6d1 repair github actions warnings and errors 2025-10-19 01:26:35 -07:00
7a488ad91b give permissions to release-assets to upload artifacts 2025-10-19 01:19:13 -07:00
4e19da90a3 sprout: version v0.0.1 2025-10-19 01:08:35 -07:00
232efc2859 add release assets workflow 2025-10-19 01:08:03 -07:00
a7098cfc20 remove redundant line in readme 2025-10-19 00:39:32 -07:00
bfef31646c improve readme even more 2025-10-19 00:38:36 -07:00
d151176f4a readme improvements 2025-10-19 00:25:11 -07:00
21123022c6 fix unregistering of media loader 2025-10-18 23:49:00 -07:00
15c7a7f2b5 improve error handling of unregistering media loaders 2025-10-18 23:26:05 -07:00
849c13a5a5 dev: remove xen from kernel config (it lives in xen config) 2025-10-16 09:42:33 -07:00
b8914d2084 dependabot: ignore deps/ 2025-10-14 23:23:43 -07:00
927ee1aa73 add basic github workflows 2025-10-14 23:20:49 -07:00
a3379b8d37 add initial community files 2025-10-14 23:03:42 -07:00
de58188909 add initial logo and readme 2025-10-14 22:58:02 -07:00
7cffd3d0bb initial edera boot action using the edera specific xen media loader protocol 2025-10-14 22:36:22 -07:00
0b74f6dea3 generify the linux media initrd mechanism to allow reuse for other things 2025-10-14 18:11:41 -07:00
ab4745058e add support for booting xen on x86_64 in dev and make initramfs alpine 2025-10-14 16:21:56 -07:00
e90b45f58d begin documenting some functions and align error messages 2025-10-14 12:47:33 -07:00
7a0c32c191 add support for partition type uuid matching 2025-10-14 01:45:49 -07:00
4a5dc39c49 improve filesystem device match to support uuids and add early splash 2025-10-13 16:23:08 -07:00
c6f7412df0 add initial bls support 2025-10-13 01:54:03 -07:00
d63c300bc2 extractor is now called filesystem-device-match 2025-10-13 01:02:51 -07:00
7a63e0325b implement support for filesystem extractor mechanism 2025-10-13 00:55:11 -07:00