Marc Mueller
a752f8e7d7
Remove microsoft apt package list before update ( #116097 )
2024-04-24 13:17:01 +02:00
J. Nick Koston
e3984cd50a
Temporary CI workaround for broken microsoft ubuntu repo ( #116091 )
2024-04-24 12:06:52 +02:00
dependabot[bot]
62dadc47ff
Bump github/codeql-action from 3.25.1 to 3.25.2 ( #116016 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 00:02:31 +02:00
Marc Mueller
9cdf7b435a
Add uv version to wheels cache key [ci] ( #116021 )
2024-04-23 11:06:29 +02:00
dependabot[bot]
e2b401397d
Bump actions/upload-artifact from 4.3.1 to 4.3.3 ( #116015 )
2024-04-23 09:24:32 +02:00
dependabot[bot]
616c7ce68b
Bump actions/download-artifact from 4.1.4 to 4.1.6 ( #116017 )
2024-04-23 09:23:45 +02:00
Erik Montnemery
2caca7fbe3
Generate requirements per supported architecture ( #115708 )
...
* Generate requirements per supported architecture
* Don't store wheels requirements in the repo
* Dry run
* Set Python version
* Install base packages
* Fix
* Fix
* Fix
* Fix typo
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Genarate requirements_all_pytest.txt
* Fix hassfest
* Reenable building wheels
* Remove unneeded code
* Address review comment
* Fix lying comment
* Add tests, address review comments
* Deduplicate
* Fix file name
* Add comment
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-04-22 19:23:08 +02:00
dependabot[bot]
66ea528e94
Bump actions/checkout from 4.1.2 to 4.1.3 ( #115945 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 09:43:19 +02:00
dependabot[bot]
f8738d9263
Bump actions/download-artifact from 4.1.4 to 4.1.5 ( #115841 )
2024-04-19 12:22:09 +02:00
dependabot[bot]
8d7ef6ea9a
Bump actions/upload-artifact from 4.3.1 to 4.3.2 ( #115842 )
2024-04-19 12:11:08 +02:00
dependabot[bot]
4374ec767d
Bump github/codeql-action from 3.25.0 to 3.25.1 ( #115796 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-18 10:14:51 +02:00
Erik Montnemery
e4280b2c00
Use aiohttp-zlib-ng[isal] ( #115767 )
2024-04-17 17:57:34 +02:00
Erik Montnemery
08b565701c
Include hash of requirements.txt in venv cache key ( #115759 )
2024-04-17 16:37:49 +02:00
Erik Montnemery
ba4731ecb4
Remove stale packages from uncommenting when building wheels ( #115700 )
2024-04-17 11:54:53 +02:00
Erik Montnemery
537b00db9a
Fix stale comment in wheels.yml ( #115736 )
2024-04-17 08:50:33 +02:00
Matthew Hallonbacka
4a89e18b7e
Fix check for missing parts on incoming SMS ( #105068 )
...
* Fix check for missing parts on incoming SMS
* Add tests for get_and_delete_all_sms function
* Fix CI issues
* Install libgammu-dev in CI
* Bust the venv cache
* Include python-gammu in requirements-all.txt
* Adjust install of dependencies
---------
Co-authored-by: Erik <erik@montnemery.com>
2024-04-16 21:34:09 +02:00
dependabot[bot]
679752ceb8
Bump github/codeql-action from 3.24.10 to 3.25.0 ( #115686 )
2024-04-16 12:33:10 +02:00
Robert Resch
68ba4d57d5
Remove unused CI code ( #115300 )
2024-04-13 17:24:02 +02:00
Marc Mueller
f70ce8abf9
Fix ci Python cache key ( #115467 )
2024-04-12 13:11:24 +02:00
TheJulianJES
6ba7a30cc8
Fix Codecov upload with token ( #115384 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-04-11 09:51:09 -10:00
Jan-Philipp Benecke
fa3cba5b87
Bump codecov/codecov-action to v4.3.0 ( #115317 )
2024-04-09 12:15:30 -10:00
dependabot[bot]
c5f05908d7
Bump github/codeql-action from 3.24.9 to 3.24.10 ( #115179 )
2024-04-08 10:46:25 +02:00
dependabot[bot]
63392ea1c2
Bump Wandalen/wretry.action from 3.0.1 to 3.1.0 ( #114916 )
2024-04-05 12:16:27 +02:00
dependabot[bot]
c18ff39540
Bump Wandalen/wretry.action from 2.1.0 to 3.0.1 ( #114805 )
...
Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action ) from 2.1.0 to 3.0.1.
- [Release notes](https://github.com/wandalen/wretry.action/releases )
- [Commits](https://github.com/wandalen/wretry.action/compare/v2.1.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: Wandalen/wretry.action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-04 08:38:15 +02:00
Robert Resch
e2c99d226e
Fix CI after splitting tests ( #114754 )
2024-04-03 16:45:07 +02:00
Robert Resch
ed88c2abc9
Replace pytest-test-groups by custom tests splitter ( #114381 )
...
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2024-04-03 15:43:12 +02:00
dependabot[bot]
3eafdadc8f
Bump Wandalen/wretry.action from 3.0.0 to 3.0.1 ( #114714 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 09:13:53 +02:00
dependabot[bot]
667e119d32
Bump Wandalen/wretry.action from 2.1.0 to 3.0.0 ( #114554 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 09:07:47 +02:00
Robert Resch
ed90df309c
Fix script for checking on existing translations ( #114354 )
2024-03-28 09:11:02 +01:00
Robert Resch
acb9eb4818
Download translations only once in the build pipeline ( #114335 )
2024-03-27 22:52:02 +01:00
Franck Nijhof
3d4733a026
Bump version to 2024.5.0dev0 ( #114324 )
2024-03-27 19:43:38 +01:00
Robert Resch
aaecbbdc40
Update bump_version.py to append also the time to nightlies and add possibility to set manual a nightly version ( #114300 )
2024-03-27 14:12:45 +01:00
dependabot[bot]
4d7da61e99
Bump actions/setup-python from 5.0.0 to 5.1.0 ( #114276 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 08:39:56 +01:00
Robert Resch
0338aaf577
Allow pre-releases for "Adjust nightly version" only ( #114219 )
2024-03-26 10:05:13 +01:00
Robert Resch
c8948e3b1c
Use uv and sort jobs in builder.yml ( #114153 )
2024-03-25 09:50:06 +01:00
dependabot[bot]
5c0888ba28
Bump Wandalen/wretry.action from 2.0.0 to 2.1.0 ( #114150 )
2024-03-25 08:56:33 +01:00
dependabot[bot]
aa1179ccc4
Bump github/codeql-action from 3.24.8 to 3.24.9 ( #114151 )
2024-03-25 08:55:35 +01:00
Robert Resch
8d51ff0f2c
Create registry matrix to run publishing for images in parallel ( #114060 )
2024-03-23 13:29:29 +01:00
Robert Resch
ce48e6e574
Fix building images for nightlies ( #114054 )
2024-03-23 11:22:38 +01:00
Robert Resch
c282172252
Use uv instead of pip on production images ( #112496 )
2024-03-22 16:50:07 +01:00
Franck Nijhof
ee2e98b475
Update cosign to 2.2.3 ( #113996 )
2024-03-22 13:27:06 +01:00
dependabot[bot]
ccfe0ba036
Bump Wandalen/wretry.action from 1.4.10 to 2.0.0 ( #113888 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 11:43:11 +01:00
dependabot[bot]
dfbfdf781e
Bump home-assistant/builder from 2024.01.0 to 2024.03.5 ( #113887 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-20 20:13:44 +01:00
Marc Mueller
9a38f0de0b
Update actions/cache to 4.0.2 ( #113817 )
2024-03-20 01:16:21 +01:00
Robert Resch
5230a8a210
Simplify UV install in CI ( #113803 )
2024-03-19 11:49:15 +01:00
dependabot[bot]
ed9b5d843c
Bump github/codeql-action from 3.24.7 to 3.24.8 ( #113789 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 08:27:32 +01:00
dependabot[bot]
f680065664
Bump dawidd6/action-download-artifact from 3.1.3 to 3.1.4 ( #113788 )
2024-03-19 08:15:06 +01:00
dependabot[bot]
20897e0a3a
Bump dawidd6/action-download-artifact from 3.1.2 to 3.1.3 ( #113720 )
2024-03-18 08:28:10 +01:00
dependabot[bot]
e9e5712c31
Bump docker/login-action from 3.0.0 to 3.1.0 ( #113384 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 09:48:46 +01:00
Marc Mueller
d1d28dbfb8
Fix uv cache dir env [ci] ( #113312 )
2024-03-14 05:01:57 +01:00