Naeel
|
c40fc47025
|
console v0.4.5: русификация UI, Go/TF предупреждения, handler.go в preferred
|
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
|
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
|
2026-04-15 17:01:40 +03:00 |
|
Naeel
|
cccc5ca024
|
revert: remove Go function (runtime compilation timeout)
|
2026-04-15 16:24:57 +03:00 |
|
Naeel
|
66404fde3a
|
add: Go function example (tf-go-hello-fn)
|
2026-04-15 16:19:25 +03:00 |
|
Naeel
|
a199745c77
|
fix: restore 15 functions and roll console favicon image
|
2026-04-15 15:05:27 +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
|
2026-04-15 08:19:52 +03:00 |
|
Naeel
|
d40c5c6e07
|
test: add multi-function stress suite and severe load testing
|
2026-04-14 23:15:26 +03:00 |
|
Naeel
|
f0446742fe
|
feat: complete MVP resources and validate end-to-end terraform flow
|
2026-04-14 22:53:33 +03:00 |
|