“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”
8a8a2e694d
fix(ui): email без синего фона; версия v1.3.21 в подвале Help
2026-05-02 17:41:54 +04:00
“Naeel”
ef1256ca73
refactor(ui): step11 - extract app.js (reloadAll + fn table render); fix: reloadAll was accidentally deleted in step10
2026-05-02 17:36:49 +04:00
“Naeel”
a034c38a38
refactor(ui): step10 - extract init.js (pollNSStatus, initLog, formatSeconds, explainDelay, startTimedStatus, renderInitStages и др.)
2026-05-02 17:33:43 +04:00
“Naeel”
1f1afa95e1
refactor(ui): step9 - extract ai.js (llmGeneratedWarning, addLLMWarning, aiCheck, aiGenerate, aiExplain, askAssistant, toggleAssistant, showGenPrompt)
2026-05-02 17:30:33 +04:00
“Naeel”
4960bf0ee2
refactor(ui): step8 - extract functions.js (parseMethods, parseTimeout, onLangChange, openCreate/Edit/Invoke CRUD, removeFn)
2026-05-02 17:27:20 +04:00
“Naeel”
bef4a545d9
refactor(ui): step7 - extract modals.js (openHelp, closeHelp, openInvoke, closeInvoke, submitInvoke)
2026-05-02 17:24:35 +04:00
“Naeel”
ff29177aef
refactor(ui): step6 - extract triggers.js (httpTriggerByFn, timeTriggerByFn, toggleScheduleFields, schedulePayload, syncScheduleForFunction)
2026-05-02 17:22:27 +04:00
“Naeel”
d61d68f09b
refactor(ui): step5 - extract auth.js (doLogin, doLogout, checkAuth, showLoginOverlay, jwtEmail, setUserAvatar)
2026-05-02 17:20:31 +04:00
“Naeel”
38a3c36768
refactor(ui): step4 - extract ui.js (setText, showStatus, clearStatus, h, formatTimestamp, timestampCell)
2026-05-02 17:18:25 +04:00
“Naeel”
3db402925a
refactor(ui): step3 - extract api.js (authHeaders, getJSON, requestJSON)
2026-05-02 17:16:32 +04:00
“Naeel”
85ffad3772
refactor(ui): step1+2 - extract CSS to styles.css, LANG_TEMPLATES to config.js
2026-05-02 17:14:01 +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
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
9168fc2d9e
fix: Python template def main() without ctx arg
2026-04-27 18:08:00 +03:00
Naeel
96a02b4d72
console: remove time-trigger counter card from dashboard
2026-04-27 15:15:03 +03:00
Naeel
c367f5bb87
console: format help example block
2026-04-27 11:38:16 +03:00
Naeel
326af72684
console: fix help wording and python example
2026-04-27 11:36:37 +03:00
Naeel
feb4ae735d
console: add user token fn gateway
2026-04-27 11:24:36 +03:00
Naeel
f27ff1fbc2
console: remove namespace hint
2026-04-27 11:07:22 +03:00
Naeel
7ba3cfa3af
console: redirect root to console
2026-04-27 10:51:41 +03:00
Naeel
62d42fb663
console: label linter and llm actions
2026-04-27 10:43:44 +03:00
Naeel
01f546e0e8
console: use per-function invoke timeout
2026-04-27 10:33:40 +03:00
Naeel
7cfe20bf76
snapshot before legacy cleanup
2026-04-27 07:36:06 +03:00
Naeel
7fccd39a73
feat: v0.8.14 — init overlay, /ns/status endpoint, token hint
2026-04-25 16:40:27 +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
ca43d0a7d7
fix(console): assistant greeting -> Чем могу помочь v0.8.4
2026-04-20 15:23:15 +03:00
Naeel
fbf08402db
feat(console): generate prompt input before generating code v0.8.3
2026-04-20 15:21:26 +03:00
Naeel
48f787403c
feat(console): wider assistant, generate+explain buttons v0.8.2
2026-04-20 15:17:17 +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
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
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
Naeel
ab2eff69a0
ui: use terra.k8c.ru favicon (same as qu.kube5s.ru/ui/)
2026-04-15 15:08:58 +03:00
Naeel
ba32389600
ui: use nubes favicon url
2026-04-15 14:51:10 +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