“Naeel”
fcce5d3b50
fix: chat system prompt — user-friendly, без внутренней кухни (v1.3.64)
2026-05-07 21:26:36 +04:00
“Naeel”
10cf4783a3
fix: logs — брать имя контейнера из pod.Spec.Containers[0] (v1.3.63)
2026-05-07 21:04:23 +04:00
“Naeel”
af6e7354d6
fix: logs — убрать хардкод user-container, взять первый контейнер пода (v1.3.62)
2026-05-07 20:58:23 +04:00
“Naeel”
9b0089e15a
feat: logs modal + ESC close + /functions/:name/logs endpoint (v1.3.61)
2026-05-07 20:51:02 +04:00
“Naeel”
a9bd2e93c7
rules: запрет самодеятельных изменений рабочего кода — комментарии + правила
2026-05-07 20:39:24 +04:00
“Naeel”
817ee40fd2
v1.3.59: add logging to extractPackageSourceCode for debug
2026-05-07 20:14:12 +04:00
“Naeel”
a9a81ce403
fix: правильный ingress /cron → metrics-collector, чистый console v1.3.58, запрет костылей
2026-05-07 12:06:27 +04:00
“Naeel”
d09348b6b9
v1.3.55: validate zip magic bytes on upload (UI + backend)
2026-05-04 10:57:32 +04:00
“Naeel”
4980eb4efa
fix: форматирование lint_archive.go
2026-05-04 09:30:21 +04:00
“Naeel”
6ded699935
v1.3.54: лintер проверяет соответствие языка файлам в архиве
...
Если выбран Node.js но в архиве .py — сразу ошибка.
Фронтенд передаёт выбранный язык (ca-lang / e-lang-hidden) в запрос лintера.
2026-05-04 09:28:21 +04:00
“Naeel”
353cc0f5b1
v1.3.53: лintер проверяет entrypoint — файл и функция должны существовать в архиве
...
Entrypoint формат module.function: лintер ищет module.py в архиве
и проверяет что def function(...) определена внутри.
Если нет — сразу ошибка, не нужно ждать таймаута вызова.
Фронтенд передаёт entrypoint из поля e-entry / ca-entry.
2026-05-04 09:21:31 +04:00
“Naeel”
36f83892aa
v1.3.51: remove invoke_url from response, unlock entrypoint field in edit modal
2026-05-04 08:22:12 +04:00
“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”
4f6b4b87be
v1.3.47: fix InvokeStrategy in archive handler, modal error display, draggable modals
2026-05-04 06:54:18 +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”
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”
81367f7a5d
feat(auth): auth layer decoupling, версия v1.3.24 в navbar и Help
2026-05-02 19:18:34 +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
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
82eba079f6
feat: add fission-aware ai prompts
2026-04-28 07:31:19 +03:00
Naeel
d348199c92
console: fix invoke client timeout
2026-04-27 11:47:57 +03:00
Naeel
feb4ae735d
console: add user token fn gateway
2026-04-27 11:24:36 +03:00
Naeel
7ba3cfa3af
console: redirect root to console
2026-04-27 10:51:41 +03:00
Naeel
01f546e0e8
console: use per-function invoke timeout
2026-04-27 10:33:40 +03:00
Naeel
6e2d070b05
fix: restore jwt login and control-plane checks
2026-04-27 09:00:46 +03:00
Naeel
7cfe20bf76
snapshot before legacy cleanup
2026-04-27 07:36:06 +03:00
Naeel
9461026546
refactor: checkpoint layer2 api console changes
2026-04-26 16:41:20 +03:00
Naeel
60646af0c8
refactor: split main.go into packages (internal/api, internal/fission, internal/runtime, cmd/server)
2026-04-25 23:53:20 +03:00