zcatalyst-cli 1.25.2 → 1.26.0
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/lib/api-timer.d.ts +0 -1
- package/lib/apig-utils.d.ts +1 -1
- package/lib/apig-utils.js +1 -1
- package/lib/appsail-utils.js +80 -13
- package/lib/archiver.d.ts +0 -4
- package/lib/archiver.js +21 -11
- package/lib/authentication/constants/auth.js +1 -1
- package/lib/authentication/credential.js +3 -3
- package/lib/authentication/index.js +25 -14
- package/lib/authentication/login.d.ts +0 -2
- package/lib/authentication/login.js +23 -10
- package/lib/bin/catalyst.js +17 -7
- package/lib/client-utils.d.ts +3 -3
- package/lib/client-utils.js +2 -2
- package/lib/client.js +19 -9
- package/lib/code-deck.d.ts +0 -2
- package/lib/code-deck.js +4 -4
- package/lib/command_needs/config.js +1 -1
- package/lib/command_needs/rc.js +5 -2
- package/lib/commands/appsail/add.js +17 -7
- package/lib/commands/client/setup.js +17 -7
- package/lib/commands/config/set.js +5 -3
- package/lib/commands/deploy/appsail.js +37 -14
- package/lib/commands/deploy/index.js +88 -66
- package/lib/commands/deploy/slate.js +37 -14
- package/lib/commands/event/generate/integ.js +18 -9
- package/lib/commands/functions/add.js +17 -7
- package/lib/commands/functions/execute.js +17 -7
- package/lib/commands/functions/setup.js +17 -7
- package/lib/commands/functions/shell.js +17 -7
- package/lib/commands/iac/import.js +18 -8
- package/lib/commands/iac/pack.js +17 -7
- package/lib/commands/iac/status.js +17 -7
- package/lib/commands/index.js +20 -12
- package/lib/commands/init.js +17 -7
- package/lib/commands/login.js +17 -7
- package/lib/commands/logout.js +17 -7
- package/lib/commands/project/list.js +17 -7
- package/lib/commands/project/use.js +1 -0
- package/lib/commands/pull.js +17 -7
- package/lib/commands/run.js +17 -7
- package/lib/commands/serve.js +17 -7
- package/lib/commands/signals/generate/index.js +1 -1
- package/lib/commands/slate/create.js +17 -7
- package/lib/commands/slate/link.js +18 -7
- package/lib/commands/slate/unlink.js +16 -4
- package/lib/commands/token/generate.js +17 -7
- package/lib/commands/token/list.js +17 -7
- package/lib/commands/token/revoke.js +17 -7
- package/lib/commands/zest/generate/index.js +21 -11
- package/lib/deploy/features/appsail/index.js +2 -3
- package/lib/deploy/features/appsail/pack.d.ts +0 -1
- package/lib/deploy/features/appsail/pack.js +2 -3
- package/lib/deploy/features/appsail/utils.js +7 -8
- package/lib/deploy/features/functions/languages/index.js +3 -4
- package/lib/deploy/features/index.js +17 -7
- package/lib/deploy/features/slate.js +2 -3
- package/lib/deploy/index.js +2 -2
- package/lib/deploy/util.d.ts +2 -0
- package/lib/deploy/util.js +3 -1
- package/lib/docs/commands/signals/generate/generate.toml +19 -0
- package/lib/docs/commands/slate/unlink.toml +9 -0
- package/lib/docs/fn-utils/lib/node.toml +4 -0
- package/lib/docs/init/dependencies/python/ensure-python.toml +4 -0
- package/lib/docs/serve/server/lib/slate/index.toml +15 -0
- package/lib/docs/slate-utils.toml +9 -0
- package/lib/endpoints/index.d.ts +2 -1
- package/lib/endpoints/index.js +88 -79
- package/lib/endpoints/lib/apig.d.ts +0 -1
- package/lib/endpoints/lib/apig.js +2 -2
- package/lib/endpoints/lib/applogic.d.ts +0 -1
- package/lib/endpoints/lib/applogic.js +2 -2
- package/lib/endpoints/lib/appsail.d.ts +1 -4
- package/lib/endpoints/lib/appsail.js +7 -7
- package/lib/endpoints/lib/client.d.ts +0 -1
- package/lib/endpoints/lib/code-deck.js +1 -1
- package/lib/endpoints/lib/common.d.ts +0 -2
- package/lib/endpoints/lib/ds-bulk.js +2 -2
- package/lib/endpoints/lib/env.js +2 -2
- package/lib/endpoints/lib/filestore.d.ts +0 -1
- package/lib/endpoints/lib/functions.d.ts +0 -1
- package/lib/endpoints/lib/functions.js +2 -2
- package/lib/endpoints/lib/git-hub.d.ts +0 -2
- package/lib/endpoints/lib/iac.d.ts +0 -3
- package/lib/endpoints/lib/iac.js +2 -2
- package/lib/endpoints/lib/project.d.ts +0 -1
- package/lib/endpoints/lib/project.js +2 -2
- package/lib/endpoints/lib/sdk.d.ts +0 -2
- package/lib/endpoints/lib/sdk.js +1 -1
- package/lib/endpoints/lib/slate.d.ts +0 -1
- package/lib/endpoints/lib/stratus.d.ts +0 -1
- package/lib/endpoints/lib/user.d.ts +0 -2
- package/lib/endpoints/lib/user.js +2 -1
- package/lib/error/context-help.js +1 -1
- package/lib/error/index.js +2 -2
- package/lib/event_generate/cache.js +4 -4
- package/lib/event_generate/custom.js +1 -2
- package/lib/event_generate/datastore.js +4 -4
- package/lib/event_generate/filestore.js +4 -4
- package/lib/event_generate/github.js +2 -2
- package/lib/event_generate/index.js +19 -11
- package/lib/event_generate/stratus.js +2 -2
- package/lib/event_generate/user.js +2 -2
- package/lib/event_generate/webapp.js +2 -2
- package/lib/execute/caller.d.ts +0 -1
- package/lib/execute/caller.js +20 -7
- package/lib/execute/index.js +27 -4
- package/lib/execute-script.js +22 -13
- package/lib/express_middlewares/auth-checker.js +2 -3
- package/lib/express_middlewares/project.d.ts +1 -1
- package/lib/fn-utils/index.js +17 -7
- package/lib/fn-utils/lib/browserLogic.js +4 -5
- package/lib/fn-utils/lib/common.d.ts +0 -1
- package/lib/fn-utils/lib/common.js +25 -26
- package/lib/fn-utils/lib/integ.js +2 -3
- package/lib/fn-utils/lib/java/classpath.js +2 -3
- package/lib/fn-utils/lib/java/compile.js +4 -4
- package/lib/fn-utils/lib/java/ensure-java-userconfig.d.ts +10 -0
- package/lib/fn-utils/lib/java/ensure-java-userconfig.js +45 -23
- package/lib/fn-utils/lib/java/index.d.ts +0 -1
- package/lib/fn-utils/lib/java/index.js +11 -11
- package/lib/fn-utils/lib/java/keywords.js +2 -2
- package/lib/fn-utils/lib/node.d.ts +1 -1
- package/lib/fn-utils/lib/node.js +67 -15
- package/lib/fn-utils/lib/python.js +29 -19
- package/lib/iac/status/util/index.d.ts +1 -1
- package/lib/init/dependencies/npm-install.js +2 -2
- package/lib/init/dependencies/python/ensure-python.d.ts +2 -2
- package/lib/init/dependencies/python/ensure-python.js +65 -58
- package/lib/init/dependencies/python/pip-install.d.ts +3 -5
- package/lib/init/dependencies/python/pip-install.js +14 -53
- package/lib/init/features/appsail/utils.js +21 -12
- package/lib/init/features/client/index.js +18 -9
- package/lib/init/features/client/initializers/angular.js +17 -7
- package/lib/init/features/client/initializers/basic.js +17 -7
- package/lib/init/features/client/initializers/lyte.js +17 -7
- package/lib/init/features/client/initializers/react.js +17 -7
- package/lib/init/features/index.js +29 -20
- package/lib/init/features/project.js +5 -5
- package/lib/init/features/slate/index.js +198 -69
- package/lib/init/util/client.js +23 -13
- package/lib/init/util/common.js +5 -6
- package/lib/init/util/project.js +1 -1
- package/lib/internal/api.d.ts +0 -3
- package/lib/internal/api.js +19 -9
- package/lib/internal/command.js +18 -9
- package/lib/migration/global/1.25.0.d.ts +2 -0
- package/lib/migration/global/1.25.0.js +28 -0
- package/lib/migration/index.js +20 -12
- package/lib/option-filter.js +19 -10
- package/lib/optional-import.js +19 -10
- package/lib/plugin-loader.d.ts +0 -2
- package/lib/plugin-loader.js +18 -8
- package/lib/port-resolver.js +10 -10
- package/lib/prompt/index.d.ts +3 -3
- package/lib/prompt/index.js +17 -7
- package/lib/prompt/types/file-path.d.ts +0 -1
- package/lib/prompt/types/search-box.d.ts +0 -1
- package/lib/prompt/types/tree.d.ts +1 -2
- package/lib/prompt/types/tree.js +10 -10
- package/lib/prompt/types/with-description.d.ts +0 -1
- package/lib/pull/features/functions/index.js +71 -52
- package/lib/pull/features/functions/languages.js +3 -4
- package/lib/pull/features/index.js +17 -7
- package/lib/repl-server.d.ts +0 -1
- package/lib/repl-server.js +9 -1
- package/lib/serve/features/apig.js +19 -1
- package/lib/serve/features/appsail.d.ts +1 -0
- package/lib/serve/features/appsail.js +51 -7
- package/lib/serve/features/index.js +22 -13
- package/lib/serve/index.js +20 -7
- package/lib/serve/server/index.d.ts +0 -2
- package/lib/serve/server/index.js +26 -12
- package/lib/serve/server/lib/appsail/index.js +31 -37
- package/lib/serve/server/lib/appsail/start.js +12 -5
- package/lib/serve/server/lib/appsail/util.d.ts +11 -0
- package/lib/serve/server/lib/appsail/util.js +69 -0
- package/lib/serve/server/lib/java/index.js +18 -7
- package/lib/serve/server/lib/master/appsail.js +3 -4
- package/lib/serve/server/lib/master/functions.js +1 -2
- package/lib/serve/server/lib/master/index.d.ts +0 -1
- package/lib/serve/server/lib/master/index.js +5 -5
- package/lib/serve/server/lib/master/slate.js +1 -2
- package/lib/serve/server/lib/master/unknown-req-proxy.js +5 -2
- package/lib/serve/server/lib/master/utils.d.ts +4 -8
- package/lib/serve/server/lib/master/utils.js +4 -6
- package/lib/serve/server/lib/master/web-client.js +1 -2
- package/lib/serve/server/lib/node/index.js +22 -11
- package/lib/serve/server/lib/node/server/browserlogic/utils/playwright-handler.js +1 -1
- package/lib/serve/server/lib/node/server/browserlogic/utils/puppeteer-handler.js +1 -1
- package/lib/serve/server/lib/node/server/browserlogic/utils/selenium-handler.js +2 -0
- package/lib/serve/server/lib/python/index.js +23 -14
- package/lib/serve/server/lib/slate/static-server.d.ts +0 -1
- package/lib/serve/server/lib/slate/static-server.js +5 -4
- package/lib/serve/server/lib/web_client/server.d.ts +0 -1
- package/lib/serve/server/lib/web_client/server.js +5 -4
- package/lib/shell/dependencies/http-functions.d.ts +0 -2
- package/lib/shell/dependencies/http-functions.js +7 -7
- package/lib/shell/dependencies/non-http-function/fn-execution-handler.d.ts +0 -2
- package/lib/shell/dependencies/non-http-function/fn-execution-handler.js +55 -24
- package/lib/shell/dependencies/non-http-function/fn-handler.d.ts +3 -3
- package/lib/shell/dependencies/non-http-function/fn-handler.js +54 -20
- package/lib/shell/dependencies/non-http-function/node.js +4 -4
- package/lib/shell/dependencies/non-http-function/python.d.ts +1 -1
- package/lib/shell/dependencies/non-http-function/python.js +11 -13
- package/lib/shell/dependencies/non-http-function/slave-manager.d.ts +0 -2
- package/lib/shell/dependencies/non-http-function/slave-manager.js +11 -7
- package/lib/shell/dependencies/tunnel-server.js +4 -4
- package/lib/shell/index.js +50 -3
- package/lib/shell/prepare/index.js +4 -3
- package/lib/shell/prepare/languages/index.js +18 -9
- package/lib/shell/prepare/languages/node.js +29 -19
- package/lib/shell/prepare/languages/python.js +6 -12
- package/lib/signals/index.js +19 -11
- package/lib/slate-utils.js +4 -3
- package/lib/throbber/index.d.ts +1 -2
- package/lib/throbber/index.js +5 -2
- package/lib/throbber/utils.d.ts +0 -1
- package/lib/throbber/utils.js +4 -5
- package/lib/userConfig.d.ts +14 -0
- package/lib/userConfig.js +15 -1
- package/lib/util_modules/config/index.js +17 -7
- package/lib/util_modules/config/lib/apig.d.ts +1 -0
- package/lib/util_modules/config/lib/apig.js +10 -5
- package/lib/util_modules/config/lib/appsail.js +7 -7
- package/lib/util_modules/config/lib/client.js +5 -6
- package/lib/util_modules/config/lib/functions.js +5 -6
- package/lib/util_modules/config/lib/slate.js +5 -6
- package/lib/util_modules/config-store.d.ts +1 -1
- package/lib/util_modules/config-store.js +30 -13
- package/lib/util_modules/constants/lib/apig-rules.d.ts +1 -1
- package/lib/util_modules/constants/lib/dc-type.js +3 -3
- package/lib/util_modules/constants/lib/placeholders.d.ts +1 -1
- package/lib/util_modules/constants/lib/placeholders.js +1 -1
- package/lib/util_modules/constants/lib/urls.js +2 -9
- package/lib/util_modules/container.js +23 -14
- package/lib/util_modules/dc.js +3 -4
- package/lib/util_modules/env.d.ts +3 -0
- package/lib/util_modules/env.js +64 -4
- package/lib/util_modules/event-emitter.d.ts +9 -0
- package/lib/util_modules/event-emitter.js +68 -0
- package/lib/util_modules/fs/index.js +17 -7
- package/lib/util_modules/fs/lib/async.d.ts +0 -4
- package/lib/util_modules/fs/lib/async.js +46 -46
- package/lib/util_modules/fs/lib/sync.d.ts +1 -3
- package/lib/util_modules/fs/lib/sync.js +40 -30
- package/lib/util_modules/logger/index.js +12 -12
- package/lib/util_modules/logger/utils.d.ts +0 -4
- package/lib/util_modules/logger/utils.js +1 -1
- package/lib/util_modules/logger/winston.js +2 -2
- package/lib/util_modules/option.js +5 -6
- package/lib/util_modules/project.js +22 -23
- package/lib/util_modules/runtime-store.d.ts +2 -2
- package/lib/util_modules/server.d.ts +1 -2
- package/lib/util_modules/server.js +54 -15
- package/lib/util_modules/shell.d.ts +0 -3
- package/lib/util_modules/shell.js +5 -6
- package/lib/util_modules/toml.js +2 -3
- package/package.json +13 -13
- package/templates/init/functions/java/event/sample.java +5 -2
- package/templates/web-socket.txt +1 -1
- /package/lib/docs/{commands/event/generate → event_generate}/index.toml +0 -0
- /package/templates/init/functions/java/integ/convokraft/{Sample.java → sample.java} +0 -0
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
package/lib/repl-server.d.ts
CHANGED
package/lib/repl-server.js
CHANGED
|
@@ -51,6 +51,10 @@ class Repl {
|
|
|
51
51
|
});
|
|
52
52
|
}
|
|
53
53
|
if (!this.closed) {
|
|
54
|
+
const pos = this.server.getCursorPos();
|
|
55
|
+
if (pos.cols > 0) {
|
|
56
|
+
this.server.write('\n');
|
|
57
|
+
}
|
|
54
58
|
this.server.displayPrompt();
|
|
55
59
|
}
|
|
56
60
|
}
|
|
@@ -73,9 +77,11 @@ class Repl {
|
|
|
73
77
|
this.server.close();
|
|
74
78
|
}
|
|
75
79
|
pause() {
|
|
80
|
+
var _a;
|
|
76
81
|
if (this.paused) {
|
|
77
82
|
return;
|
|
78
83
|
}
|
|
84
|
+
(_a = this.server) === null || _a === void 0 ? void 0 : _a.setPrompt('');
|
|
79
85
|
this.pureEmit = stdin.emit;
|
|
80
86
|
stdin.emit = (event, ...args) => {
|
|
81
87
|
if (event === 'keypress') {
|
|
@@ -90,10 +96,12 @@ class Repl {
|
|
|
90
96
|
this.paused = true;
|
|
91
97
|
}
|
|
92
98
|
resume() {
|
|
99
|
+
var _a;
|
|
93
100
|
if (this.paused) {
|
|
94
101
|
stdin.emit = this.pureEmit;
|
|
95
102
|
}
|
|
96
103
|
this.paused = false;
|
|
104
|
+
(_a = this.server) === null || _a === void 0 ? void 0 : _a.setPrompt(this.prompt);
|
|
97
105
|
}
|
|
98
106
|
wait() {
|
|
99
107
|
return new Promise((res) => {
|
|
@@ -114,7 +122,7 @@ class Repl {
|
|
|
114
122
|
if (((_a = this.server) === null || _a === void 0 ? void 0 : _a.getCursorPos().cols) !== this.prompt.length) {
|
|
115
123
|
(_b = this.server) === null || _b === void 0 ? void 0 : _b.prompt();
|
|
116
124
|
}
|
|
117
|
-
(0, index_1.info)(str);
|
|
125
|
+
(0, index_1.info)('\n' + str);
|
|
118
126
|
(_c = this.server) === null || _c === void 0 ? void 0 : _c.prompt();
|
|
119
127
|
}
|
|
120
128
|
}
|
|
@@ -8,13 +8,31 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
+
};
|
|
11
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
15
|
const apig_utils_1 = require("../../apig-utils");
|
|
16
|
+
const runtime_store_1 = __importDefault(require("../../runtime-store"));
|
|
13
17
|
const config_1 = require("../../util_modules/config");
|
|
14
18
|
const index_1 = require("../../util_modules/logger/index");
|
|
15
19
|
exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
20
|
+
const compiledRules = runtime_store_1.default.get('context.apig.local.config');
|
|
21
|
+
if (compiledRules === null)
|
|
22
|
+
return;
|
|
23
|
+
if (typeof compiledRules === 'object') {
|
|
24
|
+
(0, index_1.debug)('Using cached API Gateway rules');
|
|
25
|
+
return compiledRules;
|
|
26
|
+
}
|
|
27
|
+
if (!config_1.apigConfig.exists()) {
|
|
28
|
+
(0, index_1.debug)('No API Gateway configuration found. Skipping API Gateway rules');
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
16
31
|
if (!config_1.apigConfig.enabled()) {
|
|
17
|
-
|
|
32
|
+
runtime_store_1.default.set('context.apig.local.config', null);
|
|
33
|
+
(0, index_1.info)();
|
|
34
|
+
(0, index_1.info)('Skipping API Gateway rules as API Gateway is disabled in local');
|
|
35
|
+
(0, index_1.info)();
|
|
18
36
|
return;
|
|
19
37
|
}
|
|
20
38
|
yield apig_utils_1.apigUtils.executeHook({ prefix: 'pre', command: 'serve' });
|
|
@@ -12,8 +12,12 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
12
12
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
const path_1 = require("path");
|
|
15
16
|
const appsail_utils_1 = require("../../appsail-utils");
|
|
16
17
|
const error_1 = __importDefault(require("../../error"));
|
|
18
|
+
const java_1 = require("../../fn-utils/lib/java");
|
|
19
|
+
const node_1 = require("../../fn-utils/lib/node");
|
|
20
|
+
const ensure_python_1 = require("../../init/dependencies/python/ensure-python");
|
|
17
21
|
const port_resolver_1 = __importDefault(require("../../port-resolver"));
|
|
18
22
|
const runtime_store_1 = __importDefault(require("../../runtime-store"));
|
|
19
23
|
const config_1 = require("../../util_modules/config");
|
|
@@ -27,8 +31,48 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
27
31
|
return [];
|
|
28
32
|
}
|
|
29
33
|
const validated = yield (0, appsail_utils_1.validateAppSail)(optionTargets);
|
|
34
|
+
const binPathMap = {};
|
|
35
|
+
yield Promise.all(validated.map((target) => __awaiter(void 0, void 0, void 0, function* () {
|
|
36
|
+
var _a;
|
|
37
|
+
try {
|
|
38
|
+
const stack = (_a = target.config) === null || _a === void 0 ? void 0 : _a.stack;
|
|
39
|
+
if (!stack) {
|
|
40
|
+
throw new error_1.default(`Stack is not defined for AppSail target ${target.name}`, {
|
|
41
|
+
exit: 2
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
if (binPathMap[stack]) {
|
|
45
|
+
return;
|
|
46
|
+
}
|
|
47
|
+
switch (true) {
|
|
48
|
+
case stack.startsWith('node'): {
|
|
49
|
+
binPathMap[stack] = yield (0, node_1.ensureNodeVersion)(stack, true);
|
|
50
|
+
break;
|
|
51
|
+
}
|
|
52
|
+
case stack.startsWith('java'): {
|
|
53
|
+
const javaBinPath = yield (0, java_1.ensureJava)(stack);
|
|
54
|
+
if (!javaBinPath) {
|
|
55
|
+
throw new error_1.default(`Invalid bin path for ${stack}`, { exit: 1 });
|
|
56
|
+
}
|
|
57
|
+
binPathMap[stack] = javaBinPath;
|
|
58
|
+
break;
|
|
59
|
+
}
|
|
60
|
+
case stack.startsWith('python'): {
|
|
61
|
+
const stackVersion = stack.replace('python_', '');
|
|
62
|
+
const pyExe = yield (0, ensure_python_1.ensurePython)(stackVersion.replace('_', '.'), false, true);
|
|
63
|
+
binPathMap[stack] = (0, path_1.dirname)(pyExe);
|
|
64
|
+
break;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
catch (err) {
|
|
69
|
+
const error = error_1.default.getErrorInstance(err);
|
|
70
|
+
target.validity.valid = false;
|
|
71
|
+
target.validity.reason = error.message;
|
|
72
|
+
}
|
|
73
|
+
})));
|
|
30
74
|
const filledTargets = yield Promise.all(validated.map((targ) => __awaiter(void 0, void 0, void 0, function* () {
|
|
31
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
|
|
75
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l;
|
|
32
76
|
if (!targ.validity.valid) {
|
|
33
77
|
return targ;
|
|
34
78
|
}
|
|
@@ -39,19 +83,19 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
39
83
|
}).catch((err) => {
|
|
40
84
|
throw new error_1.default('No free ports between 3000 and 3010. AppSail needs the ports within this range to function properly', { original: err });
|
|
41
85
|
});
|
|
42
|
-
const AppSailServerDetails = Object.assign(Object.assign({}, targ), { port: {
|
|
86
|
+
const AppSailServerDetails = Object.assign(Object.assign({}, targ), { binPath: ((_a = targ.config) === null || _a === void 0 ? void 0 : _a.stack) ? binPathMap[targ.config.stack] : '', port: {
|
|
43
87
|
appsail: {
|
|
44
88
|
host: -1
|
|
45
89
|
},
|
|
46
90
|
proxy: proxyPort,
|
|
47
91
|
debug: {
|
|
48
92
|
host: runtime_store_1.default.get(`context.port.debug.appsail.${targ.name}`, -1),
|
|
49
|
-
container: (
|
|
93
|
+
container: (_c = (_b = targ.config) === null || _b === void 0 ? void 0 : _b.port) === null || _c === void 0 ? void 0 : _c.debug
|
|
50
94
|
}
|
|
51
95
|
} });
|
|
52
96
|
if (targ.runtime === 'catalyst') {
|
|
53
97
|
try {
|
|
54
|
-
const appsailPort = ((
|
|
98
|
+
const appsailPort = ((_e = (_d = targ.config) === null || _d === void 0 ? void 0 : _d.port) === null || _e === void 0 ? void 0 : _e.http)
|
|
55
99
|
? yield port_resolver_1.default.getFreePort(targ.config.port.http)
|
|
56
100
|
: yield port_resolver_1.default.getPort('appsail', 'http', {
|
|
57
101
|
name: targ.name + '_proxy',
|
|
@@ -61,8 +105,8 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
61
105
|
AppSailServerDetails.port.appsail.host = appsailPort;
|
|
62
106
|
}
|
|
63
107
|
catch (er) {
|
|
64
|
-
throw new error_1.default(((
|
|
65
|
-
? `The port ${(
|
|
108
|
+
throw new error_1.default(((_g = (_f = targ.config) === null || _f === void 0 ? void 0 : _f.port) === null || _g === void 0 ? void 0 : _g.http)
|
|
109
|
+
? `The port ${(_j = (_h = targ.config) === null || _h === void 0 ? void 0 : _h.port) === null || _j === void 0 ? void 0 : _j.http} configured for the AppSail ${targ.name} is not available`
|
|
66
110
|
: 'Unable to find a free port to serve the AppSail: ' + targ.name, {
|
|
67
111
|
exit: 1,
|
|
68
112
|
original: er
|
|
@@ -77,7 +121,7 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
77
121
|
searchSpan: constants_1.DEFAULT.serve_port.search_span.http_port
|
|
78
122
|
});
|
|
79
123
|
AppSailServerDetails.port.appsail.host = hostBindPort;
|
|
80
|
-
AppSailServerDetails.port.appsail.container = (
|
|
124
|
+
AppSailServerDetails.port.appsail.container = (_l = (_k = targ.config) === null || _k === void 0 ? void 0 : _k.port) === null || _l === void 0 ? void 0 : _l.http;
|
|
81
125
|
}
|
|
82
126
|
catch (er) {
|
|
83
127
|
throw new error_1.default('Unable to find a host port to bind with the AppSail container for serving the AppSail: ' +
|
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -35,7 +45,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
35
45
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
36
46
|
};
|
|
37
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
38
|
-
exports.
|
|
48
|
+
exports.client = client;
|
|
49
|
+
exports.functions = functions;
|
|
50
|
+
exports.apig = apig;
|
|
51
|
+
exports.appsail = appsail;
|
|
52
|
+
exports.slate = slate;
|
|
39
53
|
const index_js_1 = __importDefault(require("../../error/index.js"));
|
|
40
54
|
const port_resolver_1 = __importDefault(require("../../port-resolver"));
|
|
41
55
|
const runtime_store_1 = __importDefault(require("../../runtime-store"));
|
|
@@ -62,32 +76,27 @@ function client() {
|
|
|
62
76
|
runtime_store_1.default.set('context.port.http.client.' + clientName, finalPort);
|
|
63
77
|
});
|
|
64
78
|
}
|
|
65
|
-
exports.client = client;
|
|
66
79
|
function functions() {
|
|
67
80
|
return __awaiter(this, void 0, void 0, function* () {
|
|
68
81
|
const fnModule = yield Promise.resolve().then(() => __importStar(require('../../shell/prepare')));
|
|
69
82
|
return fnModule.default([constants_1.FN_TYPE.basic, constants_1.FN_TYPE.advanced, constants_1.FN_TYPE.browserLogic]);
|
|
70
83
|
});
|
|
71
84
|
}
|
|
72
|
-
exports.functions = functions;
|
|
73
85
|
function apig() {
|
|
74
86
|
return __awaiter(this, void 0, void 0, function* () {
|
|
75
87
|
const apigModule = yield Promise.resolve().then(() => __importStar(require('./apig')));
|
|
76
88
|
yield apigModule.default();
|
|
77
89
|
});
|
|
78
90
|
}
|
|
79
|
-
exports.apig = apig;
|
|
80
91
|
function appsail() {
|
|
81
92
|
return __awaiter(this, void 0, void 0, function* () {
|
|
82
93
|
const appSailModule = yield Promise.resolve().then(() => __importStar(require('./appsail.js')));
|
|
83
94
|
return appSailModule.default();
|
|
84
95
|
});
|
|
85
96
|
}
|
|
86
|
-
exports.appsail = appsail;
|
|
87
97
|
function slate() {
|
|
88
98
|
return __awaiter(this, void 0, void 0, function* () {
|
|
89
99
|
const slateModule = yield Promise.resolve().then(() => __importStar(require('./slate.js')));
|
|
90
100
|
return slateModule.default();
|
|
91
101
|
});
|
|
92
102
|
}
|
|
93
|
-
exports.slate = slate;
|
package/lib/serve/index.js
CHANGED
|
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
15
15
|
}) : function(o, v) {
|
|
16
16
|
o["default"] = v;
|
|
17
17
|
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
};
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
25
35
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
26
36
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
27
37
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -168,6 +178,9 @@ exports.default = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
168
178
|
serveTargets.splice(serveTargets.indexOf('client'), 1);
|
|
169
179
|
}
|
|
170
180
|
}
|
|
181
|
+
if (serveTargets.includes('apig')) {
|
|
182
|
+
yield features.apig();
|
|
183
|
+
}
|
|
171
184
|
if (serveTargets.length === 0 ||
|
|
172
185
|
(serveTargets.length === 1 && serveTargets[0] === 'apig')) {
|
|
173
186
|
throw new index_js_1.default('No components to serve', { exit: 0, errorId: 'SERVE-1' });
|
|
@@ -30,6 +30,7 @@ const container_1 = require("../../util_modules/container");
|
|
|
30
30
|
const index_js_6 = __importDefault(require("./lib/slate/index.js"));
|
|
31
31
|
const ansi_colors_1 = require("ansi-colors");
|
|
32
32
|
const env_1 = require("../../util_modules/env");
|
|
33
|
+
const server_1 = require("../../util_modules/server");
|
|
33
34
|
const bioUrl = (details, masterPort, addSpaces) => {
|
|
34
35
|
var _a, _b, _c, _d;
|
|
35
36
|
const labelMap = {
|
|
@@ -40,8 +41,7 @@ const bioUrl = (details, masterPort, addSpaces) => {
|
|
|
40
41
|
? ((_a = details.target) === null || _a === void 0 ? void 0 : _a.name) + ''
|
|
41
42
|
: `${labelMap[(_b = details.target) === null || _b === void 0 ? void 0 : _b.type]}[${(_c = details.target) === null || _c === void 0 ? void 0 : _c.name}]`;
|
|
42
43
|
const printLabel = label + ' '.repeat((addSpaces || label.length) - label.length);
|
|
43
|
-
const printUrl =
|
|
44
|
-
(masterPort === -1 ? details.httpPort : masterPort) +
|
|
44
|
+
const printUrl = (0, env_1.getLocalAccessDomain)(masterPort === -1 ? details.httpPort : masterPort) +
|
|
45
45
|
new URL(((_d = details.target) === null || _d === void 0 ? void 0 : _d.url) || '').pathname;
|
|
46
46
|
return {
|
|
47
47
|
printUrl,
|
|
@@ -55,7 +55,7 @@ const aioUrl = (details, masterPort, addSpaces) => {
|
|
|
55
55
|
var _a, _b, _c;
|
|
56
56
|
const label = addSpaces ? ((_a = details.target) === null || _a === void 0 ? void 0 : _a.name) + '' : `AdvancedIO[${(_b = details.target) === null || _b === void 0 ? void 0 : _b.name}]`;
|
|
57
57
|
const printLabel = label + ' '.repeat((addSpaces || label.length) - label.length);
|
|
58
|
-
const printUrl =
|
|
58
|
+
const printUrl = `${(0, env_1.getLocalAccessDomain)(masterPort)}/server/${(_c = details.target) === null || _c === void 0 ? void 0 : _c.name}/`;
|
|
59
59
|
return {
|
|
60
60
|
printUrl,
|
|
61
61
|
printLabel,
|
|
@@ -155,8 +155,8 @@ class Server {
|
|
|
155
155
|
});
|
|
156
156
|
}
|
|
157
157
|
startServer(details, masterPort) {
|
|
158
|
-
var _a, _b, _c, _d, _e, _f;
|
|
159
158
|
return __awaiter(this, void 0, void 0, function* () {
|
|
159
|
+
var _a, _b, _c, _d, _e, _f;
|
|
160
160
|
if (details.target === undefined) {
|
|
161
161
|
return details;
|
|
162
162
|
}
|
|
@@ -214,7 +214,7 @@ class Server {
|
|
|
214
214
|
: (_b = target.target) === null || _b === void 0 ? void 0 : _b.name;
|
|
215
215
|
};
|
|
216
216
|
'stdout' in currentProcess &&
|
|
217
|
-
(env_1.
|
|
217
|
+
(env_1.isExtension
|
|
218
218
|
? (_c = currentProcess.stdout) === null || _c === void 0 ? void 0 : _c.on('data', (chunk) => {
|
|
219
219
|
const logs = Buffer.isBuffer(chunk)
|
|
220
220
|
? chunk.toString().split('\n')
|
|
@@ -223,7 +223,7 @@ class Server {
|
|
|
223
223
|
})
|
|
224
224
|
: (_d = currentProcess.stdout) === null || _d === void 0 ? void 0 : _d.pipe(process.stdout));
|
|
225
225
|
'stderr' in currentProcess &&
|
|
226
|
-
(env_1.
|
|
226
|
+
(env_1.isExtension
|
|
227
227
|
? (_e = currentProcess.stderr) === null || _e === void 0 ? void 0 : _e.on('data', (chunk) => {
|
|
228
228
|
const logs = Buffer.isBuffer(chunk)
|
|
229
229
|
? chunk.toString().split('\n')
|
|
@@ -485,7 +485,7 @@ class Server {
|
|
|
485
485
|
}
|
|
486
486
|
const targName = targetSail.name + '';
|
|
487
487
|
(0, index_1.labeled)(targName +
|
|
488
|
-
' '.repeat((_logTarg.nameMaxLength || targName.length) - targName.length),
|
|
488
|
+
' '.repeat((_logTarg.nameMaxLength || targName.length) - targName.length), (0, env_1.getLocalAccessDomain)(targetSail.port.proxy)).MESSAGE();
|
|
489
489
|
});
|
|
490
490
|
(0, index_1.info)();
|
|
491
491
|
break;
|
|
@@ -497,7 +497,7 @@ class Server {
|
|
|
497
497
|
loggedEntries++;
|
|
498
498
|
(0, index_1.info)();
|
|
499
499
|
const targApp = logTarg;
|
|
500
|
-
const appUrl =
|
|
500
|
+
const appUrl = `${(0, env_1.getLocalAccessDomain)(masterPort)}/app/`;
|
|
501
501
|
const label = `client[${(_a = targApp.target) === null || _a === void 0 ? void 0 : _a.name}]`;
|
|
502
502
|
(0, index_1.info)((0, ansi_colors_1.bold)(' >>>>>>>>>>>>> Web Client <<<<<<<<<<<<'));
|
|
503
503
|
(0, index_1.labeled)(label, appUrl).MESSAGE();
|
|
@@ -545,10 +545,10 @@ class Server {
|
|
|
545
545
|
var _a, _b;
|
|
546
546
|
const target = targetdetails.target;
|
|
547
547
|
(_a = target.watcher) === null || _a === void 0 ? void 0 : _a.on('preparing', () => __awaiter(this, void 0, void 0, function* () {
|
|
548
|
-
var
|
|
548
|
+
var _a;
|
|
549
549
|
targetdetails.restarting = true;
|
|
550
550
|
(0, container_1.isContainer)()
|
|
551
|
-
? (
|
|
551
|
+
? (_a = targetdetails.process) === null || _a === void 0 ? void 0 : _a.emit('preparing', targetdetails)
|
|
552
552
|
: yield this.kill(targetdetails);
|
|
553
553
|
}));
|
|
554
554
|
(_b = target.watcher) === null || _b === void 0 ? void 0 : _b.on('compiled', () => __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,8 +603,8 @@ class Server {
|
|
|
603
603
|
});
|
|
604
604
|
}
|
|
605
605
|
kill(target) {
|
|
606
|
-
var _a;
|
|
607
606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
607
|
+
var _a;
|
|
608
608
|
const serverProcess = target.process;
|
|
609
609
|
if (!serverProcess) {
|
|
610
610
|
throw new error_1.default('Unable to kill. Process empty: ' + ((_a = target.target) === null || _a === void 0 ? void 0 : _a.name), {
|
|
@@ -628,7 +628,21 @@ class Server {
|
|
|
628
628
|
const signal = serverProcess.spawnfile.includes('python')
|
|
629
629
|
? 'SIGTERM'
|
|
630
630
|
: 'SIGINT';
|
|
631
|
-
|
|
631
|
+
switch (target.type) {
|
|
632
|
+
case 'functions':
|
|
633
|
+
case 'server': {
|
|
634
|
+
serverProcess.pid
|
|
635
|
+
? (0, server_1.killProcessTree)(serverProcess.pid, signal)
|
|
636
|
+
: serverProcess.kill(signal);
|
|
637
|
+
break;
|
|
638
|
+
}
|
|
639
|
+
case 'appsail':
|
|
640
|
+
case 'slate':
|
|
641
|
+
case 'client': {
|
|
642
|
+
serverProcess.kill(signal);
|
|
643
|
+
break;
|
|
644
|
+
}
|
|
645
|
+
}
|
|
632
646
|
serverProcess.once('close', resolve);
|
|
633
647
|
}
|
|
634
648
|
else {
|