@forge/cli-shared 6.11.1-next.0 → 7.0.0-next.10
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 +77 -0
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/graphql-client.d.ts.map +1 -1
- package/out/app-logs/graphql-client.js +3 -1
- package/out/app-logs/view-logs.d.ts +8 -2
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/app-logs/view-logs.js +10 -2
- package/out/graphql/graphql-types.d.ts +1033 -36
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +79 -18
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.d.ts.map +1 -1
- package/out/service/statsig-service.js +1 -1
- package/out/ui/text.d.ts +8 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +16 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,82 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 7.0.0-next.10
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 7c128d8: Added new command line option "-c" or "--container" in forge logs command to fetch Container logs
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [cb38766]
|
|
12
|
+
- @forge/manifest@9.4.0-next.6
|
|
13
|
+
|
|
14
|
+
## 7.0.0-next.9
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [39b0e6c]
|
|
19
|
+
- @forge/manifest@9.4.0-next.5
|
|
20
|
+
|
|
21
|
+
## 7.0.0-next.8
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [8f741c6]
|
|
26
|
+
- @forge/manifest@9.4.0-next.4
|
|
27
|
+
|
|
28
|
+
## 7.0.0-next.7
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- Updated dependencies [01be5cc]
|
|
33
|
+
- @forge/manifest@9.4.0-next.3
|
|
34
|
+
|
|
35
|
+
## 7.0.0-next.6
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- Updated dependencies [b25d06e]
|
|
40
|
+
- @forge/manifest@9.4.0-next.2
|
|
41
|
+
|
|
42
|
+
## 7.0.0-next.5
|
|
43
|
+
|
|
44
|
+
### Major Changes
|
|
45
|
+
|
|
46
|
+
- 27f557d: Improve forge tunnel debugFunctionHandlers error handling
|
|
47
|
+
|
|
48
|
+
## 7.0.0-next.4
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- 3af315d: Use .cjs extension for the single wrapper
|
|
53
|
+
|
|
54
|
+
## 7.0.0-next.3
|
|
55
|
+
|
|
56
|
+
### Patch Changes
|
|
57
|
+
|
|
58
|
+
- Updated dependencies [fe7e7e9]
|
|
59
|
+
- @forge/manifest@9.4.0-next.1
|
|
60
|
+
|
|
61
|
+
## 7.0.0-next.2
|
|
62
|
+
|
|
63
|
+
### Minor Changes
|
|
64
|
+
|
|
65
|
+
- 30d2f61: Add forge container tunnel MVP
|
|
66
|
+
|
|
67
|
+
## 7.0.0-next.1
|
|
68
|
+
|
|
69
|
+
### Major Changes
|
|
70
|
+
|
|
71
|
+
- 3b2ffa9: updated the type of appVersion
|
|
72
|
+
- 3b2ffa9: update appVersion type in logs command
|
|
73
|
+
|
|
74
|
+
### Patch Changes
|
|
75
|
+
|
|
76
|
+
- 7c02425: Unhide forge build commands
|
|
77
|
+
- Updated dependencies [35165ba]
|
|
78
|
+
- @forge/manifest@9.4.0-next.0
|
|
79
|
+
|
|
3
80
|
## 6.11.1-next.0
|
|
4
81
|
|
|
5
82
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@ export declare class LogsGraphQLClient implements ViewAppLogsClient {
|
|
|
14
14
|
viewInvocationLogs(details: AppInvocationLogsDetails): Promise<{
|
|
15
15
|
logs: InvocationLogLine[];
|
|
16
16
|
id: string;
|
|
17
|
-
appVersion: string;
|
|
17
|
+
appVersion: string | null | undefined;
|
|
18
18
|
function?: string | undefined;
|
|
19
19
|
trigger?: string | undefined;
|
|
20
20
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphql-client.d.ts","sourceRoot":"","sources":["../../src/app-logs/graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,aAAa,EAAE,MAAM,YAAY,CAAC;AAEtH,OAAO,EACL,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAwBrB,qBAAa,mBAAoB,SAAQ,KAAK;CAAG;AACjD,qBAAa,uBAAwB,SAAQ,KAAK;CAAG;AACrD,qBAAa,sBAAuB,SAAQ,KAAK;CAAG;AACpD,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,iBAAkB,YAAW,iBAAiB;IAC7C,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,kBAAkB,CAAC,OAAO,EAAE,wBAAwB;;;;;;;IAapD,aAAa,CACxB,OAAO,EAAE,gBAAgB,EACzB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,EACtC,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,UAAU,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"graphql-client.d.ts","sourceRoot":"","sources":["../../src/app-logs/graphql-client.ts"],"names":[],"mappings":"AAAA,OAAO,EAA6E,aAAa,EAAE,MAAM,YAAY,CAAC;AAEtH,OAAO,EACL,wBAAwB,EACxB,cAAc,EACd,gBAAgB,EAChB,UAAU,EACV,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,aAAa,CAAC;AAwBrB,qBAAa,mBAAoB,SAAQ,KAAK;CAAG;AACjD,qBAAa,uBAAwB,SAAQ,KAAK;CAAG;AACrD,qBAAa,sBAAuB,SAAQ,KAAK;CAAG;AACpD,qBAAa,oBAAqB,SAAQ,KAAK;CAAG;AAElD,qBAAa,iBAAkB,YAAW,iBAAiB;IAC7C,OAAO,CAAC,QAAQ,CAAC,aAAa;gBAAb,aAAa,EAAE,aAAa;IAE5C,kBAAkB,CAAC,OAAO,EAAE,wBAAwB;;;;;;;IAapD,aAAa,CACxB,OAAO,EAAE,gBAAgB,EACzB,aAAa,EAAE,GAAG,CAAC,MAAM,EAAE,UAAU,CAAC,EACtC,aAAa,EAAE,MAAM,GACpB,OAAO,CAAC,UAAU,EAAE,CAAC;IAoFX,WAAW,CAAC,OAAO,EAAE,cAAc;IAwEhD,OAAO,CAAC,qBAAqB;IAU7B,OAAO,CAAC,eAAe;YAcT,iBAAiB;CAqDhC"}
|
|
@@ -42,7 +42,8 @@ class LogsGraphQLClient {
|
|
|
42
42
|
$dateSearchInput: DateSearchInput,
|
|
43
43
|
$offset: Int!,
|
|
44
44
|
$limit: Int!,
|
|
45
|
-
$queryStartTime: String
|
|
45
|
+
$queryStartTime: String!,
|
|
46
|
+
$runtime: String
|
|
46
47
|
) {
|
|
47
48
|
appLogsWithMetaData(
|
|
48
49
|
appId: $appId
|
|
@@ -52,6 +53,7 @@ class LogsGraphQLClient {
|
|
|
52
53
|
queryStartTime: $queryStartTime
|
|
53
54
|
query: {
|
|
54
55
|
dates: $dateSearchInput
|
|
56
|
+
runtime: $runtime
|
|
55
57
|
}
|
|
56
58
|
) {
|
|
57
59
|
appLogs {
|
|
@@ -17,6 +17,7 @@ export interface QueryDetails {
|
|
|
17
17
|
limit: number;
|
|
18
18
|
context?: InstallContext;
|
|
19
19
|
startTime?: string | null;
|
|
20
|
+
containers?: boolean;
|
|
20
21
|
}
|
|
21
22
|
export declare type AppLogsDetails = {
|
|
22
23
|
appId: string;
|
|
@@ -24,6 +25,7 @@ export declare type AppLogsDetails = {
|
|
|
24
25
|
limit: number;
|
|
25
26
|
startTime?: string | null;
|
|
26
27
|
contextAri?: [Ari];
|
|
28
|
+
runtime?: string | null;
|
|
27
29
|
};
|
|
28
30
|
export declare type AppLogsDetailsV2 = AppLogsDetails & {
|
|
29
31
|
offset: number;
|
|
@@ -47,11 +49,15 @@ export interface InvocationLogLine {
|
|
|
47
49
|
}
|
|
48
50
|
export interface Invocation {
|
|
49
51
|
id: string;
|
|
50
|
-
appVersion: string;
|
|
52
|
+
appVersion: string | undefined | null;
|
|
51
53
|
logs: InvocationLogLine[];
|
|
52
54
|
function?: string;
|
|
53
55
|
trigger?: string;
|
|
54
56
|
}
|
|
57
|
+
export declare enum Runtime {
|
|
58
|
+
RUNTIMEV2 = "RUNTIMEV2",
|
|
59
|
+
CONTAINER = "CONTAINER"
|
|
60
|
+
}
|
|
55
61
|
export interface ViewAppLogsClient {
|
|
56
62
|
viewAppLogs(details: AppLogsDetails): Promise<Invocation[]>;
|
|
57
63
|
viewAppLogsV2(details: AppLogsDetailsV2, invocationMap: Map<string, Invocation>, totalRecieved: number): Promise<Invocation[]>;
|
|
@@ -64,7 +70,7 @@ export declare class ViewAppLogsCommand {
|
|
|
64
70
|
private readonly logsClient;
|
|
65
71
|
private readonly statsigService;
|
|
66
72
|
constructor(getAppConfig: AppConfigProvider, appEnvironmentClient: AppEnvironmentClient, globalEdgeClient: GlobalEdgeClient, logsClient: ViewAppLogsClient, statsigService: StatsigService);
|
|
67
|
-
getAll({ environmentKey, limit, context, startTime }: QueryDetails): Promise<Invocation[]>;
|
|
73
|
+
getAll({ environmentKey, limit, context, startTime, containers }: QueryDetails): Promise<Invocation[]>;
|
|
68
74
|
getLogs(details: AppLogsDetails): Promise<Invocation[]>;
|
|
69
75
|
getOne(details: InvocationQueryDetails): Promise<Invocation>;
|
|
70
76
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ViewAppLogsCommand = void 0;
|
|
3
|
+
exports.ViewAppLogsCommand = exports.Runtime = void 0;
|
|
4
4
|
const ari_1 = require("@forge/util/packages/ari");
|
|
5
5
|
const ari_2 = require("../ari");
|
|
6
|
+
var Runtime;
|
|
7
|
+
(function (Runtime) {
|
|
8
|
+
Runtime["RUNTIMEV2"] = "RUNTIMEV2";
|
|
9
|
+
Runtime["CONTAINER"] = "CONTAINER";
|
|
10
|
+
})(Runtime = exports.Runtime || (exports.Runtime = {}));
|
|
6
11
|
class ViewAppLogsCommand {
|
|
7
12
|
getAppConfig;
|
|
8
13
|
appEnvironmentClient;
|
|
@@ -16,7 +21,7 @@ class ViewAppLogsCommand {
|
|
|
16
21
|
this.logsClient = logsClient;
|
|
17
22
|
this.statsigService = statsigService;
|
|
18
23
|
}
|
|
19
|
-
async getAll({ environmentKey, limit, context, startTime = null }) {
|
|
24
|
+
async getAll({ environmentKey, limit, context, startTime = null, containers = false }) {
|
|
20
25
|
const { id: appId } = await this.getAppConfig();
|
|
21
26
|
const [environmentId, cloudId] = await Promise.all([
|
|
22
27
|
this.appEnvironmentClient.getAppEnvironmentId(appId, environmentKey),
|
|
@@ -30,6 +35,9 @@ class ViewAppLogsCommand {
|
|
|
30
35
|
startTime,
|
|
31
36
|
contextAri: contextAri ? [contextAri] : undefined
|
|
32
37
|
};
|
|
38
|
+
if (containers) {
|
|
39
|
+
details.runtime = Runtime.CONTAINER.toLowerCase();
|
|
40
|
+
}
|
|
33
41
|
const isV2ApiEnabled = await this.statsigService.isLogsV2ApiEnabled();
|
|
34
42
|
if (isV2ApiEnabled) {
|
|
35
43
|
return this.getLogs(details);
|