Commit graph

19 commits

Author SHA1 Message Date
s3lph
afd4710c44 Debian: Add postinst restart hook 2019-11-18 21:37:20 +01:00
s3lph
293b30ba59 Bump version number to 0.3.2 2019-09-24 16:25:18 +02:00
s3lph
eaa3a31947 Fix debian package build process: Version number and changelog 2019-09-24 16:23:35 +02:00
s3lph
3618f86bd1 v0.3.1 Version number bump, because Gitlab releases are weird 2019-09-21 15:10:40 +02:00
s3lph
d1f6f7c220 Bump version number 2019-09-21 15:01:54 +02:00
s3lph
c7e881f608 Add missing items to changelog 2019-09-21 14:48:23 +02:00
s3lph
895a72a348 Fix: Keep showing events that already started, but have not finished yet 2019-09-21 14:43:48 +02:00
s3lph
20ae18e064 Fix: Ensure scrape interval is positive 2019-09-01 23:24:23 +02:00
s3lph
7c6d32ef7b Merge branch 'feature/proper-logging' into dev 2019-09-01 23:22:00 +02:00
s3lph
3465e92d03 Codestyle: bare except 2019-09-01 23:18:23 +02:00
s3lph
dec4e98a0c Use a logger rather than print statements.
Unfortunately, bottle.py logs to stderr/stdout on its own.
2019-09-01 23:14:55 +02:00
s3lph
2ceb141864 Prepare release v0.2 2019-09-01 02:04:43 +02:00
s3lph
326ecf2a73 Merge branch 'feature/background-scrape' into 'dev'
Feature: Background Scrape

See merge request s3lph/icalendar-timeseries-server!1
2019-08-21 12:25:06 +00:00
s3lph
96064eec12 Remove unnecessary code for initial calendar scrape. 2019-08-21 13:57:38 +02:00
s3lph
4cc8adc7b9 Secure all critical sections using _SCRAPE_CACHE with a lock. 2019-08-21 13:52:25 +02:00
s3lph
8d3e28a11d Move first scrape from foreground to background 2019-08-21 13:51:43 +02:00
s3lph
ffc720cabe Update unit tests to work with per-calendar scrape intervals. 2019-08-21 13:40:16 +02:00
s3lph
bc024ea82d WIP: Implement regular scraping of the calendar sources in the background, instead of blocking in the foreground process 2019-08-20 15:53:51 +02:00
s3lph
5722fd7c98 Rename project to icalendar-timeseries-server 2019-08-20 00:24:51 +02:00