Log
ID Flags Age Author Message
716b26e 20 hours ago Kevin Schoon add missing server builder option
f47e65e 3 days ago Kevin Schoon move job daemon process into a dedicated module
e606911 3 days ago Kevin Schoon move setup_repository into runtime test helper
388e6d3 3 days ago Kevin Schoon do not pass Config directly into Executor
ec8743e 3 days ago Kevin Schoon add max_events option to database events subscriber
bf8444d 3 days ago Kevin Schoon make collection description visible again
bb075db 3 days ago Kevin Schoon use commit_hash instead of database id in ayllu-build listen
d4da3b1 3 days ago Kevin Schoon fix quipu so it resolves global state automatically
19b0716
[E]
3 days ago Kevin Schoon change timestamps to use bigint universally
912a06c 3 days ago Kevin Schoon colorize build state
1d3f3c8 3 days ago Kevin Schoon change build list order to desc
b527322
[E]
3 days ago Kevin Schoon associate commit with Repository wrapper struct
6bbee5c
[E]
4 days ago Kevin Schoon add support for different source specifications with ayllu-build
2a4249c 2 weeks ago Kevin Schoon bump version to 0.5.1
1e35453 2 weeks ago Kevin Schoon add a new release.sh script
d2a1b4d 2 weeks ago Kevin Schoon bump sampler memory size from u32 to u64
ee45b0e
[E]
2 weeks ago Kevin Schoon allow specifying --manifest in ayllu-build evaluate
14ffe19 2 weeks ago Kevin Schoon replace truncate with trim_commit in ayllu-web
935b716 2 weeks ago Kevin Schoon add minute amount of spacing between table columns
d2fc923 2 weeks ago Kevin Schoon clean up quipu cli a bit
f73fd82 2 weeks ago Kevin Schoon fix uid/gid mapping for container image
2b35631 2 weeks ago Kevin Schoon add outputs back to builds
8a4e570 2 weeks ago Kevin Schoon run cleanup on workflow close
bae3f57 2 weeks ago Kevin Schoon only run delete on cleanup if the container shows as running
9032918 2 weeks ago Kevin Schoon add force flag to Runtime kill method
c147919 2 weeks ago Kevin Schoon improve ayllu-build gc, add better tests, refactor FakeRuntime
0c02b43 2 weeks ago Kevin Schoon move graph unit types into ayllu-api restoring ayllu-web functionality
8ba3b22 2 weeks ago Kevin Schoon add executor test for failed workflows
0ed869d 2 weeks ago Kevin Schoon fix --gen-complete xtask flag
f010278
[E]
2 weeks ago Kevin Schoon replace assert_matches! with assert!(matches!(..))
8cb38ff 2 weeks ago Kevin Schoon move xtasks into cmd crate
fd00fde 3 weeks ago Kevin Schoon run cargo fmt
a6cd7ad 3 weeks ago Kevin Schoon appease clippy
5c41918 3 weeks ago Kevin Schoon fix build caching which was broken after refactoring
f72f464 3 weeks ago Kevin Schoon fix test path
02b09db 3 weeks ago Kevin Schoon init support for mkosi build images
10b0648
[E]
3 weeks ago Kevin Schoon add ayllu-build debug command
35c2252
[E]
3 weeks ago Kevin Schoon significantly refactor ayllu-build
7e96bde 3 weeks ago Kevin Schoon write a new graph module for better composibility
9f7c97a 1 month ago Kevin Schoon rename Source::Manifest -> Source::Path
0466aeb 1 month ago Kevin Schoon merge Source::Stdin and Source::Manifest
10c3252 1 month ago Kevin Schoon reduce some db abstractions leaking into ayllu-build
3d30e62 1 month ago Kevin Schoon eliminate derive_builder use in Workspace
920d52b 1 month ago Kevin Schoon change subscriber default timeout from secs to ms
b72b56f 1 month ago Kevin Schoon fix broken completion scripts (again)
659e2e2 1 month ago Kevin Schoon fix bash completion package paths
ec85f04 1 month ago Kevin Schoon rm defunct systemd-podman unit
d2de125 1 month ago Kevin Schoon add ayllu-dispatch systemd services
d638b5e 1 month ago Kevin Schoon remove extra <br/> tags in man page output
c3ab4b5 1 month ago Kevin Schoon add a simple logger dispatch actor which is mostly for debugging
c2df0a3
[E]
1 month ago Kevin Schoon fix subscriber polling intervals
c6ef3e3 1 month ago Kevin Schoon add support for local post-commit hooks
263ece3
[E]
1 month ago Kevin Schoon further refine the event subscriber module
1773d37
[E]
1 month ago Kevin Schoon refactor ayllu-build to work as a long running service
5bfcf52 1 month ago Kevin Schoon rm unused archlinux packaging scripts
a7fff50 1 month ago Kevin Schoon generalize event subscription into the database crate
1ff2d17 1 month ago Kevin Schoon rm woodpecker ci
ede7534
[E]
1 month ago Kevin Schoon implement basic repository objects and commit based events
aa70eb3
[E]
2 months ago Kevin Schoon do not print to stdout in ayllu-shell
60d7165 2 months ago Kevin Schoon add support for git-hook management in ayllu-shell
15bbd4c 2 months ago Kevin Schoon refactor git repo detection to distinguish between bare and regular
eaa0fbd
[E]
2 months ago Kevin Schoon finish wiring identity into ayllu-shell
7daff58 2 months ago Kevin Schoon eliminate excessive borders around various web components
997d793 2 months ago Kevin Schoon dispatch -> ayllu-dispatch
402139d 2 months ago Kevin Schoon fixup man page output
c83ec1a 2 months ago Kevin Schoon fixup return type error in ayllu-shell
b08e5b8 2 months ago Kevin Schoon rephrase the overview a bit
6c36dbd
[E]
2 months ago Kevin Schoon add a basic tutorial
5defd22
[E]
2 months ago Kevin Schoon init ayllu-dispatch event processing service
350dbb5 2 months ago Kevin Schoon add a few concurrency optimizations for sqlite
1827f11 2 months ago Kevin Schoon add a few ayllu-build examples
45edeef 2 months ago Kevin Schoon flatten all db errors into one ayllu_database::Error enum
bfe875b
[E]
2 months ago Kevin Schoon parse u64 from proc cpu stats instead of u32
764ad83 2 months ago Kevin Schoon fix manual page overflow
6560841 2 months ago Kevin Schoon clean up builds page
242b3e4 2 months ago Kevin Schoon add build badge to repos page
d25ffbd
[E]
2 months ago Kevin Schoon avoid panic on cgroup sample collection
07db87a 2 months ago Kevin Schoon fix order of latest_build on index page
e90ddb1 2 months ago Kevin Schoon only cancel workflows and steps which report as running
9187b03 2 months ago Kevin Schoon add build status to index page of each repository
06906ba 2 months ago Kevin Schoon refactor navigation to be more flexible, add global builds page
c6cf1c9
[E]
2 months ago Kevin Schoon eliminate the --systemd-cgroup flag
5f6a2fc
[E]
2 months ago Kevin Schoon make builds available in a global scope as well as project scope
aefee64 2 months ago Kevin Schoon run cargo fmt
239e51f 2 months ago Kevin Schoon wrap up components module for builds
d97d8ea 2 months ago Kevin Schoon fix sites support which was removed in previous commit
85a5125 2 months ago Kevin Schoon labour -> labor
e2bc2a9 2 months ago Kevin Schoon flatten ayllu-web/src/web2 into ayllu-web
ea152ae 2 months ago Kevin Schoon refactor ayllu-web to use axum Extension only when needed
da11af6
[E]
2 months ago Kevin Schoon wire in resource sampling again with some basic metrics
ac9bcd3 2 months ago Kevin Schoon detect if running with systemd and add --systemd flag to oci runtime
982a41d 2 months ago Kevin Schoon remove duplicate log statement for long running builds
8b29c87
[E]
2 months ago Kevin Schoon change handle timer to use Instant instead of SystemTime
8058964 2 months ago Kevin Schoon bump all versions to 0.5.0
4f3056d 2 months ago Kevin Schoon drop very old scheduler crate
fea89f9 2 months ago Kevin Schoon fixup components integration
9bca61b 2 months ago Kevin Schoon delete unused scripts and configs
8331c03 2 months ago Kevin Schoon remove support for editing configuration
86b0279
[E]
2 months ago Kevin Schoon clean up configuration handling considerably
a17deb1
[E]
2 months ago Kevin Schoon revert drop overlayfs dependency