Wykres commitów

184 Commity (5f51f1896844fd3ee75a6fae615a2d638de5c3c6)

Autor SHA1 Wiadomość Data
Martin Eigenmann 5f51f18968
feat: add black, flake config and pre-commit 2021-10-11 09:49:29 +02:00
Martin Eigenmann 74b2bdcd09
fix: make it run 2021-10-11 08:39:44 +02:00
Martin Eigenmann 5aa36f0c44
feat: configure coverate 2021-10-11 08:37:04 +02:00
Martin Eigenmann 091ce500c3
feat: add codecov task 2021-10-11 08:36:39 +02:00
Thomas Irgang ebe2c2c832
run publish only on release 2021-09-10 20:06:26 +02:00
Thomas Irgang f6bd89849d
test: run on push to check result 2021-09-10 20:03:50 +02:00
Thomas Irgang a5da451d5f
add build status for master branch 2021-09-10 20:00:23 +02:00
Thomas Irgang 21586582e3
Create python-publish.yml 2021-09-10 19:57:05 +02:00
Thomas Irgang 01097c0da1
remove broken codecov link 2021-09-08 22:59:12 +02:00
Thomas Irgang f7caa0a5b8
add example 2021-09-08 22:43:18 +02:00
Thomas Irgang 41f287eb52
add Github Action badge 2021-09-08 22:38:20 +02:00
Thomas Irgang 475fcc0c65
Update README.md 2021-09-08 22:34:23 +02:00
Thomas Irgang 0b6c55f247
rename action to "run pytest" 2021-09-08 22:34:07 +02:00
Thomas Irgang 34292bb1ed
add Github action for tests 2021-09-08 22:22:11 +02:00
Thomas Irgang 535c203d3e
add documentation link 2021-09-08 22:20:47 +02:00
Thomas Irgang 6b52e5f680
add new Sphinx docs 2021-09-08 22:07:12 +02:00
Thomas Irgang 279e0d865d
delete old sphinx setup 2021-09-08 21:46:11 +02:00
Thomas Irgang fccb3fa9f7
update repo url 2021-09-07 19:53:20 +02:00
Thomas Irgang 21779f8a1a
update repo url 2021-09-07 19:52:16 +02:00
Thomas Irgang fa8db407c4
Create CONTRIBUTING.md
added contributing.md, as required by https://jazzband.co/about/guidelines
2021-09-07 18:51:28 +02:00
Thomas Irgang 415daf4976
fix formatting 2021-09-07 18:49:58 +02:00
Thomas Irgang 7df46d63f9
added jazzband tag 2021-09-07 18:49:37 +02:00
Alexander Hultnér fee7f429b8
Merge pull request #70 from kaitlynmcgoldrick/fix-compare-offset-datetimes-error
Fix can't compare offset-naive and offset-aware datetimes error
2021-02-11 16:52:38 +01:00
Alexander Hultnér bd4a63f9b8
Merge branch 'master' into fix-compare-offset-datetimes-error 2021-02-11 16:52:11 +01:00
Alexander Hultnér 89f3cf7155
Merge pull request #75 from mhdzumair/master
Impliment support for categories attribute
2021-01-19 12:00:00 +01:00
Alexander Hultnér faa1226e95
Merge pull request #72 from Mueller-Patrick/master
Preventing crash when running on AWS Lambda
2021-01-19 11:56:20 +01:00
Patrick Müller e7afadeeb4 Forgot to remove debug prints 2021-01-16 23:02:21 +01:00
Patrick Müller 58facc0276 Fixing wrong command to remove tmp dir 2021-01-16 20:38:07 +01:00
Patrick Müller e589d03d14 Running test in tmp dir to prevent permission issues 2021-01-16 19:26:01 +01:00
Patrick Müller e1bbcfdb27 Fixed issue with test case 2021-01-16 19:44:34 +01:00
Patrick Müller 542edeb39a Testing for logging output when opening in read-only directory 2021-01-16 18:48:11 +01:00
Patrick Müller 4e4a0b6b97 Changing to logging module for cache disabled warning 2021-01-16 17:41:34 +01:00
Mhd Zumair c35dc52ae3 Reformated & fix typo 2020-11-10 22:41:09 +05:30
Mhd Zumair 266457dc4a UnitTest: Add unit test for categories attribute 2020-11-10 22:33:28 +05:30
Mhd Zumair 9a2493accf icalparser: Add support for categories attribute 2020-11-10 22:30:31 +05:30
Patrick ad2b6d2dee
Printing error in case of read-only directory 2020-09-24 21:49:23 +02:00
Patrick bfd9e35641
Preventing crash when running on AWS Lambda 2020-09-24 19:27:26 +02:00
Kaitlyn McGoldrick 31a1b277e8 Fix can't compare offset-naive and offset-aware datetimes error 2020-08-25 12:43:57 -07:00
Thomas Irgang ce0581e2db
Update setup.py 2020-03-12 20:30:28 +01:00
Thomas Irgang b29c7f9184
Merge pull request #66 from ndw/enhancements-2020-03-10
A few enhancements to icalevents
2020-03-12 20:28:39 +01:00
Norman Walsh 11dfa8c64c
A few enhancements to icalevents 2020-03-10 11:18:12 +00:00
Thomas Irgang 3c377abd66
v0.1.24
Support SEQUENCE in ical events
2020-01-18 09:09:38 +01:00
Thomas Irgang 6d90709e05
Merge pull request #63 from peckpeck/patch-1
Support SEQUENCE in ical events
2020-01-18 09:08:51 +01:00
peckpeck 78005e1eb3
Support SEQUENCE in ical events
Sequences are used to know when an single event overrides a recurring event
2019-12-13 16:55:00 +01:00
Thomas Irgang 7a2969ed98
updated version to v0.1.23
Initialize default http client for downloader in constructor #61
2019-09-25 15:59:09 +02:00
Thomas Irgang ba905c3085
Merge pull request #61 from gangverk/default_http_client_fix
Initialize default http client for downloader in constructor
2019-09-25 15:57:23 +02:00
Pall Valmundsson 85d8c466d2 Initialize default http client for downloader in constructor
Allowing users to pass a manually created `Http` object to the download
class increases flexibility for various circumstances.

The current implementation does not work when used inside an AWS Lambda
as the filesystem is read-only and raises an unhandled IOError.

The changes should be fully backwards compatible.
2019-09-23 17:32:53 +00:00
Thomas Irgang a9d614f6b8
Update setup.py
pull requests merged
2019-08-20 08:12:12 +02:00
Thomas Irgang 17e467828a
Update .travis.yml
deploy only tagged
2019-08-20 08:09:33 +02:00
Thomas Irgang aa1b4f7fe1
Merge pull request #58 from fscs/none-returned-as-string
Fix string "None" being set as summary instead of object None
2019-08-20 08:04:36 +02:00