Commit Graph

  • 022fdacb25 proxmox-client: add post_without_body Dietmar Maurer 2023-08-27 16:16:37 +0200
  • d49fc1aa2f notify: make template rendering helpers more robust Lukas Wagner 2023-08-25 13:35:57 +0200
  • c81068097b bump proxmox-client to 0.2.3-1 Wolfgang Bumiller 2023-08-25 08:59:06 +0200
  • 8617442560 client: fixup checks for api calls not returning data Wolfgang Bumiller 2023-08-25 09:02:58 +0200
  • f20f9bb9f7 client: set content type header on requests Wolfgang Bumiller 2023-08-25 08:56:32 +0200
  • 6286ff4eeb bump proxmox-client to 0.2.2-1 Wolfgang Bumiller 2023-08-25 08:37:25 +0200
  • d7f6fc4db5 client: fix content type parsing with included charset Wolfgang Bumiller 2023-08-25 08:36:19 +0200
  • 1f351625a5 async: runtime: Modernise module and update docs Max Carrara 2023-08-21 13:37:45 +0200
  • ede73a6561 client/login: clippy fixes Max Carrara 2023-08-21 13:48:15 +0200
  • 68fe8baf95 bump proxmox-client to 0.2.1-1 Wolfgang Bumiller 2023-08-16 14:32:06 +0200
  • 97025d4143 package proxmox-login 0.1.0-1 Wolfgang Bumiller 2023-08-16 14:30:38 +0200
  • a909d5789c client: convenience helper to get a serialized ticket Wolfgang Bumiller 2023-08-10 14:30:31 +0200
  • 490008d596 client: expose AuthenticationKind Wolfgang Bumiller 2023-08-10 14:27:31 +0200
  • bea97ccce1 client: add Client::set_authentication method Wolfgang Bumiller 2023-08-10 14:14:06 +0200
  • 2fd5502321 bump proxmox-client to 0.2.0-1 Wolfgang Bumiller 2023-08-09 13:22:14 +0200
  • 604e467684 client: add TlsOptions::parse_fingerprint Wolfgang Bumiller 2023-08-10 10:43:03 +0200
  • dff830ba04 client: impl HttpApiClient for refs, Arcs and Rcs Wolfgang Bumiller 2023-08-09 15:29:00 +0200
  • a3322e49b9 client: put requests Wolfgang Bumiller 2023-08-09 14:53:39 +0200
  • ffe908f636 client: handle response data Wolfgang Bumiller 2023-08-08 16:52:11 +0200
  • 1c96afd0ec client: turn Client inside out Wolfgang Bumiller 2023-08-08 11:03:58 +0200
  • 0f19f2125f client: drop environment and login methods Wolfgang Bumiller 2023-08-07 14:25:25 +0200
  • a9a267f04f client: replace Error trait with a type Wolfgang Bumiller 2023-08-07 11:55:59 +0200
  • e0b102d932 client: prepare to get rid of Error trait Wolfgang Bumiller 2023-08-07 11:19:39 +0200
  • 0c45d51406 login: add userid and api_url getters Wolfgang Bumiller 2023-08-07 11:16:36 +0200
  • 8841b389e3 proxmox-io: fix sparse_copy not copying sparsely on irregular read operations Max Carrara 2023-07-17 16:19:40 +0200
  • e9499bbcf2 bump proxmox-ldap to 0.2.1-1 Wolfgang Bumiller 2023-08-08 14:08:47 +0200
  • ade1d19b0a bump proxmox-apt to 0.10.5-1 Wolfgang Bumiller 2023-08-08 14:05:51 +0200
  • c74167f528 ldap: only search base of base_dn when checking connection Stefan Sterz 2023-07-21 16:34:03 +0200
  • 92e02f6e33 ldap: add an integration test for check_connection Stefan Sterz 2023-07-21 16:34:02 +0200
  • 445e032eee fix #4868: map missing section field to 'unknown' Fabian Grünbichler 2023-07-25 10:31:10 +0200
  • 5ea70421b3 clippy fix: casting to the same type is unnecessary Lukas Wagner 2023-08-08 11:44:54 +0200
  • 41b2e49123 clippy fix: deref on an immutable reference Lukas Wagner 2023-08-08 10:01:53 +0200
  • a36769b11a clippy fix: complex type definitions Lukas Wagner 2023-08-08 10:01:52 +0200
  • 3c7c9fc55d clippy fix: the following explicit lifetimes could be elided Lukas Wagner 2023-08-08 10:01:51 +0200
  • 6c38a997af clippy fix: useless use of format! Lukas Wagner 2023-08-08 10:01:50 +0200
  • 58b29dfbcf clippy fix: warning: this let-binding has unit value Lukas Wagner 2023-08-08 10:01:49 +0200
  • b6abb52a78 clippy fix: binary comparison to literal Option::None Lukas Wagner 2023-08-08 10:01:48 +0200
  • 8f7566209c clippy fix: unnecessary use of to_string Lukas Wagner 2023-08-08 10:01:47 +0200
  • b272279ef1 clippy fix: you should consider adding a Default implementation Lukas Wagner 2023-08-08 10:01:46 +0200
  • 268fcfb43a clippy fix: this (Default) impl can be derived Lukas Wagner 2023-08-08 10:01:45 +0200
  • 6f9cc14b9e clippy fix: redundant closure Lukas Wagner 2023-08-08 10:01:44 +0200
  • 82164203bd clippy fix: unneeded return statement Lukas Wagner 2023-08-08 10:01:43 +0200
  • 81ca4ae6a1 clippy fix: needless borrow Lukas Wagner 2023-08-08 10:01:42 +0200
  • b4b186c544 clippy fix: calls to drop with a value that implements Copy Lukas Wagner 2023-08-08 10:01:41 +0200
  • de6337ae6d clippy fix: the borrowed expression implements the required traits Lukas Wagner 2023-08-08 10:01:39 +0200
  • b7a64cd4a2 proxmox-login: depend on js_sys on wasm32 Dietmar Maurer 2023-08-07 12:01:37 +0200
  • ffa64bead7 add special impl for epoch_i64() on target_arch="wasm32" Dietmar Maurer 2023-08-07 11:54:02 +0200
  • 17f5eac57a client: drop Send for non-wasm as well on response future Wolfgang Bumiller 2023-08-07 11:04:50 +0200
  • 1531a619ab client: rename response future to ResponseFuture Wolfgang Bumiller 2023-08-07 10:58:24 +0200
  • a7435e757b client: drop retry logic Wolfgang Bumiller 2023-08-07 10:57:38 +0200
  • 2b212cf4e3 proxmox-client: do not require Send for wasm32 target Dietmar Maurer 2023-08-05 09:09:48 +0200
  • 748588f81c proxmox-login: add 'source' impls for errors Wolfgang Bumiller 2023-08-03 11:06:33 +0200
  • 34a79cdd0c bump proxmox-api-macro to 1.0.5-1 Wolfgang Bumiller 2023-08-03 08:24:42 +0200
  • ba6a628601 client: getters for the inner client Wolfgang Bumiller 2023-08-03 08:22:42 +0200
  • 9599cb6fd6 proxmox-login: fix ticket userid check for PMG quarantine tickets Dietmar Maurer 2023-08-02 14:30:04 +0200
  • 25024fa687 import proxmox-client crate Wolfgang Bumiller 2023-08-01 15:47:13 +0200
  • a9191c2253 update README Wolfgang Bumiller 2023-08-01 15:47:20 +0200
  • d6a550b71c login: improve response handling Wolfgang Bumiller 2023-08-01 15:16:07 +0200
  • 5859017061 bump proxmox-notify to 0.2.0 Wolfgang Bumiller 2023-07-28 11:33:13 +0200
  • 17cf5f9593 more import cleanups Wolfgang Bumiller 2023-07-28 11:47:09 +0200
  • 7cb339dfa3 notify: cleanup all the imports sections Wolfgang Bumiller 2023-07-28 11:42:26 +0200
  • 985717d948 bump proxmox-router to 2.1.0-1 Wolfgang Bumiller 2023-07-28 11:26:01 +0200
  • 1ce7294e06 http-error: add debian packaging and bump as 0.1.0-1 Wolfgang Bumiller 2023-07-28 11:06:03 +0200
  • 1a75668dc9 notify: use HttpError from proxmox-http-error Lukas Wagner 2023-07-26 16:18:23 +0200
  • add38769f8 router: re-export HttpError from proxmox-http-error Lukas Wagner 2023-07-26 16:18:22 +0200
  • 779c45eaad http-error: add new http-error crate Lukas Wagner 2023-07-26 16:18:21 +0200
  • a1cbaea766 notify: fix tests if not all features are enabled Lukas Wagner 2023-07-24 14:31:25 +0200
  • f6fa851d1f notify: fix build warnings if not all features are enabled Lukas Wagner 2023-07-24 14:31:24 +0200
  • 1e095e5ab8 bump proxmox-notify to 0.1.0-1, initial release Wolfgang Bumiller 2023-07-24 11:05:02 +0200
  • d951b3329f bump proxmox-auth-api to 0.3.1 Wolfgang Bumiller 2023-07-24 11:03:25 +0200
  • 7ea502b351 bump proxmox-section-config to 2.0.0-1 Wolfgang Bumiller 2023-07-24 11:00:43 +0200
  • 9c5579d755 bump proxmox-subscription to 0.4.1-1 Wolfgang Bumiller 2023-07-24 10:57:26 +0200
  • 1a8a3668a5 bump proxmox-tfa to 4.0.5 Wolfgang Bumiller 2023-07-24 10:55:55 +0200
  • b86a0883ea bump proxmox-rest-server to 0.4.2-1 Wolfgang Bumiller 2023-07-24 10:52:27 +0200
  • 33d9ea78ef bump proxmox-apt to 0.10.4-1 Wolfgang Bumiller 2023-07-24 10:48:36 +0200
  • d0bce77e50 bump proxmox-human-byte to 0.1.1-1 Wolfgang Bumiller 2023-07-24 10:46:39 +0200
  • 93fc5b503a bump proxmox-router to 2.0.0-1 Wolfgang Bumiller 2023-07-24 10:44:44 +0200
  • ac6a52dfd1 bump proxmox-schema to 2.0.0-1 Wolfgang Bumiller 2023-07-24 10:40:33 +0200
  • b46d333d98 notify: add debian packaging Lukas Wagner 2023-07-20 16:31:52 +0200
  • 9b726bb072 notify: additional logging when sending a notification Lukas Wagner 2023-07-20 16:31:51 +0200
  • 2756c11c2f notify: ensure that filter/group/endpoint names are unique Lukas Wagner 2023-07-20 16:31:50 +0200
  • 62ae1cf959 notify: on deletion, check if a filter/endp. is still used by anything Lukas Wagner 2023-07-20 16:31:49 +0200
  • 3c9584296f notify: api: allow to query entities referenced by filter/target Lukas Wagner 2023-07-20 16:31:48 +0200
  • d44ce2c70d notify: gotify: add proxy support Lukas Wagner 2023-07-20 16:31:47 +0200
  • da2e7b8da9 notify: sendmail: query default author/mailfrom from context Lukas Wagner 2023-07-20 16:31:46 +0200
  • c5f91aa1c8 notify: sendmail: allow users as recipients Lukas Wagner 2023-07-20 16:31:45 +0200
  • d6c1f181d6 notify: add context Lukas Wagner 2023-07-20 16:31:44 +0200
  • 97dac11823 notify: add example for template rendering Lukas Wagner 2023-07-20 16:31:43 +0200
  • 4865711339 notify: add template rendering Lukas Wagner 2023-07-20 16:31:42 +0200
  • 109a936b6b notify: api: add API for filters Lukas Wagner 2023-07-20 16:31:41 +0200
  • ee0ab52b9b notify: add notification filter mechanism Lukas Wagner 2023-07-20 16:31:40 +0200
  • ee44fdca04 notify: api: add API for groups Lukas Wagner 2023-07-20 16:31:39 +0200
  • ed5d27ba24 notify: add notification groups Lukas Wagner 2023-07-20 16:31:38 +0200
  • 055db2d107 notify: api: add API for gotify endpoints Lukas Wagner 2023-07-20 16:31:37 +0200
  • 990fc8efd2 notify: add gotify endpoint Lukas Wagner 2023-07-20 16:31:36 +0200
  • 21c5c9a0c7 notify: api: add API for sendmail endpoints Lukas Wagner 2023-07-20 16:31:35 +0200
  • 7c42752690 notify: add sendmail plugin Lukas Wagner 2023-07-20 16:31:34 +0200
  • 714ef27786 notify: api: add API for sending notifications/testing endpoints Lukas Wagner 2023-07-20 16:31:33 +0200
  • ad3f78a315 notify: preparation for the API Lukas Wagner 2023-07-20 16:31:32 +0200
  • 2726e68afe notify: preparation for the first endpoint plugin Lukas Wagner 2023-07-20 16:31:31 +0200