Wykres commitów

1059 Commity (issue_348)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 5e5e969bb4 reproducing the error if no : is given
see https://github.com/collective/icalendar/issues/348
2022-10-05 21:07:26 +01:00
Jaca 514fb1b4f9
Merge pull request #430 from niccokunzmann/document-maintenance
Document maintenance
2022-10-05 20:09:19 +02:00
Jaca 4082c9e58d
Merge pull request #427 from niccokunzmann/add-readthedocs-badge
add badge for https://readthedocs.org/projects/icalendar/
2022-10-05 20:08:21 +02:00
Nicco Kunzmann a8bbfb9349 add links for maintainers 2022-10-03 23:14:12 +01:00
Nicco Kunzmann 087a90dd11 add Maintenance Section 2022-10-03 23:08:36 +01:00
Nicco Kunzmann d6ac756649 correct spelling 2022-10-03 23:08:21 +01:00
Nicco Kunzmann 3c291613b9 add badge for https://readthedocs.org/projects/icalendar/ 2022-10-03 21:37:53 +01:00
Jaca 8ad7d2a6de
Merge pull request #417 from jacadzaca/test_restructure_test_issue_178
refactor test_issue_178
2022-10-03 19:03:01 +02:00
Jaca 4661b3b618
Merge branch 'master' into test_restructure_test_issue_178 2022-10-03 19:01:17 +02:00
Jaca f17470817a
Merge pull request #413 from jacadzaca/test_restructure_issue_168
restructure issue 168
2022-10-03 19:00:10 +02:00
Jaca 76b51ae8b6
Merge branch 'master' into test_restructure_issue_168 2022-10-03 18:52:18 +02:00
Jaca 811b0fc98e
Merge branch 'master' into test_restructure_test_issue_178 2022-10-03 18:50:39 +02:00
Nicco Kunzmann 97af222252
Merge pull request #414 from jacadzaca/test_restructure_issue_335
Test restructure issue 335
2022-10-01 21:03:40 +01:00
Nicco Kunzmann 7eedbf6b47
Merge branch 'master' into test_restructure_issue_335 2022-10-01 20:58:32 +01:00
Nicco Kunzmann a9f4363a4f
Merge pull request #416 from jacadzaca/test_restructure_test_issue_142_143
refactor test_issue_142 and test_issue_143
2022-10-01 20:57:04 +01:00
Nicco Kunzmann c9f90cfb45
Merge branch 'master' into test_restructure_test_issue_142_143 2022-10-01 20:52:00 +01:00
Nicco Kunzmann 71713a2dab
Merge branch 'master' into test_restructure_issue_335 2022-10-01 20:40:52 +01:00
Jaca 6827f7cf01
Merge pull request #410 from jacadzaca/test_restructure_issue_104
Test restructure issue 104
2022-09-29 12:42:37 +02:00
Nicco Kunzmann c409efd358
make __getattr__ smaller
- conditional removed: __getattr__ is only called when an attribute does not exist
- try/except removed: yield original error instead of KeyError
- remove logger
2022-09-29 11:35:07 +01:00
Nicco Kunzmann fc467546b7
make __getattr__ smaller
- conditional removed: __getattr__ is only called when an attribute does not exist
- try/except removed: yield original error instead of KeyError
2022-09-29 11:33:20 +01:00
jaca 7723670e09
refactor test_issue_168 2022-09-29 12:30:35 +02:00
Nicco Kunzmann fa54de2f9f
access calendars like events in tests 2022-09-29 11:24:12 +01:00
jaca eb2fcf1669
refactor test_issue_142 and test_issue_143 2022-09-29 12:18:25 +02:00
Nicco Kunzmann 57e7dc3a51
Merge branch 'master' into test_restructure_issue_104 2022-09-29 00:27:06 +01:00
Nicco Kunzmann cdff06ea85
remove parametrization
This adds suggested changes
see https://github.com/collective/icalendar/pull/410#discussion_r982926625
2022-09-29 00:20:12 +01:00
Nicco Kunzmann 09f1f73079
Merge pull request #411 from jacadzaca/test_restructure_issue_112
Test restructure issue 112
2022-09-29 00:14:04 +01:00
Nicco Kunzmann d3c0e0803d
Merge branch 'master' into test_restructure_issue_112 2022-09-29 00:10:46 +01:00
Nicco Kunzmann b597c57e26
Merge pull request #412 from jacadzaca/test_restructure_issue_157
Test restructure issue 157
2022-09-29 00:09:31 +01:00
Nicco Kunzmann a3f2621e29
Merge branch 'master' into test_restructure_issue_157 2022-09-29 00:07:52 +01:00
Nicco Kunzmann 5d4e58028f
Merge pull request #415 from jacadzaca/test_restructure_issue_345
refactor test_issue_345
2022-09-28 23:36:16 +01:00
Nicco Kunzmann 948fbb8a6c
Merge pull request #423 from niccokunzmann/remove-getattr
remove getattr() call where [] can be used
2022-09-27 09:55:39 +01:00
Jaca a580f2ef57
Merge pull request #2 from niccokunzmann/jacadzaca-test_restructure_issue_345
Jacadzaca test restructure issue 345
2022-09-26 21:12:13 +02:00
Nicco Kunzmann 64c8604f51 add missing test cases for uid
see https://github.com/collective/icalendar/pull/415/files#r980383444
2022-09-26 20:01:40 +01:00
Nicco Kunzmann 61a7a34a8b Merge branch 'test_restructure_issue_345' of https://github.com/jacadzaca/icalendar into jacadzaca-test_restructure_issue_345 2022-09-26 19:47:20 +01:00
Nicco Kunzmann ed67e27605
Merge pull request #409 from jacadzaca/test_restructure_issue_101
Test restructure issue 64, 101 (unicode encoding tests)
2022-09-26 19:33:20 +01:00
Nicco Kunzmann 602ff19f8e
remove already removed tests for issues 70 and 100
see https://github.com/collective/icalendar/pull/409#discussion_r980368815
2022-09-26 19:31:32 +01:00
Nicco Kunzmann fe1f1fc943 correct misspelling 2022-09-26 18:17:40 +01:00
Nicco Kunzmann 6280c7cc76
Merge branch 'master' into test_restructure_issue_101 2022-09-26 18:16:26 +01:00
Nicco Kunzmann 197f44c84a remove getattr() call where [] can be used 2022-09-26 18:09:56 +01:00
Nicco Kunzmann 8a943f1ade
Merge pull request #408 from jacadzaca/test_restructure_issue_100_184
Test restructure issue 100 184
2022-09-26 18:05:54 +01:00
Nicco Kunzmann 8c365ddbed
Merge branch 'master' into test_restructure_issue_100_184 2022-09-26 18:04:28 +01:00
Jaca af55a37cf3
Merge pull request #422 from niccokunzmann/issue-419-temp-fix
Revert "fix Sphinx build"
2022-09-26 18:54:47 +02:00
Nicco Kunzmann 1a1a601b22
Merge pull request #407 from jacadzaca/test_restructure_index_error
Test restructure index error
2022-09-26 17:43:40 +01:00
Nicco Kunzmann 71b3b9d9cf
Merge pull request #403 from jacadzaca/test_restructure_issue_55
Test restructure - test_restructure_issue_55
2022-09-26 17:38:29 +01:00
Nicco Kunzmann eaf1ece797 Revert "fix Sphinx build"
This reverts commit f4b50d6b96.

This is to check if the usual, non-pinned installation works like
it did before.
2022-09-26 17:34:52 +01:00
Jaca 8e9a21c915
Merge pull request #420 from niccokunzmann/issue-419-temp-fix
fix Sphinx build
2022-09-25 14:46:41 +02:00
Jaca a820e03751
Merge branch 'master' into test_restructure_issue_55 2022-09-25 12:20:56 +02:00
jaca e24a965805
refactor test_issue_55 2022-09-25 12:15:38 +02:00
Nicco Kunzmann f4b50d6b96 fix Sphinx build 2022-09-25 08:33:19 +01:00
Nicco Kunzmann 3628acbfd4
Merge branch 'master' into test_restructure_index_error 2022-09-24 22:51:32 +01:00