“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”
fbd565651a
feat(provider): add fission_mq_trigger, fission_cron_trigger, fission_iot_device + weather-demo example
2026-05-11 09:37:20 +04:00
Naeel
78553de39d
fix: AE test fixed GO_NS+600s retry; tf: go-builder-fast:v1 in simple_function
2026-04-25 16:46:06 +03: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
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
1b8bff8364
fix(provider): detect source code drift and validate package/function references
2026-04-15 10:51:40 +03:00
Naeel
f9dfb882f0
feat: support JS and Go source files in fission package loader
2026-04-14 23:37:32 +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
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