“Naeel”
2fdba29f79
v1.3.50: fix archive fn — entrypoint update in edit, store/show archive filename
2026-05-04 08:14:19 +04:00
“Naeel”
f97fd8a744
v1.3.49: edit modal — remove mode toggle, show archive name, timeout-only save; add PUT /functions/:name/timeout
2026-05-04 07:03:43 +04:00
“Naeel”
6ac22d5f55
v1.3.48: remove internal invoke_url from invoke modal output
2026-05-04 06:59:25 +04:00
“Naeel”
4f6b4b87be
v1.3.47: fix InvokeStrategy in archive handler, modal error display, draggable modals
2026-05-04 06:54:18 +04:00
“Naeel”
1cceb42f83
v1.3.46: separate create modals — code (cc-) and archive (ca-) as independent modules
2026-05-04 06:46:45 +04:00
“Naeel”
d342b649a8
fix: restore NSReconciler, archive upload create/edit, fix version label both places; v1.3.45
...
- tenant.go: restore StartNSReconciler (sync FISSION_RESOURCE_NAMESPACES every 30s)
- main.go: call nsm.StartNSReconciler on startup
- handlers.go: handleCreateFunctionFromArchive (multipart), handleUpdateFunctionArchive (PUT /archive)
source-type annotation, source_type in GET response
- functions.js: submitCreate/submitEdit archive mode, openEdit uses source_type
- index.html: version label updated in BOTH places (line 103 and 403) to v1.3.45
- console.yaml: image v1.3.45
- doc: archive-and-edit-modal-flow.md
2026-05-04 06:16:11 +04:00
“Naeel”
db3815d03d
feat: explain-archive LLM endpoint + UI button v1.3.40
2026-05-03 21:33:18 +04:00
“Naeel”
21c11f84d0
fix: lint-archive error handling, test: big zip binary, v1.3.39
2026-05-03 21:24:44 +04:00
“Naeel”
b7a8074c73
feat: lint-archive endpoint, UI result inline v1.3.38
2026-05-03 21:08:32 +04:00
“Naeel”
971c7e7ab4
wip: локальный коммит всех изменений, включая новые тесты, артефакты и правки UI/infra
2026-05-03 20:21:42 +04:00
“Naeel”
4ecaa508ea
ui: progressive table render + load timer, v1.3.34
2026-05-03 17:34:07 +04:00
“Naeel”
f85027e986
deploy: v1.3.33 — fix version label, new tag to force image pull
2026-05-03 17:24:18 +04:00
“Naeel”
e4efaca6a9
deploy: bump fission-console to v1.3.32
2026-05-03 17:16:21 +04:00
“Naeel”
a09291e208
feat: remove test mode (X-Test-Sub), all functions stored in S3 via storagesvc
...
- Remove FISSION_TEST_MODE and X-Test-Sub bypass from authMiddleware
- Remove testMode field from Server/Config structs
- Remove TestAuthenticator branch from main.go
- Add uploadToStoragesvc/buildDeploySpec: all function code uploaded to S3
- Add deleteFromStoragesvc: archive deleted from S3 on function delete
- Add FISSION_STORAGESVC_URL env to main.go and deploy/console.yaml
- image: naeel/fission-console:v1.3.31
2026-05-03 13:37:12 +04:00
“Naeel”
e8f06d4ab2
move scripts, update UI, add s3cfg-ngcloud
2026-05-03 08:27:38 +04:00
“Naeel”
dbd35e11ff
feat(auth): demo-логин ≥6 симв, MultiAuthenticator, UUID v5, v1.3.26
2026-05-02 19:45:10 +04:00
“Naeel”
94a4eea50b
fix(ui): email влево, версия вправо у логотипа, v1.3.25
2026-05-02 19:24:28 +04:00
“Naeel”
81367f7a5d
feat(auth): auth layer decoupling, версия v1.3.24 в navbar и Help
2026-05-02 19:18:34 +04:00
“Naeel”
7ebdaf743c
deploy: v1.3.23 — imagePullPolicy Always, email fix, версия в Help
2026-05-02 18:05:40 +04:00
“Naeel”
8a8a2e694d
fix(ui): email без синего фона; версия v1.3.21 в подвале Help
2026-05-02 17:41:54 +04:00
“Naeel”
3e7d08894d
feat: working console v1.3.20 from Рабочий-Первомай base
2026-05-02 17:04:06 +04:00
Naeel
d21e1ac9a5
feat: restore cron page, email in navbar, metrics pipeline v1.3.19
2026-05-01 19:53:40 +03:00
Naeel
df8bf0d476
refactor: extract metrics-collector from fission-console, bump console to v1.3.12
2026-04-29 10:17:09 +03:00
Naeel
abcd6bad36
feat(cron): Russian UI, table pagination 10 rows/page, bump to v1.3.11
2026-04-29 09:49:25 +03:00
Naeel
6816c038b4
feat(cron): clarify node metrics in UI description, bump to v1.3.10
2026-04-29 09:44:45 +03:00
Naeel
59a5b77ca9
fix(cron): timer auth chain via console gateway, bump image to v1.3.9 - Added handleFissionFunctionGateway in handlers.go: accepts unauthenticated POST /fission-function/<ns>/<fn>/, fetches router JWT, proxies upstream - Registered public routes /fission-function and /fission-function/ in server.go - Bumped image tag v1.3.8 -> v1.3.9 in deploy/console.yaml - Live: patched timer Deployment --routerUrl to http://fission-console.fission.svc.cluster.local:8090 - Added doc/cron/CRON_TIMER_FIX_2026-04-29.md Root cause: timer reads --routerUrl CLI arg only (not FISSION_ROUTER_URL env), router.fission requires JWT that timer does not provide -> 401 on every tick.
2026-04-29 09:21:25 +03:00
Naeel
35fd9ec40e
fix: document cron router auth chain
2026-04-29 08:39:19 +03:00
Naeel
a534fddd2c
Organize LLM assets and function lifecycle fixes
2026-04-28 13:04:08 +03:00
Naeel
862c7a771e
console: deploy requested memory quota fix
2026-04-27 13:17:13 +03:00
Naeel
77339dc8e0
console: deploy quota headroom fix
2026-04-27 12:57:33 +03:00
Naeel
3c2bd7a12f
console: deploy quota 8 fix
2026-04-27 12:43:50 +03:00
Naeel
d295c8d507
console: deploy quota fix
2026-04-27 12:14:32 +03:00
Naeel
ae877c9768
console: deploy invoke timeout fix
2026-04-27 11:49:36 +03:00
Naeel
a464651046
console: deploy help text update
2026-04-27 11:39:07 +03:00
Naeel
15779ffccc
console: deploy user fn gateway
2026-04-27 11:25:39 +03:00
Naeel
feb4ae735d
console: add user token fn gateway
2026-04-27 11:24:36 +03:00
Naeel
e5ce0794a4
console: deploy help update
2026-04-27 11:08:25 +03:00
Naeel
19998c5786
console: deploy root redirect update
2026-04-27 10:52:31 +03:00
Naeel
7ba3cfa3af
console: redirect root to console
2026-04-27 10:51:41 +03:00
Naeel
a11ac83baf
console: deploy llm label update
2026-04-27 10:44:34 +03:00
Naeel
7ca148b09f
console: deploy timeout UI update
2026-04-27 10:38:53 +03:00
Naeel
e600d6e1e8
fix: recreate namespace after manual deletion
2026-04-27 09:09:47 +03:00
Naeel
6e2d070b05
fix: restore jwt login and control-plane checks
2026-04-27 09:00:46 +03:00
Naeel
9461026546
refactor: checkpoint layer2 api console changes
2026-04-26 16:41:20 +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
4964c8f357
console: fix favicon — full base64 data URI (v0.3.4)
2026-04-15 15:20:27 +03:00
Naeel
7e23a71574
console: embed favicon as data URI (v0.3.3)
2026-04-15 15:15:21 +03:00