Wykres commitów

1420 Commity (master)

Autor SHA1 Wiadomość Data
angatha 9cba8955d6
Merge pull request #611 from jspricke/fix_greenland
Use non deprecated name for America/Nuuk
2024-04-27 05:51:31 +02:00
Jochen Sprickerhof 7459b98a1e
Use non deprecated name for America/Nuuk 2024-04-26 23:38:31 +02:00
Nicco Kunzmann e4f072dfad
Merge pull request #606 from collective/niccokunzmann-patch-3
Create FUNDING.yml
2024-04-16 13:00:24 +02:00
Nicco Kunzmann defbfc2efe
Merge branch 'master' into niccokunzmann-patch-3 2024-04-16 12:55:02 +02:00
Jaca 2b1cd4e00b
Merge pull request #608 from niccokunzmann/release-to-github
[WIP] Create GitHub Releases
2024-03-26 10:14:49 +01:00
Jaca f48388b5b1
Merge pull request #603 from niccokunzmann/refactor-test-7
Analyse code coverage in tests
2024-03-26 10:12:33 +01:00
Jaca a39369533f
Merge pull request #601 from niccokunzmann/refactor-test-5
Refactor time tests
2024-03-26 10:12:02 +01:00
Jaca af34e22ef6
Merge pull request #600 from niccokunzmann/refactor-test-4
Refactor property parameter tests
2024-03-26 10:11:02 +01:00
Nicco Kunzmann b819df2bb4 log changes 2024-03-19 22:52:27 +00:00
Nicco Kunzmann 245ffb6dae use different release action 2024-03-19 22:37:40 +00:00
Nicco Kunzmann 6bcf40e405 Create GitHub Releases 2024-03-19 22:26:17 +00:00
Nicco Kunzmann 68893d7cae Add new CHANGELOG section for future release
See https://icalendar.readthedocs.io/en/latest/maintenance.html#new-releases
2024-03-19 22:12:20 +00:00
Nicco Kunzmann 5551ad9061 version 5.0.12
see https://icalendar.readthedocs.io/en/latest/maintenance.html
2024-03-19 23:07:36 +01:00
Nicco Kunzmann 1d7169d24d
Update CHANGES.rst 2024-03-19 17:55:53 +00:00
Nicco Kunzmann 378cb45d32
Create FUNDING.yml
This adds the collective: https://opencollective.com/python-icalendar
See https://github.com/collective/icalendar/discussions/512
2024-03-19 17:55:09 +00:00
Nicco Kunzmann df92604aa2 Add missing test file 2024-03-19 17:17:57 +00:00
Nicco Kunzmann a09daf6493 Refactor property parameter tests 2024-03-19 17:15:46 +00:00
Nicco Kunzmann 572431fdf0
Merge branch 'master' into refactor-test-5 2024-03-19 18:09:30 +01:00
Jaca f41772059a
Merge pull request #602 from niccokunzmann/refactor-test-6
Refactor calendar tests
2024-03-18 19:18:01 +01:00
Jaca b51fef6e9a
Merge pull request #599 from niccokunzmann/refactor-test-3
Move imports to top
2024-03-18 19:13:55 +01:00
Jaca fb0baf4064
Merge pull request #598 from niccokunzmann/refactor-test-2
Improve equality tests
2024-03-18 19:13:36 +01:00
Jaca 00a2d56f2e
Merge pull request #597 from niccokunzmann/refactor-test-1
refactor test file for issue 116
2024-03-18 19:12:45 +01:00
Nicco Kunzmann 37dd7cd18a log changes 2024-03-18 17:44:16 +00:00
Nicco Kunzmann 8f377be9e3 Analyse code coverage in tests
By analysing the code coverage in the test files, we can make sure that we do not accidentially remove a test
and that all test code actually is used
2024-03-18 17:41:02 +00:00
Nicco Kunzmann a59ce3c7b7 Refactor calendar tests for use with pytest 2024-03-18 15:28:03 +00:00
Nicco Kunzmann dec17302c5 Move some calendar tests to pytest 2024-03-17 16:55:52 +00:00
Nicco Kunzmann 30d60405b8 remove code duplication 2024-03-17 16:32:00 +00:00
Nicco Kunzmann 33298918c6 Refactor time tests 2024-03-17 16:08:30 +00:00
Nicco Kunzmann f6a538e351 Move imports to top 2024-03-17 11:56:38 +00:00
Nicco Kunzmann 6f4ea86dab Improve equality tests
reduce the code duplication
test more cases in the same way
2024-03-17 11:47:04 +00:00
Nicco Kunzmann 9f5d7bae68 refactor test file for issue 116 2024-03-17 11:25:54 +00:00
dependabot[bot] 7db6b37f25 Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2` | `3` |
| [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
| [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
| [elgohr/Github-Release-Action](https://github.com/elgohr/github-release-action) | `4` | `5` |


Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

Updates `actions/checkout` from 3 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

Updates `elgohr/Github-Release-Action` from 4 to 5
- [Release notes](https://github.com/elgohr/github-release-action/releases)
- [Commits](https://github.com/elgohr/github-release-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: elgohr/Github-Release-Action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-29 14:40:55 +00:00
Christian Clauss 7c930b1854 Update dependabot.yml 2024-01-29 14:37:50 +00:00
Christian Clauss d1ceabdfec Create 591.minor-changes 2024-01-29 14:37:50 +00:00
Christian Clauss 0ac4f6fc3a Keep GitHub Actions up to date with GitHub's Dependabot
* https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
* https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem
2024-01-29 14:37:50 +00:00
Jaca 518c18ad91
Merge pull request #590 from Shortfinga/master
Update license
2024-01-24 17:23:09 +01:00
Maximilian Wirtz ef64213c24 Use proper SPDX identifier
BSD is ambiguous. There are several BSD versions and flavours out there
(see https://spdx.org/licenses/). Based on the `LICENSE.rst` I think it
is "BSD 2-Clause "Simplified" License".
2024-01-24 16:41:11 +01:00
ennamarie19 bf8ad7add8
Merge pull request #587 from niccokunzmann/reproduce-fuzz-errors
Add scripts and tests to reproduce fuzzer errors in pytest
2024-01-08 20:41:53 -05:00
Jaca 369aac36b8
Merge pull request #588 from jiangyinzuo/patch-1
Update cli.rst
2024-01-05 13:17:48 +01:00
Yinzuo Jiang 0e30c0998a
Update CHANGES.rst 2024-01-05 18:38:59 +08:00
Yinzuo Jiang 4582cd0a35
Update cli.rst 2024-01-05 18:31:35 +08:00
Nicco Kunzmann fb83c4ef98 Update workflow steps versions 2023-12-31 21:47:21 +00:00
Nicco Kunzmann c90092a52a ignore broken unicode 2023-11-21 15:16:37 +00:00
Nicco Kunzmann dddbafb80a fix broken unicode 2023-11-21 15:13:33 +00:00
Nicco Kunzmann d039b71405 fix fuzzer call 2023-11-21 15:05:34 +00:00
Nicco Kunzmann 575dc227eb add to changelog 2023-11-21 14:55:43 +00:00
Nicco Kunzmann 0af037b63c Add scripts and tests to reproduce fuzzer errors in pytest
- move fuzzing tests in to test folder
- create a script that runs the fuzzer and extracts the test case if the test fails
2023-11-21 14:53:47 +00:00
angatha 951bd67bb3
Merge pull request #585 from niccokunzmann/collaborator
rename contributor to collaborator
2023-11-15 19:09:11 +01:00
angatha 12fc882c9f
Replace contributors with collaborators in Links section 2023-11-15 18:56:21 +01:00
Nicco Kunzmann b8be6256a9 rename contributor to collaborator 2023-11-14 15:16:13 +00:00