Commit Graph

343 Commits

Author SHA1 Message Date
notplants 2ccd7e65d3 Readd peach-menu 2022-01-13 12:21:51 -05:00
notplants bf3325a41e Merge pull request 'Remove unused microservices from peach-config' (#68) from update-peach-config into main
Reviewed-on: #68
2022-01-13 16:05:31 +00:00
notplants e4b3479417 Merge branch 'main' of https://git.coopcloud.tech/PeachCloud/peach-workspace into main3 2022-01-13 10:24:19 -05:00
notplants 0561b6a9be Remove unused microservices from peach-config 2022-01-13 10:24:10 -05:00
glyph 166f4d25ae move context objects and builders to dedicated directory 2022-01-13 15:49:12 +02:00
glyph a5f0d991fa fix template rendering for help 2022-01-13 15:48:55 +02:00
glyph 60a0d7f293 set global vars for iface names 2022-01-13 15:47:43 +02:00
glyph d8c40e0724 move context builders into dedicated directory 2022-01-13 15:47:14 +02:00
glyph f4ad230d58 remove unnecessary context objects 2022-01-13 13:16:38 +02:00
glyph b0b21ad8a0 add standalone check before mounting routes 2022-01-13 13:15:42 +02:00
glyph 08ee9cd776 cargo fmt 2022-01-12 20:21:39 +02:00
glyph cfd50ca359 cleanup paths and add whitespace 2022-01-12 20:21:05 +02:00
glyph fd94ba27ac replace snafu with custom error impl 2022-01-12 19:58:49 +02:00
glyph bb5cd0f0d3 remove unneeded dependencies 2022-01-12 19:54:30 +02:00
glyph 72b7281587 remove json api tests 2022-01-12 19:51:08 +02:00
glyph cbb4027099 Merge pull request 'Add `update` and `forget` network functions' (#67) from add_network_functions into main
Reviewed-on: #67
2022-01-12 15:38:09 +00:00
glyph 5e1520aa3f merge latest changes from main 2022-01-12 17:36:55 +02:00
glyph a8f3730b7c Merge pull request 'Satisfy clippy warnings' (#66) from satisfy_clippy_web into main
Reviewed-on: #66
2022-01-12 15:36:16 +00:00
glyph c1432bd29e Merge branch 'main' into satisfy_clippy_web 2022-01-12 17:35:11 +02:00
glyph eb77290a93 Merge pull request 'Remove json routes, utils and javascript' (#65) from remove_json_js into main
Reviewed-on: #65
2022-01-12 15:33:20 +00:00
glyph 5dcba8e2ad add update and forget functions 2022-01-12 13:39:38 +02:00
glyph 69ba400b69 satisfy clippy nightly warnings 2022-01-12 13:15:04 +02:00
glyph 2a7c893d94 bump version 2022-01-12 13:08:30 +02:00
glyph 2135ab1a5b remove json routes, utils and javascript 2022-01-12 13:04:47 +02:00
glyph 6f5cefa367 Merge pull request 'Replace miniserde_support with serde_support for peach-jsonrpc-server' (#64) from fix_workspace_comp into main
Reviewed-on: #64
2022-01-12 10:25:01 +00:00
glyph c6f8591600 replace miniserde_support with serde_support 2022-01-12 12:21:12 +02:00
glyph cd1fb697f7 Merge pull request 'Fig regression of peach-dyndns-updater' (#63) from fix-regression into main
Reviewed-on: #63
2022-01-12 09:58:46 +00:00
glyph a5415aad99 merge direct_call_net_stats branch 2022-01-12 11:35:55 +02:00
glyph 037e5c34b6 merge replace_rust_crypto branch 2022-01-12 11:21:18 +02:00
glyph 699f2b13c9 merge update_network_args branch 2022-01-12 11:19:24 +02:00
glyph c3fbc5cd73 try operator for dyns dns domain check 2022-01-12 10:59:13 +02:00
glyph 4a27892ab6 idiomatic paths and result type for checking new dns address 2022-01-12 10:58:36 +02:00
glyph 4adf5547c9 formatting 2022-01-12 10:58:11 +02:00
notplants bdfbd7057f Remove commented out code 2022-01-11 18:10:36 -05:00
notplants 171d051710 Fix clippy warmings 2022-01-11 18:06:51 -05:00
notplants 1ea0ea2ed1 Fix regression of peach-dyndns-updater 2022-01-11 18:03:07 -05:00
glyph 42774674e5 Merge pull request 'Call peach_stats and peach_network directly (remove JSON-RPC client calls)' (#62) from direct_call_net_stats into main
Reviewed-on: #62
2022-01-07 10:01:23 +00:00
glyph 57ed0ab66a add fullstop to docs sentence 2022-01-06 11:56:45 +02:00
glyph 49ad74595c cleanup use paths and leave network_ping note 2022-01-06 11:56:23 +02:00
glyph 17d52c771f Merge branch 'main' into direct_call_net_stats
Merge crypto library update for peach-lib.
2022-01-04 18:34:21 +02:00
glyph 6792e4702d Merge pull request 'Replace outdated crypto crate' (#61) from replace_rust_crypto into main
Reviewed-on: #61
2022-01-04 16:33:24 +00:00
glyph 446927f587 replace outdated crypto crate 2022-01-04 15:23:41 +02:00
glyph 567b0bbc2a replace network rpc client calls with direct calls to peach_network 2022-01-04 14:55:17 +02:00
glyph 3ab3e65eb7 replace stats rpc client calls with direct calls to peach_stats 2022-01-04 14:06:57 +02:00
glyph a0e80fcda7 add deps for network and stats 2022-01-04 14:06:35 +02:00
glyph 731bc1958b Merge pull request 'Update network args and remove structs' (#60) from update_network_args into main
Reviewed-on: #60
2022-01-04 08:38:23 +00:00
glyph 58f2ddde05 replace String with str and remove unnecessary structs 2022-01-03 11:55:37 +02:00
glyph 4b0b2626a4 update code examples 2022-01-03 11:55:20 +02:00
glyph a05e67c22f bump patch version 2022-01-03 11:55:06 +02:00
notplants c75608fb1a Merge branch 'main' of https://git.coopcloud.tech/PeachCloud/peach-workspace into main3 2021-12-22 12:19:56 -05:00