@googleapis/toolresults 2.0.0 → 3.1.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/CHANGELOG.md +18 -0
- package/build/v1beta3.d.ts +2 -2
- package/package.json +1 -1
- package/v1beta3.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [3.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v3.0.0...toolresults-v3.1.0) (2023-07-10)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* **toolresults:** update the API ([a9b14b6](https://github.com/googleapis/google-api-nodejs-client/commit/a9b14b62afd13081e59483375b601635b2e61334))
|
|
9
|
+
|
|
10
|
+
## [3.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v2.0.0...toolresults-v3.0.0) (2023-04-11)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ⚠ BREAKING CHANGES
|
|
14
|
+
|
|
15
|
+
* This release has breaking changes.
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* run the generator ([#3211](https://github.com/googleapis/google-api-nodejs-client/issues/3211)) ([e2d966e](https://github.com/googleapis/google-api-nodejs-client/commit/e2d966e089bf8e743dbfc83af8ef3b37a0f4c83d))
|
|
20
|
+
|
|
3
21
|
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/toolresults-v1.0.1...toolresults-v2.0.0) (2023-04-08)
|
|
4
22
|
|
|
5
23
|
|
package/build/v1beta3.d.ts
CHANGED
|
@@ -360,7 +360,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
360
360
|
value?: string | null;
|
|
361
361
|
}
|
|
362
362
|
/**
|
|
363
|
-
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.
|
|
363
|
+
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.
|
|
364
364
|
*/
|
|
365
365
|
export interface Schema$Execution {
|
|
366
366
|
/**
|
|
@@ -1297,7 +1297,7 @@ export declare namespace toolresults_v1beta3 {
|
|
|
1297
1297
|
message?: string | null;
|
|
1298
1298
|
}
|
|
1299
1299
|
/**
|
|
1300
|
-
* A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates a TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
|
|
1300
|
+
* A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates a TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
|
|
1301
1301
|
*/
|
|
1302
1302
|
export interface Schema$Step {
|
|
1303
1303
|
/**
|
package/package.json
CHANGED
package/v1beta3.ts
CHANGED
|
@@ -409,7 +409,7 @@ export namespace toolresults_v1beta3 {
|
|
|
409
409
|
value?: string | null;
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
|
-
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.
|
|
412
|
+
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.
|
|
413
413
|
*/
|
|
414
414
|
export interface Schema$Execution {
|
|
415
415
|
/**
|
|
@@ -1337,7 +1337,7 @@ export namespace toolresults_v1beta3 {
|
|
|
1337
1337
|
message?: string | null;
|
|
1338
1338
|
}
|
|
1339
1339
|
/**
|
|
1340
|
-
* A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates a TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
|
|
1340
|
+
* A Step represents a single operation performed as part of Execution. A step can be used to represent the execution of a tool ( for example a test runner execution or an execution of a compiler). Steps can overlap (for instance two steps might have the same start time if some operations are done in parallel). Here is an example, let's consider that we have a continuous build is executing a test runner for each iteration. The workflow would look like: - user creates a Execution with id 1 - user creates a TestExecutionStep with id 100 for Execution 1 - user update TestExecutionStep with id 100 to add a raw xml log + the service parses the xml logs and returns a TestExecutionStep with updated TestResult(s). - user update the status of TestExecutionStep with id 100 to COMPLETE A Step can be updated until its state is set to COMPLETE at which points it becomes immutable.
|
|
1341
1341
|
*/
|
|
1342
1342
|
export interface Schema$Step {
|
|
1343
1343
|
/**
|