Pascal Vizeli
|
3d79891249
|
Make dbus connection more robust (#2325)
* Make dbus connection more robust
* move rauc down
|
2020-12-02 17:22:28 +01:00 |
|
Pascal Vizeli
|
80763c4bbf
|
Support OTA url over version files (#2324)
* Support OTA url over version files
* Fix new schema
2020.12.1
|
2020-12-02 14:59:42 +01:00 |
|
Pascal Vizeli
|
59102afd45
|
Fix sentry with sets (#2323)
|
2020-12-02 12:43:38 +01:00 |
|
Pascal Vizeli
|
0b085354db
|
Send list of images to sentry (#2321)
2020.12.0
|
2020-12-01 14:29:37 +01:00 |
|
Pascal Vizeli
|
e2a473baa3
|
Add network reload to api (#2319)
|
2020-12-01 14:03:59 +01:00 |
|
Pascal Vizeli
|
06e10fdd3c
|
Fix NM naming schema (#2318)
* Fix NM naming schema
* Address comments
* Add test
|
2020-12-01 12:11:20 +01:00 |
|
Pascal Vizeli
|
fb4386a7ad
|
Use persistent MAC address instead clone / don't touch default (#2317)
|
2020-12-01 09:27:49 +01:00 |
|
Pascal Vizeli
|
2d294f6841
|
Make evaluation of container better (#2316)
2020.11.8
|
2020-11-30 18:00:12 +01:00 |
|
Pascal Vizeli
|
e09a839148
|
Fix byte order for network DNS settings (#2315)
2020.11.7
|
2020-11-30 15:22:02 +01:00 |
|
Pascal Vizeli
|
d9c4dae739
|
Send error to sentry from update
2020.11.6
|
2020-11-30 10:28:05 +00:00 |
|
Pascal Vizeli
|
49853e92a4
|
Fix sentry spam (#2313)
|
2020-11-30 11:01:10 +01:00 |
|
Pascal Vizeli
|
19620d6808
|
Fix: cleanup repository from list (#2310)
* Fix: cleanup repository from list
* Add repr
* Avoid not exists error message
2020.11.5
|
2020-11-29 14:00:29 +01:00 |
|
Pascal Vizeli
|
f6bf44de1c
|
Add tests for remove function (#2309)
|
2020-11-29 12:34:33 +01:00 |
|
Pascal Vizeli
|
06fae59fc8
|
Remove corrupt FS on store sentry report (#2308)
2020.11.4
|
2020-11-28 18:11:56 +01:00 |
|
Pascal Vizeli
|
5c25fcd84c
|
Reset on invalid filesystem (#2307)
|
2020-11-28 15:57:00 +01:00 |
|
Pascal Vizeli
|
aa5297026f
|
Handle Store suggestion (#2306)
* Handle Store suggestion
* Add fixup
* Add more fixup & list
* Enable fixups
* Add tests
* fix index
* fix break
* fix import
* Load it anyway
* Run suFix ccestion on load too
* fix error message
* fix error message
* Fix remove
* Finishing
* Add tests
* Fix error
* fix cleanup stale stuff
* Fix source
* use source as url
* add test for url
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2020-11-28 15:03:44 +01:00 |
|
Joakim Sørensen
|
841520b75e
|
Strip device names (#2303)
|
2020-11-26 22:40:54 +01:00 |
|
Pascal Vizeli
|
d9e20307de
|
Allow check to cleanup issues (#2302)
|
2020-11-26 22:38:33 +01:00 |
|
Pascal Vizeli
|
fda1b523ba
|
Extend resolution center (#2297)
* Extend resolution center
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* move forward
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Rename it to fixups
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Finish p1
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Finish p1 - add files
Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
* Finishup
* Add more tests
* Add test for suggestion
* Add more tests
* fix tests & isort
* address comments
* address comments v2
* fix isort
* Change reference handling
|
2020-11-26 17:16:36 +01:00 |
|
dependabot[bot]
|
7cccbc682c
|
Bump pre-commit from 2.9.0 to 2.9.2 (#2300)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.9.0 to 2.9.2.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.9.0...v2.9.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-26 08:30:35 +01:00 |
|
Pascal Vizeli
|
621eb4c4c0
|
Don't send DBusProgramError to sentry (#2294)
* Don't send DBusProgramError to sentry
* Add message
|
2020-11-24 14:18:00 +01:00 |
|
Pascal Vizeli
|
056926242f
|
Fix sentry resoluton messages (#2295)
|
2020-11-24 14:17:47 +01:00 |
|
Pascal Vizeli
|
84294f286f
|
Add unhealthy if update fails on startup
|
2020-11-24 12:51:16 +00:00 |
|
Joakim Sørensen
|
b6bc6b8498
|
Update frontend panel to 1d367eca (#2293)
2020.11.3
|
2020-11-24 11:56:35 +01:00 |
|
Pascal Vizeli
|
845c935b39
|
Add JobManager API ignore (#2290)
* Disable job condition for unhealth & unsupported systems
* Add JobManager API ignore
* Apply suggestions from code review
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* Update tests/resolution/evaluation/test_evaluate_job_conditions.py
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
* fix names
* address comments
* Update decorator.py
* adjust security
* add reset
* Apply suggestions from code review
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2020-11-24 10:54:57 +01:00 |
|
dependabot[bot]
|
19d8de89df
|
Bump docker from 4.3.1 to 4.4.0 (#2292)
Bumps [docker](https://github.com/docker/docker-py) from 4.3.1 to 4.4.0.
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](https://github.com/docker/docker-py/compare/4.3.1...4.4.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-24 08:49:22 +01:00 |
|
Joakim Sørensen
|
cfae20a3ec
|
Change snapshot create conditions (#2289)
|
2020-11-23 22:57:41 +01:00 |
|
Joakim Sørensen
|
6db6ab96e6
|
Update frontend panel to 0ef88816 (#2291)
|
2020-11-23 22:57:11 +01:00 |
|
dependabot[bot]
|
48695c6805
|
Bump actions/stale from v3.0.13 to v3.0.14 (#2286)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.13 to v3.0.14.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.13...87c2b794b9b47a9bec68ae03c01aeb572ffebdb1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-23 09:36:20 +01:00 |
|
dependabot[bot]
|
d74908e3b5
|
Bump pre-commit from 2.8.2 to 2.9.0 (#2287)
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.8.2 to 2.9.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.8.2...v2.9.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-23 09:30:41 +01:00 |
|
Pascal Vizeli
|
7e94537e36
|
Soft restart supervisor (#2281)
* Add softrestart to supervisor
* decouble
* adjust logger
* make sure it need run
* Use job condition
* add more job running
2020.11.2
|
2020-11-21 12:48:16 +01:00 |
|
Pascal Vizeli
|
1427e0ae96
|
Add jobs decorator to add-ons/snapshot/core and remove 404 hack (#2280)
* Add jobs decorator to add-ons/snapshot/core and remove 404 hack
* add to repair
|
2020-11-21 10:47:15 +01:00 |
|
Pascal Vizeli
|
01e27dfa2f
|
Wifi mode old NM (#2279)
|
2020-11-21 10:20:31 +01:00 |
|
Joakim Sørensen
|
f48249c9d1
|
Remove HEALTHY from update_repositories (#2277)
|
2020-11-21 10:07:44 +01:00 |
|
Joakim Sørensen
|
e607d4feeb
|
Fix missing primary interface after change (#2274)
* Fix missing primary interface after change
* Fix test
2020.11.1
|
2020-11-20 12:01:59 +01:00 |
|
Joakim Sørensen
|
5367ac257e
|
Update frontend panel to 46f55895 (#2275)
|
2020-11-20 11:51:43 +01:00 |
|
Joakim Sørensen
|
46dc6dc63b
|
Add log about ratelimit (#2271)
* Add log about ratelimit
* Update wording
* create issue
|
2020-11-20 10:50:26 +01:00 |
|
dependabot[bot]
|
a59ea72c66
|
Bump sentry-sdk from 0.19.3 to 0.19.4 (#2273)
Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 0.19.3 to 0.19.4.
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGES.md)
- [Commits](https://github.com/getsentry/sentry-python/compare/0.19.3...0.19.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-20 09:44:28 +01:00 |
|
Pascal Vizeli
|
2daf46c444
|
Rename add-ons repository (#2272)
|
2020-11-19 21:10:37 +01:00 |
|
Pascal Vizeli
|
1bf38bdc99
|
Use Brotli instead of brotlipy (#2270)
|
2020-11-19 09:24:40 +01:00 |
|
dependabot[bot]
|
131909973c
|
Bump aiohttp from 3.7.2 to 3.7.3 (#2269)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.7.2...v3.7.3)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-19 08:35:04 +01:00 |
|
Pascal Vizeli
|
ecdf4e53b8
|
Use atomic writes to make it more stable again full disk (#2267)
|
2020-11-18 17:08:57 +01:00 |
|
Pascal Vizeli
|
7aa039d162
|
Missing log what going on (#2268)
|
2020-11-18 17:08:28 +01:00 |
|
Pascal Vizeli
|
3dd3340e35
|
Make host feature cheaper to call and relay on it (#2266)
|
2020-11-18 14:13:49 +01:00 |
|
Pascal Vizeli
|
2f9fc39b72
|
Check if connectivity check if available on host (#2265)
* Check if connectivity check if available on host
* fix get
* not needed
* Update const.py
* Use enabled
|
2020-11-18 12:40:55 +01:00 |
|
Pascal Vizeli
|
80f4309799
|
Enforce internet host/system (#2263)
|
2020-11-18 11:29:23 +01:00 |
|
Pascal Vizeli
|
550fca4bcd
|
Remove coroutine from job update (#2264)
|
2020-11-18 11:25:04 +01:00 |
|
Pascal Vizeli
|
4b500ef873
|
JobManager should not touch our exceptions (#2261)
* JobManager should not touch our exceptions
* Add tests
* temporary allow su update all time
* Update supervisor/jobs/decorator.py
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
|
2020-11-17 18:46:02 +01:00 |
|
dependabot[bot]
|
476f021fbf
|
Bump debugpy from 1.1.0 to 1.2.0 (#2260)
Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](https://github.com/microsoft/debugpy/compare/v1.1.0...v1.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-17 18:38:00 +01:00 |
|
dependabot[bot]
|
8393ca5b23
|
Bump codecov/codecov-action from v1.0.14 to v1.0.15 (#2259)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.14 to v1.0.15.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.0.14...239febf655bba88b16ff5dea1d3135ea8663a1f9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-11-17 08:56:32 +01:00 |
|