Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 074ff3b17ee6638e79a243e97cc6017e0ad0c52e
https://github.com/Checkmk/checkmk/commit/074ff3b17ee6638e79a243e97cc6017e0…
Author: Jonas Scharpf <jonas.scharpf(a)checkmk.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M omd/packages/mod_auth_mellon/mod_auth_mellon.make
Log Message:
-----------
Make mod_auth_mellon executable for all users
CMK-10907
Change-Id: I1933af1f1b453149715c4f9a0be90d1275d3331a
Commit: ca471b9a1d13d94a849cfa294ce4d0a601bd5abe
https://github.com/Checkmk/checkmk/commit/ca471b9a1d13d94a849cfa294ce4d0a60…
Author: Mazen Alkatlabee <mazen.alkatlabee(a)checkmk.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M web/htdocs/js/mobile.ts
M web/htdocs/js/modules/graphs.ts
M web/htdocs/themes/facelift/scss/_graphs.scss
Log Message:
-----------
remove optional import of graphs.ts in mobile.ts
This file used to be a part of CEE before and thus were optionally
imported in case it's not available in raw version. However, now it's
a part of the raw version so we don't need to optionally import it,
since it's alaways available. I also changed the license of graphs.ts
and _graphs.scss to match the new situation.
Change-Id: Iea99b181685e2e15f08ed20ba72ee353ad9147b6
Compare:
https://github.com/Checkmk/checkmk/compare/95195b7cd6c1...ca471b9a1d13