633 Commits

Author SHA1 Message Date
810a97db8a Merge pull request 'Update config_manager to check from three sources of configuration' (#105) from config into main
Reviewed-on: #105
2022-05-11 09:03:57 +00:00
610d60d989 Fix typo
All checks were successful
continuous-integration/drone/pr Build is passing
2022-05-11 10:34:53 +02:00
f4c1bc1169 Fix cargo fmt in peach-web
All checks were successful
continuous-integration/drone/pr Build is passing
2022-05-10 13:25:53 +02:00
3ae182caa9 Fix clippy warnings in peach-web
Some checks failed
continuous-integration/drone/pr Build is failing
2022-05-10 13:23:39 +02:00
8a6ad4ad61 Fix example
Some checks failed
continuous-integration/drone/pr Build is failing
2022-05-10 13:08:32 +02:00
600f9c58bf Use &str instead of String in save_config_value
Some checks failed
continuous-integration/drone/pr Build is failing
2022-05-10 13:07:50 +02:00
2540a77af1 Working 3-way configuration
Some checks failed
continuous-integration/drone/pr Build is failing
2022-05-10 12:59:36 +02:00
5b86f754f4 Working on refactor to use hashmaps
Some checks failed
continuous-integration/drone/pr Build is failing
2022-05-09 15:53:03 +02:00
29804b0dce Get CONFIG_PATH from env_variable 2022-05-03 15:50:45 +02:00
e2ac5de6e4 Merge pull request 'Fix peach-config manifest' (#103) from fix-manifest into main
Reviewed-on: #103
2022-04-20 18:27:43 +00:00
d03de8cf5d Remove extraneous quote
All checks were successful
continuous-integration/drone/pr Build is passing
2022-04-20 13:55:26 -04:00
03720a7338 Remove unused import
All checks were successful
continuous-integration/drone/pr Build is passing
2022-04-20 12:19:15 -04:00
cf9c0c7eca Add doc comment 2022-04-20 12:18:31 -04:00
f764acc2df More concise transforms 2022-04-20 12:15:38 -04:00
a347e4726d Fix manifest 2022-04-20 12:07:32 -04:00
3d3006049b Merge pull request 'Change peach-web to use systemd system calls' (#102) from disc-image into main
Reviewed-on: #102
2022-04-19 18:41:22 +00:00
2adb3006fe Cargo fmt
All checks were successful
continuous-integration/drone/pr Build is passing
2022-04-19 12:57:09 -04:00
64b5929e5c Update peach-config to set file permissions correctly
Some checks failed
continuous-integration/drone/pr Build is failing
2022-04-19 12:50:29 -04:00
5629a048a1 Fix conflict 2022-04-18 16:45:28 -04:00
713c3da4cc fix formatting 2022-04-15 11:08:55 +02:00
92c7d7daa9 Merge pull request 'Drone CI build pipeline' (#101) from drone_ci_test into main
Reviewed-on: #101
2022-04-15 09:05:02 +00:00
5a95ade8b9 only run ci on pull request and add docs to readme [CI SKIP]
All checks were successful
continuous-integration/drone/pr Build is passing
2022-04-15 10:38:12 +02:00
00d33c2c69 remove arm64 pipeline [CI SKIP]
All checks were successful
continuous-integration/drone/pr Build is passing
2022-04-15 10:22:39 +02:00
126609a605 try arm64 ci only
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-04-15 10:16:55 +02:00
e4078bd1ba specify triggers twice
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-04-15 09:48:39 +02:00
315b04a63e Update permissions for peach home dir in peach-config 2022-04-14 16:29:57 -04:00
1866e289a6 Fix clippy warning in update.rs 2022-04-14 16:11:20 -04:00
bff86a490b Bump version number 2022-04-14 15:53:09 -04:00
65d5352c85 Bump version number of peach-config 2022-04-14 14:51:43 -04:00
df3b4b8858 Update peach-config to install go-sbot instead of peach-go-sbot 2022-04-14 14:51:27 -04:00
2f1535fbee Update peach-web to use systemd system service 2022-04-14 14:47:43 -04:00
b75aadd62d Working on peachcloud disc image 2022-04-11 10:31:45 -04:00
4662b15ba3 remove unnecessary to_owned
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-04-07 14:20:41 +02:00
abde4ce1b4 only specify triggers once
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2022-04-06 12:07:45 +02:00
c792aea2f6 add build step and arm64 pipeline
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-04-06 11:55:00 +02:00
b158fba147 separate ci pipeline into discreet steps
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 11:44:14 +02:00
da8d8f0ec3 add rustfmt and cargo check to ci pipeline
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 11:37:11 +02:00
271aa14322 add build status badge to root readme
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 11:33:52 +02:00
d31825f688 add tests to ci and fail on clippy warnings
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 11:13:31 +02:00
defb8f5f09 try to fix probes build issue again
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-06 10:55:41 +02:00
27e9a8295c update probes and lockfile to fix time build error
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 10:50:37 +02:00
9ad580b86f install clippy in pipeline
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 10:43:35 +02:00
a76ec08da6 move drone config to repo root and add triggers
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-06 10:36:10 +02:00
cf64cd9c76 add drone ci config with clippy for amd64 2022-04-06 10:32:12 +02:00
169149d607 Merge pull request 'Replace absolute paths with relative paths for system command calls' (#100) from fix_sys_cmd_paths into main
Reviewed-on: #100
2022-04-06 08:17:41 +00:00
f1eaa07f7b replace absolute paths with relative paths for system command calls 2022-04-06 10:13:52 +02:00
52c3e88b44 Merge pull request 'Fix Scuttlebutt Status page title' (#99) from fix_status_title into main
Reviewed-on: #99
2022-04-06 08:04:59 +00:00
e659102495 update body template comment 2022-04-06 09:59:17 +02:00
57b1a786a4 fix status page title 2022-04-06 09:57:32 +02:00
fded48908d Merge pull request 'Replace Rocket and Tera with Rouille and Maud' (#88) from rouille_maud into main
Reviewed-on: #88
2022-03-25 08:07:15 +00:00