Support iCal RFC2445
Bug #1613577 reported by
zengchen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Karbor |
Fix Released
|
High
|
zhangshuai |
Bug Description
I find there is no need to support multiple kinds of time format
for time trigger at the same time, such as 'crontab', 'RFC2445'.
'RFC2445' meets all use cases at present and we can use it instead
of 'crontab'. If we find 'RFC2445' can not work some day, we can
change to another appropriate one easily by updating 'setup.cfg'
Changed in karbor: | |
assignee: | nobody → zengchen (chenzeng2) |
summary: |
- Refactor the time format for time trigger + Support only one time format for time trigger |
description: | updated |
Changed in karbor: | |
assignee: | zengchen (chenzeng2) → zhangshuai (446077695-t) |
Changed in karbor: | |
milestone: | none → ocata |
importance: | Undecided → High |
Changed in karbor: | |
status: | New → Incomplete |
status: | Incomplete → In Progress |
summary: |
- Support only one time format for time trigger + Support iCal RFC2445 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/359711 /git.openstack. org/cgit/ openstack/ karbor/ commit/ ?id=dbbee56c5ea 1e4e2a89d3aa956 0a49a07ba4bee4
Committed: https:/
Submitter: Jenkins
Branch: master
commit dbbee56c5ea1e4e 2a89d3aa9560a49 a07ba4bee4
Author: zhangshuai <email address hidden>
Date: Wed Aug 24 16:51:36 2016 +0800
Support icalendar time format without the crontab mentions
Sometimes, crontab could not meet some complex situation.but Ical can
meet all use cases at present and we can use it instead of crontab.
Change-Id: I8acdbfc844b461 0a47272f4f97d9d 3f385e5f27f
Closes-Bug: #1613577