Naeel and “Naeel”
2bc04d5bfd
feat: restore cron page, email in navbar, metrics pipeline v1.3.19
2026-05-02 13:58:45 +04:00
Naeel
ec23ddc0a6
feat: add fission_simple_function composite resource
2026-04-20 13:35:57 +03:00
Naeel
01df1498d6
feat: big-suite terraform example + provider nodejs zip fix
...
- examples/big-suite: E-Commerce 10 functions, 6 layers, real depends_on
- provider: nodejs packages now wrapped in ESM zip (buildJSDeployZip)
- provider: loadPackageLiteral reads raw file, nodejs zip via source_dir
- all 10 functions verified working: python/node/ruby/go runtimes
2026-04-20 11:38:45 +03:00
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