Joost Lekkerkerker
|
b9281327c4
|
Use FlowResultType enum in config flow tests A-M (#114681)
|
2024-04-03 09:21:17 +02:00 |
Joost Lekkerkerker
|
906d3198e3
|
Use is in enum comparison in config flow tests F-J (#114670)
* Use right enum expression F-J
* Fix
|
2024-04-02 23:01:37 +02:00 |
Marc Mueller
|
c88b337600
|
Add empty line after module docstring [tests f-k] (#112709)
|
2024-03-08 14:50:04 +01:00 |
J. Nick Koston
|
764e628394
|
Add missing async_block_till_done to github config flow tests (#110913)
|
2024-02-19 09:58:57 +01:00 |
J. Nick Koston
|
0e1cdc1f79
|
Ensure github tests add config entry before updating it (#110430)
|
2024-02-13 05:00:44 +01:00 |
J. Nick Koston
|
facf927626
|
Use async_update_entry in github tests (#110119)
needed for #110023
|
2024-02-09 18:11:05 +01:00 |
Erik Montnemery
|
24cd6a8a52
|
Improve ergonomics of FlowManager.async_show_progress (#107668)
* Improve ergonomics of FlowManager.async_show_progress
* Don't include progress coroutine in web response
* Unconditionally reset progress task when show_progress finished
* Fix race
* Tweak, add tests
* Address review comments
* Improve error handling
* Allow progress jobs to return anything
* Add comment
* Remove unneeded check
* Change API according to discussion
* Adjust typing
|
2024-01-11 12:00:12 +01:00 |
Joakim Sørensen
|
b5012a9964
|
Adjust the GitHub config flow (#105295)
|
2023-12-27 13:42:24 +01:00 |
Joost Lekkerkerker
|
ac53b78a0c
|
Deduplicate constants A-D (#105638)
|
2023-12-13 14:21:44 +01:00 |
Franck Nijhof
|
bcf32f8331
|
Mark required fields in FlowResult typedict (#84811)
* Mark required fields in FlowResult typedict
* Remove unneeded asserts from tests
|
2022-12-30 12:01:45 +01:00 |
Franck Nijhof
|
a6244eea28
|
Search/replace RESULT_TYPE_* by FlowResultType enum (#74656)
|
2022-07-07 21:28:18 +02:00 |
Joakim Sørensen
|
8021b05448
|
Allow selecting own repositories (#65695)
|
2022-02-04 19:33:10 +01:00 |
Joakim Sørensen
|
b46b32bafa
|
Add diagnostics to GitHub integration (#64385)
|
2022-01-19 13:41:02 +01:00 |
Joakim Sørensen
|
6a0c3843e5
|
Revamp github integration (#64190)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2022-01-18 20:04:01 +01:00 |