@meshxdata/fops 0.1.48 → 0.1.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +186 -0
- package/package.json +1 -1
- package/src/commands/lifecycle.js +30 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,189 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to @meshxdata/fops (Foundation Operator CLI) are documented here.
|
|
4
|
+
|
|
5
|
+
## [0.1.49] - 2026-03-23
|
|
6
|
+
|
|
7
|
+
- release 0.1.48 (9b195e5)
|
|
8
|
+
- stash on updates (2916c01)
|
|
9
|
+
- stash on updates (b5c14df)
|
|
10
|
+
- stash on updates (d0453d1)
|
|
11
|
+
- frontend dev fixes (0ca7b00)
|
|
12
|
+
- fix: update azure test commands (77c81da)
|
|
13
|
+
- default locust to CLI mode, add --web for UI (ca35bff)
|
|
14
|
+
- add locust command for load testing AKS clusters (1278722)
|
|
15
|
+
- update spot node pool default autoscaling to 1-20 (617c182)
|
|
16
|
+
- module for aks (3dd1a61)
|
|
17
|
+
- add hive to PG_SERVICE_DBS for fops pg-setup (afccb16)
|
|
18
|
+
- feat(azure): enhance aks doctor with ExternalSecrets and PGSSLMODE checks (8b14861)
|
|
19
|
+
- add foundation-postgres ExternalName service to reconciler (ea88e11)
|
|
20
|
+
- new flux templates (0e2e372)
|
|
21
|
+
- feat(azure): add storage-engine secrets to Key Vault (a4f488e)
|
|
22
|
+
- feat(azure-aks): add AUTH0_DOMAIN to template rendering variables (216c37e)
|
|
23
|
+
- feat(azure): add storage account creation per cluster (aa1b138)
|
|
24
|
+
- bump watcher (ab24473)
|
|
25
|
+
- fix: concurrent compute calls (#66) (03e2edf)
|
|
26
|
+
- bump backend version (5058ff5)
|
|
27
|
+
- bump fops to 0.1.44 (8c0ef5d)
|
|
28
|
+
- Mlflow and azure plugin fix (176881f)
|
|
29
|
+
- fix lifecycle (a2cb9e7)
|
|
30
|
+
- callback url for localhost (821fb94)
|
|
31
|
+
- disable 4 scaffolding plugin by default. (bfb2b76)
|
|
32
|
+
- jaccard improvements (b7494a0)
|
|
33
|
+
- refactor azure plugin (68dfef4)
|
|
34
|
+
- refactor azure plugin (b24a008)
|
|
35
|
+
- fix trino catalog missing (4928a55)
|
|
36
|
+
- v36 bump and changelog generation on openai (37a0440)
|
|
37
|
+
- v36 bump and changelog generation on openai (a3b02d9)
|
|
38
|
+
- bump (a990058)
|
|
39
|
+
- status bar fix and new plugin for ttyd (27dde1e)
|
|
40
|
+
- file demo and tray (1a3e704)
|
|
41
|
+
- electron app (59ad0bb)
|
|
42
|
+
- compose and fops file plugin (1cf0e81)
|
|
43
|
+
- bump (346ffc1)
|
|
44
|
+
- localhost replaced by 127.0.0.1 (82b9f30)
|
|
45
|
+
- .29 (587b0e1)
|
|
46
|
+
- improve up down and bootstrap script (b79ebaf)
|
|
47
|
+
- checksum (22c8086)
|
|
48
|
+
- checksum (96b434f)
|
|
49
|
+
- checksum (15ed3c0)
|
|
50
|
+
- checksum (8a6543a)
|
|
51
|
+
- bump embed trino linksg (8440504)
|
|
52
|
+
- bump data (765ffd9)
|
|
53
|
+
- bump (cb8b232)
|
|
54
|
+
- broken tests (c532229)
|
|
55
|
+
- release 0.1.18, preflight checks (d902249)
|
|
56
|
+
- fix compute display bug (d10f5d9)
|
|
57
|
+
- cleanup packer files (6330f18)
|
|
58
|
+
- plan mode (cb36a8a)
|
|
59
|
+
- bump to 0.1.16 - agent ui (41ac1a2)
|
|
60
|
+
- bump to 0.1.15 - agent ui (4ebe2e1)
|
|
61
|
+
- bump to 0.1.14 (6c3a7fa)
|
|
62
|
+
- bump to 0.1.13 (8db570f)
|
|
63
|
+
- release 0.1.12 (c1c79e5)
|
|
64
|
+
- bump (11aa3b0)
|
|
65
|
+
- git keep and bump tui (be1678e)
|
|
66
|
+
- skills, index, rrf, compacted context (100k > 10k) (7b2fffd)
|
|
67
|
+
- cloudflare and token consumption, graphs indexing (0ad9eec)
|
|
68
|
+
- bump storage default (22c83ba)
|
|
69
|
+
- storage fix (68a22a0)
|
|
70
|
+
- skills update (7f56500)
|
|
71
|
+
- v9 bump (3864446)
|
|
72
|
+
- bump (c95eedc)
|
|
73
|
+
- rrf (dbf8c95)
|
|
74
|
+
- feat: warning when running predictions (95e8c52)
|
|
75
|
+
- feat: support for local predictions (45cf26b)
|
|
76
|
+
- feat: wip support for predictions + mlflow (3457052)
|
|
77
|
+
- add Reciprocal Rank Fusion (RRF) to knowledge and skill retrieval (61549bc)
|
|
78
|
+
- validate CSV headers in compute_run readiness check (a8c7a43)
|
|
79
|
+
- fix corrupted Iceberg metadata: probe tables + force cleanup on re-apply (50578af)
|
|
80
|
+
- enforce: never use foundation_apply to fix broken products (2e049bf)
|
|
81
|
+
- update SKILL.md with complete tool reference for knowledge retrieval (30b1924)
|
|
82
|
+
- add storage read, input DP table probe, and compute_run improvements (34e6c4c)
|
|
83
|
+
- skills update (1220385)
|
|
84
|
+
- skills update (bb66958)
|
|
85
|
+
- some tui improvement andd tools apply overwrite (e90c35c)
|
|
86
|
+
- skills update (e9227a1)
|
|
87
|
+
- skills update (669c4b3)
|
|
88
|
+
- fix plugin pre-flight checks (f741743)
|
|
89
|
+
- increase agent context (6479aaa)
|
|
90
|
+
- skills and init sql fixes (5fce35e)
|
|
91
|
+
- checksum (3518b56)
|
|
92
|
+
- penging job limit (a139861)
|
|
93
|
+
- checksum (575d28c)
|
|
94
|
+
- bump (92049ba)
|
|
95
|
+
- fix bug per tab status (0a33657)
|
|
96
|
+
- fix bug per tab status (50457c6)
|
|
97
|
+
- checksumming (0ad842e)
|
|
98
|
+
- shot af mardkwon overlapping (51f63b9)
|
|
99
|
+
- add spark dockerfile for multiarch builds (95abbd1)
|
|
100
|
+
- fix plugin initialization (16b9782)
|
|
101
|
+
- split index.js (50902a2)
|
|
102
|
+
- cloudflare cidr (cc4e021)
|
|
103
|
+
- cloduflare restrictions (2f6ba2d)
|
|
104
|
+
- sequential start (86b496e)
|
|
105
|
+
- sequential start (4930fe1)
|
|
106
|
+
- sequential start (353f014)
|
|
107
|
+
- qa tests (2dc6a1a)
|
|
108
|
+
- bump sha for .85 (dc2edfe)
|
|
109
|
+
- preserve env on sudo (7831227)
|
|
110
|
+
- bump sha for .84 (6c052f9)
|
|
111
|
+
- non interactive for azure vms (0aa8a2f)
|
|
112
|
+
- keep .env if present (d072450)
|
|
113
|
+
- bump (7a8e732)
|
|
114
|
+
- ensure opa is on compose if not set (f4a5228)
|
|
115
|
+
- checksum bump (a2ccc20)
|
|
116
|
+
- netrc defensive checks (a0b0ccc)
|
|
117
|
+
- netrc defensive checks (ae37403)
|
|
118
|
+
- checksum (ec45d11)
|
|
119
|
+
- update sync and fix up (7f9af72)
|
|
120
|
+
- expand test for azure and add new per app tag support (388a168)
|
|
121
|
+
- checksum on update (44005fc)
|
|
122
|
+
- cleanup for later (15e5313)
|
|
123
|
+
- cleanup for later (11c9597)
|
|
124
|
+
- switch branch feature (822fecc)
|
|
125
|
+
- add pull (d1c19ab)
|
|
126
|
+
- Bump hono from 4.11.9 to 4.12.0 in /operator-cli (ad25144)
|
|
127
|
+
- tests (f180a9a)
|
|
128
|
+
- cleanup (39c49a3)
|
|
129
|
+
- registry (7b7126a)
|
|
130
|
+
- reconcile kafka (832d0db)
|
|
131
|
+
- gh login bug (025886c)
|
|
132
|
+
- cleanup (bb96cab)
|
|
133
|
+
- strip envs from process (2421180)
|
|
134
|
+
- force use of gh creds not tokens in envs var (fff7787)
|
|
135
|
+
- resolve import between npm installs and npm link (79522e1)
|
|
136
|
+
- fix gh scope and azure states (afd846c)
|
|
137
|
+
- refactoring (da50352)
|
|
138
|
+
- split fops repo (d447638)
|
|
139
|
+
- aks (b791f8f)
|
|
140
|
+
- refactor azure (67d3bad)
|
|
141
|
+
- wildcard (391f023)
|
|
142
|
+
- azure plugin (c074074)
|
|
143
|
+
- zap (d7e6e7f)
|
|
144
|
+
- fix knock (cf89c05)
|
|
145
|
+
- azure (4adec98)
|
|
146
|
+
- Bump tar from 7.5.7 to 7.5.9 in /operator-cli (e41e98e)
|
|
147
|
+
- azure stack index.js split (de12272)
|
|
148
|
+
- Bump ajv from 8.17.1 to 8.18.0 in /operator-cli (76da21f)
|
|
149
|
+
- packer (9665fbc)
|
|
150
|
+
- remove stack api (db0fd4d)
|
|
151
|
+
- packer cleanup (fe1bf14)
|
|
152
|
+
- force refresh token (3a3d7e2)
|
|
153
|
+
- provision shell (2ad505f)
|
|
154
|
+
- azure vm management (91dcb31)
|
|
155
|
+
- azure specific (2b0cca8)
|
|
156
|
+
- azure packer (12175b8)
|
|
157
|
+
- init hashed pwd (db8523c)
|
|
158
|
+
- packer (5b5c7c4)
|
|
159
|
+
- doctor for azure vm (ed524fa)
|
|
160
|
+
- packer and 1pwd (c6d053e)
|
|
161
|
+
- split big index.js (dc85a1b)
|
|
162
|
+
- kafka volume update (21815ec)
|
|
163
|
+
- fix openai azure tools confirmation and flow (0118cd1)
|
|
164
|
+
- nighly fixx, test fix (5e0d04f)
|
|
165
|
+
- open ai training (cdc494a)
|
|
166
|
+
- openai integration in azure (1ca1475)
|
|
167
|
+
- ci (672cea9)
|
|
168
|
+
- refresh ghcr creds (4220c48)
|
|
169
|
+
- cleaned up version (1a0074f)
|
|
170
|
+
- traefik on ghcr and templates (8e31a05)
|
|
171
|
+
- apply fcl (e78911f)
|
|
172
|
+
- demo landscape (dd205fe)
|
|
173
|
+
- smarter login and schema (1af514f)
|
|
174
|
+
- no down before up unless something broke (56b1132)
|
|
175
|
+
- dai, reconcile failed containers (12907fa)
|
|
176
|
+
- reconcile dead container (7da75e4)
|
|
177
|
+
- defensive around storage buckets dir (b98871d)
|
|
178
|
+
- defensive around storage buckets dir (e86e132)
|
|
179
|
+
- gear in for multiarch (bf3fa3e)
|
|
180
|
+
- up autofix (99c7f89)
|
|
181
|
+
- autofix stale containers on up (43c7d0f)
|
|
182
|
+
- shared sessions fix (5de1359)
|
|
183
|
+
- share sessions between ui and tui (8321391)
|
|
184
|
+
- fix chat view display details (e263996)
|
|
185
|
+
- fix chat view display details (9babdda)
|
|
186
|
+
|
|
1
187
|
## [0.1.48] - 2026-03-23
|
|
2
188
|
|
|
3
189
|
- stash on updates (2916c01)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import fs from "node:fs";
|
|
2
2
|
import os from "node:os";
|
|
3
3
|
import path from "node:path";
|
|
4
|
-
import { execSync } from "node:child_process";
|
|
4
|
+
import { execSync, spawn } from "node:child_process";
|
|
5
5
|
import { Writable } from "node:stream";
|
|
6
6
|
import chalk from "chalk";
|
|
7
7
|
import { requireRoot, checkInitState } from "../project.js";
|
|
@@ -25,7 +25,7 @@ export function registerLifecycleCommands(program, registry) {
|
|
|
25
25
|
.description("Start Foundation services (all or specific component)")
|
|
26
26
|
.argument("[component]", "Component to start (backend, frontend, watcher, processor, scheduler, storage, hive, traefik, data). Add [branch] to checkout first.")
|
|
27
27
|
.argument("[branch]", "Git branch to checkout in that component (e.g. FOU-2072)")
|
|
28
|
-
.option("-d, --detach", "Run in background
|
|
28
|
+
.option("-d, --detach", "Run local frontend dev server in background (with --local)")
|
|
29
29
|
.option("--k3s", "Include k3s Kubernetes services (default: true for local)", true)
|
|
30
30
|
.option("--traefik", "Include traefik reverse proxy (auto-enabled when --url uses port 443)")
|
|
31
31
|
.option("--dai", "Also start DAI services (implies --k3s)")
|
|
@@ -1542,16 +1542,35 @@ async function runUp(program, registry, opts) {
|
|
|
1542
1542
|
console.log(chalk.dim(` INTERNAL_API_URL=${frontendEnv.INTERNAL_API_URL}`));
|
|
1543
1543
|
console.log(chalk.dim(` AUTH0_ENABLED=${frontendEnv.AUTH0_ENABLED || "not set"}`));
|
|
1544
1544
|
|
|
1545
|
-
// Run npm run dev
|
|
1545
|
+
// Run npm run dev
|
|
1546
1546
|
console.log(chalk.cyan("\n Running: npm run dev"));
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1547
|
+
if (opts.detach) {
|
|
1548
|
+
// Detached mode: spawn in background and continue
|
|
1549
|
+
const logFile = path.join(frontendDir, ".next", "dev.log");
|
|
1550
|
+
fs.mkdirSync(path.dirname(logFile), { recursive: true });
|
|
1551
|
+
const out = fs.openSync(logFile, "a");
|
|
1552
|
+
const err = fs.openSync(logFile, "a");
|
|
1553
|
+
const child = spawn("npm", ["run", "dev"], {
|
|
1554
|
+
cwd: frontendDir,
|
|
1555
|
+
env: npmEnv,
|
|
1556
|
+
detached: true,
|
|
1557
|
+
stdio: ["ignore", out, err],
|
|
1558
|
+
});
|
|
1559
|
+
child.unref();
|
|
1560
|
+
console.log(chalk.green(` Frontend dev server started in background (PID: ${child.pid})`));
|
|
1561
|
+
console.log(chalk.dim(` Logs: ${logFile}`));
|
|
1562
|
+
console.log(chalk.dim(` Stop with: kill ${child.pid}`));
|
|
1563
|
+
} else {
|
|
1564
|
+
// Foreground mode: block until Ctrl+C
|
|
1565
|
+
console.log(chalk.dim(" Press Ctrl+C to stop the dev server\n"));
|
|
1566
|
+
const npmProc = execa("npm", ["run", "dev"], {
|
|
1567
|
+
cwd: frontendDir,
|
|
1568
|
+
env: npmEnv,
|
|
1569
|
+
stdio: "inherit",
|
|
1570
|
+
});
|
|
1571
|
+
npmProc.catch(() => {}); // Don't throw on Ctrl+C
|
|
1572
|
+
await npmProc;
|
|
1573
|
+
}
|
|
1555
1574
|
return;
|
|
1556
1575
|
}
|
|
1557
1576
|
|