Tag:
Branch:
Tree:
c9da1403bc
__nightly
audible-cancel
auto-exp
badges
beeps
bigmodeld
codex/add-timestamp-to-sensoreventdata-log
commatwo_master
cruise-faults
devel
devel-staging
dtr-driving
huge-dummy
kona-2022-fp
lagd-window-size
log-compat-test
master
modeld-misc-support
modeld-misc-support-secretgood
newsmooth
nightly
nightly-dev
no-block
not-so-secret-good-op
opendbc-tests
pyui-network-errors
ramp-aleadtau
release2
release3
release3-staging
sam
secretgoodopenpilot
secretgoodopenpilot-big
special_tr
special_tr_rebased
taco
taco2
tdw
test-msgs
test-tx-msgs
testing-closet
tmp-jenkins-35279
vff2-driving
v0.1
v0.2
v0.2.1
v0.2.2
v0.2.3
v0.2.4
v0.2.5
v0.2.6
v0.2.7
v0.2.8
v0.2.9
v0.3.0
v0.3.1
v0.3.2
v0.3.3
v0.3.4
v0.3.5
v0.4.0.2
v0.4.1
v0.4.2
v0.4.4
v0.4.5
v0.4.6
v0.4.7
v0.5
v0.5.1
v0.5.10
v0.5.11
v0.5.12
v0.5.13
v0.5.2
v0.5.3
v0.5.4
v0.5.5
v0.5.6
v0.5.7
v0.5.8
v0.5.9
v0.6
v0.6.1
v0.6.2
v0.6.3
v0.6.4
v0.6.5
v0.6.6
v0.7
v0.7.1
v0.7.10
v0.7.2
v0.7.3
v0.7.4
v0.7.5
v0.7.6.1
v0.7.7
v0.7.8
v0.7.9
v0.8
v0.8.1
v0.8.10
v0.8.11
v0.8.12
v0.8.13
v0.8.14
v0.8.15
v0.8.16
v0.8.2
v0.8.3
v0.8.4
v0.8.5
v0.8.6
v0.8.7
v0.8.8
v0.8.9
v0.9.0
v0.9.1
v0.9.2
v0.9.3
v0.9.4
v0.9.5
v0.9.6
v0.9.7
v0.9.8
${ noResults }
2 Commits (c9da1403bcb4491db0fd9ee9e2e921c630ad96a9)
Author | SHA1 | Message | Date |
---|---|---|---|
|
332f568a82
|
Pyupgrade 3.6: Update syntax with Python 3.6+ features (#23305)
Updated Python code with Python 3.6+ features: - utf-8 encoding is now the default (PEP 3120) - Replace list comprehensions by Generator Expressions (PEP 289) - Replace yield loop by yield from (PEP 380) - Remove the (object) subclass when defining a class - Replace the IOError alias by OSError (PEP 3151) - Define sets with curly braces {} instead of set() - Remove "r" parameter from open function, which is default Co-Authored-By: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com> Co-Authored-By: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com> Co-authored-by: Adeeb Shihadeh <8762862+adeebshihadeh@users.noreply.github.com> Co-authored-by: GregorKikelj <96022003+GregorKikelj@users.noreply.github.com> |
3 years ago |
|
5a3b511306
|
Manager cleanup (#20231)
* move manager in folder * inital refactor * call start * small cleanup * add comments * use self.signal() * order shouldnt matter * newlines * add helpers * newlines * add process config * split out build part of manager * this should fix most tests * no sensord on pc * dont start athena * remove comment * fix old athena test * fix inject model * fix test car models * should be not none * fix helpers exitcode * ignore manage_athenad * Use time.monotonic() Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> * combine init, remove spinner * move manager test Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> |
4 years ago |