gina 0.3.3-alpha.1 → 0.3.4-alpha.1
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 +29 -0
- package/README.md +18 -8
- package/ROADMAP.md +10 -9
- package/framework/v0.3.4-alpha.1/VERSION +1 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/README.md +7 -8
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +1 -1
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +103 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/js/gina.js +293 -201
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +21636 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +286 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.4-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/config.js +6 -1
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/mysql/index.js +52 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/postgresql/index.js +45 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/index.js +46 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.js +1 -1
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/types/multipart.js +2 -1
- package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/LICENSE +19 -0
- package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/lib/sbmh.js +267 -0
- package/framework/v0.3.4-alpha.1/core/deps/streamsearch-1.1.0/package.json +34 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/gna.js +30 -30
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/src/main.js +3 -3
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/src/main.js +34 -29
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.isaac.js +77 -13
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.js +66 -18
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/src/main.js +14 -1
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/src/main.js +2 -2
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/aliases.json +3 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/arguments.json +2 -1
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/help.txt +21 -1
- package/framework/v0.3.4-alpha.1/lib/cmd/bundle/oas.js +6 -0
- package/framework/v0.3.4-alpha.1/lib/cmd/bundle/openapi.js +519 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/start.js +4 -1
- package/framework/v0.3.4-alpha.1/lib/cmd/framework/get.js +98 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/help.txt +8 -3
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/help.txt +7 -2
- package/framework/v0.3.4-alpha.1/lib/cmd/port/set.js +348 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/src/main.js +4 -4
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/index.js +1 -0
- package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/listener.js +2 -2
- package/framework/v0.3.4-alpha.1/lib/uuid/package.json +7 -0
- package/framework/v0.3.4-alpha.1/lib/uuid/src/main.js +99 -0
- package/framework/v0.3.4-alpha.1/package.json +8 -0
- package/gna.js +86 -0
- package/llms.txt +94 -4
- package/package.json +10 -2
- package/types/globals.d.ts +205 -0
- package/types/gna.d.ts +67 -0
- package/types/index.d.ts +566 -0
- package/framework/v0.3.3-alpha.1/VERSION +0 -1
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -532
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.3-alpha.1/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -107
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/HISTORY.md +0 -498
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/LICENSE +0 -7
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/Makefile +0 -192
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/README.md +0 -88
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/bin/swig.js +0 -161
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/browser/comments.js +0 -2
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/browser/index.js +0 -9
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/dist/swig.min.js +0 -7
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/api.html +0 -136
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/browser.html +0 -36
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/cli.html +0 -64
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/extending.html +0 -183
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/filters.html +0 -97
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -9
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/index.html +0 -212
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/layout.html +0 -43
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -106
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/previous.html +0 -25
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs/tags.html +0 -72
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/docs.json +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/index.html +0 -98
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/index.json +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -11
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/js/master.js +0 -106
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -25
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/layouts/master.html +0 -59
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/button.less +0 -22
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/fork.less +0 -23
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/header.less +0 -61
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/layout.less +0 -96
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/mixins.less +0 -268
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -58
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/reset.less +0 -250
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -16
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/swig.less +0 -124
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/docs/less/variables.less +0 -42
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/index.js +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/dateformatter.js +0 -198
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/filters.js +0 -630
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/lexer.js +0 -306
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -59
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/index.js +0 -53
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -63
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/parser.js +0 -744
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/swig.js +0 -740
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -37
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/block.js +0 -25
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/else.js +0 -25
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -28
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/extends.js +0 -19
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/filter.js +0 -68
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/for.js +0 -130
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/if.js +0 -86
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/import.js +0 -91
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/include.js +0 -100
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/index.js +0 -16
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/macro.js +0 -79
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/parent.js +0 -51
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/raw.js +0 -23
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/set.js +0 -109
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -42
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/lib/utils.js +0 -184
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/package.json +0 -41
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/config-lint.js +0 -41
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -59
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/basic.test.js +0 -296
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -5
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -7
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -15
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -159
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/bin/options.js +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -6
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -6
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -5
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -6
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -2
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -2
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -6
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -4
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -2
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -24
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -10
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -24
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -13
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -4
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/includes.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -8
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.html +0 -23
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -11
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -8
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -8
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -9
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -3
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -8
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -1
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/comments.test.js +0 -12
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/filters.test.js +0 -316
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/loaders.test.js +0 -119
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/regressions.test.js +0 -41
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -45
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -61
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -11
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -29
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -63
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -75
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -15
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -26
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -38
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -14
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -33
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -56
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -26
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/tags.test.js +0 -56
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/templates.test.js +0 -62
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/variables.test.js +0 -183
- package/framework/v0.3.3-alpha.1/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -43
- package/framework/v0.3.3-alpha.1/lib/cmd/framework/get.js +0 -0
- package/framework/v0.3.3-alpha.1/lib/cmd/port/set.js +0 -0
- package/framework/v0.3.3-alpha.1/package.json +0 -5
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/AUTHORS +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/content.encoding +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/controller/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/locales/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/mime.types +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/entity.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/router.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/server.express.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/status.codes +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/console.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/context.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/path.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/task.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/helpers/text.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/async/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/config.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/math/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/model.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/proc.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/session-store.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/shell.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/state.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/README.md +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/index.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/validator.js +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.3-alpha.1 → v0.3.4-alpha.1}/lib/watcher/src/main.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,35 @@ 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.3.3 - 2026-04-11
|
|
10
|
+
### Added
|
|
11
|
+
* Live database index introspection for Inspector Query tab — SQL connectors (MySQL, PostgreSQL, SQLite) now report actual database indexes without requiring manual indexes.sql files
|
|
12
|
+
* Implement `framework:get` CLI command — read one or all keys from ~/.gina/settings.json (`gina get --key`, `gina get all`). Completes the `gina set` / `gina get` pair.
|
|
13
|
+
* Implement `port:set` CLI command — set or update a port number for a bundle/environment/protocol/scheme combination. Supports both positional syntax (`gina port:set http/1.1:3200 frontend @myproject/dev`) and flag syntax (`--protocol=`, `--scheme=`, `--port=`, `--env=`), with interactive prompts for missing values.
|
|
14
|
+
### Changed
|
|
15
|
+
* Improved popin loading and opening performance: parallel resource loading via DOM injection (replaces sequential XHR + eval), eliminated redundant DOM binding on open, reduced DOM scans with querySelectorAll, classList API, cached RegExp, lightweight ID counter, per-load XHR for concurrent popins
|
|
16
|
+
* Replacing uuid/crypto.randomUUID() with internal lib/uuid — lightweight base-62 ID generator using crypto.getRandomValues with bitmask bias avoidance, zero external dependencies
|
|
17
|
+
* Replaced vendored swig-1.4.2 with @rhinostone/swig npm dependency in framework/v*/package.json
|
|
18
|
+
### Fixed
|
|
19
|
+
* Fixed malformed regex in events.js XHR error handler, operator precedence bug in binding.js error logging, typo in events.js header loop variable, implemented popinDestroy (was a stub), and fixed registeredPopins duplicate-check array never being populated
|
|
20
|
+
* explainForIndexes crashes on bulkInsert path where conn._cluster is undefined (conn is a scope object, cluster lives at conn._scope._bucket._cluster). The crash occurs before self.emit(trigger), silently hanging the entity callback and causing a 504 timeout with no error in logs. Fixed by resolving the cluster from either conn shape, with early-return guard and internal try/catch so dev-mode instrumentation never blocks the emit path.
|
|
21
|
+
* Validator global validation pass no longer displays errors for untouched fields. On every field blur, the validator runs a full-form validation to determine submit button state (isFormValid). Previously, the global pass displayed errors for ALL invalid fields — untouched fields would suddenly show errors when the user interacted with a different field. Now only the field the user actually touched (event.target.name) shows errors. Two call sites fixed in validator/src/main.js (~line 3337 and ~line 4865).
|
|
22
|
+
* Vendoring streamsearch-1.1.0 to fix busboy MODULE_NOT_FOUND crash in Docker containers after framework directory rename
|
|
23
|
+
* Forwarding emerg message to CLI output and docker logs when a bundle aborts during startup
|
|
24
|
+
* Config loader checks MIDDLEWARE file existence before reading — prevents crash in containers or environments where the file is absent
|
|
25
|
+
* requireJSON now tolerates trailing commas in JSON config files — strips them and warns instead of calling emerg+exit, preventing bundle abort on common authoring mistakes
|
|
26
|
+
|
|
27
|
+
## 0.3.3-alpha.3 - 2026-04-09
|
|
28
|
+
### Added
|
|
29
|
+
* TypeScript declaration files (`types/index.d.ts`, `types/globals.d.ts`, `types/gna.d.ts`) — `.d.ts` declarations for the public surface: `SuperController`, `EntitySuper`, global helpers, connector config shapes, `routing.json` schema, all config file interfaces, `GinaRequest`/`GinaResponse` types, `PathObject`, `uuid`, and the `Gna` lifecycle module. Zero TS migration of internals — declarations only. Enables IDE autocomplete and static analysis for consumer projects. `package.json` wired with `"types"` and `"typesVersions"`.
|
|
30
|
+
* Explicit exports via `require('gina/gna')` — all global helpers (`getContext`, `setContext`, `_`, `requireJSON`, `onCompleteCall`, `getModel`, `uuid`, `ApiError`, etc.), `SuperController`, and `EntitySuper` available as named imports. Uses lazy getters so symbols resolve at access time (after framework boot). Enables IDE go-to-definition and `import { getContext } from 'gina/gna'`-style usage alongside the existing global injection.
|
|
31
|
+
|
|
32
|
+
## 0.3.3-alpha.2 - 2026-04-08
|
|
33
|
+
### Added
|
|
34
|
+
* `bundle:openapi` CLI command — generates an OpenAPI 3.1.0 specification from `routing.json` for one or more bundles. Alias: `bundle:oas`. Supports `--output` flag for custom output path. Zero manual spec writing — `url`, `method`, `param.control`, `namespace`, `requirements`, `_comment`, `_sample`, `middleware`, and `cache` fields all map to their OpenAPI equivalents. Makes any Gina app consumable by AI agents, API gateways, and testing tools.
|
|
35
|
+
* `framework:get` CLI command — read one or all keys from `~/.gina/settings.json`
|
|
36
|
+
* `port:set` CLI command — set or update a specific port for a bundle/env/protocol/scheme combination
|
|
37
|
+
|
|
9
38
|
## 0.3.2 - 2026-04-07
|
|
10
39
|
### Added
|
|
11
40
|
* JSON Schema files for all config files (app, connectors, manifest, routing, settings, watchers, crons) — published at gina.io/schema/*
|
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Gina
|
|
2
2
|
|
|
3
|
-
[](https://badge.fury.io/js/gina) [](https://badge.fury.io/gh/gina-io%2Fgina) [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://github.com/gina-io/gina/actions/workflows/test.yml)
|
|
3
|
+
[](https://badge.fury.io/js/gina) [](https://www.npmjs.com/package/gina) [](https://github.com/gina-io/gina/stargazers) [](https://badge.fury.io/gh/gina-io%2Fgina) [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://github.com/gina-io/gina/actions/workflows/test.yml) [](https://socket.dev/npm/package/gina)
|
|
4
4
|
|
|
5
5
|
> **Documentation:** [gina.io/docs](https://gina.io/docs/) · **Issues:** [GitHub](https://github.com/gina-io/gina/issues) · **Changelog:** [CHANGELOG.md](./CHANGELOG.md)
|
|
6
6
|
|
|
@@ -37,14 +37,17 @@ gina bundle:start api @myproject
|
|
|
37
37
|
open https://localhost:3100
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
## What's in 0.3.
|
|
40
|
+
## What's in 0.3.3
|
|
41
41
|
|
|
42
|
-
- **
|
|
43
|
-
-
|
|
44
|
-
-
|
|
45
|
-
-
|
|
46
|
-
- **
|
|
47
|
-
- **
|
|
42
|
+
- **Live database index introspection** — Inspector Query tab now queries actual database indexes (MySQL, PostgreSQL, SQLite) without requiring manual `indexes.sql` files
|
|
43
|
+
- **`bundle:openapi`** — generate an OpenAPI 3.1.0 spec from `routing.json` with `gina bundle:openapi @myproject`
|
|
44
|
+
- **`framework:get` and `port:set` CLI commands** — read settings and set individual bundle ports without a full reset
|
|
45
|
+
- **Swig migration** — vendored `swig-1.4.2` replaced with `@rhinostone/swig` npm dependency (maintained fork with CVE-2023-25345 patched)
|
|
46
|
+
- **Internal `lib/uuid`** — lightweight base-62 ID generator replaces external uuid dependency
|
|
47
|
+
- **Popin performance** — parallel DOM-injected resource loading, `popinDestroy()`, `classList` API, cached RegExp
|
|
48
|
+
- **Validator fix** — global validation pass no longer shows errors for untouched fields
|
|
49
|
+
- **Docker fixes** — vendored `streamsearch` for busboy, emerg forwarding to CLI output and docker logs
|
|
50
|
+
- **requireJSON resilience** — trailing commas in config files now produce a warning instead of aborting the bundle
|
|
48
51
|
|
|
49
52
|
See the full [Changelog](./CHANGELOG.md) and [Roadmap](./ROADMAP.md).
|
|
50
53
|
|
|
@@ -58,6 +61,13 @@ Full installation guide, tutorials, configuration reference, and API docs at **[
|
|
|
58
61
|
- [Configuration reference](https://gina.io/docs/reference/)
|
|
59
62
|
- [Security & CVE compliance](https://gina.io/docs/security)
|
|
60
63
|
|
|
64
|
+
## Ecosystem
|
|
65
|
+
|
|
66
|
+
| Package | Description |
|
|
67
|
+
| --- | --- |
|
|
68
|
+
| [@rhinostone/swig](https://github.com/gina-io/swig) | Maintained fork of the Swig template engine (upstream abandoned since 2015). CVE-2023-25345 patched. |
|
|
69
|
+
| [gina-starter](https://github.com/gina-io/gina-starter) | Minimal starter project — one bundle, one route, Docker Compose included |
|
|
70
|
+
|
|
61
71
|
## Governance
|
|
62
72
|
|
|
63
73
|
Gina is co-authored by **Martin Luther** ([Rhinostone](https://rhinostone.com)) and **Fabrice Delaneau** ([fdelaneau.com](https://fdelaneau.com)). Final decisions on direction, API design, and releases rest with Martin Luther. Community contributions and RFCs are welcome and taken seriously. See [GOVERNANCE.md](./GOVERNANCE.md) for details.
|
package/ROADMAP.md
CHANGED
|
@@ -14,8 +14,9 @@ This roadmap covers planned features, architectural improvements, new connectors
|
|
|
14
14
|
| **Q2 2026** | `0.2.0` ✅ | Stability · WatcherService · Redis & SQLite connectors · K8s session storage · Startup cache · Pointer compression · Couchbase v2 deprecation · Couchbase security & critical bug fixes · HTTP/2 security hardening |
|
|
15
15
|
| **Q3 2026** | `0.3.0` ✅ | Async/await · Dev hot-reload · MySQL & PostgreSQL connectors · AI Phase 2 · Tutorials · Mobile backend guide · Route radix tree · Connector peerDependencies · 103 Early Hints · HTTP/2 observability · Security & CVE page · Couchbase connector hardening · Inspector Phase 1 + Phase 2 · CLI Tier 1 (project lifecycle, port:set, framework:get) |
|
|
16
16
|
| **Q3 2026** | `0.3.1` ✅ | Release workflow fixes · SQL index reporting Phase A · HTTP/2 direct stream for HTML · Dependency reduction (`ssl-checker`, `colors`, `uuid` removed — engine.io sole runtime dep) |
|
|
17
|
-
| **Q3 2026** | `0.3.2` |
|
|
18
|
-
| **
|
|
17
|
+
| **Q3 2026** | `0.3.2` ✅ | JSON Schema for config files · Entity short-name aliases · Model loading fix · getConfig() proxy fix · Inspector tab presets & QI propagation |
|
|
18
|
+
| **Q3 2026** | `0.3.3` | OpenAPI spec generation · CLI port:set & framework:get · TypeScript declarations · Explicit exports |
|
|
19
|
+
| **Q4 2026** | `0.4.0` | AI agents (MCP) · ScyllaDB connector · PWA scaffold · Prometheus metrics · Advanced tutorial · Website redesign · Docs offline ZIP · Bun investigation · Couchbase v2 removal · HTTP/2 hardening · Trailer support · CLI Tier 2 (bundle/project status, rename, copy, protocol:remove, minions) |
|
|
19
20
|
| **Q1 2027** | `0.5.0` | ESM support · Template engine migration · Structured logging · Alt-Svc · HTTP/2 priorities · WebSocket over HTTP/2 · Inspector Production · CLI Tier 3 (project:move, framework:update, backup/restore, man pages) |
|
|
20
21
|
| **Q3 2027** | `1.0.0` | First stable release — Windows alpha compatibility is a hard gate |
|
|
21
22
|
|
|
@@ -43,8 +44,8 @@ Stub commands confirmed in source — handler files exist but are empty or comme
|
|
|
43
44
|
| Status | Feature | Version | Target |
|
|
44
45
|
| --- | --- | --- | --- |
|
|
45
46
|
| ✅ | **`project:start` / `project:stop` / `project:restart`** — Start, stop, or restart all bundles in a project with one command. Each delegates to `gina bundle:start/stop/restart @<project>` (bulk mode). `start` and `restart` accept `--env`, `--scope`, `--inspect-brk` (flags forwarded). 41 unit tests. | `0.3.0-alpha.1` | 2026-04-02 |
|
|
46
|
-
|
|
|
47
|
-
|
|
|
47
|
+
| ✅ | **`framework:get`** — Read one or all keys from `~/.gina/settings.json`. Completes the `gina set` / `gina get` pair. Supports `--flag`, bare key names, and `all` keyword. | `0.3.3-alpha.2` | 2026-04-08 |
|
|
48
|
+
| ✅ | **`port:set`** — Set or update a specific port for a bundle/env/protocol/scheme combination without a full `port:reset`. Positional syntax: `gina port:set <protocol>:<port> <bundle> @<project>/<env>`. Flag syntax: `--protocol=`, `--scheme=`, `--port=`, `--env=`. Prompts interactively for missing values. | `0.3.3-alpha.2` | 2026-04-08 |
|
|
48
49
|
|
|
49
50
|
### Tier 2 — `0.4.0`
|
|
50
51
|
|
|
@@ -97,8 +98,8 @@ Stub commands confirmed in source — handler files exist but are empty or comme
|
|
|
97
98
|
|
|
98
99
|
| Status | Feature | Version | Target |
|
|
99
100
|
| --- | --- | --- | --- |
|
|
100
|
-
|
|
|
101
|
-
|
|
|
101
|
+
| ✅ | **Explicit exports for global helpers** — `getContext`, `setContext`, `_`, `requireJSON` etc. available as explicit `require('gina/gna').getContext` imports alongside the existing global injection. Enables IDE navigation and static analysis. | `0.3.3-alpha.3` | 2026-04-09 |
|
|
102
|
+
| ✅ | **TypeScript declaration files** — `.d.ts` declarations for the public surface: `SuperController`, `EntitySuper`, connector config shapes, `routing.json` schema, `PathObject`, `uuid`, all config file interfaces, `GinaRequest`/`GinaResponse`. No TS migration of internals — just declarations for consumer projects. `package.json` wired with `"types"` and `"typesVersions"`. | `0.3.3-alpha.3` | 2026-04-09 |
|
|
102
103
|
| 📋 | **`gina connector:audit [@project]`** — reads `connectors.json`, maps each declared connector to its npm peer package (`mysql2`, `pg`, `ioredis`, `couchbase`, `openai`, `@anthropic-ai/sdk`, etc.), and runs `npm audit --json` scoped to those packages in the project's `node_modules`. Reports CVEs with severity and fix availability. If `socket` is installed in the project, delegates to it for supply-chain analysis (malware, typosquatting, protestware) instead of `npm audit`. Exit code 1 on any high/critical finding — CI-friendly. Only audits packages actually declared in `connectors.json`, not the full dependency tree. | `0.4.0` | Q4 2026 |
|
|
103
104
|
|
|
104
105
|
### Phase 5 — Future
|
|
@@ -208,7 +209,7 @@ A cold audit of the Couchbase connector identified two critical security vulnera
|
|
|
208
209
|
| --- | --- | --- | --- |
|
|
209
210
|
| ✅ | **JSON Schemas for config files** — Machine-readable schemas for `routing.json`, `connectors.json`, `app.json`, `settings.json`, `app.crons.json`. Adds `"$schema"` references to generated scaffold files. Gives editors free validation and autocomplete; gives AI assistants authoritative field names so generated config is correct on the first attempt. | `0.2.0` | Q2 2026 |
|
|
210
211
|
| ✅ | **Publish JSON Schema files at `gina.io/schema/*`** — 7 JSON Schema files published: `app.json`, `app.crons.json`, `connectors.json`, `manifest.json`, `routing.json`, `settings.json`, `watchers.json`. IDEs can now download and validate config files automatically. | `0.3.2` | Q3 2026 |
|
|
211
|
-
|
|
|
212
|
+
| ✅ | **TypeScript declaration files** — Cross-listed with Modernisation Phase 4. Essential for AI code generation accuracy. | `0.3.3-alpha.3` | 2026-04-09 |
|
|
212
213
|
|
|
213
214
|
### Phase 2 — Gina apps can use AI
|
|
214
215
|
|
|
@@ -222,7 +223,7 @@ A cold audit of the Couchbase connector identified two critical security vulnera
|
|
|
222
223
|
|
|
223
224
|
| Status | Feature | Version | Target |
|
|
224
225
|
| --- | --- | --- | --- |
|
|
225
|
-
|
|
|
226
|
+
| ✅ | **OpenAPI spec generation** — `gina bundle:openapi @myproject` emits `openapi.json` from `routing.json`. Zero manual spec writing — route annotations become `description` fields. Makes any Gina app consumable by AI agents, API gateways, and testing tools. Alias: `bundle:oas`. Supports `--output` flag for custom path. | `0.3.3-alpha.2` | 2026-04-08 |
|
|
226
227
|
| 📋 | **MCP server wrapper** — `gina bundle:mcp @myproject` exposes `routing.json` routes as MCP (Model Context Protocol) tools. Makes any Gina app a native MCP server discoverable by AI agents. | `0.4.0` | Q4 2026 |
|
|
227
228
|
|
|
228
229
|
---
|
|
@@ -309,4 +310,4 @@ Gina's built-in per-bundle inspector. Phases 1–2 ship as an embedded SPA at `/
|
|
|
309
310
|
|
|
310
311
|
---
|
|
311
312
|
|
|
312
|
-
*Last updated: 2026-04-
|
|
313
|
+
*Last updated: 2026-04-09 (0.3.3-alpha.3 — TypeScript declarations, explicit exports via require('gina/gna')) · To suggest a feature, [open an issue](https://github.com/gina-io/gina/issues).*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.4-alpha.1
|
|
@@ -202,14 +202,13 @@ socket.on('open', function(){
|
|
|
202
202
|
### uuid
|
|
203
203
|
|
|
204
204
|
```javascript
|
|
205
|
-
var uuid = require('uuid');
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
Sample output
|
|
205
|
+
var uuid = require('lib/uuid');
|
|
206
|
+
uuid(); // 'aB3x' (4 chars, base-62 default)
|
|
207
|
+
uuid(8); // 'kQ7mZp2R'
|
|
210
208
|
|
|
211
|
-
|
|
212
|
-
|
|
209
|
+
// Custom alphabet
|
|
210
|
+
var hex = uuid.customAlphabet('0123456789abcdef', 8);
|
|
211
|
+
hex(); // 'f47ac10b'
|
|
213
212
|
```
|
|
214
213
|
|
|
215
|
-
|
|
214
|
+
Lightweight, zero-dependency ID generator using `crypto.getRandomValues` with bitmask bias avoidance.
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
------------------------------------------------------------------
|
|
91
91
|
[+] [200] /favicon.ico
|
|
92
92
|
------------------------------------------------------------------
|
|
93
|
-
[+] [200] /js/
|
|
93
|
+
[+] [200] /js/gina.min.js
|
|
94
94
|
------------------------------------------------------------------
|
|
95
95
|
[+] [404] https://domain.com/js/external.min.js
|
|
96
96
|
------------------------------------------------------------------
|
|
Binary file
|
|
Binary file
|
|
@@ -1756,6 +1756,14 @@
|
|
|
1756
1756
|
var QUERY_PAGE_SIZE = 20;
|
|
1757
1757
|
/** @type {boolean} Whether all query cards should be shown (pagination override) */
|
|
1758
1758
|
var _queryShowAll = false;
|
|
1759
|
+
/**
|
|
1760
|
+
* #QI2 — Cached live index data from /_gina/indexes endpoint.
|
|
1761
|
+
* null = not yet fetched; object = fetched (may be empty).
|
|
1762
|
+
* @type {?{connectors: Object.<string, {type: string, database: string, tables: Object}>}}
|
|
1763
|
+
*/
|
|
1764
|
+
var _liveIndexes = null;
|
|
1765
|
+
/** @type {boolean} Whether a /_gina/indexes fetch is in progress */
|
|
1766
|
+
var _liveIndexesFetching = false;
|
|
1759
1767
|
|
|
1760
1768
|
/**
|
|
1761
1769
|
* Format a byte size into a human-readable string.
|
|
@@ -1769,6 +1777,85 @@
|
|
|
1769
1777
|
return (bytes / (1024 * 1024)).toFixed(1) + ' MB';
|
|
1770
1778
|
}
|
|
1771
1779
|
|
|
1780
|
+
/**
|
|
1781
|
+
* #QI2 — Fetch live index data from the /_gina/indexes endpoint.
|
|
1782
|
+
* Called when the Query tab renders queries with N/A index badges.
|
|
1783
|
+
* On success, caches the result and re-renders the Query tab.
|
|
1784
|
+
*
|
|
1785
|
+
* @inner
|
|
1786
|
+
*/
|
|
1787
|
+
function fetchLiveIndexes() {
|
|
1788
|
+
if (_liveIndexes !== null || _liveIndexesFetching) return;
|
|
1789
|
+
_liveIndexesFetching = true;
|
|
1790
|
+
var base = window.location.pathname.replace(/\/_gina\/inspector.*$/, '');
|
|
1791
|
+
var url = base + '/_gina/indexes';
|
|
1792
|
+
try {
|
|
1793
|
+
var xhr = new XMLHttpRequest();
|
|
1794
|
+
xhr.open('GET', url, true);
|
|
1795
|
+
xhr.onload = function() {
|
|
1796
|
+
_liveIndexesFetching = false;
|
|
1797
|
+
if (xhr.status === 200) {
|
|
1798
|
+
try {
|
|
1799
|
+
_liveIndexes = JSON.parse(xhr.responseText);
|
|
1800
|
+
// Re-render query tab if we have queries
|
|
1801
|
+
if (_lastQueries) {
|
|
1802
|
+
var el = document.getElementById('tab-query');
|
|
1803
|
+
if (el) {
|
|
1804
|
+
var content = el.querySelector('.bm-scroll-area');
|
|
1805
|
+
if (content) content.innerHTML = renderQueryContent(_lastQueries);
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
} catch (e) { _liveIndexes = { connectors: {} }; }
|
|
1809
|
+
}
|
|
1810
|
+
};
|
|
1811
|
+
xhr.onerror = function() { _liveIndexesFetching = false; };
|
|
1812
|
+
xhr.send();
|
|
1813
|
+
} catch (e) { _liveIndexesFetching = false; }
|
|
1814
|
+
}
|
|
1815
|
+
|
|
1816
|
+
/**
|
|
1817
|
+
* #QI2 — Resolve live index data for a query entry that has null indexes.
|
|
1818
|
+
* Looks up the connector:database key in _liveIndexes, then resolves by
|
|
1819
|
+
* extracting the target table from the statement.
|
|
1820
|
+
*
|
|
1821
|
+
* @inner
|
|
1822
|
+
* @param {object} q - Query entry with `q.indexes === null`
|
|
1823
|
+
* @returns {?Array<{name: string, primary: boolean}>} Resolved indexes, or null
|
|
1824
|
+
*/
|
|
1825
|
+
function resolveLiveIndexes(q) {
|
|
1826
|
+
if (!_liveIndexes || !_liveIndexes.connectors) return null;
|
|
1827
|
+
// Try connector:database key; fall back to first matching connector type
|
|
1828
|
+
var connKey = null;
|
|
1829
|
+
var keys = Object.keys(_liveIndexes.connectors);
|
|
1830
|
+
for (var k = 0; k < keys.length; k++) {
|
|
1831
|
+
if (_liveIndexes.connectors[keys[k]].type === q.connector) {
|
|
1832
|
+
connKey = keys[k];
|
|
1833
|
+
break;
|
|
1834
|
+
}
|
|
1835
|
+
}
|
|
1836
|
+
if (!connKey) return null;
|
|
1837
|
+
var tables = _liveIndexes.connectors[connKey].tables;
|
|
1838
|
+
if (!tables) return null;
|
|
1839
|
+
// Use the table field if available; otherwise extract from statement
|
|
1840
|
+
var tbl = q.table || extractTableFromStatement(q.statement);
|
|
1841
|
+
if (!tbl) return null;
|
|
1842
|
+
return tables[tbl] || [];
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
/**
|
|
1846
|
+
* #QI2 — Simple client-side table name extraction from SQL statements.
|
|
1847
|
+
* @inner
|
|
1848
|
+
* @param {string} stmt - SQL or N1QL statement
|
|
1849
|
+
* @returns {?string} Lowercase table name, or null
|
|
1850
|
+
*/
|
|
1851
|
+
function extractTableFromStatement(stmt) {
|
|
1852
|
+
if (!stmt) return null;
|
|
1853
|
+
var m = stmt.match(/\bFROM\s+[`"']?(\w+)[`"']?/i)
|
|
1854
|
+
|| stmt.match(/\bINTO\s+[`"']?(\w+)[`"']?/i)
|
|
1855
|
+
|| stmt.match(/\bUPDATE\s+[`"']?(\w+)[`"']?/i);
|
|
1856
|
+
return m ? m[1].toLowerCase() : null;
|
|
1857
|
+
}
|
|
1858
|
+
|
|
1772
1859
|
/**
|
|
1773
1860
|
* Compile a query by replacing `$1`, `$2`, ... positional placeholders
|
|
1774
1861
|
* with their actual parameter values. Replaces from highest index first
|
|
@@ -2203,6 +2290,12 @@
|
|
|
2203
2290
|
if (q.statement) {
|
|
2204
2291
|
var compiled = compileQuery(q.statement, q.params);
|
|
2205
2292
|
|
|
2293
|
+
// #QI2 — resolve live indexes for N/A entries
|
|
2294
|
+
if ((q.indexes === null || q.indexes === undefined) && _liveIndexes) {
|
|
2295
|
+
var _resolved = resolveLiveIndexes(q);
|
|
2296
|
+
if (_resolved !== null) q.indexes = _resolved;
|
|
2297
|
+
}
|
|
2298
|
+
|
|
2206
2299
|
// Index badges (inline in stmt meta bar, left of rows count)
|
|
2207
2300
|
var indexHtml = '';
|
|
2208
2301
|
if (q.indexes !== null && q.indexes !== undefined) {
|
|
@@ -2311,6 +2404,16 @@
|
|
|
2311
2404
|
h = pbanner + h;
|
|
2312
2405
|
}
|
|
2313
2406
|
|
|
2407
|
+
// #QI2 — trigger live index fetch if any queries still show N/A
|
|
2408
|
+
if (_liveIndexes === null && !_liveIndexesFetching) {
|
|
2409
|
+
for (var na = 0; na < filtered.length; na++) {
|
|
2410
|
+
if (filtered[na].indexes === null || filtered[na].indexes === undefined) {
|
|
2411
|
+
fetchLiveIndexes();
|
|
2412
|
+
break;
|
|
2413
|
+
}
|
|
2414
|
+
}
|
|
2415
|
+
}
|
|
2416
|
+
|
|
2314
2417
|
return h;
|
|
2315
2418
|
}
|
|
2316
2419
|
|