Commit Graph
73 Commits
Author SHA1 Message Date
tottotoandGitHub 44ccf49d8e chore(interop): Remove unnecessary asyncronous file io to read data (#1336) 2023-03-31 16:21:53 +00:00
tottotoandGitHub 99eae577ca chore(tonic): Remove redundant reference to reference (#1309) 2023-03-13 14:28:18 +00:00
tottotoandGitHub c1906074b6 chore(types): Remove unnecesarry unreachable_pub lint allowing (#1311) 2023-03-13 14:28:04 +00:00
tottotoandGitHub 838d91aca3 chore: Update to tower-http 0.4 (#1296)
* chore: Update to tower-http 0.4

* chore(tonic): Update to axum 0.6.9
2023-02-27 14:33:14 +00:00
tottotoandGitHub 1547f968b4 chore(examples): Remove tracing-attributes from dependencies (#1289) 2023-02-23 10:06:37 +00:00
3a38a32a02 chore(tonic): Use BoxBody type alias (#1284)
Co-authored-by: Lucio Franco <[email protected]>
2023-02-21 17:03:42 +00:00
tottotoandGitHub 79d0e3faf5 chore(tonic): Remove duplicate tls feature gate and re-export http crate instead of using wildcard importing (#1281)
* chore(tonic): Remove duplicate tls feature gate

* chore(tonic): Re export http crate instead of using wildcard importing
2023-02-21 15:50:53 +00:00
tottotoandGitHub 5acde56176 feat(tonic): Use NamedService without transport feature (#1273) 2023-02-15 14:47:28 +00:00
tottotoandGitHub b712df608f chore(examples): Split tls-rustls example (#1272) 2023-02-15 14:47:09 +00:00
tottotoandGitHub 7d6561cf3b chore(tonic): Change async-stream optional (#1271) 2023-02-15 14:46:41 +00:00
tottotoandGitHub 74e4400219 chore: Use feature resolver v2 and turn off unused features (#1270)
* chore: Use feature resolver version 2

* chore(web): Turn off unused features
2023-02-15 14:46:27 +00:00
tottotoandGitHub 3f4d7432b9 chore(types): Turn off unused features (#1266) 2023-02-14 14:47:43 +00:00
tottotoandGitHub d9a8f10324 chore(tonic): Remove duplicated code (#1267) 2023-02-14 14:47:11 +00:00
tottotoandGitHub b301013d58 chore(health): Generate file descriptor set in bootstrap test (#1265) 2023-02-13 15:20:48 +00:00
tottotoandGitHub 69ec5df648 chore(examples): Remove unsafe from grpc-web-client (#1262) 2023-02-09 18:55:17 +00:00
tottotoandGitHub 82770713b5 chore(examples): Add missing dep to hyper (#1225) 2023-02-08 18:25:28 +00:00
tottotoandGitHub b3567a394f chore: Add cargo-machete to detect unused dependencies (#1259) 2023-02-08 09:08:21 -05:00
tottotoandGitHub 2e3e9acf7b chore(interop): Use pico-args instead of clap (#1242) 2023-02-07 09:45:32 -05:00
tottotoandGitHub 09c13fac90 chore: Add windows-sys and hermit-abi to cargo-deny skip-tree (#1257)
* chore: Add windows-sys to cargo-deny skip-tree

* chore: Add hermit-abi to cargo-deny skip-tree
2023-02-07 09:41:05 -05:00
tottotoandGitHub 8a6eb50b1e chore(types): Remove outdated generated file (#1239)
This file was generated by the previous version of prost-build.
This behaviour was fixed in https://github.com/tokio-rs/prost/pull/726.
2023-02-04 05:14:13 -05:00
tottotoandGitHub 0ac0ce8ce7 chore: Remove unused dependencies (#1244) 2023-02-04 05:12:17 -05:00
tottotoandGitHub 4c69157cef chore(interop): Lock clap version to 4.0 (#1240)
* chore(interop): Lock clap version to 4.0

* chore(interop): Lock clap_lex to 0.3.0
2023-01-17 14:24:36 -05:00
tottotoandGitHub e2b1e60276 chore(tonic): Remove outdated allow dead code lint annotation (#1230) 2023-01-11 13:26:01 -05:00
tottotoandGitHub 63f2e95be3 chore(web): Update to base64 0.21 (#1235) 2023-01-11 12:16:59 -05:00
tottotoandGitHub ee6ccfbcc2 chore: Update to base64 0.21 (#1228) 2023-01-11 11:25:38 -05:00
tottotoandGitHub 54c37a7c51 chore(examples): Turn off warp default features (#1227) 2023-01-10 16:02:48 -05:00
tottotoandGitHub 8828e0340c chore(tonic): Remove redundant tls feature gate (#1226) 2023-01-10 16:02:40 -05:00
tottotoandGitHub e326a91b13 chore: Update deny config (#1223) 2023-01-10 11:17:38 -05:00
tottotoandGitHub d2542dc034 feat: Rename api related to protobuf (#1224) 2023-01-10 11:16:57 -05:00
tottotoandGitHub 0d35d7fbaf chore(tonic): Remove outdated allow lint (#1222) 2023-01-09 12:49:31 -05:00
tottotoandGitHub 1bef5f5757 chore(examples): Remove relative path from reading data (#1220) 2023-01-09 12:47:40 -05:00
tottotoandGitHub 2ec0f87767 chore(examples): Remove unnecessary asyncronous file io to read data for example (#1219) 2023-01-06 14:34:51 -05:00
b6d9fd69ae chore(reflection): Add file descriptor set generation (#1213)
Co-authored-by: Lucio Franco <[email protected]>
2023-01-05 12:03:26 -05:00
tottotoandGitHub b7dffac931 chore(types): Refactor ErrorDetails constructor (#1218) 2023-01-05 12:03:18 -05:00
tottotoandGitHub 2d7e14f513 chore: Fix doc warning (#1214)
* chore(docs): Fix lint warning

* chore: Add ci to check cargo doc
2023-01-04 14:20:24 -05:00
tottotoandGitHub 3ee1e6cc10 chore: Add test to check FILE_DESCRIPTOR_SET is valid (#1217) 2023-01-04 14:19:47 -05:00
tottotoandGitHub c772a786a9 chore: Refactor bootstrap test (#1216)
* chore: Remove unnecessary conversions to string in bootstrap tests

* chore: Simplify assertion in bootstrap tests
2023-01-04 14:19:28 -05:00
tottotoandGitHub cc42d1f88c feat(types): Expose FILE_DESCRIPTOR_SET (#1210) 2022-12-22 14:05:22 -05:00
tottotoandGitHub fdff11115b feat(reflection): Add dummy implementation for extension (#1209) 2022-12-22 10:49:51 -05:00
tottotoandGitHub a72cf04b44 chore: Remove unused tracing-futures from dependencies (#1208) 2022-12-20 16:13:46 -05:00
tottotoandGitHub 204e8d05a7 chore(health): Update generated code (#1207) 2022-12-20 15:06:40 -05:00
tottotoandGitHub b45c5b5fa7 chore(examples): Clarify dependencies (#1205) 2022-12-20 11:29:45 -05:00
tottotoandGitHub 3ee028de1f chore: Fix ci yaml indent style (#1201) 2022-12-19 09:20:09 -05:00
tottotoandGitHub d9578d7461 chore: Use baptiste0928/cargo-install@v1 to install cargo-hack (#1198) 2022-12-19 09:14:07 -05:00
tottotoandGitHub a8f7e49366 chore(build): Fix clippy lint (#1197) 2022-12-16 12:23:51 -05:00
tottotoandGitHub a457eb5f40 chore: Update to Swatinem/rust-cache@v2 (#1196) 2022-12-16 11:35:56 -05:00
tottotoandGitHub c3e5044fca chore(examples): Remove unused pin-project from dependencies (#1195) 2022-12-15 12:59:27 -05:00
tottotoandGitHub 77fd2a551e chore: Use setup-rust-action v1 to setup rust in ci (#1194) 2022-12-15 11:52:54 -05:00
tottotoandGitHub 797efb2307 chore: Use actions/checkout@v3 in ci (#1193) 2022-12-15 11:02:27 -05:00
tottotoandGitHub 73fdefbeeb chore: Use RUSTFLAGS in clippy job for style consistency (#1192) 2022-12-15 10:43:40 -05:00
tottotoandGitHub 4e5c0b29ba chore: Add clippy to ci (#1189) 2022-12-14 09:42:33 -05:00
tottotoandGitHub bf22a740c3 chore: Update to 2021 edition (#1188) 2022-12-13 15:16:49 -05:00
tottotoandGitHub 35c4946d35 chore: Use namespaced dependency feature (#1187) 2022-12-13 13:06:20 -05:00
tottotoandGitHub 363c04a2e8 chore: Remove unused bytes from dependencies (#1186) 2022-12-13 13:06:13 -05:00
tottotoandGitHub 2dd09c02bd chore: Fix clippy lint (#1181) 2022-12-13 11:29:29 -05:00
tottotoandGitHub d00fd0838b chore: Update cargo-deny config (#1169) 2022-12-06 14:40:24 -05:00
tottotoandGitHub df8dd896da chore(examples): Remove dummy echo implementation (#1178) 2022-12-05 12:08:41 -05:00
tottotoandGitHub f7499c8a6a chore: Bump msrv to 1.60 (#1171) 2022-12-01 11:41:31 -05:00
tottotoandGitHub 5c8a5d709c chore(examples): Fix blocking-server (#1173) 2022-11-30 13:38:39 -05:00
tottotoandGitHub 076a81ce6e chore(examples): Update to listenfd 1.0 (#1168) 2022-11-29 14:00:20 -05:00
tottotoandGitHub 8318e756d4 chore(interop): Update to console 0.15 (#1167) 2022-11-29 14:00:10 -05:00
tottotoandGitHub b65b52baf0 chore(interop): Update clap to 4.0.26 (#1162) 2022-11-28 10:39:34 -05:00
tottotoandGitHub 8287988c21 chore(reflection): Use write macro instead of write_fmt (#1015) 2022-06-15 11:23:29 -04:00
tottotoandGitHub fd596a8f58 chore(tonic): Update rustls-pemfile to 1.0 (#979) 2022-04-26 09:31:45 -04:00
tottotoandGitHub 738ccba5e7 chore(web): Minor enhancement in document (#956) 2022-04-01 11:25:18 -04:00
tottotoandGitHub c0970521f9 chore(interop): Use clap rename_all option instead of lint allowing (#957) 2022-04-01 11:25:09 -04:00
tottotoandGitHub 9dab8be5fc chore: Fix clippy lints (#950) 2022-03-31 13:42:00 -04:00
tottotoandGitHub 619654e3e6 chore(tonic): Update rustls-pemfile to 0.3 (#951) 2022-03-31 13:41:34 -04:00
tottotoandGitHub a542bf4dc0 chore(interop): Change structopt to clap (#882) 2022-02-15 11:07:08 -05:00
tottotoandGitHub 65eceb1a6f chore(tonic): Update intra doc links lint name (#877) 2022-01-12 16:35:27 -05:00
tottotoandGitHub f58fda42a9 chore(tests): Update tower-http to 0.2 (#878) 2022-01-12 16:34:59 -05:00
tottotoandGitHub 366d888a4b chore: Fix clippy lints (#881) 2022-01-12 16:32:40 -05:00
tottotoandGitHub daf406dd2b chore: Update tracing-subscriber to 0.3 (#873) 2021-12-30 09:53:02 +01:00