Olivier
740368ded0
require python 3.10 since 3.9 is not suported in one month
2025-09-20 09:59:43 +02:00
Olivier
4a11975af7
fix release script
2025-04-08 14:51:23 +02:00
Olivier
51b1f6875f
run CI on newer python version
2025-03-31 21:17:00 +02:00
dependabot[bot]
44266819fc
Bump actions/checkout from 3 to 4
...
Bumps [actions/checkout](https://github.com/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 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-28 20:54:28 +01:00
Olivier
54895d2112
add format check to CI (might already have there but..)
2024-10-27 11:38:50 +01:00
Olivier
5ea8d17b5b
use uv in CI
2024-10-24 10:11:12 +02:00
Olivier
c773b51a4f
deprecate python <3.10 add 3.13 for CI
2024-10-24 10:11:12 +02:00
dependabot[bot]
add6eddaab
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.3
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.9.0 to 1.10.3.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](ec4db0b4dd...f7600683ef )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-10-17 13:41:01 +02:00
Roman Yurchak
8dfb533e93
Add pre-commit-config
2024-10-16 11:23:51 +02:00
Olivier
f9f5895b49
use pypy-3.10
2024-07-02 10:35:21 +02:00
dependabot[bot]
8537ae2660
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.8.14 to 1.9.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](81e9d935c8...ec4db0b4dd )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-17 12:40:44 +02:00
dependabot[bot]
92dfc737f5
Bump actions/checkout from 2 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 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/v2...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-25 11:51:19 +02:00
dependabot[bot]
0eacab50c2
Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.14
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.4.2 to 1.8.14.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](27b31702a0...81e9d935c8 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-25 11:51:06 +02:00
dependabot[bot]
abacd3401b
Bump github/codeql-action from 2 to 3
...
Bumps [github/codeql-action](https://github.com/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 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-25 11:50:56 +02:00
dependabot[bot]
c0f230db0e
Bump actions/setup-python from 3 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-24 22:11:18 +02:00
Alex Ruddick
81505b4658
ci: Add Github actions to Dependabot config
2024-04-24 22:06:47 +02:00
Alex Ruddick
11fde4c875
ci: update checkout and setup-python actions
2024-04-24 22:06:47 +02:00
Olivier
2268ac9664
update release script
2023-12-20 13:12:05 +01:00
Yuta Okamoto
daa74c2803
Add type hints to the Node methods ( #1432 )
...
* Add type hints to the Node methods
* remove a duplicated import
* make `server` accept as Client
2023-09-11 15:07:40 +02:00
Olivier
d24dacff37
typo in CI names
2023-05-01 21:18:36 +02:00
Olivier
e8a67e5d6d
run mypy in seperate github check
2023-05-01 21:18:36 +02:00
Olivier
ab747c25c0
use ruff instead of flake8 for liting in CI
2023-05-01 21:18:36 +02:00
Roman Yurchak
a2bdf7f352
Do not fail all jobs if one fails
2023-05-01 19:01:53 +02:00
Roman Yurchak
6114bf42ce
Re-enable mypy in CI
2023-05-01 19:01:53 +02:00
Alexander Schrode
6c7801220d
Add complete dependabot config
...
Somehow the config got lost
2023-04-01 21:46:42 +02:00
Alexander Schrode
de8269e4da
Harding xml import ( #1259 )
...
* add enum/struct import for xml
* remove warning for doc elements
* respect datatype in insert order
directly import structs/enums
* fix unittest
the new import need all variables a hand . So register the the additional types before
* fix case in path
* prevent regreistration of class
* fix test because of changed import order
* Add nodeset via git submodule
* handle alias
* use submodule
* Add "Opc.Ua.PlasticsRubber.GeneralTypes.NodeSet2.xml
* prevent endlessloop in sort nodes
* Add dependabot
* correct merge error
2023-03-31 14:10:17 +02:00
oroulet
a0de622098
run tests with python3.11 in github.
2022-10-31 10:39:49 +01:00
jmtatsch
8fffd7e47f
Update codeql-analysis.yml
...
bump codeql action to v2 https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
2022-07-31 20:36:49 +02:00
oroulet
8a55f4bfbe
disable mypy tests which are now broken
2022-06-14 20:53:45 +02:00
vruge
a6f38838ba
enable mypy
...
- mirror change from mypy
- ignore mypy errors
- better to fix issues step by step
2022-04-27 08:31:47 +02:00
oroulet
a73affdfcc
iupdate CI python versions
2021-11-05 19:55:17 +01:00
oroulet
3d94d609b3
Create codeql-analysis.yml
2021-11-05 19:41:03 +01:00
Fabian Beitler
4fedec4cc3
Update bug_report.md
2021-01-23 18:49:41 +01:00
oroulet
e318ef74b5
run CI on 3.9
2020-12-25 12:01:40 +01:00
oroulet
1edd4b4ed3
new release v0.9.8
2020-12-25 11:47:17 +01:00
oroulet
31de2b9cab
add pypy pipeline
2020-12-22 18:40:26 +01:00
oroulet
80a1501786
Create python-publish.yml
2020-12-22 18:29:34 +01:00
oroulet
96d9466276
Create python-package.yml
...
Update python-package.yml
add requirements.txt file
update flake8 config
fix action config
2020-12-22 18:21:54 +01:00
Fabian Beitler
eec8b64c3e
Update bug_report.md
...
Fix some small optical changes
2020-12-15 15:03:14 +01:00
Fabian Beitler
7ec28be714
Update bug_report.md
2020-12-15 13:14:34 +01:00
oroulet
2f994cdb42
Update issue templates
2020-12-09 08:33:43 +01:00