auto-sync-0040

This commit is contained in:
opus
2026-04-22 00:40:02 +02:00
parent b157e5e6da
commit 282cba3eda
13 changed files with 18 additions and 1 deletions

17
api/ambre-v139-git.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
header("Content-Type: text/plain");
$out = @shell_exec("cd /var/www/html && git log --oneline -5 2>&1");
echo "=== git log -5 ===
" . ($out ?: "(empty)") . "
";
$status = @shell_exec("cd /var/www/html && git status --short 2>&1 | head -20");
echo "
=== git status ===
" . ($status ?: "(clean)") . "
";
// Tag wave-228
$tag = @shell_exec("cd /var/www/html && git tag wave-228-premium-tools 2>&1 && git push origin wave-228-premium-tools 2>&1 | tail -3");
echo "
=== tag push ===
" . ($tag ?: "(no output)") . "
";

View File

@@ -1,7 +1,7 @@
{
"ok": true,
"version": "V83-business-kpi",
"ts": "2026-04-21T22:34:41+00:00",
"ts": "2026-04-21T22:39:41+00:00",
"summary": {
"total_categories": 8,
"total_kpis": 64,

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 402 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 742 KiB