gina 0.5.8-alpha.1 → 0.5.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/README.md +5 -8
- package/ROADMAP.md +2 -0
- package/framework/v0.5.8/VERSION +1 -0
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.js +7 -2
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.isaac.js +35 -16
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/help.txt +37 -0
- package/framework/v0.5.8/lib/cmd/connector/models.js +506 -0
- package/framework/v0.5.8/lib/cmd/framework/help.js +90 -0
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/help.txt +2 -1
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/init.js +31 -0
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/helper.js +0 -1
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/help.txt +3 -3
- package/framework/{v0.5.8-alpha.1 → v0.5.8}/package.json +1 -1
- package/gna.js +4 -4
- package/llms.txt +2 -2
- package/package.json +3 -3
- package/framework/v0.5.8-alpha.1/VERSION +0 -1
- package/framework/v0.5.8-alpha.1/lib/cmd/framework/help.js +0 -52
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/AUTHORS +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/html/static.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/config.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/job-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/pipeline-loader.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mongodb/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mysql/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/postgresql/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/job-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/scylladb/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/job-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/content.encoding +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-nunjucks-async.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-nunjucks.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-swig-async.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/controller/inspector-window-emit.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/multipart.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/lib/sbmh.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/deps/streamsearch-1.1.0/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/gna.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/currency.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/locales/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/mime.types +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/entity.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/model/template/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/csrf/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coep/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/coop/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/corp/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/csp/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hide-powered-by/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/hsts/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/origin-agent-cluster/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/referrer-policy/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-content-type-options/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-dns-prefetch-control/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-download-options/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-frame-options/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-permitted-cross-domain-policies/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/security-headers/x-xss-protection/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/session/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/plugins/lib/validator/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/router.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.express.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/server.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/status.codes +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/_gitignore +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle/locales/en.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/manifest.webmanifest +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_public/sw.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/env.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/console.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/context.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/json/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/path.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/prototypes.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/task.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/helpers/text.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/admin/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/admin/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/async/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/async/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cache/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/inc/name-rewrite.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/man.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/mcp-start.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/mcp.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/oas.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/openapi.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/start.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/infer.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/migrate.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/rm.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/connector/test.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/man.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/reset.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/export.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/import.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/i18n/scan.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/man-render.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/kill.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/minion/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/backup.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/man.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/restore.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/arguments.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/check.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/secrets/scan.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/help.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/help.txt +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/list.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/man.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/service/start.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd-status-format/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cmd-status-format/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/collection/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/config.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-config/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-config/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-registry/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/connector-registry/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/generator/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/i18n/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/i18n/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-events/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-events/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-redact/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/inspector-redact/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/instrument/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/instrument/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/job-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/listener.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/math/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-dispatch/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-dispatch/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-http/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-http/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-server/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/mcp-server/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/metrics/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/metrics/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/model.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-filters/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-resolver/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/nunjucks-resolver/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/proc.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/build.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing-introspect/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/routing-introspect/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/src/backends/env.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/secrets/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/session-store.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/shell.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/state.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-resolver/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/swig-resolver/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/loaders/http.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/loaders/memory.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/template-loaders/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/README.md +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/index.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/url/routing.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/uuid/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/uuid/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/validator.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/watcher/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/watcher/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-framing/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-framing/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-query/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-query/src/main.js +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-session/package.json +0 -0
- /package/framework/{v0.5.8-alpha.1 → v0.5.8}/lib/ws-session/src/main.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,17 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
|
6
6
|
and is generated by [Changie](https://github.com/miniscruff/changie).
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
## 0.5.8 - 2026-07-04
|
|
10
|
+
### Added
|
|
11
|
+
* `gina help <group>` now prints help for that command group (e.g. `gina help bundle` shows the bundle command reference), falling back to the top-level help for an unknown group.
|
|
12
|
+
* Added `gina connector:models <connector> @<project> [<bundle>]` — lists the models a configured AI connector's provider can serve (its live catalogue), the read sibling of `connector:test --connect` (which makes the same `models.list()` call but keeps only the count). Text mode prints one model id per line; `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider. Resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet. Exits non-zero on connector-not-found, a non-AI connector, a credential or transport error, or a provider client that cannot enumerate models (reported as unsupported, never a fabricated empty list).
|
|
13
|
+
### Fixed
|
|
14
|
+
* `gina --help`, `gina -h` and `gina help` now print the CLI command reference (usage + command list) instead of exiting with `gina: shortcut not indexed [undefined]`.
|
|
15
|
+
* `gina <group>:help` (e.g. `gina bundle:help`) no longer prints a stray `file <path>` debug line before the help text.
|
|
16
|
+
* CLI help text now shows the correct `--` flag prefix (previously rendered with an em-dash) for `gina --version` and the `project:add` / `project:import` `--path` argument.
|
|
17
|
+
* Running `gina <group>:<action>` with an unrecognised action in a valid command group — e.g. `gina connector` / `gina framework:connector` (connector is its own command group), or `gina -V` — now prints a clear "not a valid command" message that points to `gina help` (and suggests the matching command group when the action names one), instead of crashing with a raw Node "Cannot find module" stack trace.
|
|
18
|
+
* Fixed reverse-proxy host context freezing at the first proxied request. The `PROXY_HOST` / `PROXY_HOSTNAME` worker-globals (derived from a port-less `Host` header or `X-Forwarded-Host`) were captured once behind a one-shot `isProxyHost` gate, so they froze at the first proxied request's value and every later request — plus internal `Controller::query()` forwards that read them — inherited a stale host. The proxy host/scheme is now request-scoped: each request's proxied classification and host are stashed per-request (mirroring the existing `X-Forwarded-Prefix` handling), the worker-global is refreshed on every proxied request so it can never freeze (and, being written only from proxied requests, can never freeze to a raw `host:port`), and the internal-call `X-Forwarded-Host` forward carries the triggering request's proxied host. A raw `host:port` request (no reverse proxy) is never classified as proxied, so its URL builders keep resolving the configured host; single-hop and multi-hop (`X-Forwarded-Host` wins) reverse-proxy topologies are both handled. Server-side only.
|
|
19
|
+
|
|
9
20
|
## 0.5.7 - 2026-07-03
|
|
10
21
|
### Added
|
|
11
22
|
* Added a connector-backed job store to the async-job primitive: point `jobs.store` (app.json) at a `connectors.json` entry and job records persist in SQLite (`node:sqlite` built-in, zero new dependencies) — they survive bundle restarts and are readable cross-process, while the deferred function still runs in the creating process. A configured store that cannot be built fails the boot instead of silently degrading to the in-memory store, and the create/worker race on async stores was hardened away for future backends.
|
package/README.md
CHANGED
|
@@ -42,14 +42,11 @@ open https://localhost:3100
|
|
|
42
42
|
|
|
43
43
|
> **npm 12+** blocks install scripts by default, and gina's post-install bootstraps `~/.gina` and the framework dependencies. Install with `npm install -g gina@latest --allow-scripts=gina`, or allow it once for all global installs with `npm config set allow-scripts=gina --location=user`. (Not needed on npm ≤ 11.)
|
|
44
44
|
|
|
45
|
-
## What's in 0.5.
|
|
46
|
-
|
|
47
|
-
- **
|
|
48
|
-
- **
|
|
49
|
-
- **
|
|
50
|
-
- **Concurrency fixes in the render delegates.** A family of cross-request defects under production concurrency: the swig render cache writer crashed with an HTTP 500 on every cached route in production (#B60); a swig render suspended at its template-read await could resume with a concurrent request's closures and merge that request's page data into its own response (#B61); a finishing stream released a concurrent request's `req`/`res` refs instead of its own and reported stream errors through the wrong controller (#B62); the JSON delegate's cache writer reported cache-configuration errors through a concurrent request's controller (#B63). All per-request state in the delegates is now function-scoped.
|
|
51
|
-
- **Robustness fixes.** A `connectors.json` entry with `"connector": "redis"` no longer aborts the bundle boot — the Redis connector now ships a no-op boot connector, unblocking the documented Redis session-store configuration.
|
|
52
|
-
- **Security — static-asset path traversal fixed.** A request URL with `../` (or its `%2F` / `%2e%2e` percent-encoded forms) could escape a `statics.json` mapping's target directory and read any sibling file under the shared root (config, credentials, server-side source). Both static resolvers now confine the resolved path to its mapping target (or `publicPath`) and return 404 on any escape (#B64); legitimate assets are unaffected and no configuration change is required.
|
|
45
|
+
## What's in 0.5.8
|
|
46
|
+
|
|
47
|
+
- **New — `gina connector:models`.** List the model catalogue a configured AI connector's provider can serve: `gina connector:models <connector> @<project> [<bundle>]`. It is the read sibling of `connector:test --connect` — the same credentialed `models.list()` call, but it returns the model list instead of only a count. Text mode prints one model id per line; `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider (only `id` is guaranteed across providers). Resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet.
|
|
48
|
+
- **New — per-group `gina help [<group>]`.** `gina help <group>` (e.g. `gina help framework`) prints just that group's commands, and an unknown action now prints a clean message instead of a raw stack trace.
|
|
49
|
+
- **Fixed — reverse-proxy host context no longer freezes (#B65).** For a bundle behind a reverse proxy, the host context derived from a port-less `Host` header or `X-Forwarded-Host` was captured once at the first proxied request and reused for the life of the worker, so later requests — and internal cross-bundle calls — could build URLs against a stale host. It is now re-derived per request: single-hop and multi-hop (`X-Forwarded-Host`) deployments resolve the correct host, and a bundle accessed directly on `host:port` (no proxy) is unaffected. No configuration change required.
|
|
53
50
|
|
|
54
51
|
See the full [Changelog](./CHANGELOG.md) and [Roadmap](./ROADMAP.md).
|
|
55
52
|
|
package/ROADMAP.md
CHANGED
|
@@ -32,6 +32,7 @@ This roadmap covers planned features, architectural improvements, new connectors
|
|
|
32
32
|
| **Q2 2026** | `0.5.5` ✅ | WebSocket routes in `routing.json` (`method: "ws"` + `param.wsHandler` → `channels/<name>.js`, `:param` paths, per-route `param.wsOptions`) · cross-bundle `session.query()` from WebSocket channel handlers · framework version side-by-side CLI (`framework:add` / `framework:list` / `framework:remove` / `framework:update` / `framework:reset`) · `project:move` / `project:backup` / `project:restore` · inline CLI man pages (`framework:man` / `project:man` / `bundle:man` / `service:man`) · Bun promoted to a supported, CI-gated runtime · idempotent HTTP/2 client retries (safe-method gating + per-call `retryUnsafe` opt-in) · **Security**: WebSocket-DoS dependency hardening (`ws` override) · `tail` restart hardening |
|
|
33
33
|
| **Q3 2026** | `0.5.6` ✅ | AI-connector CLI suite — `connector:infer` (one-off inference · `--stream` NDJSON · `--raw`) + `connector:test` (CI readiness probe · `--connect` zero-token live check) · AI connector `stream()` + Inspector "AI stream" tab · application events in the Inspector — `self.emitEvent()` + a new "Events" tab, opt-in entity-event & connector-lifecycle bridges · `getModel()` exposes the AI `infer`/`stream` API · fixes: model-init fail-fast · corrupt `projects.json` registration skipped cleanly · DELETE-route regex flags + off-by-one crash · UTF-8 multipart upload filenames · native `<dialog>` popin close cleanup · Couchbase dynamic field-path placeholder · `project:import` additive across release targets · `gina stop` bundles-still-running notice |
|
|
34
34
|
| **Q3 2026** | `0.5.7` ✅ | Durable async-job stores — `jobs.store` (app.json) → `connectors.json` entry: SQLite (`node:sqlite`, zero new dependencies) · MongoDB (shared mongod, multi-pod) · Redis (`ioredis`, atomic per-state + expiry indexes, Redis Cluster via hash-tagged prefix); restart-durable, cross-process, fail-fast on an unbuildable store · opt-in failed-job retry (`maxAttempts` + exponential backoff; completion webhook fires exactly once) · npm 12 readiness (install + release tooling, `--allow-scripts=gina` guidance) · render-delegate concurrency fixes (production cross-request data bleed / wrong-controller error routing / cached-route 500) · `"connector": "redis"` entry no longer aborts boot · **Security**: static-asset path-traversal fix — resolver paths canonicalised and confined to their `statics.json` mapping target (404 on any escape, `%2F` / `%2e%2e` forms included) |
|
|
35
|
+
| **Q3 2026** | `0.5.8` ✅ | `connector:models` — list a configured AI connector's provider models (the read sibling of `connector:test --connect`) · per-group `gina help [<group>]` · **Fixed**: reverse-proxy host context request-scoped — `PROXY_HOST` / `PROXY_HOSTNAME` no longer freeze at the first proxied request (single-hop and multi-hop `X-Forwarded-Host` both handled; raw `host:port` unchanged) · CLI help polish (per-group help output, clean message for an unknown action, em-dash flag typos) |
|
|
35
36
|
| **Q1 2027** | `0.5.x` | HTTP/2 priorities (blocked on Node scheduler hooks) · Beemaster admin + visual translation editor |
|
|
36
37
|
| **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
|
|
37
38
|
|
|
@@ -232,6 +233,7 @@ New database connectors follow the same interface as the existing Couchbase conn
|
|
|
232
233
|
| ✅ | **`connector:*` CLI group + lint/fix migration** | `0.3.8` | Q2 2026 | New CLI for managing `connectors.json` at project (shared) or bundle scope: `connector:list`, `connector:add`, `connector:rm`, `connector:migrate`. Positional-absence signals scope — omit `<bundle>` to operate on `shared/config/connectors.json`, include it to operate on the bundle's own. `list` cross-references declared connectors against the project's `node_modules` and prints install status per driver. `add` writes the JSON entry and prints the exact `npm install <driver>@<range>` command (no auto-install in v1). `rm` supports `--dry-run` / `--force` and scans sibling bundles for usage before removing at project scope. `migrate` lints every `connectors.json` (or a single bundle's file) and, with `--fix`, injects missing `$schema` entries while preserving comment headers and key order — dry-run by default. Framework-side auto-migrate hook deferred to `0.4.0` alongside the Couchbase SDK v2 removal where a concrete old-shape → new-shape delta will justify touching the boot path. Adds a `version` property to the `connectors.json` schema for install-version resolution. Optional follow-up: `--install` flag with lockfile-based package manager detection. **Session 1 (`connector:list`) shipped 2026-04-21, `0.3.7-alpha.3`** — read-only lister with overlay/override detection, driver install probing, version-pin disagreement warnings, JSON output, 89 source-inspection unit tests. **Session 2 (`connector:add` + schema `version`) shipped 2026-04-21, `0.3.7-alpha.3`** — writes shared or bundle-scoped connector entries, infers type from `<name>`, preserves comment headers and key order, pins `$schema` at the top, rejects overwrites without `--force`, prints `npm install <pkg>@"<range>"` install hint (AI resolves per protocol scheme, sqlite short-circuits to built-in note), adds `version` property to `schema/connectors.json`. 94 source-inspection unit tests; 7 live smoke tests. CLI flag rename (`--connector-port=`/`--driver-version=`) avoids framework-reserved `--port`/`--version`. **Session 3 (`connector:rm`) shipped 2026-04-21, `0.3.7-alpha.3`** — removes shared or bundle-scoped entries via positional-absence scoping (`remove` alias accepted); `--dry-run` previews without writing; `--force` skips the project-level usage guard that otherwise refuses when any bundle still references the same logical name; driver-retention hint prints after every removal naming sibling bundles that still use the same driver (sqlite exempt — built-in); inherited-from-shared hint fires when rm from a bundle targets an entry declared only in shared. Never runs `npm uninstall`. 81 source-inspection unit tests. **Session 4 (`connector:migrate`) shipped 2026-04-21, `0.3.7-alpha.3`** — CLI-only linter: dry-run by default, `--fix` applies auto-fixable issues in place. Two detection types: `missing-schema` (auto-fixable, injects `"$schema": "https://gina.io/schema/connectors.json"` pinned at top while preserving comment header and key order) and `bare-key-no-connector` (entry key not in `couchbase, mysql, postgresql, sqlite, redis, ai` enum with no `connector` field — warn-only since driver cannot be inferred). Two invocation modes via positional-absence: `@<project>` scans shared + every bundle; `<bundle> @<project>` scans just that bundle. `--format=json` emits `{project, scope, bundle, fixApplied, files[]}` envelope for CI. Registered as offline — no framework socket required. Idempotent. Never modifies `core/config.js` and never runs at bundle boot — explicit and opt-in. Real framework-side hook deferred to `0.4.0` alongside Couchbase SDK v2 removal. 87 source-inspection unit tests; full write-path smoke test on a disposable sandbox (shared + two bundles), plus a no-false-positive smoke on a real 7-bundle project. |
|
|
233
234
|
| ✅ | **`connector:infer` — one-off AI inference CLI** | `0.5.6-alpha.3` | Q2 2026 | Runs a single inference against a configured `ai` connector **outside a request** — the runtime sibling of the config-only `connector:list`/`add`/`rm`/`migrate` tooling. Resolves the project's shared (or shared+bundle merged) `connectors.json`, resolves `${secret:KEY}` credentials from the CLI's own environment (the resolved value is never echoed), instantiates the connector directly (no bundle boot, no framework socket), and prints the normalised result. `gina connector:infer <connector> [<bundle>] @<project> --message="..."`, with `--system` / `--model` / `--max-tokens` / `--temperature` per-call overrides; `--message` takes precedence over a messages JSON array piped on stdin. `--format=json` (matched strictly — `jsonl`/`json5` fall back to the text output) emits `{ content, model, usage }`, with `--raw` adding the full provider response as a `raw` field (omitted by default for CLI use); text mode writes the content to stdout and a model/usage footer to stderr. `--stream` streams the inference as newline-delimited JSON (NDJSON) — one frame per line on stdout: a `start` frame, a `delta` frame per token, then a terminal `done` (content, model, usage, latency; plus the provider `raw` object under `--raw` — `null` for OpenAI-family streams) or `error` frame; token counters are passed through verbatim and are `null` (never fabricated) when a provider does not report them. Errors cleanly on a non-`ai` connector, and surfaces missing-SDK / credential / transport failures with a non-zero exit and the reason on stderr. Useful for smoke-testing connectivity + credentials from CI/automation, or scripting a one-off inference from a shell; offline providers such as `ollama://` work with no paid-API key. Implemented 2026-06-30 (`connector:infer` + the `--stream` NDJSON mode; a later output-hardening pass added `--raw`, pipe-safe synchronous writes, and `--message`-over-stdin precedence). |
|
|
234
235
|
| ✅ | **`connector:test` — connector readiness probe CLI** | `0.5.6-alpha.3` | Q2 2026 | Probes a project's configured connectors for readiness **outside a request** — the CI-friendly sibling of `connector:list` (driver-install status only) and `secrets:check` (env presence only), answering "is this connector ready to use?". Default is validate-only and offline: per connector it checks the `connector` type / `ai` protocol is recognised, the npm driver is installed at `<project>/node_modules`, and every `${secret:KEY}` placeholder resolves from the environment — no network, no connector instantiated — exiting non-zero when any connector fails so it can gate a deploy. `gina connector:test [<connector> [<bundle>]] @<project>` tests one connector or every connector in a project (bare → every registered project), mirroring `connector:infer`'s positional grammar and `secrets:check`'s all-mode; `--format=json` emits a machine-readable readiness report. The `--connect` opt-in adds a live connectivity probe: for `ai` connectors it calls the provider's `models.list` (a credentialed request that authenticates with **zero generation tokens**; `ollama://` confirms the local server is up), resolving `${secret:KEY}` the way `connector:infer` does (the value is never printed). For DB/cache connectors the live `--connect` probe is reported as **skipped** for now (config / driver / secrets are still validated) — the live DB/cache probe is a follow-up, since those connector classes load `core/gna` (which exits the process outside a booted bundle) and cannot be instantiated the way the AI connector is. Implemented 2026-06-30. |
|
|
236
|
+
| ✅ | **`connector:models` — list an AI connector's provider models** | `0.5.8` | Q2 2026 | Lists the model catalogue a configured `ai` connector's provider can serve — the read sibling of `connector:test --connect` (which makes the same `models.list()` call but keeps only the count). `gina connector:models <connector> @<project> [<bundle>]` prints one model id per line (a count footer on stderr), or `--format=json` emits `{ project, connector, provider, count, models }` with each entry passed through verbatim from the provider (only `id` is guaranteed across providers — Anthropic and OpenAI-family return different fields). Reuses the direct-`AIConnector` bootstrap of `connector:infer` / `connector:test` (no bundle boot, no framework socket); resolves config only and never prints credentials; offline providers such as `ollama://` work with no internet. `isAIConnector`-gated (a non-AI connector is rejected cleanly), and a provider client without `models.list` reports `supported:false` with a non-zero exit rather than a fabricated empty list. Implemented 2026-07-03. |
|
|
235
237
|
|
|
236
238
|
---
|
|
237
239
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.5.8
|
|
@@ -3133,7 +3133,10 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
|
|
|
3133
3133
|
var ctx = getContext()
|
|
3134
3134
|
, protocol = null
|
|
3135
3135
|
, scheme = null
|
|
3136
|
-
|
|
3136
|
+
// #B65 — prefer THIS request's proxy classification (per-request slot) over
|
|
3137
|
+
// the sticky worker-global latch, so the internal-call forward reflects the
|
|
3138
|
+
// triggering request; fall back to the global for req-less callers.
|
|
3139
|
+
, isProxyHost = ( local.req && typeof(local.req._ginaIsProxyHost) != 'undefined' ) ? local.req._ginaIsProxyHost : ( getContext('isProxyHost') || false )
|
|
3137
3140
|
, bundle = null
|
|
3138
3141
|
, webroot = options.webroot || ctx.gina.config.envConf[ctx.bundle][ctx.env].server.webroot;// bundle servers's webroot by default
|
|
3139
3142
|
;
|
|
@@ -3197,8 +3200,10 @@ if ( /^local$/i.test(process.env.NODE_SCOPE) ) {
|
|
|
3197
3200
|
}
|
|
3198
3201
|
|
|
3199
3202
|
if (isProxyHost) {
|
|
3203
|
+
// #B65 — forward THIS request's proxied host (per-request slot), falling back
|
|
3204
|
+
// to the worker-global for req-less callers (released-response / ws-query).
|
|
3200
3205
|
// X-Forwarded-Host
|
|
3201
|
-
options.headers['x-forwarded-host'] = process.gina.PROXY_HOST;
|
|
3206
|
+
options.headers['x-forwarded-host'] = ( local.req && local.req._ginaProxyHost ) ? local.req._ginaProxyHost : process.gina.PROXY_HOST;
|
|
3202
3207
|
// X-Forwarded-Proto
|
|
3203
3208
|
options.headers['x-forwarded-proto'] = process.gina.PROXY_SCHEME;
|
|
3204
3209
|
}
|
|
@@ -1617,23 +1617,42 @@ function ServerEngineClass(options) {
|
|
|
1617
1617
|
isProxyHost = getContext('isProxyHost') || false;
|
|
1618
1618
|
requestHost = request.headers.host || request.headers[':authority'];
|
|
1619
1619
|
// console.debug('[PROXY_HOST][isProxyHost='+ isProxyHost +'] request.headers.host -> ' + request.headers.host + ' VS request.headers[":authority"] '+ request.headers[':authority'] +' | '+ request.url);
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
)
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1620
|
+
// #B65 — request-scope the reverse-proxy host context. Classify THIS
|
|
1621
|
+
// request as proxied when its inbound Host is port-less (a reverse proxy
|
|
1622
|
+
// rewrote it) OR it carries an X-Forwarded-Host; a raw `host:port` access
|
|
1623
|
+
// (no proxy) is never classified proxied, so its URL builders keep
|
|
1624
|
+
// resolving the static config host. The per-request result is stashed on
|
|
1625
|
+
// the request (request._ginaIsProxyHost / _ginaProxyHost / _ginaProxyHostname
|
|
1626
|
+
// — mirrors request._ginaProxyPrefix below) so concurrent requests can't
|
|
1627
|
+
// contaminate each other. The worker-global PROXY_* is refreshed on EVERY
|
|
1628
|
+
// proxied request (NOT gated on the sticky `isProxyHost` latch) so it can
|
|
1629
|
+
// never FREEZE at the first proxied request's value — the same one-shot-gate
|
|
1630
|
+
// defect the x-forwarded-prefix block below calls out. Because the globals
|
|
1631
|
+
// are only ever written from a proxied request, they can never freeze to a
|
|
1632
|
+
// `host:port` (raw) value.
|
|
1633
|
+
var _thisReqProxied = (
|
|
1634
|
+
( requestHost && !/\:[0-9]+$/.test(requestHost) )
|
|
1635
|
+
|| request.headers['x-forwarded-host']
|
|
1636
|
+
) ? true : false;
|
|
1637
|
+
request._ginaIsProxyHost = _thisReqProxied;
|
|
1638
|
+
if ( _thisReqProxied ) {
|
|
1639
|
+
// this request's proxied host/hostname — X-Forwarded-Host wins (multi-hop:
|
|
1640
|
+
// TLS-terminating ingress -> inner proxy -> bundle), else the port-less
|
|
1641
|
+
// Host (single-hop: reverse proxy -> bundle).
|
|
1642
|
+
if ( request.headers['x-forwarded-host'] ) {
|
|
1643
|
+
request._ginaProxyHostname = request.headers['x-forwarded-proto'] +'://'+ request.headers['x-forwarded-host'];
|
|
1644
|
+
request._ginaProxyHost = request.headers['x-forwarded-host'];
|
|
1645
|
+
} else {
|
|
1646
|
+
request._ginaProxyHostname = process.gina.PROXY_SCHEME +'://'+ requestHost;
|
|
1647
|
+
request._ginaProxyHost = requestHost;
|
|
1635
1648
|
}
|
|
1636
|
-
//
|
|
1649
|
+
// Refresh the worker-global on EVERY proxied request (freeze fix) — the
|
|
1650
|
+
// value is always this request's proxied host, so a later internal
|
|
1651
|
+
// direct-host call inherits a correct (never direct-frozen) global.
|
|
1652
|
+
// For internal services communications - Eg.: Controller::query()
|
|
1653
|
+
process.gina.PROXY_HOSTNAME = request._ginaProxyHostname;
|
|
1654
|
+
process.gina.PROXY_HOST = request._ginaProxyHost;
|
|
1655
|
+
// Forcing context - also available for workers (monotonic: only ever true)
|
|
1637
1656
|
setContext('isProxyHost', true);
|
|
1638
1657
|
}
|
|
1639
1658
|
|
|
@@ -30,6 +30,12 @@
|
|
|
30
30
|
infer <connector> <bundle> @<project>
|
|
31
31
|
Same, against the bundle's merged
|
|
32
32
|
shared+bundle connector view.
|
|
33
|
+
models <connector> @<project>
|
|
34
|
+
List the models a configured AI connector's
|
|
35
|
+
provider can serve (its live catalogue).
|
|
36
|
+
models <connector> <bundle> @<project>
|
|
37
|
+
Same, against the bundle's merged
|
|
38
|
+
shared+bundle connector view.
|
|
33
39
|
test Probe every connector in every registered
|
|
34
40
|
project for readiness (config, driver,
|
|
35
41
|
secrets). Exit non-zero on any failure.
|
|
@@ -147,6 +153,19 @@
|
|
|
147
153
|
or null for OpenAI-family streams (which expose
|
|
148
154
|
no single final object). No effect in text mode.
|
|
149
155
|
|
|
156
|
+
Options (models):
|
|
157
|
+
|
|
158
|
+
--format=json Emit `{ project, connector, provider, count,
|
|
159
|
+
models }` (plus `bundle` when a bundle is
|
|
160
|
+
named) instead of one model id per line. Each
|
|
161
|
+
`models[]` entry is passed through verbatim
|
|
162
|
+
from the provider (SDK shapes differ; only
|
|
163
|
+
`id` is guaranteed present).
|
|
164
|
+
--api-key=<value> Override the connector's apiKey with a
|
|
165
|
+
literal (bypasses ${secret:...} resolution).
|
|
166
|
+
--base-url=<url> Override the provider base URL.
|
|
167
|
+
--protocol=<uri> Override the connector protocol scheme.
|
|
168
|
+
|
|
150
169
|
Options (test):
|
|
151
170
|
|
|
152
171
|
--connect Add a live connectivity probe on top of the
|
|
@@ -246,6 +265,20 @@
|
|
|
246
265
|
NDJSON token frames (one JSON object per line — start / delta / done /
|
|
247
266
|
error) on stdout regardless of `--format`.
|
|
248
267
|
|
|
268
|
+
`connector:models` lists the models a configured AI connector's provider
|
|
269
|
+
can serve — it makes the same `models.list()` call `connector:test
|
|
270
|
+
--connect` uses, but surfaces the model ids instead of just a count (for
|
|
271
|
+
populating a model picker, scripting a "offers model X?" check, or
|
|
272
|
+
auditing reach). It only works with `ai` connectors, resolves the config
|
|
273
|
+
and instantiates the connector exactly like `connector:infer` (no bundle
|
|
274
|
+
boot; the provider SDK must be installed in the project), and never prints
|
|
275
|
+
credentials. Offline providers (`ollama://`) work with no internet. Text
|
|
276
|
+
mode prints one model id per line to stdout (count footer to stderr);
|
|
277
|
+
`--format=json` emits `{ project, connector, provider, count, models }`
|
|
278
|
+
with each entry passed through from the provider. A provider client that
|
|
279
|
+
exposes no `models.list` is reported UNSUPPORTED with a non-zero exit —
|
|
280
|
+
never a fabricated empty list.
|
|
281
|
+
|
|
249
282
|
`connector:test` probes configured connectors for readiness and exits
|
|
250
283
|
non-zero on any failure (so it can gate CI). The default is validate-only
|
|
251
284
|
and offline: for each connector it checks that the type / `ai` protocol is
|
|
@@ -324,6 +357,10 @@
|
|
|
324
357
|
echo '[{"role":"user","content":"hi"}]' | gina connector:infer claude @myproject
|
|
325
358
|
Multi-turn messages piped as JSON on stdin
|
|
326
359
|
|
|
360
|
+
gina connector:models claude @myproject List the models the connector's provider can serve (one id per line)
|
|
361
|
+
gina connector:models claude api @myproject Same, as the api bundle sees it (merged shared+bundle)
|
|
362
|
+
gina connector:models claude @myproject --format=json Machine-readable { project, connector, provider, count, models }
|
|
363
|
+
|
|
327
364
|
gina connector:test @myproject Validate every connector in a project (config + driver + secrets)
|
|
328
365
|
gina connector:test claude @myproject Validate one connector (shared / merged view)
|
|
329
366
|
gina connector:test claude api @myproject Validate one connector as the api bundle sees it
|