Naeel
7cfe20bf76
snapshot before legacy cleanup
2026-04-27 07:36:06 +03:00
Naeel
1f4de2ec15
fix: v0.8.15 — auth testMode validates @ in token (block P fix)
2026-04-25 17:05:02 +03:00
Naeel
7fccd39a73
feat: v0.8.14 — init overlay, /ns/status endpoint, token hint
2026-04-25 16:40:27 +03:00
Naeel
b46921708c
feat: use naeel/go-builder-fast:v1 with prebuilt stdlib, deploy v0.8.13
2026-04-25 15:18:01 +03:00
Naeel
3b9c6e2c5e
fix: semaphore+singleflight for ensureUserNS, fix 504 on 10 parallel new users (v0.8.12)
2026-04-25 14:41:35 +03:00
Naeel
d76aa53f73
fix(console): testMode auth — X-Auth-Token accepted as sub v0.8.1
2026-04-20 15:09:49 +03:00
Naeel
9997dce2bb
feat(console): assistant answers any question v0.8.0
2026-04-20 15:01:37 +03:00
Naeel
80c05e57fd
feat(console): add AI assistant panel /api/ai/ask v0.7.9
2026-04-20 14:45:00 +03:00
Naeel
411de75b27
feat(console): replace LLM with real linters (node/python/ruby/php/perl/go) v0.7.8
2026-04-20 14:35:58 +03:00
Naeel
6f0101f656
feat: LLM syntax check via /console/api/ai/check
...
- Server-side proxy to LLM API (FISSION_LLM_KEY, FISSION_LLM_URL env vars)
- Button in create-modal and edit-modal: check syntax before saving
- Result shown inline below code textarea (green=ok, red=errors)
2026-04-20 14:06:51 +03:00
Naeel
01df1498d6
feat: big-suite terraform example + provider nodejs zip fix
...
- examples/big-suite: E-Commerce 10 functions, 6 layers, real depends_on
- provider: nodejs packages now wrapped in ESM zip (buildJSDeployZip)
- provider: loadPackageLiteral reads raw file, nodejs zip via source_dir
- all 10 functions verified working: python/node/ruby/go runtimes
2026-04-20 11:38:45 +03:00
Naeel
85a5a9c2cc
fix: v0.7.2 — name limit 57 chars (HTTPTrigger -route suffix = 63), tests A-T PASS=54/FAIL=0
2026-04-19 18:41:27 +03:00
Naeel
74815facce
fix: route isolation, 404 on invoke/delete nonexistent (v0.6.8)
...
- Bug#1: namespace-prefix routes to avoid cross-user collision
Route format: /{ns-last-12-chars}/{fn-name}
- Bug#2: INVOKE nonexistent function -> HTTP 404 (was 200)
- Bug#3: DELETE nonexistent function -> HTTP 404 (was 200)
2026-04-19 17:10:01 +03:00
Naeel
1c533fc577
fix: nodejs ESM wrapper via new Function, README for fission-console
...
- Replace two-file zip (_userfn.cjs + main.js) with single-file approach
- User code embedded via new Function(module, exports, code) for safe CJS isolation
- Auto-adds status:200 when function omits it
- Add fission-console technical README section (v0.6.7)
2026-04-19 16:52:22 +03:00
Naeel
551a5b2f8e
fix: RBAC bind cluster-admin + list namespaces + TEST_MODE multi-tenant test
2026-04-19 15:41:11 +03:00
Naeel
9ebd36eed3
feat: lazy env creation + TTL functions + expiry reaper
2026-04-19 15:05:12 +03:00
Naeel
36772f8e70
docs: add detailed comments to addNSToFission and ensureUserNamespace RBAC block
2026-04-19 14:42:18 +03:00
Naeel
8a520cdcc2
feat: Fission SA RoleBindings in user namespace (cluster-admin) + v0.6.2
2026-04-19 14:40:03 +03:00
Naeel
8aad0cec58
feat: namespace isolation per user JWT sub claim
...
- Auth middleware extracts user namespace from JWT sub (SHA256 → hex8)
- All K8s operations use per-user fission-{hex} namespace
- handleAuth calls ensureUserNamespace to create NS + shared envs
- handleAuth returns namespace in response
- buildLangEnvironment accepts ns string parameter
- Fallback to server default NS if JWT parse fails
2026-04-19 09:54:57 +03:00
Naeel
579bf97e17
console v0.5.0: auth через deck API, login overlay, logout
2026-04-19 08:25:23 +03:00
Naeel
c40fc47025
console v0.4.5: русификация UI, Go/TF предупреждения, handler.go в preferred
2026-04-15 19:47:41 +03:00
Naeel
cccc5ca024
revert: remove Go function (runtime compilation timeout)
2026-04-15 16:24:57 +03:00
Naeel
ba50d18f8f
fix(console): sync function package resourceversion after code update
2026-04-15 11:14:42 +03:00
Naeel
d9a6d2f29e
fix(console): decode zip package literal before showing code in UI
2026-04-15 11:00:00 +03:00
Naeel
72fbb6c516
fix: console /console/ path prefix strip + TLS cert-manager letsencrypt
2026-04-15 10:22:19 +03:00
Naeel
8920ba10e6
fix: invoke auth via Fission router JWT login
2026-04-15 07:48:56 +03:00
Naeel
6731e8998b
feat: deliver fission console UI, k8s deploy, and tests
2026-04-15 07:33:00 +03:00
Naeel
7e2278371a
feat: scaffold fission console with list and function CRUD/invoke APIs
2026-04-15 07:13:48 +03:00