summaryrefslogtreecommitdiff
path: root/timeutil
AgeCommit message (Expand)Author
2018-07-30timeutil: fix first weekday of the month scheduleMaciej Borzecki
2018-03-23timeutil: in Human, count days with fingersJohn R. Lenton
2018-03-12many: support holding refreshes by setting refresh.holdSamuele Pedroni
2018-03-09cmd/snap, timeutil: fix issues found in review.John R. Lenton
2018-03-08cmd/snap, timeutil: cutoff is 60 days, arg is --abs-timeJohn R. Lenton
2018-03-08cmd/snap, timeutil: unify timestamp handling with snapcraftJohn R. Lenton
2018-03-03pass maxDuration into timeutil.Next, have it defined in snapstateSamuele Pedroni
2018-03-02timeutil: i18n.NG now takes ints.John R. Lenton
2018-03-02timeutil: include singular form to help gettextJohn R. Lenton
2018-03-01timeutil: use i18n.NG for plurals; reoder switchJohn R. Lenton
2018-03-01timeutil: make Human also work with times in the futureJohn R. Lenton
2018-02-28timeutil: timeutil.Human(t) gives a human-friendly string for tJohn R. Lenton
2018-02-22timeutil: account for 24h wrap when flattening clock spansMaciej Borzecki
2018-02-20timeutil: extend test cases for Includes()Maciej Borzecki
2018-02-19timeutil: use standard notation for time intervalsMaciej Borzecki
2018-02-19Merge remote-tracking branch 'origin/master' into bboozzoo/time-inside-scheduleMaciej Borzecki
2018-02-16timeutil: update comments in test casesMaciej Borzecki
2018-02-15timeutil: introduce helpers for checking it time falls inside the scheduleMaciej Borzecki
2018-02-15timeutil: fix scheduling on nth weekday of the monthMaciej Borzecki
2018-02-15timeutil: fix scheduling on nth weekday of the monthMaciej Borzecki
2018-01-05timeutil: use contsts for every week/last week schedule, update error messageMaciej Borzecki
2017-12-22timeutil: drop parseSingleSchedule()Maciej Borzecki
2017-12-22timeutil: rename Schedule.flattenedTimeSpans() -> Schedule.flattenedClockSpans()Maciej Borzecki
2017-12-22timeutil: rename ClockSpan.Subspans() -> ClockSpan.ClockSpans()Maciej Borzecki
2017-12-22timeutil: refactor parseClockSpan()Maciej Borzecki
2017-12-22timeutil: drop shorthand syntax (- and ~)Maciej Borzecki
2017-12-22timeutil: refer to parts eventset as 'fragments'Maciej Borzecki
2017-12-22timeutil: revise function comments and error messagesMaciej Borzecki
2017-12-22timeutil: replace event separator .. with ,,Maciej Borzecki
2017-12-19timeutil: address review feedback (thanks @stolowski)Maciej Borzecki
2017-12-14timeutil: rename parseTimeInterval() to parseClockRange()Maciej Borzecki
2017-12-14timeutil: update parseClockSpan() commentMaciej Borzecki
2017-12-14timeutil: update invalid week number error messageMaciej Borzecki
2017-12-14timeutil: randomizedSpanToken -> spreadTokenMaciej Borzecki
2017-12-14timeutil: shortTimeSpec -> shorthandTimeMaciej Borzecki
2017-12-14timeutil: remove unnecessary commentMaciej Borzecki
2017-12-14timeutil: refactor pointer/nonpointer return valuesMaciej Borzecki
2017-12-14timeutil: extend tests casesMaciej Borzecki
2017-12-14timeutil: parseCount() cleanupMaciej Borzecki
2017-12-14timeutil: update parseWeekSpan() error messagesMaciej Borzecki
2017-12-14timeutil: update ScheduleWindow.IsZero() commentMaciej Borzecki
2017-12-13timeutil: refactor parser logicMaciej Borzecki
2017-12-13timeutil: refactor parseWeekday()Maciej Borzecki
2017-12-13timeutil: drop IsValidWeekday()Maciej Borzecki
2017-12-12timeutil: update formattingMaciej Borzecki
2017-12-11timeutil: apply smarter formatting to testsMaciej Borzecki
2017-12-11timeutil: move comments inside if blocks they refer toMaciej Borzecki
2017-12-11timeutil: drop Schedule.weekSpans()Maciej Borzecki
2017-12-11timeutil: cleanup ScheduleWindow interfaceMaciej Borzecki
2017-12-11timeutil: fix commentMaciej Borzecki