Commit graph

45 commits

Author SHA1 Message Date
s3lph 5e52dffc27
feat: migrate from woodpecker to forgejo actions
All checks were successful
/ test (push) Successful in 56s
/ codestyle (push) Successful in 55s
/ build_wheel (push) Successful in 1m51s
/ build_debian (push) Successful in 2m23s
2023-12-19 05:25:00 +01:00
s3lph 5f8653797f
chore: bump version number
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2023-08-12 14:09:06 +02:00
s3lph fd85f5b1c2
chore: migrate from gitlab-ci to woodpecker
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-08-12 14:05:06 +02:00
s3lph c94003cba7 Works, restricting to tags only 2022-07-19 23:33:03 +02:00
s3lph 69315c80e8 Add CI task to trigger a build of the repository pipeline 2022-07-19 23:29:07 +02:00
s3lph 879bd5b1b7 0.6.1 2022-07-19 03:39:46 +02:00
s3lph 675e391ea5 release.py: Use new Gitlab releases API 2022-07-19 03:02:36 +02:00
s3lph dc3f7101f0 Fix: A specific API field has to be a string rather than float, and recent Grafana versions validate this. 2022-07-19 03:01:46 +02:00
s3lph 396e0e5c5f Fix release script 2022-02-19 03:48:26 +01:00
s3lph 90b80ae529 v0.5: Exponential backoff for retrys 2022-02-19 03:29:27 +01:00
s3lph 28c2b1d425 Bump version to 0.4.1 2021-05-24 05:34:52 +02:00
s3lph f99496c497 0.4.1 2021-05-24 05:33:32 +02:00
s3lph fae85de8ca Fix codestyle 2020-11-06 03:35:22 +01:00
s3lph 395393345e Implement todo exporting 2020-11-06 03:30:47 +01:00
s3lph 7f36e5b8dc Merge branch 'hotfix-release-script' into 'master'
release.py: Replace default user agent by that of curl

See merge request s3lph/icalendar-timeseries-server!9
2020-06-21 03:07:58 +00:00
s3lph b5304cb8d7 release.py: Replace default user agent by that of curl 2020-06-21 05:01:55 +02:00
s3lph 59ea26514c Merge branch 'dev' into 'master'
Release 0.3.3

See merge request s3lph/icalendar-timeseries-server!8
2020-06-18 22:42:06 +00:00
s3lph 7963dc7bb8 Prepare 0.3.3 release 2020-06-19 00:38:50 +02:00
s3lph 58145fe178 Fix type confusion bug in recurring events 2020-06-19 00:35:12 +02:00
s3lph 7dad5ff034 Merge branch 'remove-pytz' into 'dev'
Remove pytz dependency in favor of dateutil.tz

See merge request s3lph/icalendar-timeseries-server!7
2019-11-18 20:50:04 +00:00
s3lph e29ef0ff2c Remove pytz dependency in favor of dateutil.tz 2019-11-18 21:46:41 +01:00
s3lph afd4710c44 Debian: Add postinst restart hook 2019-11-18 21:37:20 +01:00
s3lph 9907436a24 Merge branch 'dev' into 'master'
Fix Debian build process

See merge request s3lph/icalendar-timeseries-server!6
2019-09-24 14:27:30 +00: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 3867e177cb Merge branch 'dev' into 'master'
v0.3.1 Version number bump, because Gitlab releases are weird

See merge request s3lph/icalendar-timeseries-server!5
2019-09-21 13:11:54 +00:00
s3lph 3618f86bd1 v0.3.1 Version number bump, because Gitlab releases are weird 2019-09-21 15:10:40 +02:00
s3lph 7187b62bf0 Merge branch 'dev' into 'master'
Bump version number to v0.3

See merge request s3lph/icalendar-timeseries-server!4
2019-09-21 13:04:38 +00:00
s3lph d1f6f7c220 Bump version number 2019-09-21 15:01:54 +02:00
s3lph 3574e04d6c Merge branch 'dev' into 'master'
Version 0.3

See merge request s3lph/icalendar-timeseries-server!3
2019-09-21 12:53:11 +00: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 2b04a8b9c6 Merge branch 'dev' into 'master'
Release 0.2

See merge request s3lph/icalendar-timeseries-server!2
2019-09-01 00:06:47 +00: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