“Naeel”
df16b40a9d
feat: weather-demo MQ pipeline + sqs-consumer v1.2 with JWT auto-refresh
...
- sqs-consumer: new Go binary v1.2 with tokenManager (auto-login /auth/login, 5min cache, retry on 401)
- console: add MQ/KW triggers UI (mqtriggers.go, kwtriggers.go, mq.js)
- console: update python-env image to v1.1 (boto3+psycopg2+requests)
- weather-demo: fix consumer/main.py (Flask Request.get_json instead of dict access)
- weather-demo: fix fetcher/main.py (boto3 SQS publish, 5 cities)
- weather-demo: update main.tf (python-env v1.1, deploy_type=literal)
- python-env: add psycopg2-binary to Dockerfile (v1.1)
- terraform provider: client auth fix
2026-05-12 11:19:30 +04:00
“Naeel”
fe8f6a871b
feat: plan.md + minor fixes (stats, server, copilot rules)
2026-05-11 07:46:14 +04:00
“Naeel”
c9f97e2f4c
feat: v1.3.87 — Grafana Organizations per namespace (StatsProvider + public dashboards + UI button)
2026-05-10 18:47:21 +04:00
“Naeel”
aaa1b9a82d
feat: billing layer v1.3.86 — PostgreSQL statistics
...
- internal/billing: Store interface + pgStore (pgx/v5 pool) + NoopStore
- factory.go: NewStore() from BILLING_DSN env var (NoopStore fallback)
- Server.billing: injected into Config, initialized in main
- handleInvokeFunction: record invocation (TriggerConsole)
- invokeInternalFunction: record invocation (TriggerHTTP)
- handleCreateFunction: record event_type=create
- handleCloneFunction: record event_type=clone
- handleDeleteFunction: record event_type=delete
- table: invocations (namespace, function_name, trigger_type, duration_ms, status_code...)
- BILLING_DSN added to console.yaml
- pgx/v5 added to go.mod/go.sum
2026-05-10 08:26:42 +04:00
“Naeel”
7cd8a7ec12
chore: misc local changes (server.go, croned.py)
2026-05-08 09:00:58 +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”
db3815d03d
feat: explain-archive LLM endpoint + UI button v1.3.40
2026-05-03 21:33:18 +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
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
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