proxmox-backup/pbs-api-types/src
Dominik Csapak 1b5cd72d79 api types: fix non-capturing group syntax
a non capturing group is '(?:)' not '(:?)' so fix that.
None of these regexes are used where would use capturing groups.
DATASTORE_MAP_REGEX and TAPE_RESTORE_SNAPSHOT_REGEX are only used
as api types and BLOCKDEVICE_NAME_REGEX is only used once outside of the
api and there we also don't look at the capturing groups.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2023-04-06 07:28:58 +02:00
..
tape api types: fix non-capturing group syntax 2023-04-06 07:28:58 +02:00
acl.rs api: add new priv to priv name helper 2022-05-25 17:18:56 +02:00
common_regex.rs update to proxmox-sys 0.2 crate 2021-11-24 10:32:27 +01:00
crypto.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
datastore.rs api types: fix non-capturing group syntax 2023-04-06 07:28:58 +02:00
file_restore.rs pbs-api-types: add FileRestoreFormat type 2022-10-05 18:40:49 +02:00
human_byte.rs derive Clone and PartialEq for some API types 2022-12-15 17:34:13 +01:00
jobs.rs derive Clone and PartialEq for some API types 2022-12-15 17:34:13 +01:00
key_derivation.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
ldap.rs api-types: ldap: properly anchor DN regex 2023-03-29 11:29:10 +02:00
lib.rs api types: fix non-capturing group syntax 2023-04-06 07:28:58 +02:00
maintenance.rs api-types: add MaintenanceType::Delete 2022-11-28 14:45:39 +01:00
metrics.rs pbs-api-types: add metrics api types 2022-06-13 09:57:16 +02:00
network.rs fix non-camel-case enums 2023-01-05 11:13:46 +01:00
openid.rs api types: rust fmt 2022-04-10 18:00:18 +02:00
percent_encoding.rs move pbs-tools/src/percent_encoding.rs to pbs-api-types/src/percent_encoding.rs 2021-11-25 11:48:52 +01:00
remote.rs derive Clone and PartialEq for some API types 2022-12-15 17:34:13 +01:00
traffic_control.rs derive Clone and PartialEq for some API types 2022-12-15 17:34:13 +01:00
user.rs server: add LDAP realm sync job 2023-02-10 12:46:19 +01:00
userid.rs tree-wide: bump edition to 2021 2022-12-06 13:31:01 +01:00
zfs.rs api-types: clippy fixes 2022-07-27 13:29:32 +02:00