gina 0.1.1-alpha.115 → 0.1.1-alpha.118
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/README.md +25 -21
- package/bin/cli +57 -10
- package/bin/cmd +18 -2
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/AUTHORS +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/LICENSE +0 -0
- package/framework/v0.1.1-alpha.118/VERSION +1 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/html/nolayout.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/html/static.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/android-chrome-192x192.png +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/android-chrome-512x512.png +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/apple-touch-icon.png +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/favicon-16x16.png +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/favicon-32x32.png +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/img/favicon.ico +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.js.map +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.min.css +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.min.css.map +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.min.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.min.js.map +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.onload.min.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/gina.onload.min.js.map +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/css/toolbar-min.css +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/css/toolbar.css +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/css/toolbar.css.map +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/js/jquery-3.1.0.min.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/dist/toolbar/toolbar.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/readme.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/asset/plugin/uuid.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/config.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/connector.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/n1ql.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/session-store.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/controller/controller.framework.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/controller/controller.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/controller/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/.travis.yml +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/LICENSE +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/deps/encoding/encoding-indexes.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/deps/encoding/encoding.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/lib/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/lib/types/multipart.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/lib/types/urlencoded.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/lib/utils.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/busboy/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/dev/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/dev/lib/class.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/dev/lib/factory.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/dev/lib/tools.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/gna.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/currency.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/dist/language/en.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/dist/language/fr.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/dist/region/en.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/dist/region/fr.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/src/make.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/src/resources/currency.csv +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/src/resources/region.csv +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/locales/src/resources/region.mapping.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/mime.types +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/model/entity.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/model/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/model/template/entityFactory.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/model/template/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/file/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/file/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/file/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/intl/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/intl/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/intl/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/intl/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/storage/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/storage/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/storage/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/storage/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/validator/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/validator/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/validator/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/validator/src/form-validator.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/plugins/lib/validator/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/router.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/server.express.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/server.isaac.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/server.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/status.codes +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/config/app.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/config/routing.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/config/settings.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/config/templates.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_public/readme.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/command/gina.bat.tpl +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/command/gina.tpl +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/env.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/manifest.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/settings.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/statics.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/conf/templates.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/client/json/401.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/client/json/403.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/client/json/404.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/server/html/50x.html +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/server/json/500.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/error/server/json/503.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/core/template/extensions/logger/config.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/console.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/context.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/dateFormat.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/json/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/json/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/json/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/path.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/plugins/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/plugins/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/plugins/src/api-error.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/plugins/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/prototypes.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/task.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/helpers/text.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/archiver/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/archiver/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/archiver/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/archiver/src/dep/jszip.min.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/archiver/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/aliases.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/add.js +43 -17
- package/framework/v0.1.1-alpha.118/lib/cmd/bundle/arguments.json +6 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/copy.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/cp.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/remove.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/rename.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/restart.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/rm.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/start.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/status.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/bundle/stop.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/add.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/get.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/link-dev.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/remove.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/rm.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/set.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/unset.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/env/use.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/build.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/dot.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/get.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/init.js +22 -1
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/msg.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/open.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/restart.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/set.js +52 -19
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/start.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/status.js +3 -1
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/stop.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/tail.js +6 -3
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/update.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/framework/version.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/gina-dev.1.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/gina-framework.1.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/gina.1.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/helper.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/index.js +21 -21
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/msg.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/port/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/port/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/port/inc/scan.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/port/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/port/set.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/add.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/arguments.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/build.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/import.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/move.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/remove.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/rename.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/restart.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/rm.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/start.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/status.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/project/stop.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/protocol/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/protocol/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/protocol/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/protocol/set.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/help.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/help.txt +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/link-local.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/list.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/remove.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/rm.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/set.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/unset.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/scope/use.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cmd/view/add.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/collection/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/collection/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/collection/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/collection/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/config.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cron/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cron/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/cron/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/generator/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/LICENSE +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/example/inheriting_eventemitter.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/example/protected_inheritance.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/example/simple_inheritance.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/example/super_attribute_overridden_by_child_on_init.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/default/index.js +0 -2
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/file/index.js +8 -6
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/index.js +1 -1
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/listener.js +16 -14
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/speaker.js +4 -2
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/helper.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/math/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/example/merge.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/example/merge_2_literal objects.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/example/merge_and_preserve_first.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/model.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/proc.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/routing/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/routing/build.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/routing/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/routing/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/session-store.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/shell.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/swig-filters/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/swig-filters/package.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/swig-filters/src/main.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/url/README.md +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/url/index.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/url/mocks.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/url/routing.json +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/url/test.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/validator.js +0 -0
- package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/package.json +0 -0
- package/package.json +2 -2
- package/resources/home/settings.json +3 -0
- package/script/post_install.js +1 -1
- package/utils/helper.js +3 -3
- package/framework/v0.1.1-alpha.115/VERSION +0 -1
- package/framework/v0.1.1-alpha.115/lib/cmd/bundle/arguments.json +0 -4
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/inherits/example/simple_inheritance.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/file/index.js
RENAMED
|
@@ -75,22 +75,24 @@ function FileContainer(opt, loggers) {
|
|
|
75
75
|
var projectName = bfnArr[1];
|
|
76
76
|
var homeDir = getUserHome() || process.env[(process.platform == 'win32') ? 'USERPROFILE' : 'HOME'];// jshint ignore:line
|
|
77
77
|
homeDir += '/.gina';
|
|
78
|
-
var project = requireJSON(_(homeDir +'/projects.json', true))[projectName]
|
|
78
|
+
var project = requireJSON(_(homeDir +'/projects.json', true))[projectName];// jshint ignore:line
|
|
79
79
|
var projectPath = project.path;
|
|
80
|
-
console.info('write env: ', bundleName, process.env.NODE_ENV || getEnvVar('GINA_ENV'))
|
|
81
|
-
var envObj = requireJSON(_(projectPath +'/env.json', true))[bundleName][process.env.NODE_ENV || getEnvVar('GINA_ENV')]
|
|
80
|
+
console.info('write env: ', bundleName, process.env.NODE_ENV || getEnvVar('GINA_ENV'));// jshint ignore:line
|
|
81
|
+
var envObj = requireJSON(_(projectPath +'/env.json', true))[bundleName][process.env.NODE_ENV || getEnvVar('GINA_ENV')];// jshint ignore:line
|
|
82
82
|
var webroot = ( !/\s+|\//.test(envObj.server && envObj.server.webroot) ) ? envObj.server.webroot +'.' : '';
|
|
83
83
|
var hostname = envObj.host;
|
|
84
|
-
var logDir = getLogDir() || getEnvVar('GINA_LOGDIR')
|
|
84
|
+
var logDir = getLogDir() || getEnvVar('GINA_LOGDIR');// jshint ignore:line
|
|
85
85
|
|
|
86
|
-
filenames[group].filename = _(logDir +'/'+ webroot + hostname +'.log', true)
|
|
86
|
+
filenames[group].filename = _(logDir +'/'+ webroot + hostname +'.log', true);// jshint ignore:line
|
|
87
87
|
console.debug('Log group `'+ group +'` filename set to: ' + filenames[group].filename);
|
|
88
88
|
process.stdout.write( format(opt.name, 'info', 'Log group `'+ group +'` filename set to: ' + filenames[group].filename) );
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
function onPayload() {
|
|
92
|
-
var port = 8125
|
|
92
|
+
var port = opt.mqPort || getEnvVar('GINA_MQ_PORT') || 8125;// jshint ignore:line
|
|
93
|
+
var host = opt.hostV4 || getEnvVar('GINA_HOST_V4') || '127.0.0.1';// jshint ignore:line
|
|
93
94
|
var clientOptions = {
|
|
95
|
+
host : host,
|
|
94
96
|
port : port,
|
|
95
97
|
request : 'writeToFile'
|
|
96
98
|
}
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/index.js
RENAMED
|
@@ -15,7 +15,7 @@ function MqContainer(opt, loggers) {
|
|
|
15
15
|
// TODO - get options like the `port` from: ~/.gina/user/extensions/logger/{container}/config.json
|
|
16
16
|
|
|
17
17
|
var MQSpeaker = require('./speaker.js');
|
|
18
|
-
opt = merge(opt, { port: 8125 });
|
|
18
|
+
opt = merge(opt, { port: 8125, host: '127.0.0.1' });
|
|
19
19
|
var mqSpeaker = new MQSpeaker(opt, loggers);
|
|
20
20
|
|
|
21
21
|
function init() {
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/listener.js
RENAMED
|
@@ -15,23 +15,23 @@ function MQListener(opt, cb) {
|
|
|
15
15
|
// will be in memory until the framework is stopped
|
|
16
16
|
// TODO - remove specific `bundle` or `CLI` config when the process is terminated
|
|
17
17
|
var sharedConfig = { loggers: {}};
|
|
18
|
-
var homedir = getEnvVar('GINA_HOMEDIR')
|
|
18
|
+
var homedir = getEnvVar('GINA_HOMEDIR');// jshint ignore:line
|
|
19
19
|
var isLoggedByFile = false; // by default
|
|
20
20
|
var fileLogsList = {};
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
function init(opt, cb) {
|
|
24
24
|
setup();
|
|
25
|
-
return startMQListener(opt
|
|
25
|
+
return startMQListener(opt, cb);
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
function setup() {
|
|
29
|
-
var mainConfigPath = _(homedir +'/user/extensions/logger/default/config.json', true)
|
|
30
|
-
if ( !new _(mainConfigPath, true).existsSync() ) {
|
|
29
|
+
var mainConfigPath = _(homedir +'/user/extensions/logger/default/config.json', true);// jshint ignore:line
|
|
30
|
+
if ( !new _(mainConfigPath, true).existsSync() ) {// jshint ignore:line
|
|
31
31
|
//throw new Error('Required file not found: '+ mainConfigPath);
|
|
32
32
|
return;
|
|
33
33
|
}
|
|
34
|
-
var mainConfig = requireJSON(mainConfigPath)
|
|
34
|
+
var mainConfig = requireJSON(mainConfigPath);// jshint ignore:line
|
|
35
35
|
if ( mainConfig.flows.indexOf('file') > -1 ) {
|
|
36
36
|
isLoggedByFile = true;
|
|
37
37
|
}
|
|
@@ -64,8 +64,8 @@ function MQListener(opt, cb) {
|
|
|
64
64
|
file = name;
|
|
65
65
|
}
|
|
66
66
|
file += '.log';
|
|
67
|
-
var filename = _(GINA_LOGDIR +'/'+ file)
|
|
68
|
-
var filenameObj = new _(filename)
|
|
67
|
+
var filename = _(GINA_LOGDIR +'/'+ file);// jshint ignore:line
|
|
68
|
+
var filenameObj = new _(filename);// jshint ignore:line
|
|
69
69
|
if ( !filenameObj.existsSync() ) {
|
|
70
70
|
// create an empty file
|
|
71
71
|
try {
|
|
@@ -81,10 +81,10 @@ function MQListener(opt, cb) {
|
|
|
81
81
|
compress: true,
|
|
82
82
|
count: 3
|
|
83
83
|
};
|
|
84
|
-
var rotatorOptionsPath = _(homedir +'/user/extensions/logger/file/config.json', true)
|
|
85
|
-
if ( new _(rotatorOptionsPath).existsSync() ) {
|
|
84
|
+
var rotatorOptionsPath = _(homedir +'/user/extensions/logger/file/config.json', true);// jshint ignore:line
|
|
85
|
+
if ( new _(rotatorOptionsPath).existsSync() ) {// jshint ignore:line
|
|
86
86
|
try {
|
|
87
|
-
rotatorOptions = merge( requireJSON(rotatorOptionsPath).logrotator, rotatorOptions )
|
|
87
|
+
rotatorOptions = merge( requireJSON(rotatorOptionsPath).logrotator, rotatorOptions );// jshint ignore:line
|
|
88
88
|
} catch (userConfigErr) {
|
|
89
89
|
throw userConfigErr
|
|
90
90
|
}
|
|
@@ -149,7 +149,9 @@ function MQListener(opt, cb) {
|
|
|
149
149
|
sessions[sessionId].write( JSON.stringify(payload) +'\r\n');
|
|
150
150
|
}
|
|
151
151
|
|
|
152
|
-
function startMQListener(
|
|
152
|
+
function startMQListener(opt, cb) {
|
|
153
|
+
var port = opt.port;
|
|
154
|
+
var host = opt.hostV4;
|
|
153
155
|
// AbortController is a global object
|
|
154
156
|
const controller = new AbortController();// jshint ignore:line
|
|
155
157
|
var server = net.createServer( function(conn) {//'connection' listener
|
|
@@ -264,7 +266,7 @@ function MQListener(opt, cb) {
|
|
|
264
266
|
|
|
265
267
|
server.on('error', function(err) {
|
|
266
268
|
if (err.code === 'EADDRINUSE') {
|
|
267
|
-
console.warn('[MQListener] is already running on port [ '+ (err.port || port) +' ]')
|
|
269
|
+
console.warn('[MQListener] `'+ host +'` is already running on port [ '+ (err.port || port) +' ]');// jshint ignore:line
|
|
268
270
|
} else {
|
|
269
271
|
console.emerg('[MQListener] Could not start', err.stack)
|
|
270
272
|
}
|
|
@@ -283,12 +285,12 @@ function MQListener(opt, cb) {
|
|
|
283
285
|
});
|
|
284
286
|
|
|
285
287
|
server.listen({
|
|
286
|
-
host:
|
|
288
|
+
host: host,
|
|
287
289
|
port: port,
|
|
288
290
|
signal: controller.signal
|
|
289
291
|
}, function() {
|
|
290
292
|
// Server started.
|
|
291
|
-
console.info('[MQListener] is waitting for speakers on port `'+ port +'`');
|
|
293
|
+
console.info('[MQListener] `'+ host +'`is waitting for speakers on port `'+ port +'`');
|
|
292
294
|
if (cb) {
|
|
293
295
|
cb(false);
|
|
294
296
|
}
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/logger/src/containers/mq/speaker.js
RENAMED
|
@@ -19,9 +19,11 @@ function MQSpeaker(opt, loggers, cb) {
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
function startMQSpeaker(opt, cb) {
|
|
22
|
-
|
|
22
|
+
var port = opt.mqPort || getEnvVar('GINA_MQ_PORT') || 8125;// jshint ignore:line
|
|
23
|
+
var host = opt.hostV4 || getEnvVar('GINA_HOST_V4') || '127.0.0.1';// jshint ignore:line
|
|
23
24
|
var clientOptions = {
|
|
24
|
-
|
|
25
|
+
host : host,
|
|
26
|
+
port : port,
|
|
25
27
|
request : 'report'
|
|
26
28
|
};
|
|
27
29
|
var client = net.createConnection(clientOptions, () => {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/framework/{v0.1.1-alpha.115 → v0.1.1-alpha.118}/lib/merge/example/merge_2_literal objects.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gina",
|
|
3
|
-
"version": "0.1.1-alpha.
|
|
3
|
+
"version": "0.1.1-alpha.118",
|
|
4
4
|
"description": "MVC Framework for Node.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"framework",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"bin": {
|
|
52
52
|
"gina": "./bin/gina"
|
|
53
53
|
},
|
|
54
|
-
"main": "./framework/v0.1.1-alpha.
|
|
54
|
+
"main": "./framework/v0.1.1-alpha.118/core/gna",
|
|
55
55
|
"scripts": {
|
|
56
56
|
"prepare": "node ./script/prepare_version.js",
|
|
57
57
|
"postpublish": "node ./script/post_publish.js",
|
package/script/post_install.js
CHANGED
|
@@ -685,7 +685,7 @@ function PostInstall() {
|
|
|
685
685
|
var profilePathObj = new _(profilePath);
|
|
686
686
|
if ( !profilePathObj.existsSync() ) {
|
|
687
687
|
cmd = 'touch '+ profilePath;
|
|
688
|
-
await promisify(run)(cmd, { cwd: _(self.versionPath), tmp: _(getTmpDir(), true), outToProcessSTD: true })
|
|
688
|
+
await promisify(run)(cmd, { cwd: _(self.versionPath), tmp: _(getTmpDir(), true), outToProcessSTD: true, shell: "/bin/bash"})
|
|
689
689
|
.catch(function onError(err){
|
|
690
690
|
if (err) {
|
|
691
691
|
console.warn('try to run: sudo ' + cmd);
|
package/utils/helper.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.1.1-alpha.115
|