Naeel
|
903610bf71
|
chore: copilot instructions update
|
2026-04-19 09:43:55 +03:00 |
|
Naeel
|
0a1708e682
|
doc: тест auth v0.5.0 (2026-04-19)
|
2026-04-19 08:50:34 +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
v0.4.5
|
2026-04-15 19:47:41 +03:00 |
|
Naeel
|
fd236d87ea
|
feat: provider audit — builder support, function tuning, source archive
Аудит провайдера vs каноничный Fission. Добавлено:
Environment:
- builder_image, builder_command для Go и языков с build step
Package:
- deploy_type (literal/source) для переключения deployment/source archive
- loadPackageSourceArchive() — zip-упаковка source_dir
- Убран пустой source:{} из literal mode
Function:
- executor_type (poolmgr/newdeploy/container)
- function_timeout, idle_timeout
- min_scale, max_scale для ExecutionStrategy
Все 21 тест пройден. Обратная совместимость проверена.
Документация: doc/AUDIT_PROVIDER_VS_FISSION_2026-06-03.md
v0.3.0
|
2026-04-15 17:46:47 +03:00 |
|
Naeel
|
6d66e5b566
|
feat: multi-language support — PHP, Ruby, Perl, Go (binary-env)
- PHP: ghcr.io/fission/php-env, entrypoint main.php::handler
- Ruby: ghcr.io/fission/ruby-env, entrypoint handler (single-word)
- Perl: ghcr.io/fission/perl-env (version=1), sub {} return value
- Go: ghcr.io/fission/binary-env with pre-compiled binary (shell script placeholder)
Provider changes:
- package_resource: added main.php, main.rb, main.pl to source_dir candidates
- function_resource: relaxed entrypoint validation to allow PHP (::), Ruby, Perl (single-word)
- function_resource_test: updated BadFormat test to reflect new valid formats
v0.2.4
|
2026-04-15 17:01:40 +03:00 |
|
Naeel
|
c78b539d24
|
doc: plan for multi-language support (Go, Java, PHP, Ruby, .NET, Perl)
|
2026-04-15 16:31:34 +03:00 |
|
Naeel
|
cccc5ca024
|
revert: remove Go function (runtime compilation timeout)
v0.2.3
|
2026-04-15 16:24:57 +03:00 |
|
Naeel
|
66404fde3a
|
add: Go function example (tf-go-hello-fn)
v0.2.2
|
2026-04-15 16:19:25 +03:00 |
|
Naeel
|
4964c8f357
|
console: fix favicon — full base64 data URI (v0.3.4)
v0.2.1
|
2026-04-15 15:20:27 +03:00 |
|
Naeel
|
7e23a71574
|
console: embed favicon as data URI (v0.3.3)
v0.2.0
|
2026-04-15 15:15:21 +03:00 |
|
Naeel
|
ab2eff69a0
|
ui: use terra.k8c.ru favicon (same as qu.kube5s.ru/ui/)
v0.1.8
|
2026-04-15 15:08:58 +03:00 |
|
Naeel
|
a199745c77
|
fix: restore 15 functions and roll console favicon image
v0.1.7
|
2026-04-15 15:05:27 +03:00 |
|
Naeel
|
ba32389600
|
ui: use nubes favicon url
v0.1.6
|
2026-04-15 14:51:10 +03:00 |
|
Naeel
|
8ac8428a76
|
docs: record strict cleanup to 6 verified functions
v0.1.5
|
2026-04-15 14:43:58 +03:00 |
|
Naeel
|
ba50d18f8f
|
fix(console): sync function package resourceversion after code update
v0.1.4
|
2026-04-15 11:14:42 +03:00 |
|
Naeel
|
d9a6d2f29e
|
fix(console): decode zip package literal before showing code in UI
v0.1.3
|
2026-04-15 11:00:00 +03:00 |
|
Naeel
|
1b8bff8364
|
fix(provider): detect source code drift and validate package/function references
v0.1.2
|
2026-04-15 10:51:40 +03:00 |
|
Naeel
|
e2b6a4472e
|
doc: add bugs #5, #6 (foreign key, entrypoint validation)
|
2026-04-15 10:43:05 +03:00 |
|
Naeel
|
ac2d2a1288
|
doc: comprehensive bug report from adversarial testing
|
2026-04-15 10:40:32 +03:00 |
|
Naeel
|
72fbb6c516
|
fix: console /console/ path prefix strip + TLS cert-manager letsencrypt
v0.1.1
|
2026-04-15 10:22:19 +03:00 |
|
Naeel
|
cdc7f06765
|
feat: add 15 auto-test functions + destroy-test + versioning rules
Batch 1: ok, echo, error, cpu, slow
Batch 2: jsonout, recurse, bigdata, math, timestamp
Batch 3: multiline, encoding, nested, memory, chain
Tests: create, update (code_hash), idempotency, destroy, re-create
All 15 functions verified via curl with JWT auth
v0.1.0
|
2026-04-15 08:19:52 +03:00 |
|
Naeel
|
efa8721c36
|
docs: add step-by-step function deploy guide for any model
|
2026-04-15 08:07:23 +03:00 |
|
Naeel
|
19bcdc5fc7
|
docs: add repo rules, thinking log, and progress update for console
|
2026-04-15 07:57:43 +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 |
|
Naeel
|
8c3385693f
|
doc: add Fission Console UI plan for Codex
|
2026-04-15 06:44:24 +03:00 |
|
Naeel
|
f9dfb882f0
|
feat: support JS and Go source files in fission package loader
|
2026-04-14 23:37:32 +03:00 |
|
Naeel
|
d40c5c6e07
|
test: add multi-function stress suite and severe load testing
|
2026-04-14 23:15:26 +03:00 |
|
Naeel
|
b1b990ada3
|
test: add live acceptance CRUD test and document test flow
|
2026-04-14 23:02:20 +03:00 |
|
Naeel
|
81852c28b1
|
feat: add import support and unit tests for provider resources
|
2026-04-14 23:00:46 +03:00 |
|
Naeel
|
a2688e5f2c
|
chore: verify no large files or binaries
|
2026-04-14 22:56:05 +03:00 |
|
Naeel
|
f0446742fe
|
feat: complete MVP resources and validate end-to-end terraform flow
|
2026-04-14 22:53:33 +03:00 |
|
Naeel
|
cf55828ba6
|
feat: implement function and http trigger resources via CRD
|
2026-04-14 22:40:11 +03:00 |
|
Naeel
|
8842ec070e
|
feat: implement environment and package resources via fission CRD
|
2026-04-14 22:36:54 +03:00 |
|
Naeel
|
a8c28c751e
|
feat: scaffold terraform provider for fission via kubernetes CRD
|
2026-04-14 21:55:50 +03:00 |
|
Naeel
|
2e775e73a4
|
doc: switch provider MVP plan from REST v2 to Kubernetes CRD API
|
2026-04-14 21:53:34 +03:00 |
|
Naeel
|
ef0f4e3c00
|
doc: CODEX_PLAN.md — подробный план для GPT 5.3 Codex
|
2026-04-14 21:23:23 +03:00 |
|