@nrwl/nx-cloud 15.3.0-beta.2 → 15.3.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.
Files changed (32) hide show
  1. package/lib/core/api/error-reporter.api.js +1 -36
  2. package/lib/core/api/run-group.api.js +1 -73
  3. package/lib/core/file-storage/file-storage.d.ts +5 -1
  4. package/lib/core/file-storage/file-storage.js +12 -6
  5. package/lib/core/file-storage/file-storage.js.map +1 -1
  6. package/lib/core/models/cloud-task-runner-options.d.ts +1 -0
  7. package/lib/core/runners/cloud-enabled/cloud-enabled-life-cycle.js +1 -93
  8. package/lib/core/runners/cloud-enabled/cloud-enabled.runner.js +1 -319
  9. package/lib/core/runners/cloud-enabled/cloud-enabled.runner.js.map +1 -1
  10. package/lib/core/runners/cloud-enabled/cloud-remote-cache.js +1 -133
  11. package/lib/core/runners/cloud-enabled/cloud-run.api.js +1 -168
  12. package/lib/core/runners/cloud-enabled/id-generator.js +1 -16
  13. package/lib/core/runners/distributed-agent/distributed-agent.api.js +1 -93
  14. package/lib/core/runners/distributed-agent/distributed-agent.impl.js +1 -157
  15. package/lib/core/runners/distributed-agent/distributed-agent.impl.js.map +1 -1
  16. package/lib/core/runners/distributed-agent/execute-tasks.js +1 -114
  17. package/lib/core/runners/distributed-agent/invoke-tasks-using-nx-imperative-api.js +1 -58
  18. package/lib/core/runners/distributed-agent/invoke-tasks-using-run-many.js +1 -97
  19. package/lib/core/runners/distributed-execution/distributed-execution.api.js +1 -152
  20. package/lib/core/runners/distributed-execution/distributed-execution.runner.js +1 -118
  21. package/lib/core/runners/distributed-execution/distributed-execution.runner.js.map +1 -1
  22. package/lib/core/runners/distributed-execution/process-task.js +1 -45
  23. package/lib/core/runners/distributed-execution/process-tasks.js +1 -67
  24. package/lib/core/runners/distributed-execution/split-task-graph-into-stages.js +1 -37
  25. package/lib/core/runners/distributed-execution/task-graph-creator.js +1 -100
  26. package/lib/daemon/process-run-end.js +1 -1
  27. package/lib/daemon/process-run-end.js.map +1 -1
  28. package/lib/utilities/dte-artifact-storage.js +1 -0
  29. package/lib/utilities/dte-artifact-storage.js.map +1 -1
  30. package/lib/utilities/environment.js +4 -0
  31. package/lib/utilities/environment.js.map +1 -1
  32. package/package.json +1 -1
@@ -1,45 +1 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.processTask = void 0;
13
- const environment_1 = require("../../../utilities/environment");
14
- const serializer_overrides_1 = require("../../../utilities/serializer-overrides");
15
- const { output } = require('../../../utilities/nx-imports');
16
- function processTask(dteArtifactStorage, tasks, completedTask) {
17
- return __awaiter(this, void 0, void 0, function* () {
18
- if (environment_1.VERBOSE_LOGGING) {
19
- output.note({
20
- title: `Processing task ${completedTask.taskId}`,
21
- });
22
- }
23
- const matchingTask = tasks.find((tt) => completedTask.taskId === tt.id);
24
- if (!matchingTask) {
25
- throw new Error(`Found unknown task: ${completedTask.taskId}`);
26
- }
27
- const terminalOutput = yield dteArtifactStorage.retrieveAndExtract(completedTask.hash, completedTask.url);
28
- output.logCommand(getCommand(matchingTask));
29
- process.stdout.write(terminalOutput);
30
- output.addVerticalSeparator();
31
- });
32
- }
33
- exports.processTask = processTask;
34
- function getCommand(task) {
35
- const config = task.target.configuration
36
- ? `:${task.target.configuration}`
37
- : '';
38
- return [
39
- 'nx',
40
- 'run',
41
- `${task.target.project}:${task.target.target}${config}`,
42
- (0, serializer_overrides_1.serializeOverrides)(task),
43
- ].join(' ');
44
- }
45
- //# sourceMappingURL=process-task.js.map
1
+ const a12_0x193b=['__esModule','../../../utilities/environment','serializeOverrides','next','note','throw','logCommand','retrieveAndExtract','processTask','write','run','target','apply','hash','project','../../../utilities/serializer-overrides','VERBOSE_LOGGING','Processing\x20task\x20','done','Found\x20unknown\x20task:\x20','value','../../../utilities/nx-imports','taskId','configuration','find','then','defineProperty','join'];(function(_0x46cb3c,_0x193bf4){const _0x564b5e=function(_0x596a18){while(--_0x596a18){_0x46cb3c['push'](_0x46cb3c['shift']());}};_0x564b5e(++_0x193bf4);}(a12_0x193b,0x18d));const a12_0x564b=function(_0x46cb3c,_0x193bf4){_0x46cb3c=_0x46cb3c-0x0;let _0x564b5e=a12_0x193b[_0x46cb3c];return _0x564b5e;};'use strict';var __awaiter=this&&this['__awaiter']||function(_0x1992ef,_0x55a63a,_0x3d739c,_0x498c0c){function _0x107808(_0x1547e2){return _0x1547e2 instanceof _0x3d739c?_0x1547e2:new _0x3d739c(function(_0x318213){_0x318213(_0x1547e2);});}return new(_0x3d739c||(_0x3d739c=Promise))(function(_0xc627ef,_0x4dc228){function _0xa2c8bc(_0x1aaa04){try{_0x3488cc(_0x498c0c[a12_0x564b('0x1a')](_0x1aaa04));}catch(_0x5e38c6){_0x4dc228(_0x5e38c6);}}function _0x3d47e6(_0x3b7db9){try{_0x3488cc(_0x498c0c[a12_0x564b('0x0')](_0x3b7db9));}catch(_0x1ad8e0){_0x4dc228(_0x1ad8e0);}}function _0x3488cc(_0x45e3bf){_0x45e3bf[a12_0x564b('0xd')]?_0xc627ef(_0x45e3bf[a12_0x564b('0xf')]):_0x107808(_0x45e3bf[a12_0x564b('0xf')])[a12_0x564b('0x14')](_0xa2c8bc,_0x3d47e6);}_0x3488cc((_0x498c0c=_0x498c0c[a12_0x564b('0x7')](_0x1992ef,_0x55a63a||[]))['next']());});};Object[a12_0x564b('0x15')](exports,a12_0x564b('0x17'),{'value':!![]});exports[a12_0x564b('0x3')]=void 0x0;const environment_1=require(a12_0x564b('0x18'));const serializer_overrides_1=require(a12_0x564b('0xa'));const {output}=require(a12_0x564b('0x10'));function processTask(_0x3741ad,_0x533f42,_0x188e66){return __awaiter(this,void 0x0,void 0x0,function*(){if(environment_1[a12_0x564b('0xb')]){output[a12_0x564b('0x1b')]({'title':a12_0x564b('0xc')+_0x188e66['taskId']});}const _0x30d6e1=_0x533f42[a12_0x564b('0x13')](_0x1b1f7c=>_0x188e66['taskId']===_0x1b1f7c['id']);if(!_0x30d6e1){throw new Error(a12_0x564b('0xe')+_0x188e66[a12_0x564b('0x11')]);}const _0x2a1b09=yield _0x3741ad[a12_0x564b('0x2')](_0x188e66[a12_0x564b('0x8')],_0x188e66['url']);output[a12_0x564b('0x1')](getCommand(_0x30d6e1));process['stdout'][a12_0x564b('0x4')](_0x2a1b09);output['addVerticalSeparator']();});}exports[a12_0x564b('0x3')]=processTask;function getCommand(_0x2b8ce8){const _0xa5f7ea=_0x2b8ce8[a12_0x564b('0x6')][a12_0x564b('0x12')]?':'+_0x2b8ce8[a12_0x564b('0x6')][a12_0x564b('0x12')]:'';return['nx',a12_0x564b('0x5'),_0x2b8ce8[a12_0x564b('0x6')][a12_0x564b('0x9')]+':'+_0x2b8ce8[a12_0x564b('0x6')][a12_0x564b('0x6')]+_0xa5f7ea,(0x0,serializer_overrides_1[a12_0x564b('0x19')])(_0x2b8ce8)][a12_0x564b('0x16')]('\x20');}
@@ -1,67 +1 @@
1
- "use strict";
2
- var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
- function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
- return new (P || (P = Promise))(function (resolve, reject) {
5
- function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
- function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
- function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
- step((generator = generator.apply(thisArg, _arguments || [])).next());
9
- });
10
- };
11
- Object.defineProperty(exports, "__esModule", { value: true });
12
- exports.processTasks = void 0;
13
- const create_unchanged_value_timeout_1 = require("../../../utilities/create-unchanged-value-timeout");
14
- const environment_1 = require("../../../utilities/environment");
15
- const waiter_1 = require("../../../utilities/waiter");
16
- const process_task_1 = require("./process-task");
17
- const { output } = require('../../../utilities/nx-imports');
18
- function processTasks(api, dteArtifactStorage, executionId, tasks) {
19
- return __awaiter(this, void 0, void 0, function* () {
20
- const processedTasks = {};
21
- const failIfNumberOfCompletedTasksDoesNotChangeAfterTimeout = (0, create_unchanged_value_timeout_1.createUnchangedValueTimeout)({
22
- title: `No new completed tasks after ${environment_1.NO_COMPLETED_TASKS_TIMEOUT / 1000} seconds.`,
23
- timeout: environment_1.NO_COMPLETED_TASKS_TIMEOUT,
24
- });
25
- const waiter = new waiter_1.Waiter();
26
- while (true) {
27
- if (environment_1.VERBOSE_LOGGING) {
28
- output.note({
29
- title: 'Waiting...',
30
- });
31
- }
32
- yield waiter.wait();
33
- const r = yield api.status(executionId);
34
- if (environment_1.VERBOSE_LOGGING) {
35
- output.note({
36
- title: `Status update`,
37
- bodyLines: [
38
- `executionId: ${executionId}`,
39
- `executionStatus: ${r.executionStatus}`,
40
- `number of completed tasks: ${r.completedTasks.length}`,
41
- `error: ${r.criticalErrorMessage}`,
42
- ],
43
- });
44
- }
45
- if (r.criticalErrorMessage) {
46
- output.error({
47
- title: 'Distributed Execution Terminated',
48
- bodyLines: ['Error:', r.criticalErrorMessage],
49
- });
50
- process.exit(1);
51
- }
52
- failIfNumberOfCompletedTasksDoesNotChangeAfterTimeout(r.completedTasks.length);
53
- for (const t of r.completedTasks) {
54
- if (processedTasks[t.taskId])
55
- continue;
56
- yield (0, process_task_1.processTask)(dteArtifactStorage, tasks, t);
57
- waiter.reset();
58
- processedTasks[t.taskId] = true;
59
- }
60
- if (r.executionStatus === 'COMPLETED') {
61
- return { commandStatus: r.commandStatus, runUrl: r.runUrl };
62
- }
63
- }
64
- });
65
- }
66
- exports.processTasks = processTasks;
67
- //# sourceMappingURL=process-tasks.js.map
1
+ const a13_0x1ded=['criticalErrorMessage','Waiter','error:\x20','No\x20new\x20completed\x20tasks\x20after\x20','length','number\x20of\x20completed\x20tasks:\x20','./process-task','taskId','defineProperty','next','then','\x20seconds.','value','executionId:\x20','../../../utilities/nx-imports','error','Error:','processTasks','runUrl','__esModule','completedTasks','NO_COMPLETED_TASKS_TIMEOUT','../../../utilities/create-unchanged-value-timeout','createUnchangedValueTimeout','done','executionStatus','../../../utilities/waiter','commandStatus','executionStatus:\x20','throw','status','note'];(function(_0x23dfc2,_0x1ded38){const _0x998647=function(_0x5970dc){while(--_0x5970dc){_0x23dfc2['push'](_0x23dfc2['shift']());}};_0x998647(++_0x1ded38);}(a13_0x1ded,0xfa));const a13_0x9986=function(_0x23dfc2,_0x1ded38){_0x23dfc2=_0x23dfc2-0x0;let _0x998647=a13_0x1ded[_0x23dfc2];return _0x998647;};'use strict';var __awaiter=this&&this['__awaiter']||function(_0x130a3a,_0x3ff560,_0x2b0404,_0x477b92){function _0x2f2fc4(_0x4d8487){return _0x4d8487 instanceof _0x2b0404?_0x4d8487:new _0x2b0404(function(_0x24ed84){_0x24ed84(_0x4d8487);});}return new(_0x2b0404||(_0x2b0404=Promise))(function(_0x2d37bd,_0x3e8067){function _0x299f29(_0x364ce6){try{_0x1cf02f(_0x477b92[a13_0x9986('0xf')](_0x364ce6));}catch(_0xc8974b){_0x3e8067(_0xc8974b);}}function _0x47d97c(_0x56383){try{_0x1cf02f(_0x477b92[a13_0x9986('0x3')](_0x56383));}catch(_0x5da5d9){_0x3e8067(_0x5da5d9);}}function _0x1cf02f(_0x1b9adc){_0x1b9adc[a13_0x9986('0x1e')]?_0x2d37bd(_0x1b9adc[a13_0x9986('0x12')]):_0x2f2fc4(_0x1b9adc[a13_0x9986('0x12')])[a13_0x9986('0x10')](_0x299f29,_0x47d97c);}_0x1cf02f((_0x477b92=_0x477b92['apply'](_0x130a3a,_0x3ff560||[]))['next']());});};Object[a13_0x9986('0xe')](exports,a13_0x9986('0x19'),{'value':!![]});exports[a13_0x9986('0x17')]=void 0x0;const create_unchanged_value_timeout_1=require(a13_0x9986('0x1c'));const environment_1=require('../../../utilities/environment');const waiter_1=require(a13_0x9986('0x0'));const process_task_1=require(a13_0x9986('0xc'));const {output}=require(a13_0x9986('0x14'));function processTasks(_0x4b2e33,_0x933dd7,_0xdac0e6,_0x12f7d2){return __awaiter(this,void 0x0,void 0x0,function*(){const _0x23835e={};const _0x24fb48=(0x0,create_unchanged_value_timeout_1[a13_0x9986('0x1d')])({'title':a13_0x9986('0x9')+environment_1[a13_0x9986('0x1b')]/0x3e8+a13_0x9986('0x11'),'timeout':environment_1[a13_0x9986('0x1b')]});const _0x2f6800=new waiter_1[(a13_0x9986('0x7'))]();while(!![]){if(environment_1['VERBOSE_LOGGING']){output[a13_0x9986('0x5')]({'title':'Waiting...'});}yield _0x2f6800['wait']();const _0x2a313=yield _0x4b2e33[a13_0x9986('0x4')](_0xdac0e6);if(environment_1['VERBOSE_LOGGING']){output['note']({'title':'Status\x20update','bodyLines':[a13_0x9986('0x13')+_0xdac0e6,a13_0x9986('0x2')+_0x2a313['executionStatus'],a13_0x9986('0xb')+_0x2a313['completedTasks'][a13_0x9986('0xa')],a13_0x9986('0x8')+_0x2a313[a13_0x9986('0x6')]]});}if(_0x2a313[a13_0x9986('0x6')]){output[a13_0x9986('0x15')]({'title':'Distributed\x20Execution\x20Terminated','bodyLines':[a13_0x9986('0x16'),_0x2a313['criticalErrorMessage']]});process['exit'](0x1);}_0x24fb48(_0x2a313[a13_0x9986('0x1a')]['length']);for(const _0x36f6d8 of _0x2a313['completedTasks']){if(_0x23835e[_0x36f6d8[a13_0x9986('0xd')]])continue;yield(0x0,process_task_1['processTask'])(_0x933dd7,_0x12f7d2,_0x36f6d8);_0x2f6800['reset']();_0x23835e[_0x36f6d8[a13_0x9986('0xd')]]=!![];}if(_0x2a313[a13_0x9986('0x1f')]==='COMPLETED'){return{'commandStatus':_0x2a313[a13_0x9986('0x1')],'runUrl':_0x2a313[a13_0x9986('0x18')]};}}});}exports[a13_0x9986('0x17')]=processTasks;
@@ -1,37 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.splitTasksIntoStages = void 0;
4
- function splitTasksIntoStages(taskGraph) {
5
- const stages = [];
6
- const notStagedTaskIds = new Set(Object.values(taskGraph.tasks).map((t) => t.id));
7
- let stageIndex = 0;
8
- // Loop through tasks and try to stage them. As tasks are staged, they are removed from the loop
9
- while (notStagedTaskIds.size > 0) {
10
- const currentStage = (stages[stageIndex] = []);
11
- for (const taskId of notStagedTaskIds) {
12
- let ready = true;
13
- for (const dependency of taskGraph.dependencies[taskId]) {
14
- if (notStagedTaskIds.has(dependency)) {
15
- // dependency has not been staged yet, this task is not ready to be staged.
16
- ready = false;
17
- break;
18
- }
19
- }
20
- // Some dependency still has not been staged, skip it for now, it will be processed again
21
- if (!ready) {
22
- continue;
23
- }
24
- // All the dependencies have been staged, let's stage it.
25
- const task = taskGraph.tasks[taskId];
26
- currentStage.push(task);
27
- }
28
- // Remove the entire new stage of tasks from the list
29
- for (const task of currentStage) {
30
- notStagedTaskIds.delete(task.id);
31
- }
32
- stageIndex++;
33
- }
34
- return stages;
35
- }
36
- exports.splitTasksIntoStages = splitTasksIntoStages;
37
- //# sourceMappingURL=split-task-graph-into-stages.js.map
1
+ const a14_0x2153=['push','map','size','values','__esModule','tasks','has','splitTasksIntoStages'];(function(_0x3c63ac,_0x215344){const _0x571ef9=function(_0x4b6c25){while(--_0x4b6c25){_0x3c63ac['push'](_0x3c63ac['shift']());}};_0x571ef9(++_0x215344);}(a14_0x2153,0x161));const a14_0x571e=function(_0x3c63ac,_0x215344){_0x3c63ac=_0x3c63ac-0x0;let _0x571ef9=a14_0x2153[_0x3c63ac];return _0x571ef9;};'use strict';Object['defineProperty'](exports,a14_0x571e('0x3'),{'value':!![]});exports[a14_0x571e('0x6')]=void 0x0;function splitTasksIntoStages(_0x338855){const _0x30c7d9=[];const _0x853daf=new Set(Object[a14_0x571e('0x2')](_0x338855[a14_0x571e('0x4')])[a14_0x571e('0x0')](_0x33d049=>_0x33d049['id']));let _0x5f4739=0x0;while(_0x853daf[a14_0x571e('0x1')]>0x0){const _0x151680=_0x30c7d9[_0x5f4739]=[];for(const _0x35f280 of _0x853daf){let _0x43d786=!![];for(const _0x36e419 of _0x338855['dependencies'][_0x35f280]){if(_0x853daf[a14_0x571e('0x5')](_0x36e419)){_0x43d786=![];break;}}if(!_0x43d786){continue;}const _0x184198=_0x338855[a14_0x571e('0x4')][_0x35f280];_0x151680[a14_0x571e('0x7')](_0x184198);}for(const _0x50d51d of _0x151680){_0x853daf['delete'](_0x50d51d['id']);}_0x5f4739++;}return _0x30c7d9;}exports['splitTasksIntoStages']=splitTasksIntoStages;
@@ -1,100 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TaskGraphCreator = exports.createTaskGraphCompat = void 0;
4
- const stripJsonComments = require("strip-json-comments");
5
- const fs_1 = require("fs");
6
- const { getDependencyConfigs, workspaceRoot, } = require('../../../utilities/nx-imports');
7
- function createTaskGraphCompat(options, projectGraph, tasks) {
8
- const nxjson = JSON.parse(stripJsonComments((0, fs_1.readFileSync)(`${workspaceRoot}/nx.json`).toString()));
9
- return new TaskGraphCreator(projectGraph, getDefaultDependencyConfigs(nxjson, options)).createTaskGraph(tasks);
10
- }
11
- exports.createTaskGraphCompat = createTaskGraphCompat;
12
- function getDefaultDependencyConfigs(nxJson, runnerOptions) {
13
- var _a, _b;
14
- const defaults = (_a = nxJson.targetDependencies) !== null && _a !== void 0 ? _a : {};
15
- const strictlyOrderedTargets = runnerOptions
16
- ? (_b = runnerOptions.strictlyOrderedTargets) !== null && _b !== void 0 ? _b : ['build']
17
- : [];
18
- // Strictly Ordered Targets depend on their dependencies
19
- for (const target of strictlyOrderedTargets) {
20
- defaults[target] = defaults[target] || [];
21
- defaults[target].push({
22
- target,
23
- projects: 'dependencies',
24
- });
25
- }
26
- return defaults;
27
- }
28
- /**
29
- * This is only used for versions of Nx prior to 14 where the task graph
30
- * wasn't part of the context so we have to recreate it
31
- */
32
- class TaskGraphCreator {
33
- constructor(projectGraph, defaultTargetDependencies) {
34
- this.projectGraph = projectGraph;
35
- this.defaultTargetDependencies = defaultTargetDependencies;
36
- }
37
- createTaskGraph(tasks) {
38
- const graph = {
39
- roots: [],
40
- tasks: {},
41
- dependencies: {},
42
- };
43
- for (const task of tasks) {
44
- this.addTaskToGraph(task, graph);
45
- const dependencyConfigs = getDependencyConfigs(task.target, this.defaultTargetDependencies, this.projectGraph);
46
- if (!dependencyConfigs) {
47
- continue;
48
- }
49
- this.addTaskDependencies(task, dependencyConfigs, tasks, graph);
50
- }
51
- graph.roots = Object.keys(graph.dependencies).filter((k) => graph.dependencies[k].length === 0);
52
- return graph;
53
- }
54
- addTaskDependencies(task, dependencyConfigs, tasks, graph) {
55
- for (const dependencyConfig of dependencyConfigs) {
56
- if (dependencyConfig.projects === 'self') {
57
- for (const t of tasks) {
58
- if (t.target.project === task.target.project &&
59
- t.target.target === dependencyConfig.target) {
60
- graph.dependencies[task.id].push(t.id);
61
- }
62
- }
63
- }
64
- else if (dependencyConfig.projects === 'dependencies') {
65
- const seen = new Set();
66
- this.addDependencies(task.target.project, dependencyConfig.target, tasks, graph, task.id, seen);
67
- }
68
- }
69
- }
70
- addDependencies(project, target, tasks, graph, taskId, seen) {
71
- seen.add(project);
72
- const dependencies = this.projectGraph.dependencies[project];
73
- if (dependencies) {
74
- const projectDependencies = dependencies.map((dependency) => dependency.target);
75
- for (const projectDependency of projectDependencies) {
76
- if (seen.has(projectDependency)) {
77
- continue;
78
- }
79
- const dependency = this.findTask({ project: projectDependency, target }, tasks);
80
- if (dependency) {
81
- if (graph.dependencies[taskId].indexOf(dependency.id) === -1) {
82
- graph.dependencies[taskId].push(dependency.id);
83
- }
84
- }
85
- else {
86
- this.addDependencies(projectDependency, target, tasks, graph, taskId, seen);
87
- }
88
- }
89
- }
90
- }
91
- findTask({ project, target }, tasks) {
92
- return tasks.find((t) => t.target.project === project && t.target.target === target);
93
- }
94
- addTaskToGraph(task, graph) {
95
- graph.tasks[task.id] = task;
96
- graph.dependencies[task.id] = [];
97
- }
98
- }
99
- exports.TaskGraphCreator = TaskGraphCreator;
100
- //# sourceMappingURL=task-graph-creator.js.map
1
+ const a15_0x3fac=['readFileSync','add','createTaskGraphCompat','dependencies','defaultTargetDependencies','projects','createTaskGraph','roots','TaskGraphCreator','targetDependencies','tasks','strictlyOrderedTargets','has','map','self','target','addTaskDependencies','projectGraph','build','indexOf','push','addDependencies','filter','project','findTask','toString','/nx.json','keys','addTaskToGraph'];(function(_0xe7646f,_0x3facf5){const _0x25a1dc=function(_0x529783){while(--_0x529783){_0xe7646f['push'](_0xe7646f['shift']());}};_0x25a1dc(++_0x3facf5);}(a15_0x3fac,0xa0));const a15_0x25a1=function(_0xe7646f,_0x3facf5){_0xe7646f=_0xe7646f-0x0;let _0x25a1dc=a15_0x3fac[_0xe7646f];return _0x25a1dc;};'use strict';Object['defineProperty'](exports,'__esModule',{'value':!![]});exports[a15_0x25a1('0x16')]=exports['createTaskGraphCompat']=void 0x0;const stripJsonComments=require('strip-json-comments');const fs_1=require('fs');const {getDependencyConfigs,workspaceRoot}=require('../../../utilities/nx-imports');function createTaskGraphCompat(_0xf86a10,_0x590198,_0x3251e4){const _0x3c589a=JSON['parse'](stripJsonComments((0x0,fs_1[a15_0x25a1('0xe')])(workspaceRoot+a15_0x25a1('0xb'))[a15_0x25a1('0xa')]()));return new TaskGraphCreator(_0x590198,getDefaultDependencyConfigs(_0x3c589a,_0xf86a10))[a15_0x25a1('0x14')](_0x3251e4);}exports[a15_0x25a1('0x10')]=createTaskGraphCompat;function getDefaultDependencyConfigs(_0x7237a6,_0x319edc){var _0x5b2a9f,_0x424a6f;const _0x3679fa=(_0x5b2a9f=_0x7237a6[a15_0x25a1('0x17')])!==null&&_0x5b2a9f!==void 0x0?_0x5b2a9f:{};const _0x43b3d8=_0x319edc?(_0x424a6f=_0x319edc[a15_0x25a1('0x19')])!==null&&_0x424a6f!==void 0x0?_0x424a6f:[a15_0x25a1('0x3')]:[];for(const _0x33006c of _0x43b3d8){_0x3679fa[_0x33006c]=_0x3679fa[_0x33006c]||[];_0x3679fa[_0x33006c]['push']({'target':_0x33006c,'projects':a15_0x25a1('0x11')});}return _0x3679fa;}class TaskGraphCreator{constructor(_0xa22704,_0x44d9e7){this[a15_0x25a1('0x2')]=_0xa22704;this[a15_0x25a1('0x12')]=_0x44d9e7;}[a15_0x25a1('0x14')](_0x238b18){const _0x36744b={'roots':[],'tasks':{},'dependencies':{}};for(const _0x101f6f of _0x238b18){this[a15_0x25a1('0xd')](_0x101f6f,_0x36744b);const _0x1e05d4=getDependencyConfigs(_0x101f6f[a15_0x25a1('0x0')],this[a15_0x25a1('0x12')],this[a15_0x25a1('0x2')]);if(!_0x1e05d4){continue;}this[a15_0x25a1('0x1')](_0x101f6f,_0x1e05d4,_0x238b18,_0x36744b);}_0x36744b[a15_0x25a1('0x15')]=Object[a15_0x25a1('0xc')](_0x36744b['dependencies'])[a15_0x25a1('0x7')](_0x39e5f2=>_0x36744b['dependencies'][_0x39e5f2]['length']===0x0);return _0x36744b;}[a15_0x25a1('0x1')](_0x1f1753,_0x174e65,_0x1e4cb7,_0x6cb5ed){for(const _0x34c9fa of _0x174e65){if(_0x34c9fa['projects']===a15_0x25a1('0x1c')){for(const _0x1e26ff of _0x1e4cb7){if(_0x1e26ff[a15_0x25a1('0x0')][a15_0x25a1('0x8')]===_0x1f1753[a15_0x25a1('0x0')][a15_0x25a1('0x8')]&&_0x1e26ff[a15_0x25a1('0x0')]['target']===_0x34c9fa[a15_0x25a1('0x0')]){_0x6cb5ed['dependencies'][_0x1f1753['id']][a15_0x25a1('0x5')](_0x1e26ff['id']);}}}else if(_0x34c9fa[a15_0x25a1('0x13')]==='dependencies'){const _0x1cbbd4=new Set();this[a15_0x25a1('0x6')](_0x1f1753[a15_0x25a1('0x0')]['project'],_0x34c9fa['target'],_0x1e4cb7,_0x6cb5ed,_0x1f1753['id'],_0x1cbbd4);}}}[a15_0x25a1('0x6')](_0xabe8a0,_0xa1eca3,_0x541671,_0x3e22ff,_0x32334f,_0xc8ce5e){_0xc8ce5e[a15_0x25a1('0xf')](_0xabe8a0);const _0xe2a29c=this[a15_0x25a1('0x2')]['dependencies'][_0xabe8a0];if(_0xe2a29c){const _0x3d6ca0=_0xe2a29c[a15_0x25a1('0x1b')](_0x25517a=>_0x25517a['target']);for(const _0x470b1f of _0x3d6ca0){if(_0xc8ce5e[a15_0x25a1('0x1a')](_0x470b1f)){continue;}const _0xc442cf=this['findTask']({'project':_0x470b1f,'target':_0xa1eca3},_0x541671);if(_0xc442cf){if(_0x3e22ff[a15_0x25a1('0x11')][_0x32334f][a15_0x25a1('0x4')](_0xc442cf['id'])===-0x1){_0x3e22ff['dependencies'][_0x32334f][a15_0x25a1('0x5')](_0xc442cf['id']);}}else{this['addDependencies'](_0x470b1f,_0xa1eca3,_0x541671,_0x3e22ff,_0x32334f,_0xc8ce5e);}}}}[a15_0x25a1('0x9')]({project,target},_0x2ef32f){return _0x2ef32f['find'](_0x5407ea=>_0x5407ea[a15_0x25a1('0x0')][a15_0x25a1('0x8')]===project&&_0x5407ea[a15_0x25a1('0x0')][a15_0x25a1('0x0')]===target);}[a15_0x25a1('0xd')](_0x504519,_0x1c0be3){_0x1c0be3[a15_0x25a1('0x18')][_0x504519['id']]=_0x504519;_0x1c0be3['dependencies'][_0x504519['id']]=[];}}exports[a15_0x25a1('0x16')]=TaskGraphCreator;
@@ -20,7 +20,7 @@ function processRunEnd(data, logger) {
20
20
  return __awaiter(this, void 0, void 0, function* () {
21
21
  const encryption = new e2e_encryption_1.E2EEncryption(data.encryptionKey);
22
22
  const errorApi = new error_reporter_api_1.ErrorReporterApi(data.runnerOptions);
23
- const fileStorage = new file_storage_1.FileStorage(encryption, errorApi);
23
+ const fileStorage = new file_storage_1.FileStorage(encryption, errorApi, data.runnerOptions, 'daemon');
24
24
  const cachePath = (0, environment_1.getNxCacheDirectory)(data.runnerOptions);
25
25
  const reporter = new message_reporter_1.MessageReporter(data.runnerOptions);
26
26
  const runContext = {};
@@ -1 +1 @@
1
- {"version":3,"file":"process-run-end.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/daemon/process-run-end.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,oEAAgE;AAChE,+EAA0E;AAC1E,uEAAkE;AAClE,wEAAoE;AACpE,0DAA+E;AAC/E,+EAA2E;AAC3E,8DAA8D;AAE9D,SAA8B,aAAa,CACzC,IAAS,EACT,MAAsC;;QAEtC,MAAM,UAAU,GAAG,IAAI,8BAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACzD,MAAM,QAAQ,GAAG,IAAI,qCAAgB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC1D,MAAM,WAAW,GAAG,IAAI,0BAAW,CAAC,UAAU,EAAE,QAAQ,CAAC,CAAC;QAE1D,MAAM,SAAS,GAAG,IAAA,iCAAmB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,IAAI,kCAAe,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACzD,MAAM,UAAU,GAAG,EAAS,CAAC;QAC7B,MAAM,WAAW,GAAG,IAAA,4BAAc,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvD,MAAM,GAAG,GAAG,IAAI,2BAAW,CACzB,QAAQ,EACR,UAAU,EACV,IAAI,CAAC,aAAa,EAClB,WAAW,CACZ,CAAC;QAEF,UAAU,CAAC,GAAS,EAAE;YACpB,MAAM,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACvC,IAAI;gBACF,MAAM,OAAO,CAAC,GAAG,CACf,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAClC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,SAAS,CAAC,CAC5C,CACF,CAAC;gBACF,MAAM,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;aAC7C;YAAC,OAAO,CAAC,EAAE;gBACV,MAAM,CAAC,GAAG,CAAC,qCAAqC,CAAC,CAAC;gBAClD,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBACf,OAAO;aACR;YAED,KAAK,MAAM,IAAI,IAAI,WAAW,CAAC,YAAY,EAAE;gBAC3C,MAAM,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAClD,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CACvB,CAAC;gBACF,IAAI,CAAC,YAAY,EAAE;oBACjB,MAAM,IAAI,KAAK,CAAC,kBAAkB,IAAI,iBAAiB,CAAC,CAAC;iBAC1D;gBACD,YAAY,CAAC,iBAAiB,GAAG,IAAI,CAAC;aACvC;YAED,MAAM,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACrC,yBAAyB;YACzB,IAAI;gBACF,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC,MAAM,CAC1B,IAAI,CAAC,MAAM,CAAC,OAAO,EACnB,IAAI,CAAC,MAAM,CAAC,cAAc,EAC1B,IAAI,CAAC,MAAM,CAAC,MAAM,CACnB,CAAC;gBACF,IAAI,CAAC,GAAG,EAAE;oBACR,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,QAAU,CAAC,CAAC;iBACtC;gBACD,MAAM,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;aAC3C;YAAC,OAAO,CAAC,EAAE;gBACV,MAAM,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;gBACxC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aAChB;YACD,MAAM,IAAA,gCAAgB,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1C,CAAC,CAAA,EAAE,CAAC,CAAC,CAAC;QAEN,OAAO,IAAI,CAAC;IACd,CAAC;CAAA;AAhED,gCAgEC"}
1
+ {"version":3,"file":"process-run-end.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/daemon/process-run-end.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,oEAAgE;AAChE,+EAA0E;AAC1E,uEAAkE;AAClE,wEAAoE;AACpE,0DAA+E;AAC/E,+EAA2E;AAC3E,8DAA8D;AAE9D,SAA8B,aAAa,CACzC,IAAS,EACT,MAAsC;;QAEtC,MAAM,UAAU,GAAG,IAAI,8BAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACzD,MAAM,QAAQ,GAAG,IAAI,qCAAgB,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC1D,MAAM,WAAW,GAAG,IAAI,0BAAW,CACjC,UAAU,EACV,QAAQ,EACR,IAAI,CAAC,aAAa,EAClB,QAAQ,CACT,CAAC;QAEF,MAAM,SAAS,GAAG,IAAA,iCAAmB,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAC1D,MAAM,QAAQ,GAAG,IAAI,kCAAe,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACzD,MAAM,UAAU,GAAG,EAAS,CAAC;QAC7B,MAAM,WAAW,GAAG,IAAA,4BAAc,EAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QACvD,MAAM,GAAG,GAAG,IAAI,2BAAW,CACzB,QAAQ,EACR,UAAU,EACV,IAAI,CAAC,aAAa,EAClB,WAAW,CACZ,CAAC;QAEF,UAAU,CAAC,GAAS,EAAE;YACpB,MAAM,CAAC,GAAG,CAAC,0BAA0B,CAAC,CAAC;YACvC,IAAI;gBACF,MAAM,OAAO,CAAC,GAAG,CACf,IAAI,CAAC,oBAAoB,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAClC,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,GAAG,EAAE,SAAS,CAAC,CAC5C,CACF,CAAC;gBACF,MAAM,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;aAC7C;YAAC,OAAO,CAAC,EAAE;gBACV,MAAM,CAAC,GAAG,CAAC,qCAAqC,CAAC,CAAC;gBAClD,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBACf,OAAO;aACR;YAED,KAAK,MAAM,IAAI,IAAI,WAAW,CAAC,YAAY,EAAE;gBAC3C,MAAM,YAAY,GAAG,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAClD,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,KAAK,IAAI,CACvB,CAAC;gBACF,IAAI,CAAC,YAAY,EAAE;oBACjB,MAAM,IAAI,KAAK,CAAC,kBAAkB,IAAI,iBAAiB,CAAC,CAAC;iBAC1D;gBACD,YAAY,CAAC,iBAAiB,GAAG,IAAI,CAAC;aACvC;YAED,MAAM,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;YACrC,yBAAyB;YACzB,IAAI;gBACF,MAAM,GAAG,GAAG,MAAM,GAAG,CAAC,MAAM,CAC1B,IAAI,CAAC,MAAM,CAAC,OAAO,EACnB,IAAI,CAAC,MAAM,CAAC,cAAc,EAC1B,IAAI,CAAC,MAAM,CAAC,MAAM,CACnB,CAAC;gBACF,IAAI,CAAC,GAAG,EAAE;oBACR,MAAM,IAAI,KAAK,CAAC,QAAQ,CAAC,QAAU,CAAC,CAAC;iBACtC;gBACD,MAAM,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;aAC3C;YAAC,OAAO,CAAC,EAAE;gBACV,MAAM,CAAC,GAAG,CAAC,2BAA2B,CAAC,CAAC;gBACxC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;aAChB;YACD,MAAM,IAAA,gCAAgB,EAAC,IAAI,CAAC,UAAU,CAAC,CAAC;QAC1C,CAAC,CAAA,EAAE,CAAC,CAAC,CAAC;QAEN,OAAO,IAAI,CAAC;IACd,CAAC;CAAA;AArED,gCAqEC"}
@@ -18,6 +18,7 @@ class DteArtifactStorage {
18
18
  constructor(fileStorage, cacheDirectory) {
19
19
  this.fileStorage = fileStorage;
20
20
  this.cacheDirectory = cacheDirectory;
21
+ (0, fs_extra_1.mkdirSync)(cacheDirectory, { recursive: true });
21
22
  }
22
23
  retrieveAndExtract(hash, url) {
23
24
  return __awaiter(this, void 0, void 0, function* () {
@@ -1 +1 @@
1
- {"version":3,"file":"dte-artifact-storage.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/utilities/dte-artifact-storage.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+CAAgD;AAChD,uCAA0C;AAC1C,+BAA4B;AAE5B,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE1D,MAAa,kBAAkB;IAC7B,YACmB,WAAwB,EACxB,cAAsB;QADtB,gBAAW,GAAX,WAAW,CAAa;QACxB,mBAAc,GAAd,cAAc,CAAQ;IACtC,CAAC;IAEE,kBAAkB,CAAC,IAAY,EAAE,GAAW;;YAChD,IAAI,6BAAe,EAAE;gBACnB,MAAM,CAAC,IAAI,CAAC;oBACV,KAAK,EAAE,6BAA6B,GAAG,EAAE;iBAC1C,CAAC,CAAC;aACJ;YAED,MAAM,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAEhE,IAAI,6BAAe,EAAE;gBACnB,MAAM,CAAC,IAAI,CAAC;oBACV,KAAK,EAAE,sBAAsB;iBAC9B,CAAC,CAAC;aACJ;YACD,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;YAC3D,MAAM,IAAA,eAAI,EAAC,OAAO,EAAE,aAAa,CAAC,CAAC;YACnC,OAAO,CACL,MAAM,IAAA,mBAAQ,EAAC,IAAA,WAAI,EAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE,CAAC;QACf,CAAC;KAAA;CACF;AA1BD,gDA0BC"}
1
+ {"version":3,"file":"dte-artifact-storage.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/utilities/dte-artifact-storage.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+CAAgD;AAChD,uCAAqD;AACrD,+BAA4B;AAE5B,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,OAAO,CAAC,cAAc,CAAC,CAAC;AAE1D,MAAa,kBAAkB;IAC7B,YACmB,WAAwB,EACxB,cAAsB;QADtB,gBAAW,GAAX,WAAW,CAAa;QACxB,mBAAc,GAAd,cAAc,CAAQ;QAEvC,IAAA,oBAAS,EAAC,cAAc,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;IACjD,CAAC;IAEK,kBAAkB,CAAC,IAAY,EAAE,GAAW;;YAChD,IAAI,6BAAe,EAAE;gBACnB,MAAM,CAAC,IAAI,CAAC;oBACV,KAAK,EAAE,6BAA6B,GAAG,EAAE;iBAC1C,CAAC,CAAC;aACJ;YAED,MAAM,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,CAAC,cAAc,CAAC,CAAC;YAEhE,IAAI,6BAAe,EAAE;gBACnB,MAAM,CAAC,IAAI,CAAC;oBACV,KAAK,EAAE,sBAAsB;iBAC9B,CAAC,CAAC;aACJ;YACD,MAAM,OAAO,GAAG,IAAA,WAAI,EAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;YAC3D,MAAM,IAAA,eAAI,EAAC,OAAO,EAAE,aAAa,CAAC,CAAC;YACnC,OAAO,CACL,MAAM,IAAA,mBAAQ,EAAC,IAAA,WAAI,EAAC,IAAI,CAAC,cAAc,EAAE,IAAI,EAAE,gBAAgB,CAAC,CAAC,CAClE,CAAC,QAAQ,EAAE,CAAC;QACf,CAAC;KAAA;CACF;AA5BD,gDA4BC"}
@@ -80,6 +80,10 @@ function getCIExecutionId() {
80
80
  if (process.env.NX_CI_EXECUTION_ID !== undefined) {
81
81
  return process.env.NX_CI_EXECUTION_ID;
82
82
  }
83
+ // for backwards compat
84
+ if (process.env.NX_RUN_GROUP !== undefined) {
85
+ return process.env.NX_RUN_GROUP;
86
+ }
83
87
  if (process.env.CIRCLECI !== undefined && process.env.CIRCLE_WORKFLOW_ID) {
84
88
  return process.env.CIRCLE_WORKFLOW_ID;
85
89
  }
@@ -1 +1 @@
1
- {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/utilities/environment.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"environment.js","sourceRoot":"","sources":["../../../../../../libs/nx-packages/nx-cloud/lib/utilities/environment.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-cloud",
3
- "version": "15.3.0-beta.2",
3
+ "version": "15.3.0",
4
4
  "description": "Nx Cloud plugin for Nx",
5
5
  "keywords": [
6
6
  "Monorepo",