v2.3.2 #15

Merged
blizzardfinnegan merged 32 commits from devel into stable 2023-06-23 13:59:06 -04:00

32 commits

Author SHA1 Message Date
820712ef4c
Use env variable for target
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-06-23 13:56:21 -04:00
31099ebdcb
Finish CI release pipeline (hopefully)
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-23 13:52:50 -04:00
7294638681
Use single constant for TTY timers
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-23 13:39:50 -04:00
9bd3fc067d
Re-add write-wait
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
The wait on login is no longer necessary, but the wait for write is
still necessary for communication.
2023-06-23 13:32:42 -04:00
7f8d0a8397
Try to further clean up logging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-06-23 13:12:08 -04:00
abc0c5fb54
Modify badge for PR to 2.3.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-23 13:02:27 -04:00
f34356da10
Log data written to file
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-23 11:25:39 -04:00
f5ca4bd2f7
Exchange read logs for write logs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-23 11:19:41 -04:00
76f3599d24
Improve logging verbosity
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
the -i flag now overrides debug cycle count
2023-06-23 11:12:48 -04:00
c7b99764e1
Add branch-specific build badge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 10:27:24 -04:00
b95fb2713a
Try new CI again
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 10:24:38 -04:00
bde028d195
Test CI with known-good value
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 10:11:28 -04:00
fcacee8fd7
Test if CI agents are working properly
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 10:09:32 -04:00
982e17933c
Add build badge
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 09:45:29 -04:00
6855ef7ed7
Remove manual runners in favour of automated CI
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-06-22 08:00:08 -04:00
8566de3f70
Reduce CI releases to tag events only
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m5s
ci/woodpecker/push/woodpecker Pipeline was successful
Basic Cargo Checks / docker-build (push) Successful in 5m23s
2023-06-22 07:57:28 -04:00
0430a37cd2
Escape CI command using single quotes
Some checks failed
Basic Cargo Checks / docker-check (push) Successful in 1m9s
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-build (push) Failing after 10m48s
2023-06-22 07:49:14 -04:00
2a51417b80
Modify CI to actually run build
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-check (push) Successful in 1m14s
Basic Cargo Checks / docker-build (push) Successful in 5m12s
2023-06-22 07:47:42 -04:00
b78e6bb278
Transition CI to Nix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-check (push) Successful in 2m3s
Basic Cargo Checks / docker-build (push) Successful in 2m19s
Since I've already got the shell there anyways...
2023-06-22 07:43:28 -04:00
260c166ce9
Update cross-compile documentation
Some checks failed
Basic Cargo Checks / docker-check (push) Successful in 1m19s
ci/woodpecker/push/woodpecker Pipeline failed
Basic Cargo Checks / docker-build (push) Successful in 5m28s
Also, add initial CI test
2023-06-22 07:38:58 -04:00
7aa23f4015
Add repo-relative linker config
Some checks failed
Basic Cargo Checks / docker-check (push) Successful in 1m22s
Basic Cargo Checks / docker-build (push) Failing after 11m3s
2023-06-22 07:08:59 -04:00
c0d13009a4
Update documentation re: cross-compilation
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m26s
Basic Cargo Checks / docker-check (push) Successful in 4m5s
2023-06-21 16:11:41 -04:00
bb1dcbe4a1
Fix saving so that data can be re-imported
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m13s
Basic Cargo Checks / docker-build (push) Successful in 1m52s
2023-06-21 13:24:23 -04:00
0cc47955af
Modify default print statements
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m49s
Basic Cargo Checks / docker-check (push) Successful in 1m11s
2023-06-21 13:13:38 -04:00
9fe4197e52
Determined source of failed imports
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m22s
Basic Cargo Checks / docker-build (push) Successful in 2m9s
Matching a split against a value that contains the split character will
never work.
2023-06-21 13:00:33 -04:00
ad887a536e
Continue debugging failed imports
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m45s
Basic Cargo Checks / docker-check (push) Successful in 3m45s
2023-06-21 12:52:02 -04:00
877b8538eb
Attempt to start debugging data loading
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m20s
Basic Cargo Checks / docker-build (push) Successful in 4m59s
2023-06-21 12:35:26 -04:00
5a7183b154
Attempt smarter handling of init reboot sequence
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m38s
Basic Cargo Checks / docker-build (push) Successful in 5m2s
2023-06-21 12:24:22 -04:00
e0e8562d23
Update documentation re: dependencies
All checks were successful
Basic Cargo Checks / docker-build (push) Successful in 1m42s
Basic Cargo Checks / docker-check (push) Successful in 3m53s
2023-06-21 10:41:07 -04:00
e63ea62512
remove dependencies, version bump
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m19s
Basic Cargo Checks / docker-build (push) Successful in 4m55s
First attempt at fixing bug #11
2023-06-21 10:32:44 -04:00
0c3a7ed0d8
Merge branch 'stable' into devel
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m33s
Basic Cargo Checks / docker-build (push) Successful in 4m59s
2023-06-21 08:30:20 -04:00
62995f8429
Remove temporary notes files
All checks were successful
Basic Cargo Checks / docker-check (push) Successful in 1m51s
Basic Cargo Checks / docker-build (push) Successful in 2m6s
Moving to Forgejo Issues for notetaking
2023-06-20 12:25:44 -04:00