Branch: refs/heads/master
Home:
https://github.com/tribe29/checkmk
Commit: 940e9501af23c4d1cf34f156065293eb55f7b68b
https://github.com/tribe29/checkmk/commit/940e9501af23c4d1cf34f156065293eb5…
Author: Konstantin Baikov <konstantin.baikov(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M cmk/ec/query.py
Log Message:
-----------
Use operator instead of lambda in filters
Also operator looks 2x faster.
py -m timeit "lambda a, b: a<b(3, 4)"
5000000 loops, best of 5: 46.7 nsec per loop
py -m timeit --setup "import operator" "operator.lt(3, 4)"
10000000 loops, best of 5: 22.1 nsec per loop
Change-Id: I5958b0280c4b8ddb817788a084b84459eea513d2
Commit: 39725282f4bc0461670b84b2d5abb9408f461bbf
https://github.com/tribe29/checkmk/commit/39725282f4bc0461670b84b2d5abb9408…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M Pipfile.lock
Log Message:
-----------
Regens Pipfile.lock
Change-Id: I303f97ae47f9f79fabd534404b3eb284394ed77c
Commit: 2034ebf722767f844247a3097f1ef42e06499fc4
https://github.com/tribe29/checkmk/commit/2034ebf722767f844247a3097f1ef42e0…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M Makefile
Log Message:
-----------
Adds missing make dependency
as setup.py contains requirements for our .venv
Change-Id: Id5db82dc5b3f13cb3f95034038b779264c097c14
Commit: b5c3360d2baeec2c7d5f1b877a8d003d3eb184c1
https://github.com/tribe29/checkmk/commit/b5c3360d2baeec2c7d5f1b877a8d003d3…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M Pipfile
M Pipfile.lock
M agent-receiver/setup.py
M tests/unit/agent_receiver/test_endpoints.py
Log Message:
-----------
Updates fastapi to 0.92.0
... in order to get a newer starlette version which is needed for schemathesis
Change-Id: Ibb06a664061bb7308edfd759342229949a1cf078
Commit: 2c1f7499964aaae6687f46262de5132acfc6b654
https://github.com/tribe29/checkmk/commit/2c1f7499964aaae6687f46262de5132ac…
Author: Timotheus Bachinger <timotheus.bachinger(a)tribe29.com>
Date: 2023-02-24 (Fri, 24 Feb 2023)
Changed paths:
M Pipfile
M Pipfile.lock
Log Message:
-----------
Adds schemathesis to dev packages
Change-Id: I95ab9efe5e84b110bcbc047e14e526867cef18b0
Compare:
https://github.com/tribe29/checkmk/compare/477571aa11d9...2c1f7499964a