From: Dietmar Maurer <dietmar@proxmox.com>
To: Proxmox Backup Server development discussion
<pbs-devel@lists.proxmox.com>,
Dominik Csapak <d.csapak@proxmox.com>
Subject: [pbs-devel] applied: [PATCH proxmox-backup v2 00/11] implement dates for calendarevents
Date: Fri, 4 Sep 2020 15:36:54 +0200 (CEST) [thread overview]
Message-ID: <1041145304.751.1599226614759@webmail.proxmox.com> (raw)
In-Reply-To: <20200904123334.3731-1-d.csapak@proxmox.com>
applied.
> On 09/04/2020 2:33 PM Dominik Csapak <d.csapak@proxmox.com> wrote:
>
>
> implements Dates and more special words for calendar events
> and fixes some small bugs
>
> not implemented for calendarevents are Timezones, Unix Timestamps and
> the ~ operator for the last days of the month
>
> changes from v1:
> * do not change DateTimeValues to i32 but fail for not
> correctly convertable entries
> (this makes years < 0 invalid but it's ok)
> * remove the TMChanges bitflags completely (its not faster, but more
> complicated)
>
> Dominik Csapak (11):
> tools/systemd/tm_editor: remove TMChanges optimization
> tools/systemd/time: let libc normalize time for us
> tools/systemd/time: move continue out of the if/else
> tools/systemd/time: convert the resulting timestamp into an option
> tools/systemd/tm_editor: remove reset_time from add_days and document it
> tools/systemd/parse_time: error out on invalid ranges
> tools/systemd/time: fix selection for multiple options
> tools/systemd/tm_editor: move conversion of the year into getter and setter
> tools/systemd/tm_editor: add setter/getter for months/years/days
> tools/systemd/time: fix signed conversion
> tools/systemd/time: enable dates for calendarevents
>
> src/api2/admin/sync.rs | 3 +-
> src/bin/proxmox-backup-proxy.rs | 9 +-
> src/tools/systemd/parse_time.rs | 80 +++++++++++++-
> src/tools/systemd/time.rs | 150 ++++++++++++++++++--------
> src/tools/systemd/tm_editor.rs | 186 +++++++++++---------------------
> 5 files changed, 249 insertions(+), 179 deletions(-)
>
> --
> 2.20.1
>
>
>
> _______________________________________________
> pbs-devel mailing list
> pbs-devel@lists.proxmox.com
> https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel
prev parent reply other threads:[~2020-09-04 13:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-04 12:33 [pbs-devel] " Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 01/11] tools/systemd/tm_editor: remove TMChanges optimization Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 02/11] tools/systemd/time: let libc normalize time for us Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 03/11] tools/systemd/time: move continue out of the if/else Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 04/11] tools/systemd/time: convert the resulting timestamp into an option Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 05/11] tools/systemd/tm_editor: remove reset_time from add_days and document it Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 06/11] tools/systemd/parse_time: error out on invalid ranges Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 07/11] tools/systemd/time: fix selection for multiple options Dominik Csapak
2020-09-04 13:38 ` Dietmar Maurer
2020-09-07 6:27 ` Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 08/11] tools/systemd/tm_editor: move conversion of the year into getter and setter Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 09/11] tools/systemd/tm_editor: add setter/getter for months/years/days Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 10/11] tools/systemd/time: fix signed conversion Dominik Csapak
2020-09-04 12:33 ` [pbs-devel] [PATCH proxmox-backup v2 11/11] tools/systemd/time: enable dates for calendarevents Dominik Csapak
2020-09-04 13:36 ` Dietmar Maurer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1041145304.751.1599226614759@webmail.proxmox.com \
--to=dietmar@proxmox.com \
--cc=d.csapak@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.