J. Nick Koston
|
61539686a4
|
Disable profiler.memory service with python 3.11 (#88136)
|
2023-02-15 16:20:47 +01:00 |
|
Erik Montnemery
|
1450b44c63
|
Sort manifests 7 (#87028)
|
2023-02-08 20:32:43 +01:00 |
|
Franck Nijhof
|
939eef3b28
|
Remove translations from Core (#87543)
Co-authored-by: Erik Montnemery <erik@montnemery.com>
|
2023-02-06 15:06:43 +01:00 |
|
GitHub Action
|
77f9548e51
|
[ci skip] Translation update
|
2023-01-15 00:25:52 +00:00 |
|
Franck Nijhof
|
94755a5773
|
String formatting and max line length - Part 4 (#84445)
Co-authored-by: jjlawren <jjlawren@users.noreply.github.com>
|
2022-12-23 13:27:27 +01:00 |
|
GitHub Action
|
cfa08c5229
|
[ci skip] Translation update
|
2022-12-15 00:24:38 +00:00 |
|
GitHub Action
|
b9753a9f92
|
[ci skip] Translation update
|
2022-12-13 00:27:47 +00:00 |
|
GitHub Action
|
f25017313a
|
[ci skip] Translation update
|
2022-12-09 00:24:29 +00:00 |
|
GitHub Action
|
230b50d099
|
[ci skip] Translation update
|
2022-11-29 00:26:01 +00:00 |
|
GitHub Action
|
b65d8cc1b3
|
[ci skip] Translation update
|
2022-11-28 00:23:09 +00:00 |
|
GitHub Action
|
6e03b12a93
|
[ci skip] Translation update
|
2022-08-13 00:25:00 +00:00 |
|
GitHub Action
|
32a2999b85
|
[ci skip] Translation update
|
2022-08-06 00:24:46 +00:00 |
|
GitHub Action
|
a3fd5acf3f
|
[ci skip] Translation update
|
2022-07-13 00:27:34 +00:00 |
|
epenet
|
ba18e11308
|
Remove profiler from mypy ignore list (#74453)
|
2022-07-11 18:34:27 +02:00 |
|
GitHub Action
|
ceb8bb4745
|
[ci skip] Translation update
|
2022-05-21 00:22:49 +00:00 |
|
J. Nick Koston
|
a9a5645255
|
Defer profiler imports until needed to reduce memory pressure (#70202)
|
2022-04-17 20:16:25 -10:00 |
|
epenet
|
ecd43f391f
|
Prettify json (manifest.json) (#68886)
|
2022-03-30 10:56:37 +02:00 |
|
J. Nick Koston
|
b9f172899e
|
Bump objgraph to 3.5.0 to fix stall in profiler tests (#68690)
|
2022-03-26 11:59:28 +01:00 |
|
GitHub Action
|
66d757115c
|
[ci skip] Translation update
|
2022-03-11 00:21:48 +00:00 |
|
J. Nick Koston
|
bfe94f1cc5
|
Fix profiler dumping object when repr fails (#67674)
* Fix profiler dumping object when repr fails
* cover
|
2022-03-08 10:33:08 +01:00 |
|
Franck Nijhof
|
5965b015dd
|
Adjust data entry flow to have an option data_schema (#67637)
|
2022-03-04 16:42:02 +01:00 |
|
GitHub Action
|
102ae9f0e3
|
[ci skip] Translation update
|
2022-02-22 00:17:23 +00:00 |
|
GitHub Action
|
ca7d4234e1
|
[ci skip] Translation update
|
2022-01-31 00:14:28 +00:00 |
|
GitHub Action
|
77ef86faee
|
[ci skip] Translation update
|
2022-01-30 00:14:21 +00:00 |
|
Erik Montnemery
|
a672dc3437
|
Import persistent notification (part 4) (#63901)
|
2022-01-11 16:57:40 +01:00 |
|
epenet
|
803eaa8e22
|
Ensure admin service calls are typed (#63093)
Co-authored-by: epenet <epenet@users.noreply.github.com>
|
2021-12-30 21:12:40 +01:00 |
|
Franck Nijhof
|
bf6ca2527d
|
Upgrade guppy3 to 3.1.2 (#60842)
|
2021-12-02 15:58:00 +01:00 |
|
GitHub Action
|
d3c020325b
|
[ci skip] Translation update
|
2021-11-25 00:13:33 +00:00 |
|
GitHub Action
|
e35b83081e
|
[ci skip] Translation update
|
2021-11-08 00:12:31 +00:00 |
|
GitHub Action
|
f42c2f5170
|
[ci skip] Translation update
|
2021-10-02 12:59:05 +00:00 |
|
GitHub Action
|
0c5ce9cac2
|
[ci skip] Translation update
|
2021-07-07 00:11:57 +00:00 |
|
GitHub Action
|
330f713e43
|
[ci skip] Translation update
|
2021-06-08 00:21:17 +00:00 |
|
tkdrob
|
d1c4d0de49
|
Use bool annotations for setup entries (#51166)
|
2021-05-27 17:39:06 +02:00 |
|
tkdrob
|
028a07d86f
|
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2021-05-25 14:45:17 +02:00 |
|
Franck Nijhof
|
8eb27374c6
|
Clean up connection classes in integrations P-S (#49893)
|
2021-04-30 21:04:44 -10:00 |
|
tkdrob
|
458ca970c9
|
Add selectors to profiler services (#49781)
|
2021-04-27 21:02:48 +02:00 |
|
tkdrob
|
664075962f
|
Clean up profiler constants (#49752)
|
2021-04-27 10:04:45 -04:00 |
|
J. Nick Koston
|
7f6572893d
|
Add services to the profiler to log threads and event loop schedule (#49327)
* Add services to the profiler to log threads and event loop schedule
* improve readability
* increase log debug
* bigger
* tweaks
* Update homeassistant/components/profiler/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Update homeassistant/components/profiler/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* remove schema= and cleanup existing
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2021-04-19 11:39:34 +02:00 |
|
Franck Nijhof
|
969c147b77
|
Clean up superfluous integration setup - part 4 (#49295)
* Clean up superfluous integration setup - part 4
* Adjust tests
|
2021-04-16 17:46:49 +02:00 |
|
Marc Mueller
|
2956eb0902
|
Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3
* Add class-const-naming-style
* Remove unused-import message
* Additional cleanup
|
2021-03-29 18:02:56 -10:00 |
|
HomeAssistant Azure
|
c11b85af2f
|
[ci skip] Translation update
|
2021-03-16 00:04:36 +00:00 |
|
HomeAssistant Azure
|
9159f54900
|
[ci skip] Translation update
|
2021-02-24 00:04:14 +00:00 |
|
HomeAssistant Azure
|
0cb1f61deb
|
[ci skip] Translation update
|
2021-02-21 00:07:04 +00:00 |
|
Paulus Schoutsen
|
959ed6d077
|
Update translations
|
2021-02-03 11:46:49 +01:00 |
|
HomeAssistant Azure
|
9c63fbfcb1
|
[ci skip] Translation update
|
2020-12-07 00:04:18 +00:00 |
|
HomeAssistant Azure
|
42f00cff30
|
[ci skip] Translation update
|
2020-12-04 00:05:42 +00:00 |
|
HomeAssistant Azure
|
9a21421807
|
[ci skip] Translation update
|
2020-11-15 00:03:48 +00:00 |
|
J. Nick Koston
|
add50cb33a
|
Add services to log and dump objects to the profiler to help track down memory leaks (#42951)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
|
2020-11-09 10:54:18 -10:00 |
|
HomeAssistant Azure
|
b71e28dfac
|
[ci skip] Translation update
|
2020-11-04 00:13:14 +00:00 |
|
HomeAssistant Azure
|
aab0ff2ea5
|
[ci skip] Translation update
|
2020-11-03 00:04:39 +00:00 |
|