slnodejs 6.1.344 → 6.1.371
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/browser-agent/dist/browser-agent-all.js +552 -292
- package/browser-agent/dist/browser-agent-all.min.js +3 -3
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js +2 -1
- package/tsOutputs/build-scanner/instrumentation/browser-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.d.ts +1 -0
- package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.js +2 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/contracts.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js +21 -11
- package/tsOutputs/build-scanner/instrumentation/process-pool/process-pool.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/stop-by-condition-transform-stream.js +37 -0
- package/tsOutputs/build-scanner/instrumentation/process-pool/stop-by-condition-transform-stream.js.map +1 -0
- package/tsOutputs/cli-parse/cli.js +10 -9
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/executors/base-executor.js +2 -2
- package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-end-executor.js +2 -2
- package/tsOutputs/cli-parse/executors/build-end-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-executor.js +6 -6
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/config-executor.js +5 -4
- package/tsOutputs/cli-parse/executors/config-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js +4 -4
- package/tsOutputs/cli-parse/executors/integration-build-components-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/start-execution-executor.js +1 -0
- package/tsOutputs/cli-parse/executors/start-execution-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js +1 -1
- package/tsOutputs/cli-parse/executors/test-listener-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/upload-report-executor.js +1 -1
- package/tsOutputs/cli-parse/executors/upload-report-executor.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-conracts.d.ts +3 -0
- package/tsOutputs/common/agent-events/agent-events-conracts.js +1 -0
- package/tsOutputs/common/agent-events/agent-events-conracts.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-instance-info-builder.d.ts +0 -2
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js +143 -3
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js.map +1 -1
- package/tsOutputs/common/agent-events/machine-info-builder.js +4 -0
- package/tsOutputs/common/agent-events/machine-info-builder.js.map +1 -1
- package/tsOutputs/common/config-process/config.d.ts +2 -0
- package/tsOutputs/common/config-process/config.js +2 -0
- package/tsOutputs/common/config-process/config.js.map +1 -1
- package/tsOutputs/common/constants/sl-env-vars.js +2 -2
- package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +1 -0
- package/tsOutputs/common/footprints-process-v6/buffer-size-helper.d.ts +2 -1
- package/tsOutputs/common/footprints-process-v6/buffer-size-helper.js +3 -2
- package/tsOutputs/common/footprints-process-v6/buffer-size-helper.js.map +1 -1
- package/tsOutputs/common/http/backend-proxy.d.ts +1 -1
- package/tsOutputs/common/http/backend-proxy.js +2 -2
- package/tsOutputs/common/http/backend-proxy.js.map +1 -1
- package/tsOutputs/common/http/contracts.d.ts +2 -0
- package/tsOutputs/common/http/contracts.js.map +1 -1
- package/tsOutputs/common/http/sl-routes.d.ts +1 -1
- package/tsOutputs/common/http/sl-routes.js +5 -3
- package/tsOutputs/common/http/sl-routes.js.map +1 -1
- package/tsOutputs/common/state-tracker.js +3 -0
- package/tsOutputs/common/state-tracker.js.map +1 -1
- package/tsOutputs/test-listener/agent-loader.js +28 -0
- package/tsOutputs/test-listener/agent-loader.js.map +1 -1
- package/tsOutputs/test-listener/contracts.d.ts +7 -0
- package/tsOutputs/test-listener/execution-process/execution-service-proxy.js +3 -0
- package/tsOutputs/test-listener/execution-process/execution-service-proxy.js.map +1 -1
- package/tsOutputs/test-listener/factory.js +3 -1
- package/tsOutputs/test-listener/factory.js.map +1 -1
- package/tsOutputs/test-listener/nyc-report-executor.js +2 -2
- package/tsOutputs/test-listener/nyc-report-executor.js.map +1 -1
- package/tsOutputs/test-listener/test-recommendation-handler.d.ts +3 -1
- package/tsOutputs/test-listener/test-recommendation-handler.js +14 -10
- package/tsOutputs/test-listener/test-recommendation-handler.js.map +1 -1
|
@@ -53062,7 +53062,7 @@ function extend() {
|
|
|
53062
53062
|
}
|
|
53063
53063
|
});
|
|
53064
53064
|
|
|
53065
|
-
},{"./lib/browser-agent":408,"./lib/config":414,"./lib/configuration-override":416,"./lib/feature-detection":
|
|
53065
|
+
},{"./lib/browser-agent":408,"./lib/config":414,"./lib/configuration-override":416,"./lib/feature-detection":431}],404:[function(require,module,exports){
|
|
53066
53066
|
(function (factory) {
|
|
53067
53067
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53068
53068
|
var v = factory(require, exports);
|
|
@@ -53346,7 +53346,7 @@ function extend() {
|
|
|
53346
53346
|
exports.AgentFactory = AgentFactory;
|
|
53347
53347
|
});
|
|
53348
53348
|
|
|
53349
|
-
},{"../../common/agent-events/agent-events-conracts":
|
|
53349
|
+
},{"../../common/agent-events/agent-events-conracts":455,"../../common/agent-events/cockpit-notifier":462,"../../common/agent-instance-data":468,"../../common/config-process":472,"../../common/config-process/config-loader":469,"../../common/config-process/no-op-config-process":473,"../../common/footprints-process-v6/collector-footprints-buffer":487,"../../common/footprints-process-v6/collector-footprints-process":488,"../../common/footprints-process-v6/footprints-buffer":489,"../../common/footprints-process-v6/index":492,"../../common/footprints-process-v6/relative-path-resolver":494,"../../common/http/backend-proxy":496,"../../common/no-op-state-tracker":502,"../../common/state-tracker-fpv6":504,"../../common/system-date":506,"./basic-uuid-generator":405,"./browser-agent-instance":407,"./browser-agent-instance-fpv6":406,"./browser-events-process":409,"./browser-hits-collector":410,"./browser-hits-converter":411,"./code-coverage-manager":412,"./color-cookie-handler":413,"./configuration-manager":415,"./delegate":418,"./entities/environment-data":421,"./footprints-queue-sender":432,"./istanbul-to-footprints-convertor":434,"./istanbul-to-footprints-convertor-v3":433,"./logger/log-factory":437,"./queues/footprints-items-queue":439,"./queues/queue":440,"./services/http/http-client":441,"./services/json/json-client":445,"./services/json/json-client-adapter":444,"./services/json/noop-json-client":446,"./services/light-backend-proxy":447,"./sl-mapping-loader":448,"./state-tracker":449,"./test-state-helper":450,"./watchdog":452,"./window-timers-wrapper":453}],405:[function(require,module,exports){
|
|
53350
53350
|
(function (factory) {
|
|
53351
53351
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53352
53352
|
var v = factory(require, exports);
|
|
@@ -53580,7 +53580,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53580
53580
|
exports.BrowserAgentInstance = BrowserAgentInstance;
|
|
53581
53581
|
});
|
|
53582
53582
|
|
|
53583
|
-
},{"../../common/agent-events/cockpit-notifier":
|
|
53583
|
+
},{"../../common/agent-events/cockpit-notifier":462,"./basic-uuid-generator":405,"./config":414,"./karma-handler":435}],408:[function(require,module,exports){
|
|
53584
53584
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
53585
53585
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
53586
53586
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -53596,7 +53596,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53596
53596
|
if (v !== undefined) module.exports = v;
|
|
53597
53597
|
}
|
|
53598
53598
|
else if (typeof define === "function" && define.amd) {
|
|
53599
|
-
define(["require", "exports", "./agent-factory", "./logger/log-factory", "./events-bridge"], factory);
|
|
53599
|
+
define(["require", "exports", "./agent-factory", "./logger/log-factory", "./events-bridge", "./events-bridge/context-message-manager"], factory);
|
|
53600
53600
|
}
|
|
53601
53601
|
})(function (require, exports) {
|
|
53602
53602
|
"use strict";
|
|
@@ -53605,6 +53605,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53605
53605
|
const agent_factory_1 = require("./agent-factory");
|
|
53606
53606
|
const log_factory_1 = require("./logger/log-factory");
|
|
53607
53607
|
const events_bridge_1 = require("./events-bridge");
|
|
53608
|
+
const context_message_manager_1 = require("./events-bridge/context-message-manager");
|
|
53608
53609
|
class BrowserAgent {
|
|
53609
53610
|
constructor(window, featureDetection) {
|
|
53610
53611
|
this.instances = [];
|
|
@@ -53663,6 +53664,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53663
53664
|
}
|
|
53664
53665
|
sendAllFootprints() {
|
|
53665
53666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
53667
|
+
context_message_manager_1.ContextMessageManager.getInstance().sendAllEvents();
|
|
53666
53668
|
yield Promise.all(this.instances.map(instance => instance.submitFootprintsSync()));
|
|
53667
53669
|
});
|
|
53668
53670
|
}
|
|
@@ -53670,7 +53672,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53670
53672
|
exports.BrowserAgent = BrowserAgent;
|
|
53671
53673
|
});
|
|
53672
53674
|
|
|
53673
|
-
},{"./agent-factory":404,"./events-bridge":
|
|
53675
|
+
},{"./agent-factory":404,"./events-bridge":428,"./events-bridge/context-message-manager":424,"./logger/log-factory":437}],409:[function(require,module,exports){
|
|
53674
53676
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
53675
53677
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
53676
53678
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -53717,7 +53719,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53717
53719
|
exports.BrowserEventsProcess = BrowserEventsProcess;
|
|
53718
53720
|
});
|
|
53719
53721
|
|
|
53720
|
-
},{"../../common/events-process":
|
|
53722
|
+
},{"../../common/events-process":484}],410:[function(require,module,exports){
|
|
53721
53723
|
(function (factory) {
|
|
53722
53724
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53723
53725
|
var v = factory(require, exports);
|
|
@@ -53748,7 +53750,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53748
53750
|
exports.BrowserHitsCollector = BrowserHitsCollector;
|
|
53749
53751
|
});
|
|
53750
53752
|
|
|
53751
|
-
},{"../../common/footprints-process-v6/hits-collector":
|
|
53753
|
+
},{"../../common/footprints-process-v6/hits-collector":490}],411:[function(require,module,exports){
|
|
53752
53754
|
(function (factory) {
|
|
53753
53755
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53754
53756
|
var v = factory(require, exports);
|
|
@@ -53774,7 +53776,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53774
53776
|
exports.BrowserHitsConverter = BrowserHitsConverter;
|
|
53775
53777
|
});
|
|
53776
53778
|
|
|
53777
|
-
},{"../../common/footprints-process-v6/base-browser-hits-converter":
|
|
53779
|
+
},{"../../common/footprints-process-v6/base-browser-hits-converter":485}],412:[function(require,module,exports){
|
|
53778
53780
|
(function (factory) {
|
|
53779
53781
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53780
53782
|
var v = factory(require, exports);
|
|
@@ -53924,7 +53926,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53924
53926
|
exports.ColorCookieHandler = ColorCookieHandler;
|
|
53925
53927
|
});
|
|
53926
53928
|
|
|
53927
|
-
},{"./state-tracker":
|
|
53929
|
+
},{"./state-tracker":449}],414:[function(require,module,exports){
|
|
53928
53930
|
(function (factory) {
|
|
53929
53931
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
53930
53932
|
var v = factory(require, exports);
|
|
@@ -53937,7 +53939,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
53937
53939
|
"use strict";
|
|
53938
53940
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
53939
53941
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
53940
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
53942
|
+
exports.SL_AGENT_VERSION = '6.1.371';
|
|
53941
53943
|
exports.SL_AGENT_TYPE = 'browser';
|
|
53942
53944
|
});
|
|
53943
53945
|
|
|
@@ -54129,7 +54131,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54129
54131
|
exports.ConfigurationOverride = ConfigurationOverride;
|
|
54130
54132
|
});
|
|
54131
54133
|
|
|
54132
|
-
},{"./logger/console-logger":
|
|
54134
|
+
},{"./logger/console-logger":436,"events":266}],417:[function(require,module,exports){
|
|
54133
54135
|
(function (factory) {
|
|
54134
54136
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54135
54137
|
var v = factory(require, exports);
|
|
@@ -54287,13 +54289,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54287
54289
|
})(function (require, exports) {
|
|
54288
54290
|
"use strict";
|
|
54289
54291
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54290
|
-
exports.relativePathRegex = exports.EVENTS = exports.EVENT_TYPES = exports.CONTEXT = exports.SL_EVENTS_BRIDGE = exports.SL_TEST_NAME = exports.SL_SESSION_ID = exports.SL_CONTEXT_KEY = exports.SL_BAGGAGE_HEADER = void 0;
|
|
54292
|
+
exports.relativePathRegex = exports.EVENTS = exports.EVENT_TYPES = exports.SL_SESSION_CONTEXT = exports.CONTEXT = exports.SL_EVENTS_BRIDGE = exports.SL_TEST_NAME = exports.SL_SESSION_ID = exports.SL_CONTEXT_KEY = exports.SL_BAGGAGE_HEADER = void 0;
|
|
54291
54293
|
exports.SL_BAGGAGE_HEADER = 'baggage';
|
|
54292
54294
|
exports.SL_CONTEXT_KEY = 'sl-context';
|
|
54293
54295
|
exports.SL_SESSION_ID = 'x-sl-test-session-id';
|
|
54294
54296
|
exports.SL_TEST_NAME = 'x-sl-test-name';
|
|
54295
54297
|
exports.SL_EVENTS_BRIDGE = 'sl-events-bridge';
|
|
54296
54298
|
exports.CONTEXT = 'context';
|
|
54299
|
+
exports.SL_SESSION_CONTEXT = 'sl-session-ctx';
|
|
54297
54300
|
exports.EVENT_TYPES = {
|
|
54298
54301
|
SET: 'set',
|
|
54299
54302
|
ACK: 'ack',
|
|
@@ -54323,17 +54326,96 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54323
54326
|
if (v !== undefined) module.exports = v;
|
|
54324
54327
|
}
|
|
54325
54328
|
else if (typeof define === "function" && define.amd) {
|
|
54326
|
-
define(["require", "exports", "
|
|
54329
|
+
define(["require", "exports", "../../../common/agent-events/cockpit-notifier", "../../../common/agent-events/agent-events-conracts", "../../../common/system-date"], factory);
|
|
54327
54330
|
}
|
|
54328
54331
|
})(function (require, exports) {
|
|
54329
54332
|
"use strict";
|
|
54330
54333
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54331
|
-
exports.
|
|
54334
|
+
exports.ContextMessageManager = exports.CONTEXT_EVENTS_KEYS = void 0;
|
|
54335
|
+
const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
|
|
54336
|
+
const agent_events_conracts_1 = require("../../../common/agent-events/agent-events-conracts");
|
|
54337
|
+
const system_date_1 = require("../../../common/system-date");
|
|
54338
|
+
var CONTEXT_EVENTS_KEYS;
|
|
54339
|
+
(function (CONTEXT_EVENTS_KEYS) {
|
|
54340
|
+
CONTEXT_EVENTS_KEYS["TOTAL"] = "total";
|
|
54341
|
+
CONTEXT_EVENTS_KEYS["PERSIST"] = "persist";
|
|
54342
|
+
CONTEXT_EVENTS_KEYS["WITH_BAGGAGE"] = "withBaggage";
|
|
54343
|
+
CONTEXT_EVENTS_KEYS["WITHOUT_BAGGAGE"] = "withoutBaggage";
|
|
54344
|
+
CONTEXT_EVENTS_KEYS["LAST_SUBMISSION"] = "lastSubmission";
|
|
54345
|
+
CONTEXT_EVENTS_KEYS["COUNT"] = "count";
|
|
54346
|
+
})(CONTEXT_EVENTS_KEYS = exports.CONTEXT_EVENTS_KEYS || (exports.CONTEXT_EVENTS_KEYS = {}));
|
|
54347
|
+
class ContextMessageManager {
|
|
54348
|
+
constructor() {
|
|
54349
|
+
this.receivedSetContextEvents = {
|
|
54350
|
+
[CONTEXT_EVENTS_KEYS.TOTAL]: 0,
|
|
54351
|
+
[CONTEXT_EVENTS_KEYS.PERSIST]: 0,
|
|
54352
|
+
[CONTEXT_EVENTS_KEYS.WITH_BAGGAGE]: 0,
|
|
54353
|
+
[CONTEXT_EVENTS_KEYS.WITHOUT_BAGGAGE]: 0,
|
|
54354
|
+
[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]: undefined,
|
|
54355
|
+
};
|
|
54356
|
+
this.receivedDeleteContextEvents = {
|
|
54357
|
+
[CONTEXT_EVENTS_KEYS.COUNT]: 0,
|
|
54358
|
+
[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]: undefined,
|
|
54359
|
+
};
|
|
54360
|
+
}
|
|
54361
|
+
static getInstance() {
|
|
54362
|
+
return this._instance || (this._instance = new this());
|
|
54363
|
+
}
|
|
54364
|
+
startContextManager() {
|
|
54365
|
+
setInterval(() => {
|
|
54366
|
+
this.sendAllEvents();
|
|
54367
|
+
}, ContextMessageManager.DEFAULT_SEND_INTERVAL);
|
|
54368
|
+
}
|
|
54369
|
+
incrementContextEventValue(eventKey, incrementBy) {
|
|
54370
|
+
if (incrementBy < 0)
|
|
54371
|
+
return;
|
|
54372
|
+
this.receivedSetContextEvents[eventKey] += incrementBy;
|
|
54373
|
+
(this.receivedSetContextEvents[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]) = (0, system_date_1.getSystemDateValueOf)();
|
|
54374
|
+
}
|
|
54375
|
+
incrementContextDeleteValue(incrementBy) {
|
|
54376
|
+
if (incrementBy < 0)
|
|
54377
|
+
return;
|
|
54378
|
+
this.receivedDeleteContextEvents[CONTEXT_EVENTS_KEYS.COUNT] += incrementBy;
|
|
54379
|
+
(this.receivedDeleteContextEvents[CONTEXT_EVENTS_KEYS.LAST_SUBMISSION]) = (0, system_date_1.getSystemDateValueOf)();
|
|
54380
|
+
}
|
|
54381
|
+
sendAllEvents() {
|
|
54382
|
+
cockpit_notifier_1.CockpitNotifier.sendEvent(agent_events_conracts_1.AgentEventCode.CONTEXT_PROPAGATION_TELEMETRY, {
|
|
54383
|
+
contextSetSummary: this.receivedSetContextEvents,
|
|
54384
|
+
contextDeleteSummary: this.receivedDeleteContextEvents,
|
|
54385
|
+
});
|
|
54386
|
+
}
|
|
54387
|
+
getState() {
|
|
54388
|
+
return {
|
|
54389
|
+
receivedSetContextState: this.receivedSetContextEvents,
|
|
54390
|
+
deleteContextState: this.receivedDeleteContextEvents,
|
|
54391
|
+
};
|
|
54392
|
+
}
|
|
54393
|
+
}
|
|
54394
|
+
exports.ContextMessageManager = ContextMessageManager;
|
|
54395
|
+
ContextMessageManager.DEFAULT_SEND_INTERVAL = 60 * 1000;
|
|
54396
|
+
});
|
|
54397
|
+
|
|
54398
|
+
},{"../../../common/agent-events/agent-events-conracts":455,"../../../common/agent-events/cockpit-notifier":462,"../../../common/system-date":506}],425:[function(require,module,exports){
|
|
54399
|
+
(function (factory) {
|
|
54400
|
+
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54401
|
+
var v = factory(require, exports);
|
|
54402
|
+
if (v !== undefined) module.exports = v;
|
|
54403
|
+
}
|
|
54404
|
+
else if (typeof define === "function" && define.amd) {
|
|
54405
|
+
define(["require", "exports", "./const", "@opentelemetry/api", "../../../common/agent-events/cockpit-notifier", "./context-message-manager"], factory);
|
|
54406
|
+
}
|
|
54407
|
+
})(function (require, exports) {
|
|
54408
|
+
"use strict";
|
|
54409
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
54410
|
+
exports.checkExistingContext = exports.registerEvents = void 0;
|
|
54332
54411
|
const SlConst = require("./const");
|
|
54333
54412
|
const api = require("@opentelemetry/api");
|
|
54334
54413
|
const cockpit_notifier_1 = require("../../../common/agent-events/cockpit-notifier");
|
|
54414
|
+
const context_message_manager_1 = require("./context-message-manager");
|
|
54335
54415
|
const registerEvents = (logger, withOpenTelemetry) => {
|
|
54336
54416
|
try {
|
|
54417
|
+
const contextMessageManager = context_message_manager_1.ContextMessageManager.getInstance();
|
|
54418
|
+
contextMessageManager.startContextManager();
|
|
54337
54419
|
let SlContext;
|
|
54338
54420
|
window.$Sealights.eventsBridge = {
|
|
54339
54421
|
loaded: false,
|
|
@@ -54347,10 +54429,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54347
54429
|
}
|
|
54348
54430
|
addEventListener(SlConst.EVENTS.SET_BAGGAGE, ({ detail }) => {
|
|
54349
54431
|
var _a, _b;
|
|
54350
|
-
|
|
54351
|
-
|
|
54352
|
-
|
|
54432
|
+
if (!detail)
|
|
54433
|
+
return;
|
|
54434
|
+
const sessionId = detail[SlConst.SL_SESSION_ID];
|
|
54435
|
+
const testName = detail[SlConst.SL_TEST_NAME];
|
|
54436
|
+
if (!(sessionId === null || sessionId === void 0 ? void 0 : sessionId.length) || !(testName === null || testName === void 0 ? void 0 : testName.length)) {
|
|
54437
|
+
contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.WITHOUT_BAGGAGE, 1);
|
|
54353
54438
|
return;
|
|
54439
|
+
}
|
|
54354
54440
|
if (withOpenTelemetry) {
|
|
54355
54441
|
SlContext = SlContext.setValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER), {
|
|
54356
54442
|
[SlConst.SL_SESSION_ID]: sessionId,
|
|
@@ -54358,12 +54444,21 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54358
54444
|
});
|
|
54359
54445
|
}
|
|
54360
54446
|
(_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, `${sessionId}/${testName}`);
|
|
54447
|
+
contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.WITH_BAGGAGE, 1);
|
|
54361
54448
|
dispatchEvent(new CustomEvent(SlConst.EVENTS.ACK_BAGGAGE, {
|
|
54362
54449
|
detail,
|
|
54363
54450
|
}));
|
|
54364
54451
|
});
|
|
54365
54452
|
addEventListener(SlConst.EVENTS.SET_CONTEXT, ({ detail }) => {
|
|
54366
54453
|
var _a;
|
|
54454
|
+
if (!detail)
|
|
54455
|
+
return;
|
|
54456
|
+
contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.TOTAL, 1);
|
|
54457
|
+
detail.persist = detail.persist !== false;
|
|
54458
|
+
if (detail.persist) {
|
|
54459
|
+
contextMessageManager.incrementContextEventValue(context_message_manager_1.CONTEXT_EVENTS_KEYS.PERSIST, 1);
|
|
54460
|
+
sessionStorage.setItem(SlConst.SL_SESSION_CONTEXT, JSON.stringify(detail));
|
|
54461
|
+
}
|
|
54367
54462
|
dispatchEvent(new CustomEvent(SlConst.EVENTS.SET_BAGGAGE, {
|
|
54368
54463
|
detail: Object.assign({}, ((_a = detail[SlConst.SL_BAGGAGE_HEADER]) !== null && _a !== void 0 ? _a : {})),
|
|
54369
54464
|
}));
|
|
@@ -54384,15 +54479,18 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54384
54479
|
var _a, _b;
|
|
54385
54480
|
SlContext = SlContext.deleteValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER));
|
|
54386
54481
|
(_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, null);
|
|
54482
|
+
contextMessageManager.incrementContextDeleteValue(1);
|
|
54387
54483
|
});
|
|
54388
54484
|
addEventListener(SlConst.EVENTS.DELETE_CONTEXT, () => {
|
|
54389
54485
|
var _a, _b;
|
|
54390
54486
|
SlContext = SlContext.deleteValue(api.createContextKey(SlConst.SL_BAGGAGE_HEADER));
|
|
54391
54487
|
SlContext = SlContext.deleteValue(api.createContextKey(SlConst.CONTEXT));
|
|
54392
54488
|
(_b = (_a = window.$SealightsAgent) === null || _a === void 0 ? void 0 : _a.setCurrentTestIdentifier) === null || _b === void 0 ? void 0 : _b.call(_a, null);
|
|
54489
|
+
contextMessageManager.incrementContextDeleteValue(1);
|
|
54393
54490
|
});
|
|
54394
54491
|
window.$Sealights.eventsBridge.loaded = true;
|
|
54395
54492
|
logger.info(`Events Bridge integration loaded. All events registered successfully. OpenTelemetry status: ${withOpenTelemetry}`);
|
|
54493
|
+
checkExistingContext(logger);
|
|
54396
54494
|
}
|
|
54397
54495
|
catch (error) {
|
|
54398
54496
|
logger.error(`An error occurred while registering OpenTelemetry integration events.`, error);
|
|
@@ -54401,9 +54499,21 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54401
54499
|
}
|
|
54402
54500
|
};
|
|
54403
54501
|
exports.registerEvents = registerEvents;
|
|
54502
|
+
function checkExistingContext(logger) {
|
|
54503
|
+
const existingContext = (sessionStorage.getItem(SlConst.SL_SESSION_CONTEXT));
|
|
54504
|
+
if (existingContext === null || existingContext === void 0 ? void 0 : existingContext.length) {
|
|
54505
|
+
const parsedContext = JSON.parse(existingContext);
|
|
54506
|
+
logger.info(`Found existing context in session storage. Dispatching event with data: ${existingContext}`);
|
|
54507
|
+
const storedContextEvent = new CustomEvent(SlConst.EVENTS.SET_CONTEXT, {
|
|
54508
|
+
detail: parsedContext,
|
|
54509
|
+
});
|
|
54510
|
+
dispatchEvent(storedContextEvent);
|
|
54511
|
+
}
|
|
54512
|
+
}
|
|
54513
|
+
exports.checkExistingContext = checkExistingContext;
|
|
54404
54514
|
});
|
|
54405
54515
|
|
|
54406
|
-
},{"../../../common/agent-events/cockpit-notifier":
|
|
54516
|
+
},{"../../../common/agent-events/cockpit-notifier":462,"./const":423,"./context-message-manager":424,"@opentelemetry/api":18}],426:[function(require,module,exports){
|
|
54407
54517
|
(function (factory) {
|
|
54408
54518
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54409
54519
|
var v = factory(require, exports);
|
|
@@ -54459,7 +54569,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54459
54569
|
exports.CustomFetchInstrumentation = CustomFetchInstrumentation;
|
|
54460
54570
|
});
|
|
54461
54571
|
|
|
54462
|
-
},{"../const":423,"../utils":
|
|
54572
|
+
},{"../const":423,"../utils":430,"@opentelemetry/instrumentation-fetch":89}],427:[function(require,module,exports){
|
|
54463
54573
|
(function (factory) {
|
|
54464
54574
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54465
54575
|
var v = factory(require, exports);
|
|
@@ -54497,7 +54607,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54497
54607
|
exports.CustomXMLHttpRequestInstrumentation = CustomXMLHttpRequestInstrumentation;
|
|
54498
54608
|
});
|
|
54499
54609
|
|
|
54500
|
-
},{"../const":423,"../utils":
|
|
54610
|
+
},{"../const":423,"../utils":430,"@opentelemetry/instrumentation-xml-http-request":93}],428:[function(require,module,exports){
|
|
54501
54611
|
(function (factory) {
|
|
54502
54612
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54503
54613
|
var v = factory(require, exports);
|
|
@@ -54529,7 +54639,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54529
54639
|
exports.registerEventsBridge = registerEventsBridge;
|
|
54530
54640
|
});
|
|
54531
54641
|
|
|
54532
|
-
},{"./const":423,"./events":
|
|
54642
|
+
},{"./const":423,"./events":425,"./otel":429}],429:[function(require,module,exports){
|
|
54533
54643
|
(function (factory) {
|
|
54534
54644
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54535
54645
|
var v = factory(require, exports);
|
|
@@ -54564,7 +54674,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54564
54674
|
exports.registerOpenTelemetry = registerOpenTelemetry;
|
|
54565
54675
|
});
|
|
54566
54676
|
|
|
54567
|
-
},{"../../../common/agent-events/cockpit-notifier":
|
|
54677
|
+
},{"../../../common/agent-events/cockpit-notifier":462,"./implementations/CustomFetchInstrumentation":426,"./implementations/CustomXMLHttpRequestInstrumentation":427,"@opentelemetry/instrumentation":98}],430:[function(require,module,exports){
|
|
54568
54678
|
(function (factory) {
|
|
54569
54679
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54570
54680
|
var v = factory(require, exports);
|
|
@@ -54619,7 +54729,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54619
54729
|
exports.constructContextHeaders = constructContextHeaders;
|
|
54620
54730
|
});
|
|
54621
54731
|
|
|
54622
|
-
},{}],
|
|
54732
|
+
},{}],431:[function(require,module,exports){
|
|
54623
54733
|
(function (factory) {
|
|
54624
54734
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54625
54735
|
var v = factory(require, exports);
|
|
@@ -54657,7 +54767,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54657
54767
|
exports.FeatureDetection = FeatureDetection;
|
|
54658
54768
|
});
|
|
54659
54769
|
|
|
54660
|
-
},{}],
|
|
54770
|
+
},{}],432:[function(require,module,exports){
|
|
54661
54771
|
(function (factory) {
|
|
54662
54772
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54663
54773
|
var v = factory(require, exports);
|
|
@@ -54863,7 +54973,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
54863
54973
|
exports.FootprintsQueueSender = FootprintsQueueSender;
|
|
54864
54974
|
});
|
|
54865
54975
|
|
|
54866
|
-
},{"../../common/system-date":
|
|
54976
|
+
},{"../../common/system-date":506,"./entities/footprints-item-data":422}],433:[function(require,module,exports){
|
|
54867
54977
|
(function (factory) {
|
|
54868
54978
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
54869
54979
|
var v = factory(require, exports);
|
|
@@ -55118,7 +55228,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55118
55228
|
exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
|
|
55119
55229
|
});
|
|
55120
55230
|
|
|
55121
|
-
},{"../../common/footprints-process-v6/location-formatter":
|
|
55231
|
+
},{"../../common/footprints-process-v6/location-formatter":493,"../../common/footprints-process/collection-interval":495,"../../common/system-date":506,"./logger/log-factory":437}],434:[function(require,module,exports){
|
|
55122
55232
|
(function (factory) {
|
|
55123
55233
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55124
55234
|
var v = factory(require, exports);
|
|
@@ -55224,7 +55334,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55224
55334
|
exports.IstanbulToFootprintsConverter = IstanbulToFootprintsConverter;
|
|
55225
55335
|
});
|
|
55226
55336
|
|
|
55227
|
-
},{"./utils":
|
|
55337
|
+
},{"./utils":451}],435:[function(require,module,exports){
|
|
55228
55338
|
(function (factory) {
|
|
55229
55339
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55230
55340
|
var v = factory(require, exports);
|
|
@@ -55299,7 +55409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55299
55409
|
exports.KarmaHandler = KarmaHandler;
|
|
55300
55410
|
});
|
|
55301
55411
|
|
|
55302
|
-
},{"../../common/events-process/events-contracts":
|
|
55412
|
+
},{"../../common/events-process/events-contracts":482,"../../common/events-process/events-creator":483,"../../common/utils/validation-utils":510,"./browser-agent-instance":407}],436:[function(require,module,exports){
|
|
55303
55413
|
(function (factory) {
|
|
55304
55414
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55305
55415
|
var v = factory(require, exports);
|
|
@@ -55490,7 +55600,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55490
55600
|
exports.ConsoleLogger = ConsoleLogger;
|
|
55491
55601
|
});
|
|
55492
55602
|
|
|
55493
|
-
},{"../../../common/system-date":
|
|
55603
|
+
},{"../../../common/system-date":506,"../configuration-override":416}],437:[function(require,module,exports){
|
|
55494
55604
|
(function (factory) {
|
|
55495
55605
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55496
55606
|
var v = factory(require, exports);
|
|
@@ -55520,7 +55630,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55520
55630
|
exports.LogFactory = LogFactory;
|
|
55521
55631
|
});
|
|
55522
55632
|
|
|
55523
|
-
},{"./console-logger":
|
|
55633
|
+
},{"./console-logger":436,"./null-logger":438}],438:[function(require,module,exports){
|
|
55524
55634
|
(function (factory) {
|
|
55525
55635
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55526
55636
|
var v = factory(require, exports);
|
|
@@ -55577,7 +55687,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55577
55687
|
NullLogger.INSTANCE = new NullLogger();
|
|
55578
55688
|
});
|
|
55579
55689
|
|
|
55580
|
-
},{}],
|
|
55690
|
+
},{}],439:[function(require,module,exports){
|
|
55581
55691
|
(function (factory) {
|
|
55582
55692
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55583
55693
|
var v = factory(require, exports);
|
|
@@ -55658,7 +55768,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55658
55768
|
exports.FootprintsItemsQueue = FootprintsItemsQueue;
|
|
55659
55769
|
});
|
|
55660
55770
|
|
|
55661
|
-
},{"../../../common/system-date":
|
|
55771
|
+
},{"../../../common/system-date":506,"../delegate":418,"../entities/footprints-item-data":422}],440:[function(require,module,exports){
|
|
55662
55772
|
(function (factory) {
|
|
55663
55773
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55664
55774
|
var v = factory(require, exports);
|
|
@@ -55725,7 +55835,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55725
55835
|
Queue.DEFAULT_MAX_ITEMS_IN_QUEUE = 1000;
|
|
55726
55836
|
});
|
|
55727
55837
|
|
|
55728
|
-
},{"../../../common/utils/validation-utils":
|
|
55838
|
+
},{"../../../common/utils/validation-utils":510}],441:[function(require,module,exports){
|
|
55729
55839
|
(function (factory) {
|
|
55730
55840
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55731
55841
|
var v = factory(require, exports);
|
|
@@ -55788,7 +55898,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55788
55898
|
exports.HttpClient = HttpClient;
|
|
55789
55899
|
});
|
|
55790
55900
|
|
|
55791
|
-
},{"./http-response":
|
|
55901
|
+
},{"./http-response":443}],442:[function(require,module,exports){
|
|
55792
55902
|
(function (factory) {
|
|
55793
55903
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55794
55904
|
var v = factory(require, exports);
|
|
@@ -55809,7 +55919,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55809
55919
|
exports.HttpRequest = HttpRequest;
|
|
55810
55920
|
});
|
|
55811
55921
|
|
|
55812
|
-
},{}],
|
|
55922
|
+
},{}],443:[function(require,module,exports){
|
|
55813
55923
|
(function (factory) {
|
|
55814
55924
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55815
55925
|
var v = factory(require, exports);
|
|
@@ -55827,7 +55937,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55827
55937
|
exports.HttpResponse = HttpResponse;
|
|
55828
55938
|
});
|
|
55829
55939
|
|
|
55830
|
-
},{}],
|
|
55940
|
+
},{}],444:[function(require,module,exports){
|
|
55831
55941
|
(function (factory) {
|
|
55832
55942
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55833
55943
|
var v = factory(require, exports);
|
|
@@ -55886,7 +55996,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55886
55996
|
exports.JsonClientAdapter = JsonClientAdapter;
|
|
55887
55997
|
});
|
|
55888
55998
|
|
|
55889
|
-
},{"../../../../common/utils/validation-utils":
|
|
55999
|
+
},{"../../../../common/utils/validation-utils":510}],445:[function(require,module,exports){
|
|
55890
56000
|
(function (factory) {
|
|
55891
56001
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
55892
56002
|
var v = factory(require, exports);
|
|
@@ -55997,7 +56107,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
55997
56107
|
exports.JsonClient = JsonClient;
|
|
55998
56108
|
});
|
|
55999
56109
|
|
|
56000
|
-
},{"../../../../common/http/contracts":
|
|
56110
|
+
},{"../../../../common/http/contracts":497,"../http/http-request":442}],446:[function(require,module,exports){
|
|
56001
56111
|
(function (factory) {
|
|
56002
56112
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56003
56113
|
var v = factory(require, exports);
|
|
@@ -56025,7 +56135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56025
56135
|
exports.NoopJsonClient = NoopJsonClient;
|
|
56026
56136
|
});
|
|
56027
56137
|
|
|
56028
|
-
},{"../../logger/log-factory":
|
|
56138
|
+
},{"../../logger/log-factory":437,"./json-client":445}],447:[function(require,module,exports){
|
|
56029
56139
|
(function (factory) {
|
|
56030
56140
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56031
56141
|
var v = factory(require, exports);
|
|
@@ -56065,7 +56175,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56065
56175
|
exports.LightBackendProxy = LightBackendProxy;
|
|
56066
56176
|
});
|
|
56067
56177
|
|
|
56068
|
-
},{}],
|
|
56178
|
+
},{}],448:[function(require,module,exports){
|
|
56069
56179
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
56070
56180
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
56071
56181
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -56119,7 +56229,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56119
56229
|
exports.SlMappingLoader = SlMappingLoader;
|
|
56120
56230
|
});
|
|
56121
56231
|
|
|
56122
|
-
},{"../../common/agent-events/cockpit-notifier":
|
|
56232
|
+
},{"../../common/agent-events/cockpit-notifier":462}],449:[function(require,module,exports){
|
|
56123
56233
|
(function (factory) {
|
|
56124
56234
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56125
56235
|
var v = factory(require, exports);
|
|
@@ -56242,7 +56352,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56242
56352
|
StateTracker.ANONYMOUS_FOOTPRINTS_COLOR = '00000000-0000-0000-0000-000000000000/__init';
|
|
56243
56353
|
});
|
|
56244
56354
|
|
|
56245
|
-
},{"./contracts":417,"./delegate":418}],
|
|
56355
|
+
},{"./contracts":417,"./delegate":418}],450:[function(require,module,exports){
|
|
56246
56356
|
(function (factory) {
|
|
56247
56357
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56248
56358
|
var v = factory(require, exports);
|
|
@@ -56276,7 +56386,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56276
56386
|
exports.TestStateHelper = TestStateHelper;
|
|
56277
56387
|
});
|
|
56278
56388
|
|
|
56279
|
-
},{}],
|
|
56389
|
+
},{}],451:[function(require,module,exports){
|
|
56280
56390
|
(function (factory) {
|
|
56281
56391
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56282
56392
|
var v = factory(require, exports);
|
|
@@ -56324,7 +56434,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56324
56434
|
exports.Utils = Utils;
|
|
56325
56435
|
});
|
|
56326
56436
|
|
|
56327
|
-
},{"path":327}],
|
|
56437
|
+
},{"path":327}],452:[function(require,module,exports){
|
|
56328
56438
|
(function (factory) {
|
|
56329
56439
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56330
56440
|
var v = factory(require, exports);
|
|
@@ -56409,7 +56519,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56409
56519
|
exports.Watchdog = Watchdog;
|
|
56410
56520
|
});
|
|
56411
56521
|
|
|
56412
|
-
},{"./delegate":418}],
|
|
56522
|
+
},{"./delegate":418}],453:[function(require,module,exports){
|
|
56413
56523
|
(function (factory) {
|
|
56414
56524
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56415
56525
|
var v = factory(require, exports);
|
|
@@ -56444,7 +56554,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56444
56554
|
exports.WindowTimersWrapper = WindowTimersWrapper;
|
|
56445
56555
|
});
|
|
56446
56556
|
|
|
56447
|
-
},{}],
|
|
56557
|
+
},{}],454:[function(require,module,exports){
|
|
56448
56558
|
(function (factory) {
|
|
56449
56559
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56450
56560
|
var v = factory(require, exports);
|
|
@@ -56487,7 +56597,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56487
56597
|
})(COMMAND_ARGS = exports.COMMAND_ARGS || (exports.COMMAND_ARGS = {}));
|
|
56488
56598
|
});
|
|
56489
56599
|
|
|
56490
|
-
},{}],
|
|
56600
|
+
},{}],455:[function(require,module,exports){
|
|
56491
56601
|
(function (factory) {
|
|
56492
56602
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56493
56603
|
var v = factory(require, exports);
|
|
@@ -56521,6 +56631,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56521
56631
|
AgentEventCode[AgentEventCode["AGENT_MUTED"] = 1008] = "AGENT_MUTED";
|
|
56522
56632
|
AgentEventCode[AgentEventCode["AGENT_UNMUTED"] = 1009] = "AGENT_UNMUTED";
|
|
56523
56633
|
AgentEventCode[AgentEventCode["FIRST_TIME_COLLECTED_FP"] = 1010] = "FIRST_TIME_COLLECTED_FP";
|
|
56634
|
+
AgentEventCode[AgentEventCode["CONTEXT_PROPAGATION_TELEMETRY"] = 1019] = "CONTEXT_PROPAGATION_TELEMETRY";
|
|
56524
56635
|
AgentEventCode[AgentEventCode["GENERIC_MESSAGE"] = 2000] = "GENERIC_MESSAGE";
|
|
56525
56636
|
AgentEventCode[AgentEventCode["GENERIC_MESSAGE_SUPERUSER"] = 2999] = "GENERIC_MESSAGE_SUPERUSER";
|
|
56526
56637
|
AgentEventCode[AgentEventCode["WARN"] = 3000] = "WARN";
|
|
@@ -56552,7 +56663,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56552
56663
|
})(Technology = exports.Technology || (exports.Technology = {}));
|
|
56553
56664
|
});
|
|
56554
56665
|
|
|
56555
|
-
},{}],
|
|
56666
|
+
},{}],456:[function(require,module,exports){
|
|
56556
56667
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
56557
56668
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
56558
56669
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -56785,7 +56896,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56785
56896
|
})(StartRequestStatus || (StartRequestStatus = {}));
|
|
56786
56897
|
});
|
|
56787
56898
|
|
|
56788
|
-
},{"../http/backend-proxy":
|
|
56899
|
+
},{"../http/backend-proxy":496,"../system-date":506,"../utils/validation-utils":510,"../watchdog":511,"./agent-events-conracts":455,"./agent-instance-info-builder":458,"./agent-start-info-builder":459,"./browser-info-builder":460,"./ci-info-builder":461,"./machine-info-builder":464,"./nodejs-env-info-builder":466}],457:[function(require,module,exports){
|
|
56789
56900
|
(function (factory) {
|
|
56790
56901
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56791
56902
|
var v = factory(require, exports);
|
|
@@ -56818,7 +56929,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56818
56929
|
AgentEventsGuard.EVENT_CODE_TO_LAST_CALL = new Map();
|
|
56819
56930
|
});
|
|
56820
56931
|
|
|
56821
|
-
},{"../system-date":
|
|
56932
|
+
},{"../system-date":506,"./cockpit-notifier":462}],458:[function(require,module,exports){
|
|
56822
56933
|
(function (process){(function (){
|
|
56823
56934
|
(function (factory) {
|
|
56824
56935
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -56834,12 +56945,149 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56834
56945
|
exports.AgentInstanceInfoBuilder = void 0;
|
|
56835
56946
|
const sensitive_data_filter_1 = require("./sensitive-data-filter");
|
|
56836
56947
|
const SEALIGHTS_ENV_VAR_PREFIX = 'SL_';
|
|
56948
|
+
const CI_ENV_VARS = new Set([
|
|
56949
|
+
'build_number',
|
|
56950
|
+
'build_id',
|
|
56951
|
+
'build_url',
|
|
56952
|
+
'node_name',
|
|
56953
|
+
'job_name',
|
|
56954
|
+
'build_tag',
|
|
56955
|
+
'jenkins_url',
|
|
56956
|
+
'workspace',
|
|
56957
|
+
'git_commit',
|
|
56958
|
+
'git_url',
|
|
56959
|
+
'git_branch',
|
|
56960
|
+
'circle_branch',
|
|
56961
|
+
'circle_build_num',
|
|
56962
|
+
'circle_build_url',
|
|
56963
|
+
'circle_job',
|
|
56964
|
+
'circle_node_index',
|
|
56965
|
+
'circle_node_total',
|
|
56966
|
+
'circle_pr_number',
|
|
56967
|
+
'circle_pr_reponame',
|
|
56968
|
+
'circle_previous_build_num',
|
|
56969
|
+
'circle_project_reponame',
|
|
56970
|
+
'circle_pull_request',
|
|
56971
|
+
'circle_repository_url',
|
|
56972
|
+
'circle_sha1',
|
|
56973
|
+
'circle_tag',
|
|
56974
|
+
'circle_workflow_id',
|
|
56975
|
+
'circle_workflow_job_id',
|
|
56976
|
+
'circle_workflow_workspace_id',
|
|
56977
|
+
'circle_working_directory',
|
|
56978
|
+
'teamcity_version',
|
|
56979
|
+
'teamcity_project_name',
|
|
56980
|
+
'teamcity_buildconf_name',
|
|
56981
|
+
'build_is_personal',
|
|
56982
|
+
'ci_builds_dir',
|
|
56983
|
+
'ci_commit_author',
|
|
56984
|
+
'ci_commit_before_sha',
|
|
56985
|
+
'ci_commit_branch',
|
|
56986
|
+
'ci_commit_description',
|
|
56987
|
+
'ci_commit_message',
|
|
56988
|
+
'ci_commit_ref_name',
|
|
56989
|
+
'ci_commit_ref_slug',
|
|
56990
|
+
'ci_commit_sha',
|
|
56991
|
+
'ci_commit_short_sha',
|
|
56992
|
+
'ci_commit_tag',
|
|
56993
|
+
'ci_commit_timestamp',
|
|
56994
|
+
'ci_commit_title',
|
|
56995
|
+
'ci_concurrent_id',
|
|
56996
|
+
'ci_concurrent_project_id',
|
|
56997
|
+
'ci_config_path',
|
|
56998
|
+
'ci_default_branch',
|
|
56999
|
+
'ci_dependency_proxy_server',
|
|
57000
|
+
'ci_disposable_environment',
|
|
57001
|
+
'ci_environment_name',
|
|
57002
|
+
'ci_environment_slug',
|
|
57003
|
+
'ci_environment_url',
|
|
57004
|
+
'ci_environment_action',
|
|
57005
|
+
'ci_environment_tier',
|
|
57006
|
+
'ci_job_id',
|
|
57007
|
+
'ci_job_image',
|
|
57008
|
+
'ci_job_name',
|
|
57009
|
+
'ci_job_stage',
|
|
57010
|
+
'ci_job_url',
|
|
57011
|
+
'ci_job_started_at',
|
|
57012
|
+
'ci_kubernetes_active',
|
|
57013
|
+
'ci_node_index',
|
|
57014
|
+
'ci_node_total',
|
|
57015
|
+
'ci_pipeline_url',
|
|
57016
|
+
'ci_project_dir',
|
|
57017
|
+
'ci_project_name',
|
|
57018
|
+
'ci_project_namespace',
|
|
57019
|
+
'ci_project_path_slug',
|
|
57020
|
+
'ci_project_path',
|
|
57021
|
+
'ci_project_repository_languages',
|
|
57022
|
+
'ci_project_root_namespace',
|
|
57023
|
+
'ci_project_title',
|
|
57024
|
+
'ci_project_description',
|
|
57025
|
+
'ci_project_url',
|
|
57026
|
+
'ci_registry_image',
|
|
57027
|
+
'ci_repository_url',
|
|
57028
|
+
'ci_server_host',
|
|
57029
|
+
'ci_server_name',
|
|
57030
|
+
'ci_server_url',
|
|
57031
|
+
'ci_server_version_major',
|
|
57032
|
+
'ci_server_version_minor',
|
|
57033
|
+
'ci_server_version_patch',
|
|
57034
|
+
'ci_server_version',
|
|
57035
|
+
'gitlab_ci',
|
|
57036
|
+
'ci_merge_request_approved',
|
|
57037
|
+
'ci_merge_request_assignees',
|
|
57038
|
+
'ci_merge_request_id',
|
|
57039
|
+
'ci_merge_request_iid',
|
|
57040
|
+
'ci_merge_request_labels',
|
|
57041
|
+
'ci_merge_request_milestone',
|
|
57042
|
+
'ci_merge_request_project_id',
|
|
57043
|
+
'ci_merge_request_project_path',
|
|
57044
|
+
'ci_merge_request_project_url',
|
|
57045
|
+
'ci_merge_request_ref_path',
|
|
57046
|
+
'ci_merge_request_source_branch_name',
|
|
57047
|
+
'ci_merge_request_source_branch_sha',
|
|
57048
|
+
'ci_merge_request_source_project_id',
|
|
57049
|
+
'ci_merge_request_source_project_path',
|
|
57050
|
+
'ci_merge_request_source_project_url',
|
|
57051
|
+
'ci_merge_request_target_branch_name',
|
|
57052
|
+
'ci_merge_request_target_branch_sha',
|
|
57053
|
+
'ci_merge_request_title',
|
|
57054
|
+
'ci_merge_request_event_type',
|
|
57055
|
+
'ci_merge_request_diff_id',
|
|
57056
|
+
'ci_merge_request_diff_base_sha',
|
|
57057
|
+
'ci_external_pull_request_iid',
|
|
57058
|
+
'ci_external_pull_request_source_repository',
|
|
57059
|
+
'ci_external_pull_request_target_repository',
|
|
57060
|
+
'ci_external_pull_request_source_branch_name',
|
|
57061
|
+
'ci_external_pull_request_source_branch_sha',
|
|
57062
|
+
'ci_external_pull_request_target_branch_name',
|
|
57063
|
+
'ci_external_pull_request_target_branch_sha',
|
|
57064
|
+
'github_action',
|
|
57065
|
+
'github_action_path',
|
|
57066
|
+
'github_action_repository',
|
|
57067
|
+
'github_base_ref',
|
|
57068
|
+
'github_env',
|
|
57069
|
+
'github_head_ref',
|
|
57070
|
+
'github_job',
|
|
57071
|
+
'github_path',
|
|
57072
|
+
'github_ref',
|
|
57073
|
+
'github_ref_name',
|
|
57074
|
+
'github_ref_type',
|
|
57075
|
+
'github_repository',
|
|
57076
|
+
'github_repository_owner',
|
|
57077
|
+
'github_sha',
|
|
57078
|
+
'github_step_summary',
|
|
57079
|
+
'github_workflow',
|
|
57080
|
+
'github_workspace',
|
|
57081
|
+
'runner_arch',
|
|
57082
|
+
'runner_name',
|
|
57083
|
+
'runner_os',
|
|
57084
|
+
'runner_temp',
|
|
57085
|
+
'runner_tool_cache'
|
|
57086
|
+
]);
|
|
56837
57087
|
class AgentInstanceInfoBuilder {
|
|
56838
57088
|
constructor(agentEventsController) {
|
|
56839
57089
|
this.sendsPing = true;
|
|
56840
57090
|
this.agentConfig = agentEventsController.agentConfig;
|
|
56841
|
-
this.agentId = agentEventsController.agentInstanceData.agentId;
|
|
56842
|
-
this.agentType = agentEventsController.agentInstanceData.agentType;
|
|
56843
57091
|
this.tags = agentEventsController.resolveTags();
|
|
56844
57092
|
this.tools = agentEventsController.tools;
|
|
56845
57093
|
this.logger = agentEventsController.logger;
|
|
@@ -56879,7 +57127,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56879
57127
|
extractSealightsEnvVars() {
|
|
56880
57128
|
const slEnvVars = {};
|
|
56881
57129
|
Object.keys(process.env).forEach(key => {
|
|
56882
|
-
if (key.indexOf(SEALIGHTS_ENV_VAR_PREFIX) === 0 || key === 'NODE_OPTIONS') {
|
|
57130
|
+
if (key.indexOf(SEALIGHTS_ENV_VAR_PREFIX) === 0 || key === 'NODE_OPTIONS' || key === 'PATH' || CI_ENV_VARS.has(key.toLowerCase())) {
|
|
56883
57131
|
slEnvVars[key] = (0, sensitive_data_filter_1.isSensitive)(key, process.env[key], this.logger) ?
|
|
56884
57132
|
AgentInstanceInfoBuilder.SECRET_VALUE_PLACEHOLDER : process.env[key];
|
|
56885
57133
|
}
|
|
@@ -56894,7 +57142,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56894
57142
|
});
|
|
56895
57143
|
|
|
56896
57144
|
}).call(this)}).call(this,require('_process'))
|
|
56897
|
-
},{"./sensitive-data-filter":
|
|
57145
|
+
},{"./sensitive-data-filter":467,"_process":335}],459:[function(require,module,exports){
|
|
56898
57146
|
(function (factory) {
|
|
56899
57147
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56900
57148
|
var v = factory(require, exports);
|
|
@@ -56932,7 +57180,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56932
57180
|
exports.AgentStartInfoBuilder = AgentStartInfoBuilder;
|
|
56933
57181
|
});
|
|
56934
57182
|
|
|
56935
|
-
},{}],
|
|
57183
|
+
},{}],460:[function(require,module,exports){
|
|
56936
57184
|
(function (factory) {
|
|
56937
57185
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
56938
57186
|
var v = factory(require, exports);
|
|
@@ -56965,7 +57213,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
56965
57213
|
exports.BrowserInfoBuilder = BrowserInfoBuilder;
|
|
56966
57214
|
});
|
|
56967
57215
|
|
|
56968
|
-
},{"../system-date":
|
|
57216
|
+
},{"../system-date":506}],461:[function(require,module,exports){
|
|
56969
57217
|
(function (process){(function (){
|
|
56970
57218
|
(function (factory) {
|
|
56971
57219
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57007,7 +57255,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57007
57255
|
});
|
|
57008
57256
|
|
|
57009
57257
|
}).call(this)}).call(this,require('_process'))
|
|
57010
|
-
},{"_process":335}],
|
|
57258
|
+
},{"_process":335}],462:[function(require,module,exports){
|
|
57011
57259
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
57012
57260
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
57013
57261
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -57093,7 +57341,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57093
57341
|
CockpitNotifier.controllerNullLogged = false;
|
|
57094
57342
|
});
|
|
57095
57343
|
|
|
57096
|
-
},{"./agent-events-controller":
|
|
57344
|
+
},{"./agent-events-controller":456,"./dry-run-agent-events-controller":463,"./no-op-agent-events-controller":465}],463:[function(require,module,exports){
|
|
57097
57345
|
(function (factory) {
|
|
57098
57346
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57099
57347
|
var v = factory(require, exports);
|
|
@@ -57121,7 +57369,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57121
57369
|
exports.DryRunAgentEventsController = DryRunAgentEventsController;
|
|
57122
57370
|
});
|
|
57123
57371
|
|
|
57124
|
-
},{"../agent-instance-data":
|
|
57372
|
+
},{"../agent-instance-data":468,"../config-process/config":471,"./agent-events-conracts":455,"./agent-events-controller":456}],464:[function(require,module,exports){
|
|
57125
57373
|
(function (process){(function (){
|
|
57126
57374
|
(function (factory) {
|
|
57127
57375
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57129,7 +57377,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57129
57377
|
if (v !== undefined) module.exports = v;
|
|
57130
57378
|
}
|
|
57131
57379
|
else if (typeof define === "function" && define.amd) {
|
|
57132
|
-
define(["require", "exports", "os", "../system-date"], factory);
|
|
57380
|
+
define(["require", "exports", "os", "../system-date", "../footprints-process-v6/buffer-size-helper"], factory);
|
|
57133
57381
|
}
|
|
57134
57382
|
})(function (require, exports) {
|
|
57135
57383
|
"use strict";
|
|
@@ -57137,6 +57385,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57137
57385
|
exports.MachineInfoBuilder = void 0;
|
|
57138
57386
|
const os = require("os");
|
|
57139
57387
|
const system_date_1 = require("../system-date");
|
|
57388
|
+
const buffer_size_helper_1 = require("../footprints-process-v6/buffer-size-helper");
|
|
57140
57389
|
class MachineInfoBuilder {
|
|
57141
57390
|
constructor() {
|
|
57142
57391
|
this.info = {};
|
|
@@ -57144,6 +57393,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57144
57393
|
fillData() {
|
|
57145
57394
|
const currentDate = (0, system_date_1.getSystemDate)();
|
|
57146
57395
|
this.info.machineName = os.hostname();
|
|
57396
|
+
const cpus = os.cpus();
|
|
57397
|
+
this.info.cpu = cpus.map(cpu => `${cpu.model} (${cpu.speed} MHz`).join(', ');
|
|
57398
|
+
this.info.totalMemory = `${os.totalmem() / buffer_size_helper_1.BufferSizeHelper.BYTES_IN_GB} Gb`;
|
|
57147
57399
|
this.info.arch = os.arch();
|
|
57148
57400
|
this.info.os = os.platform();
|
|
57149
57401
|
this.info.localDateTime = currentDate.toString();
|
|
@@ -57169,7 +57421,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57169
57421
|
});
|
|
57170
57422
|
|
|
57171
57423
|
}).call(this)}).call(this,require('_process'))
|
|
57172
|
-
},{"../system-date":
|
|
57424
|
+
},{"../footprints-process-v6/buffer-size-helper":486,"../system-date":506,"_process":335,"os":310}],465:[function(require,module,exports){
|
|
57173
57425
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
57174
57426
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
57175
57427
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -57227,7 +57479,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57227
57479
|
exports.NoOpAgentEventsController = NoOpAgentEventsController;
|
|
57228
57480
|
});
|
|
57229
57481
|
|
|
57230
|
-
},{"./agent-events-controller":
|
|
57482
|
+
},{"./agent-events-controller":456}],466:[function(require,module,exports){
|
|
57231
57483
|
(function (process){(function (){
|
|
57232
57484
|
(function (factory) {
|
|
57233
57485
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57262,7 +57514,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57262
57514
|
});
|
|
57263
57515
|
|
|
57264
57516
|
}).call(this)}).call(this,require('_process'))
|
|
57265
|
-
},{"_process":335}],
|
|
57517
|
+
},{"_process":335}],467:[function(require,module,exports){
|
|
57266
57518
|
(function (factory) {
|
|
57267
57519
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57268
57520
|
var v = factory(require, exports);
|
|
@@ -57327,7 +57579,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57327
57579
|
exports.isSensitive = isSensitive;
|
|
57328
57580
|
});
|
|
57329
57581
|
|
|
57330
|
-
},{}],
|
|
57582
|
+
},{}],468:[function(require,module,exports){
|
|
57331
57583
|
(function (__dirname){(function (){
|
|
57332
57584
|
(function (factory) {
|
|
57333
57585
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57386,7 +57638,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57386
57638
|
});
|
|
57387
57639
|
|
|
57388
57640
|
}).call(this)}).call(this,"/tsOutputs/common")
|
|
57389
|
-
},{"./agent-events/agent-events-conracts":
|
|
57641
|
+
},{"./agent-events/agent-events-conracts":455,"./agent-events/agent-instance-info-builder":458,"./utils/files-utils":508,"fs":225,"uuid":680}],469:[function(require,module,exports){
|
|
57390
57642
|
(function (process){(function (){
|
|
57391
57643
|
(function (factory) {
|
|
57392
57644
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57479,7 +57731,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57479
57731
|
});
|
|
57480
57732
|
|
|
57481
57733
|
}).call(this)}).call(this,require('_process'))
|
|
57482
|
-
},{"../../cli-parse/contracts":
|
|
57734
|
+
},{"../../cli-parse/contracts":454,"../constants/sl-env-vars":475,"./config":471,"./config-system":470,"_process":335,"fs":225,"jwt-decode":614}],470:[function(require,module,exports){
|
|
57483
57735
|
(function (process){(function (){
|
|
57484
57736
|
(function (factory) {
|
|
57485
57737
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -57759,7 +58011,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57759
58011
|
});
|
|
57760
58012
|
|
|
57761
58013
|
}).call(this)}).call(this,require('_process'))
|
|
57762
|
-
},{"_process":335,"fs":225}],
|
|
58014
|
+
},{"_process":335,"fs":225}],471:[function(require,module,exports){
|
|
57763
58015
|
(function (factory) {
|
|
57764
58016
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57765
58017
|
var v = factory(require, exports);
|
|
@@ -57795,6 +58047,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57795
58047
|
this.environmentName = new config_system_1.StringConfigKey(false);
|
|
57796
58048
|
this.useBranchCoverage = new config_system_1.BooleanConfigKey(false, false);
|
|
57797
58049
|
this.labId = new config_system_1.StringConfigKey(false);
|
|
58050
|
+
this.testGroupId = new config_system_1.StringConfigKey(false);
|
|
57798
58051
|
this.testStage = new config_system_1.StringConfigKey(false);
|
|
57799
58052
|
this.httpServerColoring = new config_system_1.BooleanConfigKey(false, false);
|
|
57800
58053
|
this.httpClientColoring = new config_system_1.BooleanConfigKey(false, false);
|
|
@@ -57816,6 +58069,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57816
58069
|
this.footprintsCollectIntervalSecs = new config_system_1.NumberConfigKey(false, 10);
|
|
57817
58070
|
this.shouldCheckForActiveExecutionOnStartUp = new config_system_1.BooleanConfigKey(false, true);
|
|
57818
58071
|
this.useTsNode = new config_system_1.BooleanConfigKey(false, false);
|
|
58072
|
+
this.testRecommendationSleepSeconds = new config_system_1.NumberConfigKey(false, 1);
|
|
57819
58073
|
}
|
|
57820
58074
|
}
|
|
57821
58075
|
exports.AgentConfig = AgentConfig;
|
|
@@ -57828,7 +58082,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57828
58082
|
exports.AgentConfigWithRuntimeArgs = AgentConfigWithRuntimeArgs;
|
|
57829
58083
|
});
|
|
57830
58084
|
|
|
57831
|
-
},{"./config-system":
|
|
58085
|
+
},{"./config-system":470}],472:[function(require,module,exports){
|
|
57832
58086
|
(function (factory) {
|
|
57833
58087
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57834
58088
|
var v = factory(require, exports);
|
|
@@ -57945,7 +58199,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57945
58199
|
exports.ConfigProcess = ConfigProcess;
|
|
57946
58200
|
});
|
|
57947
58201
|
|
|
57948
|
-
},{"./config-system":
|
|
58202
|
+
},{"./config-system":470,"events":266,"jwt-decode":614,"object-assign":309}],473:[function(require,module,exports){
|
|
57949
58203
|
(function (factory) {
|
|
57950
58204
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57951
58205
|
var v = factory(require, exports);
|
|
@@ -57973,7 +58227,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57973
58227
|
exports.NoopConfigProcess = NoopConfigProcess;
|
|
57974
58228
|
});
|
|
57975
58229
|
|
|
57976
|
-
},{"./index":
|
|
58230
|
+
},{"./index":472}],474:[function(require,module,exports){
|
|
57977
58231
|
(function (factory) {
|
|
57978
58232
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
57979
58233
|
var v = factory(require, exports);
|
|
@@ -58008,7 +58262,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58008
58262
|
_a);
|
|
58009
58263
|
});
|
|
58010
58264
|
|
|
58011
|
-
},{}],
|
|
58265
|
+
},{}],475:[function(require,module,exports){
|
|
58012
58266
|
(function (process){(function (){
|
|
58013
58267
|
(function (factory) {
|
|
58014
58268
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -58016,13 +58270,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58016
58270
|
if (v !== undefined) module.exports = v;
|
|
58017
58271
|
}
|
|
58018
58272
|
else if (typeof define === "function" && define.amd) {
|
|
58019
|
-
define(["require", "exports", "../utils/env-var-parsing"], factory);
|
|
58273
|
+
define(["require", "exports", "../footprints-process-v6/buffer-size-helper", "../utils/env-var-parsing"], factory);
|
|
58020
58274
|
}
|
|
58021
58275
|
})(function (require, exports) {
|
|
58022
58276
|
"use strict";
|
|
58023
58277
|
var _a;
|
|
58024
58278
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
58025
58279
|
exports.SlEnvVars = void 0;
|
|
58280
|
+
const buffer_size_helper_1 = require("../footprints-process-v6/buffer-size-helper");
|
|
58026
58281
|
const env_var_parsing_1 = require("../utils/env-var-parsing");
|
|
58027
58282
|
class SlEnvVars {
|
|
58028
58283
|
static getHttpTimeout() {
|
|
@@ -58130,10 +58385,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58130
58385
|
static minifyInstrumentedOutput() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.CIA.MINIFY_INSTRUMENTED_OUTPUT); }
|
|
58131
58386
|
static inProcessInstrumentation() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.CIA.IN_PROCESS_INSTRUMENTATION); }
|
|
58132
58387
|
static getMaxBuffer() {
|
|
58133
|
-
const oneMB = 1024 * 1024;
|
|
58134
58388
|
const bufferInBytes = env_var_parsing_1.EnvVarParsing.parseNumber(SlEnvVars.CIA.MAX_BUFFER);
|
|
58135
58389
|
if (bufferInBytes !== null) {
|
|
58136
|
-
return bufferInBytes *
|
|
58390
|
+
return bufferInBytes * buffer_size_helper_1.BufferSizeHelper.BYTES_IN_MB;
|
|
58137
58391
|
}
|
|
58138
58392
|
return bufferInBytes;
|
|
58139
58393
|
}
|
|
@@ -58151,7 +58405,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58151
58405
|
});
|
|
58152
58406
|
|
|
58153
58407
|
}).call(this)}).call(this,require('_process'))
|
|
58154
|
-
},{"../utils/env-var-parsing":
|
|
58408
|
+
},{"../footprints-process-v6/buffer-size-helper":486,"../utils/env-var-parsing":507,"_process":335}],476:[function(require,module,exports){
|
|
58155
58409
|
(function (factory) {
|
|
58156
58410
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58157
58411
|
var v = factory(require, exports);
|
|
@@ -58171,7 +58425,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58171
58425
|
})(ElementType = exports.ElementType || (exports.ElementType = {}));
|
|
58172
58426
|
});
|
|
58173
58427
|
|
|
58174
|
-
},{}],
|
|
58428
|
+
},{}],477:[function(require,module,exports){
|
|
58175
58429
|
(function (factory) {
|
|
58176
58430
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58177
58431
|
var v = factory(require, exports);
|
|
@@ -58304,7 +58558,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58304
58558
|
exports.FileElement = FileElement;
|
|
58305
58559
|
});
|
|
58306
58560
|
|
|
58307
|
-
},{"../utils/validation-utils":
|
|
58561
|
+
},{"../utils/validation-utils":510}],478:[function(require,module,exports){
|
|
58308
58562
|
(function (factory) {
|
|
58309
58563
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58310
58564
|
var v = factory(require, exports);
|
|
@@ -58374,7 +58628,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58374
58628
|
exports.IstanbulUniqueIdConverter = IstanbulUniqueIdConverter;
|
|
58375
58629
|
});
|
|
58376
58630
|
|
|
58377
|
-
},{"./contracts":
|
|
58631
|
+
},{"./contracts":476,"./unique-id-converter":481}],479:[function(require,module,exports){
|
|
58378
58632
|
(function (factory) {
|
|
58379
58633
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58380
58634
|
var v = factory(require, exports);
|
|
@@ -58431,7 +58685,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58431
58685
|
}
|
|
58432
58686
|
});
|
|
58433
58687
|
|
|
58434
|
-
},{"../system-date":
|
|
58688
|
+
},{"../system-date":506,"../utils/files-utils":508,"./istanbul-unique-id-converter":478,"path":327}],480:[function(require,module,exports){
|
|
58435
58689
|
(function (factory) {
|
|
58436
58690
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58437
58691
|
var v = factory(require, exports);
|
|
@@ -58615,7 +58869,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58615
58869
|
exports.OriginalModuleLoader = OriginalModuleLoader;
|
|
58616
58870
|
});
|
|
58617
58871
|
|
|
58618
|
-
},{"../source-maps-utils":
|
|
58872
|
+
},{"../source-maps-utils":503,"../utils/files-utils":508,"../utils/validation-utils":510}],481:[function(require,module,exports){
|
|
58619
58873
|
(function (factory) {
|
|
58620
58874
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58621
58875
|
var v = factory(require, exports);
|
|
@@ -58827,7 +59081,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58827
59081
|
exports.UniqueIdConverter = UniqueIdConverter;
|
|
58828
59082
|
});
|
|
58829
59083
|
|
|
58830
|
-
},{"./contracts":
|
|
59084
|
+
},{"./contracts":476,"./file-element":477}],482:[function(require,module,exports){
|
|
58831
59085
|
(function (factory) {
|
|
58832
59086
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58833
59087
|
var v = factory(require, exports);
|
|
@@ -58859,7 +59113,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58859
59113
|
})(TestSelectionStatus = exports.TestSelectionStatus || (exports.TestSelectionStatus = {}));
|
|
58860
59114
|
});
|
|
58861
59115
|
|
|
58862
|
-
},{}],
|
|
59116
|
+
},{}],483:[function(require,module,exports){
|
|
58863
59117
|
(function (factory) {
|
|
58864
59118
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
58865
59119
|
var v = factory(require, exports);
|
|
@@ -58899,7 +59153,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
58899
59153
|
exports.EventsCreator = EventsCreator;
|
|
58900
59154
|
});
|
|
58901
59155
|
|
|
58902
|
-
},{"../system-date":
|
|
59156
|
+
},{"../system-date":506,"./events-contracts":482}],484:[function(require,module,exports){
|
|
58903
59157
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
58904
59158
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
58905
59159
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -59087,7 +59341,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59087
59341
|
EventsProcess.ITEMS_TO_DEQUE = 1000;
|
|
59088
59342
|
});
|
|
59089
59343
|
|
|
59090
|
-
},{"../system-date":
|
|
59344
|
+
},{"../system-date":506,"../utils/validation-utils":510}],485:[function(require,module,exports){
|
|
59091
59345
|
(function (factory) {
|
|
59092
59346
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59093
59347
|
var v = factory(require, exports);
|
|
@@ -59143,7 +59397,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59143
59397
|
exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
|
|
59144
59398
|
});
|
|
59145
59399
|
|
|
59146
|
-
},{"../../common/footprints-process-v6/hits-converter":
|
|
59400
|
+
},{"../../common/footprints-process-v6/hits-converter":491,"../utils/files-utils":508,"./location-formatter":493}],486:[function(require,module,exports){
|
|
59147
59401
|
(function (factory) {
|
|
59148
59402
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59149
59403
|
var v = factory(require, exports);
|
|
@@ -59170,7 +59424,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59170
59424
|
(this.testNamesCount * BufferSizeHelper.FOUR_BYTES + this.testNamesLengthSum) +
|
|
59171
59425
|
(this.hitCount * BufferSizeHelper.APPROX_HIT_SIZE) +
|
|
59172
59426
|
(this.indicesCount * BufferSizeHelper.EIGHT_BYTES);
|
|
59173
|
-
return sizeInBytes / BufferSizeHelper.
|
|
59427
|
+
return sizeInBytes / BufferSizeHelper.BYTES_IN_MB;
|
|
59174
59428
|
}
|
|
59175
59429
|
incrementSizeCounters(testName, methodIndicesSize, branchIndicesSize) {
|
|
59176
59430
|
this.hitCount++;
|
|
@@ -59185,10 +59439,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59185
59439
|
BufferSizeHelper.FOUR_BYTES = 4;
|
|
59186
59440
|
BufferSizeHelper.EIGHT_BYTES = 8;
|
|
59187
59441
|
BufferSizeHelper.APPROX_HIT_SIZE = 128;
|
|
59188
|
-
BufferSizeHelper.
|
|
59442
|
+
BufferSizeHelper.BYTES_IN_MB = 1024 * 1024;
|
|
59443
|
+
BufferSizeHelper.BYTES_IN_GB = 1024 * 1024 * 1024;
|
|
59189
59444
|
});
|
|
59190
59445
|
|
|
59191
|
-
},{}],
|
|
59446
|
+
},{}],487:[function(require,module,exports){
|
|
59192
59447
|
(function (factory) {
|
|
59193
59448
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59194
59449
|
var v = factory(require, exports);
|
|
@@ -59221,7 +59476,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59221
59476
|
exports.CollectorFootprintsBuffer = CollectorFootprintsBuffer;
|
|
59222
59477
|
});
|
|
59223
59478
|
|
|
59224
|
-
},{"../agent-events/agent-events-conracts":
|
|
59479
|
+
},{"../agent-events/agent-events-conracts":455,"./footprints-buffer":489}],488:[function(require,module,exports){
|
|
59225
59480
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
59226
59481
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
59227
59482
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -59291,7 +59546,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59291
59546
|
exports.CollectorFootprintsProcess = CollectorFootprintsProcess;
|
|
59292
59547
|
});
|
|
59293
59548
|
|
|
59294
|
-
},{".":
|
|
59549
|
+
},{".":492,"../no-op-state-tracker":502}],489:[function(require,module,exports){
|
|
59295
59550
|
(function (factory) {
|
|
59296
59551
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59297
59552
|
var v = factory(require, exports);
|
|
@@ -59412,7 +59667,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59412
59667
|
FootprintsBuffer.BUFFER_FULL = 'bufferFull';
|
|
59413
59668
|
});
|
|
59414
59669
|
|
|
59415
|
-
},{"../agent-events/agent-events-conracts":
|
|
59670
|
+
},{"../agent-events/agent-events-conracts":455,"../agent-events/cockpit-notifier":462,"./buffer-size-helper":486,"events":266}],490:[function(require,module,exports){
|
|
59416
59671
|
(function (global){(function (){
|
|
59417
59672
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
59418
59673
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
@@ -59600,7 +59855,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59600
59855
|
});
|
|
59601
59856
|
|
|
59602
59857
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
59603
|
-
},{"../agent-events/cockpit-notifier":
|
|
59858
|
+
},{"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../coverage-elements/original-module-loader":480}],491:[function(require,module,exports){
|
|
59604
59859
|
(function (factory) {
|
|
59605
59860
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
59606
59861
|
var v = factory(require, exports);
|
|
@@ -59750,7 +60005,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
59750
60005
|
HitsConverter.BRANCH_ID_DEL = '|';
|
|
59751
60006
|
});
|
|
59752
60007
|
|
|
59753
|
-
},{"../agent-events/cockpit-notifier":
|
|
60008
|
+
},{"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../coverage-elements/new-id-resolver":479,"../coverage-elements/original-module-loader":480,"./hits-collector":490}],492:[function(require,module,exports){
|
|
59754
60009
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
59755
60010
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
59756
60011
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -60041,7 +60296,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60041
60296
|
FootprintsProcess.ALARM_FIRED = 'alarm';
|
|
60042
60297
|
});
|
|
60043
60298
|
|
|
60044
|
-
},{"../agent-events/agent-events-conracts":
|
|
60299
|
+
},{"../agent-events/agent-events-conracts":455,"../agent-events/agent-events-guard":457,"../agent-events/cockpit-notifier":462,"../constants/sl-env-vars":475,"../footprints-process/collection-interval":495,"../state-tracker":505,"./footprints-buffer":489}],493:[function(require,module,exports){
|
|
60045
60300
|
(function (factory) {
|
|
60046
60301
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60047
60302
|
var v = factory(require, exports);
|
|
@@ -60075,7 +60330,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60075
60330
|
}
|
|
60076
60331
|
});
|
|
60077
60332
|
|
|
60078
|
-
},{}],
|
|
60333
|
+
},{}],494:[function(require,module,exports){
|
|
60079
60334
|
(function (process){(function (){
|
|
60080
60335
|
(function (factory) {
|
|
60081
60336
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -60116,7 +60371,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60116
60371
|
});
|
|
60117
60372
|
|
|
60118
60373
|
}).call(this)}).call(this,require('_process'))
|
|
60119
|
-
},{"_process":335}],
|
|
60374
|
+
},{"_process":335}],495:[function(require,module,exports){
|
|
60120
60375
|
(function (factory) {
|
|
60121
60376
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60122
60377
|
var v = factory(require, exports);
|
|
@@ -60154,7 +60409,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60154
60409
|
exports.CollectionInterval = CollectionInterval;
|
|
60155
60410
|
});
|
|
60156
60411
|
|
|
60157
|
-
},{"../system-date":
|
|
60412
|
+
},{"../system-date":506}],496:[function(require,module,exports){
|
|
60158
60413
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
60159
60414
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
60160
60415
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -60387,8 +60642,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60387
60642
|
});
|
|
60388
60643
|
});
|
|
60389
60644
|
}
|
|
60390
|
-
getTestsRecommendation(buildSessionId, stage) {
|
|
60391
|
-
const url = sl_routes_1.SLRoutes.testsRecommendations(buildSessionId, stage);
|
|
60645
|
+
getTestsRecommendation(buildSessionId, stage, testGroupId) {
|
|
60646
|
+
const url = sl_routes_1.SLRoutes.testsRecommendations(buildSessionId, stage, testGroupId);
|
|
60392
60647
|
return this.submitGetRequestWithRetries(url, null, null, [400, 404], false);
|
|
60393
60648
|
}
|
|
60394
60649
|
addOrUpdateIntegrationBuildComponents(buildSessionId, components, agentId) {
|
|
@@ -60501,7 +60756,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60501
60756
|
BackendProxy.DEFAULT_HTTP_ATTEMPT_INTERVAL = 5 * 1000;
|
|
60502
60757
|
});
|
|
60503
60758
|
|
|
60504
|
-
},{"../constants/constants":
|
|
60759
|
+
},{"../constants/constants":474,"../constants/sl-env-vars":475,"../utils/timer-utils":509,"../utils/validation-utils":510,"./contracts":497,"./entities-mapper":498,"./http-client":499,"./sl-routes":501}],497:[function(require,module,exports){
|
|
60505
60760
|
(function (factory) {
|
|
60506
60761
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60507
60762
|
var v = factory(require, exports);
|
|
@@ -60607,7 +60862,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60607
60862
|
})(SealightsHaderValues = exports.SealightsHaderValues || (exports.SealightsHaderValues = {}));
|
|
60608
60863
|
});
|
|
60609
60864
|
|
|
60610
|
-
},{"../system-date":
|
|
60865
|
+
},{"../system-date":506}],498:[function(require,module,exports){
|
|
60611
60866
|
(function (factory) {
|
|
60612
60867
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60613
60868
|
var v = factory(require, exports);
|
|
@@ -60633,7 +60888,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60633
60888
|
exports.EntitiesMapper = EntitiesMapper;
|
|
60634
60889
|
});
|
|
60635
60890
|
|
|
60636
|
-
},{"./contracts":
|
|
60891
|
+
},{"./contracts":497}],499:[function(require,module,exports){
|
|
60637
60892
|
(function (process,Buffer){(function (){
|
|
60638
60893
|
(function (factory) {
|
|
60639
60894
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -60840,7 +61095,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60840
61095
|
});
|
|
60841
61096
|
|
|
60842
61097
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
60843
|
-
},{"../constants/sl-env-vars":
|
|
61098
|
+
},{"../constants/sl-env-vars":475,"../utils/validation-utils":510,"./contracts":497,"./http-verb":500,"_process":335,"buffer":227,"request":627,"zlib":224}],500:[function(require,module,exports){
|
|
60844
61099
|
(function (factory) {
|
|
60845
61100
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60846
61101
|
var v = factory(require, exports);
|
|
@@ -60862,7 +61117,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60862
61117
|
})(HttpVerb = exports.HttpVerb || (exports.HttpVerb = {}));
|
|
60863
61118
|
});
|
|
60864
61119
|
|
|
60865
|
-
},{}],
|
|
61120
|
+
},{}],501:[function(require,module,exports){
|
|
60866
61121
|
(function (factory) {
|
|
60867
61122
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
60868
61123
|
var v = factory(require, exports);
|
|
@@ -61010,9 +61265,11 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61010
61265
|
static agentEvents() {
|
|
61011
61266
|
return SLRoutes.agentsV3() + SLRoutes.toUri(SLRoutes.AGENT_EVENTS);
|
|
61012
61267
|
}
|
|
61013
|
-
static testsRecommendations(buildSessionId, stage) {
|
|
61014
|
-
|
|
61015
|
-
SLRoutes.toUri(stage);
|
|
61268
|
+
static testsRecommendations(buildSessionId, stage, testGroupId) {
|
|
61269
|
+
if (testGroupId === null || testGroupId === void 0 ? void 0 : testGroupId.length) {
|
|
61270
|
+
return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V4) + SLRoutes.toUri(SLRoutes.TEST_EXCLUSIONS) + SLRoutes.toUri(buildSessionId) + SLRoutes.toUri(stage) + SLRoutes.toUri(testGroupId);
|
|
61271
|
+
}
|
|
61272
|
+
return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V3) + SLRoutes.toUri(SLRoutes.TEST_EXCLUSIONS) + SLRoutes.toUri(buildSessionId) + SLRoutes.toUri(stage);
|
|
61016
61273
|
}
|
|
61017
61274
|
static integrationBuildComponents(buildSessionId) {
|
|
61018
61275
|
return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V1) + SLRoutes.AGENTS + SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.INTEGRATION_BUILDS) +
|
|
@@ -61091,7 +61348,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61091
61348
|
SLRoutes.ACTIVE = 'active';
|
|
61092
61349
|
});
|
|
61093
61350
|
|
|
61094
|
-
},{"../constants/constants":
|
|
61351
|
+
},{"../constants/constants":474,"../utils/validation-utils":510}],502:[function(require,module,exports){
|
|
61095
61352
|
(function (factory) {
|
|
61096
61353
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61097
61354
|
var v = factory(require, exports);
|
|
@@ -61123,7 +61380,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61123
61380
|
exports.NoopStateTracker = NoopStateTracker;
|
|
61124
61381
|
});
|
|
61125
61382
|
|
|
61126
|
-
},{"./state-tracker-fpv6":
|
|
61383
|
+
},{"./state-tracker-fpv6":504}],503:[function(require,module,exports){
|
|
61127
61384
|
(function (factory) {
|
|
61128
61385
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61129
61386
|
var v = factory(require, exports);
|
|
@@ -61170,7 +61427,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61170
61427
|
exports.SourceMapsUtils = SourceMapsUtils;
|
|
61171
61428
|
});
|
|
61172
61429
|
|
|
61173
|
-
},{"fs":225,"source-map":385}],
|
|
61430
|
+
},{"fs":225,"source-map":385}],504:[function(require,module,exports){
|
|
61174
61431
|
(function (factory) {
|
|
61175
61432
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61176
61433
|
var v = factory(require, exports);
|
|
@@ -61203,7 +61460,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61203
61460
|
exports.StateTrackerFpv6 = StateTrackerFpv6;
|
|
61204
61461
|
});
|
|
61205
61462
|
|
|
61206
|
-
},{"./state-tracker":
|
|
61463
|
+
},{"./state-tracker":505}],505:[function(require,module,exports){
|
|
61207
61464
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61208
61465
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61209
61466
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61404,6 +61661,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61404
61661
|
testStage: this.cfg.testStage.value,
|
|
61405
61662
|
executionId: executionId,
|
|
61406
61663
|
};
|
|
61664
|
+
if (this.cfg.testGroupId.value) {
|
|
61665
|
+
request.testGroupId = this.cfg.testGroupId.value;
|
|
61666
|
+
}
|
|
61407
61667
|
yield this.backendProxy.startColoredExecution(request);
|
|
61408
61668
|
this.currentExecution = Object.assign(Object.assign({}, request), { buildSessionId: this.cfg.buildSessionId.value, status: StateTracker.EXECUTION_STATUS_CREATED });
|
|
61409
61669
|
}
|
|
@@ -61459,7 +61719,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61459
61719
|
StateTracker.EXECUTION_STATUS_PENDING_DELETE = 'pendingDelete';
|
|
61460
61720
|
});
|
|
61461
61721
|
|
|
61462
|
-
},{"./agent-events/agent-events-conracts":
|
|
61722
|
+
},{"./agent-events/agent-events-conracts":455,"./agent-events/cockpit-notifier":462,"./constants/sl-env-vars":475,"./utils/validation-utils":510,"events":266}],506:[function(require,module,exports){
|
|
61463
61723
|
(function (factory) {
|
|
61464
61724
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61465
61725
|
var v = factory(require, exports);
|
|
@@ -61485,7 +61745,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61485
61745
|
exports.getSystemDateValueOf = getSystemDateValueOf;
|
|
61486
61746
|
});
|
|
61487
61747
|
|
|
61488
|
-
},{}],
|
|
61748
|
+
},{}],507:[function(require,module,exports){
|
|
61489
61749
|
(function (process){(function (){
|
|
61490
61750
|
(function (factory) {
|
|
61491
61751
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -61525,7 +61785,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61525
61785
|
});
|
|
61526
61786
|
|
|
61527
61787
|
}).call(this)}).call(this,require('_process'))
|
|
61528
|
-
},{"_process":335}],
|
|
61788
|
+
},{"_process":335}],508:[function(require,module,exports){
|
|
61529
61789
|
(function (factory) {
|
|
61530
61790
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61531
61791
|
var v = factory(require, exports);
|
|
@@ -61579,7 +61839,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61579
61839
|
exports.FilesUtils = FilesUtils;
|
|
61580
61840
|
});
|
|
61581
61841
|
|
|
61582
|
-
},{"fs":225,"path":327}],
|
|
61842
|
+
},{"fs":225,"path":327}],509:[function(require,module,exports){
|
|
61583
61843
|
(function (factory) {
|
|
61584
61844
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61585
61845
|
var v = factory(require, exports);
|
|
@@ -61600,7 +61860,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61600
61860
|
exports.TimerUtils = TimerUtils;
|
|
61601
61861
|
});
|
|
61602
61862
|
|
|
61603
|
-
},{}],
|
|
61863
|
+
},{}],510:[function(require,module,exports){
|
|
61604
61864
|
(function (factory) {
|
|
61605
61865
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61606
61866
|
var v = factory(require, exports);
|
|
@@ -61627,7 +61887,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61627
61887
|
exports.ValidationUtils = ValidationUtils;
|
|
61628
61888
|
});
|
|
61629
61889
|
|
|
61630
|
-
},{"../constants/constants":
|
|
61890
|
+
},{"../constants/constants":474}],511:[function(require,module,exports){
|
|
61631
61891
|
(function (factory) {
|
|
61632
61892
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61633
61893
|
var v = factory(require, exports);
|
|
@@ -61734,7 +61994,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61734
61994
|
exports.Watchdog = Watchdog;
|
|
61735
61995
|
});
|
|
61736
61996
|
|
|
61737
|
-
},{"events":266}],
|
|
61997
|
+
},{"events":266}],512:[function(require,module,exports){
|
|
61738
61998
|
'use strict';
|
|
61739
61999
|
|
|
61740
62000
|
var compileSchema = require('./compile')
|
|
@@ -62242,7 +62502,7 @@ function setLogger(self) {
|
|
|
62242
62502
|
|
|
62243
62503
|
function noop() {}
|
|
62244
62504
|
|
|
62245
|
-
},{"./cache":
|
|
62505
|
+
},{"./cache":513,"./compile":517,"./compile/async":514,"./compile/error_classes":515,"./compile/formats":516,"./compile/resolve":518,"./compile/rules":519,"./compile/schema_obj":520,"./compile/util":522,"./data":523,"./keyword":551,"./refs/data.json":552,"./refs/json-schema-draft-07.json":554,"fast-json-stable-stringify":576}],513:[function(require,module,exports){
|
|
62246
62506
|
'use strict';
|
|
62247
62507
|
|
|
62248
62508
|
|
|
@@ -62270,7 +62530,7 @@ Cache.prototype.clear = function Cache_clear() {
|
|
|
62270
62530
|
this._cache = {};
|
|
62271
62531
|
};
|
|
62272
62532
|
|
|
62273
|
-
},{}],
|
|
62533
|
+
},{}],514:[function(require,module,exports){
|
|
62274
62534
|
'use strict';
|
|
62275
62535
|
|
|
62276
62536
|
var MissingRefError = require('./error_classes').MissingRef;
|
|
@@ -62362,7 +62622,7 @@ function compileAsync(schema, meta, callback) {
|
|
|
62362
62622
|
}
|
|
62363
62623
|
}
|
|
62364
62624
|
|
|
62365
|
-
},{"./error_classes":
|
|
62625
|
+
},{"./error_classes":515}],515:[function(require,module,exports){
|
|
62366
62626
|
'use strict';
|
|
62367
62627
|
|
|
62368
62628
|
var resolve = require('./resolve');
|
|
@@ -62398,7 +62658,7 @@ function errorSubclass(Subclass) {
|
|
|
62398
62658
|
return Subclass;
|
|
62399
62659
|
}
|
|
62400
62660
|
|
|
62401
|
-
},{"./resolve":
|
|
62661
|
+
},{"./resolve":518}],516:[function(require,module,exports){
|
|
62402
62662
|
'use strict';
|
|
62403
62663
|
|
|
62404
62664
|
var util = require('./util');
|
|
@@ -62542,7 +62802,7 @@ function regex(str) {
|
|
|
62542
62802
|
}
|
|
62543
62803
|
}
|
|
62544
62804
|
|
|
62545
|
-
},{"./util":
|
|
62805
|
+
},{"./util":522}],517:[function(require,module,exports){
|
|
62546
62806
|
'use strict';
|
|
62547
62807
|
|
|
62548
62808
|
var resolve = require('./resolve')
|
|
@@ -62931,7 +63191,7 @@ function vars(arr, statement) {
|
|
|
62931
63191
|
return code;
|
|
62932
63192
|
}
|
|
62933
63193
|
|
|
62934
|
-
},{"../dotjs/validate":
|
|
63194
|
+
},{"../dotjs/validate":550,"./error_classes":515,"./resolve":518,"./util":522,"fast-deep-equal":575,"fast-json-stable-stringify":576}],518:[function(require,module,exports){
|
|
62935
63195
|
'use strict';
|
|
62936
63196
|
|
|
62937
63197
|
var URI = require('uri-js')
|
|
@@ -63203,7 +63463,7 @@ function resolveIds(schema) {
|
|
|
63203
63463
|
return localRefs;
|
|
63204
63464
|
}
|
|
63205
63465
|
|
|
63206
|
-
},{"./schema_obj":
|
|
63466
|
+
},{"./schema_obj":520,"./util":522,"fast-deep-equal":575,"json-schema-traverse":608,"uri-js":679}],519:[function(require,module,exports){
|
|
63207
63467
|
'use strict';
|
|
63208
63468
|
|
|
63209
63469
|
var ruleModules = require('../dotjs')
|
|
@@ -63271,7 +63531,7 @@ module.exports = function rules() {
|
|
|
63271
63531
|
return RULES;
|
|
63272
63532
|
};
|
|
63273
63533
|
|
|
63274
|
-
},{"../dotjs":
|
|
63534
|
+
},{"../dotjs":539,"./util":522}],520:[function(require,module,exports){
|
|
63275
63535
|
'use strict';
|
|
63276
63536
|
|
|
63277
63537
|
var util = require('./util');
|
|
@@ -63282,7 +63542,7 @@ function SchemaObject(obj) {
|
|
|
63282
63542
|
util.copy(obj, this);
|
|
63283
63543
|
}
|
|
63284
63544
|
|
|
63285
|
-
},{"./util":
|
|
63545
|
+
},{"./util":522}],521:[function(require,module,exports){
|
|
63286
63546
|
'use strict';
|
|
63287
63547
|
|
|
63288
63548
|
// https://mathiasbynens.be/notes/javascript-encoding
|
|
@@ -63304,7 +63564,7 @@ module.exports = function ucs2length(str) {
|
|
|
63304
63564
|
return length;
|
|
63305
63565
|
};
|
|
63306
63566
|
|
|
63307
|
-
},{}],
|
|
63567
|
+
},{}],522:[function(require,module,exports){
|
|
63308
63568
|
'use strict';
|
|
63309
63569
|
|
|
63310
63570
|
|
|
@@ -63545,7 +63805,7 @@ function unescapeJsonPointer(str) {
|
|
|
63545
63805
|
return str.replace(/~1/g, '/').replace(/~0/g, '~');
|
|
63546
63806
|
}
|
|
63547
63807
|
|
|
63548
|
-
},{"./ucs2length":
|
|
63808
|
+
},{"./ucs2length":521,"fast-deep-equal":575}],523:[function(require,module,exports){
|
|
63549
63809
|
'use strict';
|
|
63550
63810
|
|
|
63551
63811
|
var KEYWORDS = [
|
|
@@ -63596,7 +63856,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
|
|
|
63596
63856
|
return metaSchema;
|
|
63597
63857
|
};
|
|
63598
63858
|
|
|
63599
|
-
},{}],
|
|
63859
|
+
},{}],524:[function(require,module,exports){
|
|
63600
63860
|
'use strict';
|
|
63601
63861
|
|
|
63602
63862
|
var metaSchema = require('./refs/json-schema-draft-07.json');
|
|
@@ -63635,7 +63895,7 @@ module.exports = {
|
|
|
63635
63895
|
}
|
|
63636
63896
|
};
|
|
63637
63897
|
|
|
63638
|
-
},{"./refs/json-schema-draft-07.json":
|
|
63898
|
+
},{"./refs/json-schema-draft-07.json":554}],525:[function(require,module,exports){
|
|
63639
63899
|
'use strict';
|
|
63640
63900
|
module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
63641
63901
|
var out = ' ';
|
|
@@ -63800,7 +64060,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
|
|
|
63800
64060
|
return out;
|
|
63801
64061
|
}
|
|
63802
64062
|
|
|
63803
|
-
},{}],
|
|
64063
|
+
},{}],526:[function(require,module,exports){
|
|
63804
64064
|
'use strict';
|
|
63805
64065
|
module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
63806
64066
|
var out = ' ';
|
|
@@ -63882,7 +64142,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
|
|
|
63882
64142
|
return out;
|
|
63883
64143
|
}
|
|
63884
64144
|
|
|
63885
|
-
},{}],
|
|
64145
|
+
},{}],527:[function(require,module,exports){
|
|
63886
64146
|
'use strict';
|
|
63887
64147
|
module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
63888
64148
|
var out = ' ';
|
|
@@ -63969,7 +64229,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
|
|
|
63969
64229
|
return out;
|
|
63970
64230
|
}
|
|
63971
64231
|
|
|
63972
|
-
},{}],
|
|
64232
|
+
},{}],528:[function(require,module,exports){
|
|
63973
64233
|
'use strict';
|
|
63974
64234
|
module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
63975
64235
|
var out = ' ';
|
|
@@ -64051,7 +64311,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
|
|
|
64051
64311
|
return out;
|
|
64052
64312
|
}
|
|
64053
64313
|
|
|
64054
|
-
},{}],
|
|
64314
|
+
},{}],529:[function(require,module,exports){
|
|
64055
64315
|
'use strict';
|
|
64056
64316
|
module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
64057
64317
|
var out = ' ';
|
|
@@ -64095,7 +64355,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
|
|
|
64095
64355
|
return out;
|
|
64096
64356
|
}
|
|
64097
64357
|
|
|
64098
|
-
},{}],
|
|
64358
|
+
},{}],530:[function(require,module,exports){
|
|
64099
64359
|
'use strict';
|
|
64100
64360
|
module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
64101
64361
|
var out = ' ';
|
|
@@ -64170,7 +64430,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
|
|
|
64170
64430
|
return out;
|
|
64171
64431
|
}
|
|
64172
64432
|
|
|
64173
|
-
},{}],
|
|
64433
|
+
},{}],531:[function(require,module,exports){
|
|
64174
64434
|
'use strict';
|
|
64175
64435
|
module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
64176
64436
|
var out = ' ';
|
|
@@ -64186,7 +64446,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
|
|
|
64186
64446
|
return out;
|
|
64187
64447
|
}
|
|
64188
64448
|
|
|
64189
|
-
},{}],
|
|
64449
|
+
},{}],532:[function(require,module,exports){
|
|
64190
64450
|
'use strict';
|
|
64191
64451
|
module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
64192
64452
|
var out = ' ';
|
|
@@ -64244,7 +64504,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
|
|
|
64244
64504
|
return out;
|
|
64245
64505
|
}
|
|
64246
64506
|
|
|
64247
|
-
},{}],
|
|
64507
|
+
},{}],533:[function(require,module,exports){
|
|
64248
64508
|
'use strict';
|
|
64249
64509
|
module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
64250
64510
|
var out = ' ';
|
|
@@ -64327,7 +64587,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
|
|
|
64327
64587
|
return out;
|
|
64328
64588
|
}
|
|
64329
64589
|
|
|
64330
|
-
},{}],
|
|
64590
|
+
},{}],534:[function(require,module,exports){
|
|
64331
64591
|
'use strict';
|
|
64332
64592
|
module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
64333
64593
|
var out = ' ';
|
|
@@ -64557,7 +64817,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
|
|
|
64557
64817
|
return out;
|
|
64558
64818
|
}
|
|
64559
64819
|
|
|
64560
|
-
},{}],
|
|
64820
|
+
},{}],535:[function(require,module,exports){
|
|
64561
64821
|
'use strict';
|
|
64562
64822
|
module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
64563
64823
|
var out = ' ';
|
|
@@ -64727,7 +64987,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
|
|
|
64727
64987
|
return out;
|
|
64728
64988
|
}
|
|
64729
64989
|
|
|
64730
|
-
},{}],
|
|
64990
|
+
},{}],536:[function(require,module,exports){
|
|
64731
64991
|
'use strict';
|
|
64732
64992
|
module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
64733
64993
|
var out = ' ';
|
|
@@ -64795,7 +65055,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
|
|
|
64795
65055
|
return out;
|
|
64796
65056
|
}
|
|
64797
65057
|
|
|
64798
|
-
},{}],
|
|
65058
|
+
},{}],537:[function(require,module,exports){
|
|
64799
65059
|
'use strict';
|
|
64800
65060
|
module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
64801
65061
|
var out = ' ';
|
|
@@ -64947,7 +65207,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
|
|
|
64947
65207
|
return out;
|
|
64948
65208
|
}
|
|
64949
65209
|
|
|
64950
|
-
},{}],
|
|
65210
|
+
},{}],538:[function(require,module,exports){
|
|
64951
65211
|
'use strict';
|
|
64952
65212
|
module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
64953
65213
|
var out = ' ';
|
|
@@ -65052,7 +65312,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
|
|
|
65052
65312
|
return out;
|
|
65053
65313
|
}
|
|
65054
65314
|
|
|
65055
|
-
},{}],
|
|
65315
|
+
},{}],539:[function(require,module,exports){
|
|
65056
65316
|
'use strict';
|
|
65057
65317
|
|
|
65058
65318
|
//all requires must be explicit because browserify won't work with dynamic requires
|
|
@@ -65087,7 +65347,7 @@ module.exports = {
|
|
|
65087
65347
|
validate: require('./validate')
|
|
65088
65348
|
};
|
|
65089
65349
|
|
|
65090
|
-
},{"./_limit":
|
|
65350
|
+
},{"./_limit":525,"./_limitItems":526,"./_limitLength":527,"./_limitProperties":528,"./allOf":529,"./anyOf":530,"./comment":531,"./const":532,"./contains":533,"./dependencies":535,"./enum":536,"./format":537,"./if":538,"./items":540,"./multipleOf":541,"./not":542,"./oneOf":543,"./pattern":544,"./properties":545,"./propertyNames":546,"./ref":547,"./required":548,"./uniqueItems":549,"./validate":550}],540:[function(require,module,exports){
|
|
65091
65351
|
'use strict';
|
|
65092
65352
|
module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
65093
65353
|
var out = ' ';
|
|
@@ -65229,7 +65489,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
|
|
|
65229
65489
|
return out;
|
|
65230
65490
|
}
|
|
65231
65491
|
|
|
65232
|
-
},{}],
|
|
65492
|
+
},{}],541:[function(require,module,exports){
|
|
65233
65493
|
'use strict';
|
|
65234
65494
|
module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
65235
65495
|
var out = ' ';
|
|
@@ -65311,7 +65571,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
|
|
|
65311
65571
|
return out;
|
|
65312
65572
|
}
|
|
65313
65573
|
|
|
65314
|
-
},{}],
|
|
65574
|
+
},{}],542:[function(require,module,exports){
|
|
65315
65575
|
'use strict';
|
|
65316
65576
|
module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
65317
65577
|
var out = ' ';
|
|
@@ -65397,7 +65657,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
|
|
|
65397
65657
|
return out;
|
|
65398
65658
|
}
|
|
65399
65659
|
|
|
65400
|
-
},{}],
|
|
65660
|
+
},{}],543:[function(require,module,exports){
|
|
65401
65661
|
'use strict';
|
|
65402
65662
|
module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
65403
65663
|
var out = ' ';
|
|
@@ -65472,7 +65732,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
|
|
|
65472
65732
|
return out;
|
|
65473
65733
|
}
|
|
65474
65734
|
|
|
65475
|
-
},{}],
|
|
65735
|
+
},{}],544:[function(require,module,exports){
|
|
65476
65736
|
'use strict';
|
|
65477
65737
|
module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
65478
65738
|
var out = ' ';
|
|
@@ -65549,7 +65809,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
|
|
|
65549
65809
|
return out;
|
|
65550
65810
|
}
|
|
65551
65811
|
|
|
65552
|
-
},{}],
|
|
65812
|
+
},{}],545:[function(require,module,exports){
|
|
65553
65813
|
'use strict';
|
|
65554
65814
|
module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
65555
65815
|
var out = ' ';
|
|
@@ -65886,7 +66146,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
|
|
|
65886
66146
|
return out;
|
|
65887
66147
|
}
|
|
65888
66148
|
|
|
65889
|
-
},{}],
|
|
66149
|
+
},{}],546:[function(require,module,exports){
|
|
65890
66150
|
'use strict';
|
|
65891
66151
|
module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
65892
66152
|
var out = ' ';
|
|
@@ -65969,7 +66229,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
|
|
|
65969
66229
|
return out;
|
|
65970
66230
|
}
|
|
65971
66231
|
|
|
65972
|
-
},{}],
|
|
66232
|
+
},{}],547:[function(require,module,exports){
|
|
65973
66233
|
'use strict';
|
|
65974
66234
|
module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
65975
66235
|
var out = ' ';
|
|
@@ -66095,7 +66355,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
|
|
|
66095
66355
|
return out;
|
|
66096
66356
|
}
|
|
66097
66357
|
|
|
66098
|
-
},{}],
|
|
66358
|
+
},{}],548:[function(require,module,exports){
|
|
66099
66359
|
'use strict';
|
|
66100
66360
|
module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
66101
66361
|
var out = ' ';
|
|
@@ -66367,7 +66627,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
|
|
|
66367
66627
|
return out;
|
|
66368
66628
|
}
|
|
66369
66629
|
|
|
66370
|
-
},{}],
|
|
66630
|
+
},{}],549:[function(require,module,exports){
|
|
66371
66631
|
'use strict';
|
|
66372
66632
|
module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
66373
66633
|
var out = ' ';
|
|
@@ -66455,7 +66715,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
|
|
|
66455
66715
|
return out;
|
|
66456
66716
|
}
|
|
66457
66717
|
|
|
66458
|
-
},{}],
|
|
66718
|
+
},{}],550:[function(require,module,exports){
|
|
66459
66719
|
'use strict';
|
|
66460
66720
|
module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
66461
66721
|
var out = '';
|
|
@@ -66939,7 +67199,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
|
|
|
66939
67199
|
return out;
|
|
66940
67200
|
}
|
|
66941
67201
|
|
|
66942
|
-
},{}],
|
|
67202
|
+
},{}],551:[function(require,module,exports){
|
|
66943
67203
|
'use strict';
|
|
66944
67204
|
|
|
66945
67205
|
var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
|
|
@@ -67087,7 +67347,7 @@ function validateKeyword(definition, throwError) {
|
|
|
67087
67347
|
return false;
|
|
67088
67348
|
}
|
|
67089
67349
|
|
|
67090
|
-
},{"./definition_schema":
|
|
67350
|
+
},{"./definition_schema":524,"./dotjs/custom":534}],552:[function(require,module,exports){
|
|
67091
67351
|
module.exports={
|
|
67092
67352
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
67093
67353
|
"$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
@@ -67106,7 +67366,7 @@ module.exports={
|
|
|
67106
67366
|
"additionalProperties": false
|
|
67107
67367
|
}
|
|
67108
67368
|
|
|
67109
|
-
},{}],
|
|
67369
|
+
},{}],553:[function(require,module,exports){
|
|
67110
67370
|
module.exports={
|
|
67111
67371
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
67112
67372
|
"$id": "http://json-schema.org/draft-06/schema#",
|
|
@@ -67262,7 +67522,7 @@ module.exports={
|
|
|
67262
67522
|
"default": {}
|
|
67263
67523
|
}
|
|
67264
67524
|
|
|
67265
|
-
},{}],
|
|
67525
|
+
},{}],554:[function(require,module,exports){
|
|
67266
67526
|
module.exports={
|
|
67267
67527
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
67268
67528
|
"$id": "http://json-schema.org/draft-07/schema#",
|
|
@@ -67432,7 +67692,7 @@ module.exports={
|
|
|
67432
67692
|
"default": true
|
|
67433
67693
|
}
|
|
67434
67694
|
|
|
67435
|
-
},{}],
|
|
67695
|
+
},{}],555:[function(require,module,exports){
|
|
67436
67696
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
67437
67697
|
|
|
67438
67698
|
|
|
@@ -67447,7 +67707,7 @@ module.exports = {
|
|
|
67447
67707
|
|
|
67448
67708
|
};
|
|
67449
67709
|
|
|
67450
|
-
},{}],
|
|
67710
|
+
},{}],556:[function(require,module,exports){
|
|
67451
67711
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
67452
67712
|
|
|
67453
67713
|
var errors = require('./errors');
|
|
@@ -67476,7 +67736,7 @@ for (var e in errors) {
|
|
|
67476
67736
|
module.exports[e] = errors[e];
|
|
67477
67737
|
}
|
|
67478
67738
|
|
|
67479
|
-
},{"./errors":
|
|
67739
|
+
},{"./errors":555,"./reader":557,"./types":558,"./writer":559}],557:[function(require,module,exports){
|
|
67480
67740
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
67481
67741
|
|
|
67482
67742
|
var assert = require('assert');
|
|
@@ -67740,7 +68000,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
67740
68000
|
|
|
67741
68001
|
module.exports = Reader;
|
|
67742
68002
|
|
|
67743
|
-
},{"./errors":
|
|
68003
|
+
},{"./errors":555,"./types":558,"assert":172,"safer-buffer":644}],558:[function(require,module,exports){
|
|
67744
68004
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
67745
68005
|
|
|
67746
68006
|
|
|
@@ -67778,7 +68038,7 @@ module.exports = {
|
|
|
67778
68038
|
Context: 128
|
|
67779
68039
|
};
|
|
67780
68040
|
|
|
67781
|
-
},{}],
|
|
68041
|
+
},{}],559:[function(require,module,exports){
|
|
67782
68042
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
67783
68043
|
|
|
67784
68044
|
var assert = require('assert');
|
|
@@ -68097,7 +68357,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
68097
68357
|
|
|
68098
68358
|
module.exports = Writer;
|
|
68099
68359
|
|
|
68100
|
-
},{"./errors":
|
|
68360
|
+
},{"./errors":555,"./types":558,"assert":172,"safer-buffer":644}],560:[function(require,module,exports){
|
|
68101
68361
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
68102
68362
|
|
|
68103
68363
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -68119,7 +68379,7 @@ module.exports = {
|
|
|
68119
68379
|
|
|
68120
68380
|
};
|
|
68121
68381
|
|
|
68122
|
-
},{"./ber/index":
|
|
68382
|
+
},{"./ber/index":556}],561:[function(require,module,exports){
|
|
68123
68383
|
(function (Buffer,process){(function (){
|
|
68124
68384
|
// Copyright (c) 2012, Mark Cavage. All rights reserved.
|
|
68125
68385
|
// Copyright 2015 Joyent, Inc.
|
|
@@ -68334,7 +68594,7 @@ function _setExports(ndebug) {
|
|
|
68334
68594
|
module.exports = _setExports(process.env.NODE_NDEBUG);
|
|
68335
68595
|
|
|
68336
68596
|
}).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
|
|
68337
|
-
},{"../../browser-agent/node_modules/is-buffer/index.js":302,"_process":335,"assert":172,"stream":386,"util":400}],
|
|
68597
|
+
},{"../../browser-agent/node_modules/is-buffer/index.js":302,"_process":335,"assert":172,"stream":386,"util":400}],562:[function(require,module,exports){
|
|
68338
68598
|
|
|
68339
68599
|
/*!
|
|
68340
68600
|
* Copyright 2010 LearnBoost <dev@learnboost.com>
|
|
@@ -68548,7 +68808,7 @@ function canonicalizeResource (resource) {
|
|
|
68548
68808
|
}
|
|
68549
68809
|
module.exports.canonicalizeResource = canonicalizeResource
|
|
68550
68810
|
|
|
68551
|
-
},{"crypto":237,"url":395}],
|
|
68811
|
+
},{"crypto":237,"url":395}],563:[function(require,module,exports){
|
|
68552
68812
|
(function (process,Buffer){(function (){
|
|
68553
68813
|
var aws4 = exports,
|
|
68554
68814
|
url = require('url'),
|
|
@@ -68933,7 +69193,7 @@ aws4.sign = function(request, credentials) {
|
|
|
68933
69193
|
}
|
|
68934
69194
|
|
|
68935
69195
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
68936
|
-
},{"./lru":
|
|
69196
|
+
},{"./lru":564,"_process":335,"buffer":227,"crypto":237,"querystring":346,"url":395}],564:[function(require,module,exports){
|
|
68937
69197
|
module.exports = function(size) {
|
|
68938
69198
|
return new LruCache(size)
|
|
68939
69199
|
}
|
|
@@ -69031,7 +69291,7 @@ function DoublyLinkedNode(key, val) {
|
|
|
69031
69291
|
this.next = null
|
|
69032
69292
|
}
|
|
69033
69293
|
|
|
69034
|
-
},{}],
|
|
69294
|
+
},{}],565:[function(require,module,exports){
|
|
69035
69295
|
'use strict';
|
|
69036
69296
|
|
|
69037
69297
|
var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
|
|
@@ -69589,7 +69849,7 @@ module.exports = {
|
|
|
69589
69849
|
pbkdf: bcrypt_pbkdf
|
|
69590
69850
|
};
|
|
69591
69851
|
|
|
69592
|
-
},{"tweetnacl":
|
|
69852
|
+
},{"tweetnacl":678}],566:[function(require,module,exports){
|
|
69593
69853
|
function Caseless (dict) {
|
|
69594
69854
|
this.dict = dict || {}
|
|
69595
69855
|
}
|
|
@@ -69658,7 +69918,7 @@ module.exports.httpify = function (resp, headers) {
|
|
|
69658
69918
|
return c
|
|
69659
69919
|
}
|
|
69660
69920
|
|
|
69661
|
-
},{}],
|
|
69921
|
+
},{}],567:[function(require,module,exports){
|
|
69662
69922
|
(function (Buffer){(function (){
|
|
69663
69923
|
var util = require('util');
|
|
69664
69924
|
var Stream = require('stream').Stream;
|
|
@@ -69870,7 +70130,7 @@ CombinedStream.prototype._emitError = function(err) {
|
|
|
69870
70130
|
};
|
|
69871
70131
|
|
|
69872
70132
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
69873
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"delayed-stream":
|
|
70133
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"delayed-stream":569,"stream":386,"util":400}],568:[function(require,module,exports){
|
|
69874
70134
|
(function (Buffer){(function (){
|
|
69875
70135
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
69876
70136
|
//
|
|
@@ -69981,7 +70241,7 @@ function objectToString(o) {
|
|
|
69981
70241
|
}
|
|
69982
70242
|
|
|
69983
70243
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
69984
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":302}],
|
|
70244
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":302}],569:[function(require,module,exports){
|
|
69985
70245
|
var Stream = require('stream').Stream;
|
|
69986
70246
|
var util = require('util');
|
|
69987
70247
|
|
|
@@ -70090,7 +70350,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
|
|
|
70090
70350
|
this.emit('error', new Error(message));
|
|
70091
70351
|
};
|
|
70092
70352
|
|
|
70093
|
-
},{"stream":386,"util":400}],
|
|
70353
|
+
},{"stream":386,"util":400}],570:[function(require,module,exports){
|
|
70094
70354
|
var crypto = require("crypto");
|
|
70095
70355
|
var BigInteger = require("jsbn").BigInteger;
|
|
70096
70356
|
var ECPointFp = require("./lib/ec.js").ECPointFp;
|
|
@@ -70150,7 +70410,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
70150
70410
|
}
|
|
70151
70411
|
|
|
70152
70412
|
|
|
70153
|
-
},{"./lib/ec.js":
|
|
70413
|
+
},{"./lib/ec.js":571,"./lib/sec.js":572,"crypto":237,"jsbn":607,"safer-buffer":644}],571:[function(require,module,exports){
|
|
70154
70414
|
// Basic Javascript Elliptic Curve implementation
|
|
70155
70415
|
// Ported loosely from BouncyCastle's Java EC code
|
|
70156
70416
|
// Only Fp curves implemented for now
|
|
@@ -70713,7 +70973,7 @@ var exports = {
|
|
|
70713
70973
|
|
|
70714
70974
|
module.exports = exports
|
|
70715
70975
|
|
|
70716
|
-
},{"jsbn":
|
|
70976
|
+
},{"jsbn":607}],572:[function(require,module,exports){
|
|
70717
70977
|
// Named EC curves
|
|
70718
70978
|
|
|
70719
70979
|
// Requires ec.js, jsbn.js, and jsbn2.js
|
|
@@ -70885,7 +71145,7 @@ module.exports = {
|
|
|
70885
71145
|
"secp256r1":secp256r1
|
|
70886
71146
|
}
|
|
70887
71147
|
|
|
70888
|
-
},{"./ec.js":
|
|
71148
|
+
},{"./ec.js":571,"jsbn":607}],573:[function(require,module,exports){
|
|
70889
71149
|
'use strict';
|
|
70890
71150
|
|
|
70891
71151
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -71004,7 +71264,7 @@ module.exports = function extend() {
|
|
|
71004
71264
|
return target;
|
|
71005
71265
|
};
|
|
71006
71266
|
|
|
71007
|
-
},{}],
|
|
71267
|
+
},{}],574:[function(require,module,exports){
|
|
71008
71268
|
(function (process){(function (){
|
|
71009
71269
|
/*
|
|
71010
71270
|
* extsprintf.js: extended POSIX-style sprintf
|
|
@@ -71191,7 +71451,7 @@ function dumpException(ex)
|
|
|
71191
71451
|
}
|
|
71192
71452
|
|
|
71193
71453
|
}).call(this)}).call(this,require('_process'))
|
|
71194
|
-
},{"_process":335,"assert":172,"util":400}],
|
|
71454
|
+
},{"_process":335,"assert":172,"util":400}],575:[function(require,module,exports){
|
|
71195
71455
|
'use strict';
|
|
71196
71456
|
|
|
71197
71457
|
// do not edit .js files directly - edit src/index.jst
|
|
@@ -71239,7 +71499,7 @@ module.exports = function equal(a, b) {
|
|
|
71239
71499
|
return a!==a && b!==b;
|
|
71240
71500
|
};
|
|
71241
71501
|
|
|
71242
|
-
},{}],
|
|
71502
|
+
},{}],576:[function(require,module,exports){
|
|
71243
71503
|
'use strict';
|
|
71244
71504
|
|
|
71245
71505
|
module.exports = function (data, opts) {
|
|
@@ -71300,7 +71560,7 @@ module.exports = function (data, opts) {
|
|
|
71300
71560
|
})(data);
|
|
71301
71561
|
};
|
|
71302
71562
|
|
|
71303
|
-
},{}],
|
|
71563
|
+
},{}],577:[function(require,module,exports){
|
|
71304
71564
|
module.exports = ForeverAgent
|
|
71305
71565
|
ForeverAgent.SSL = ForeverAgentSSL
|
|
71306
71566
|
|
|
@@ -71440,11 +71700,11 @@ function createConnectionSSL (port, host, options) {
|
|
|
71440
71700
|
return tls.connect(options);
|
|
71441
71701
|
}
|
|
71442
71702
|
|
|
71443
|
-
},{"http":387,"https":298,"net":225,"tls":225,"util":400}],
|
|
71703
|
+
},{"http":387,"https":298,"net":225,"tls":225,"util":400}],578:[function(require,module,exports){
|
|
71444
71704
|
/* eslint-env browser */
|
|
71445
71705
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
71446
71706
|
|
|
71447
|
-
},{}],
|
|
71707
|
+
},{}],579:[function(require,module,exports){
|
|
71448
71708
|
module.exports={
|
|
71449
71709
|
"$id": "afterRequest.json#",
|
|
71450
71710
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71476,7 +71736,7 @@ module.exports={
|
|
|
71476
71736
|
}
|
|
71477
71737
|
}
|
|
71478
71738
|
|
|
71479
|
-
},{}],
|
|
71739
|
+
},{}],580:[function(require,module,exports){
|
|
71480
71740
|
module.exports={
|
|
71481
71741
|
"$id": "beforeRequest.json#",
|
|
71482
71742
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71508,7 +71768,7 @@ module.exports={
|
|
|
71508
71768
|
}
|
|
71509
71769
|
}
|
|
71510
71770
|
|
|
71511
|
-
},{}],
|
|
71771
|
+
},{}],581:[function(require,module,exports){
|
|
71512
71772
|
module.exports={
|
|
71513
71773
|
"$id": "browser.json#",
|
|
71514
71774
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71530,7 +71790,7 @@ module.exports={
|
|
|
71530
71790
|
}
|
|
71531
71791
|
}
|
|
71532
71792
|
|
|
71533
|
-
},{}],
|
|
71793
|
+
},{}],582:[function(require,module,exports){
|
|
71534
71794
|
module.exports={
|
|
71535
71795
|
"$id": "cache.json#",
|
|
71536
71796
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71553,7 +71813,7 @@ module.exports={
|
|
|
71553
71813
|
}
|
|
71554
71814
|
}
|
|
71555
71815
|
|
|
71556
|
-
},{}],
|
|
71816
|
+
},{}],583:[function(require,module,exports){
|
|
71557
71817
|
module.exports={
|
|
71558
71818
|
"$id": "content.json#",
|
|
71559
71819
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71584,7 +71844,7 @@ module.exports={
|
|
|
71584
71844
|
}
|
|
71585
71845
|
}
|
|
71586
71846
|
|
|
71587
|
-
},{}],
|
|
71847
|
+
},{}],584:[function(require,module,exports){
|
|
71588
71848
|
module.exports={
|
|
71589
71849
|
"$id": "cookie.json#",
|
|
71590
71850
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71622,7 +71882,7 @@ module.exports={
|
|
|
71622
71882
|
}
|
|
71623
71883
|
}
|
|
71624
71884
|
|
|
71625
|
-
},{}],
|
|
71885
|
+
},{}],585:[function(require,module,exports){
|
|
71626
71886
|
module.exports={
|
|
71627
71887
|
"$id": "creator.json#",
|
|
71628
71888
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71644,7 +71904,7 @@ module.exports={
|
|
|
71644
71904
|
}
|
|
71645
71905
|
}
|
|
71646
71906
|
|
|
71647
|
-
},{}],
|
|
71907
|
+
},{}],586:[function(require,module,exports){
|
|
71648
71908
|
module.exports={
|
|
71649
71909
|
"$id": "entry.json#",
|
|
71650
71910
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71699,7 +71959,7 @@ module.exports={
|
|
|
71699
71959
|
}
|
|
71700
71960
|
}
|
|
71701
71961
|
|
|
71702
|
-
},{}],
|
|
71962
|
+
},{}],587:[function(require,module,exports){
|
|
71703
71963
|
module.exports={
|
|
71704
71964
|
"$id": "har.json#",
|
|
71705
71965
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71714,7 +71974,7 @@ module.exports={
|
|
|
71714
71974
|
}
|
|
71715
71975
|
}
|
|
71716
71976
|
|
|
71717
|
-
},{}],
|
|
71977
|
+
},{}],588:[function(require,module,exports){
|
|
71718
71978
|
module.exports={
|
|
71719
71979
|
"$id": "header.json#",
|
|
71720
71980
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71736,7 +71996,7 @@ module.exports={
|
|
|
71736
71996
|
}
|
|
71737
71997
|
}
|
|
71738
71998
|
|
|
71739
|
-
},{}],
|
|
71999
|
+
},{}],589:[function(require,module,exports){
|
|
71740
72000
|
'use strict'
|
|
71741
72001
|
|
|
71742
72002
|
module.exports = {
|
|
@@ -71760,7 +72020,7 @@ module.exports = {
|
|
|
71760
72020
|
timings: require('./timings.json')
|
|
71761
72021
|
}
|
|
71762
72022
|
|
|
71763
|
-
},{"./afterRequest.json":
|
|
72023
|
+
},{"./afterRequest.json":579,"./beforeRequest.json":580,"./browser.json":581,"./cache.json":582,"./content.json":583,"./cookie.json":584,"./creator.json":585,"./entry.json":586,"./har.json":587,"./header.json":588,"./log.json":590,"./page.json":591,"./pageTimings.json":592,"./postData.json":593,"./query.json":594,"./request.json":595,"./response.json":596,"./timings.json":597}],590:[function(require,module,exports){
|
|
71764
72024
|
module.exports={
|
|
71765
72025
|
"$id": "log.json#",
|
|
71766
72026
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71798,7 +72058,7 @@ module.exports={
|
|
|
71798
72058
|
}
|
|
71799
72059
|
}
|
|
71800
72060
|
|
|
71801
|
-
},{}],
|
|
72061
|
+
},{}],591:[function(require,module,exports){
|
|
71802
72062
|
module.exports={
|
|
71803
72063
|
"$id": "page.json#",
|
|
71804
72064
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71832,7 +72092,7 @@ module.exports={
|
|
|
71832
72092
|
}
|
|
71833
72093
|
}
|
|
71834
72094
|
|
|
71835
|
-
},{}],
|
|
72095
|
+
},{}],592:[function(require,module,exports){
|
|
71836
72096
|
module.exports={
|
|
71837
72097
|
"$id": "pageTimings.json#",
|
|
71838
72098
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71852,7 +72112,7 @@ module.exports={
|
|
|
71852
72112
|
}
|
|
71853
72113
|
}
|
|
71854
72114
|
|
|
71855
|
-
},{}],
|
|
72115
|
+
},{}],593:[function(require,module,exports){
|
|
71856
72116
|
module.exports={
|
|
71857
72117
|
"$id": "postData.json#",
|
|
71858
72118
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71897,7 +72157,7 @@ module.exports={
|
|
|
71897
72157
|
}
|
|
71898
72158
|
}
|
|
71899
72159
|
|
|
71900
|
-
},{}],
|
|
72160
|
+
},{}],594:[function(require,module,exports){
|
|
71901
72161
|
module.exports={
|
|
71902
72162
|
"$id": "query.json#",
|
|
71903
72163
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71919,7 +72179,7 @@ module.exports={
|
|
|
71919
72179
|
}
|
|
71920
72180
|
}
|
|
71921
72181
|
|
|
71922
|
-
},{}],
|
|
72182
|
+
},{}],595:[function(require,module,exports){
|
|
71923
72183
|
module.exports={
|
|
71924
72184
|
"$id": "request.json#",
|
|
71925
72185
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -71978,7 +72238,7 @@ module.exports={
|
|
|
71978
72238
|
}
|
|
71979
72239
|
}
|
|
71980
72240
|
|
|
71981
|
-
},{}],
|
|
72241
|
+
},{}],596:[function(require,module,exports){
|
|
71982
72242
|
module.exports={
|
|
71983
72243
|
"$id": "response.json#",
|
|
71984
72244
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -72034,7 +72294,7 @@ module.exports={
|
|
|
72034
72294
|
}
|
|
72035
72295
|
}
|
|
72036
72296
|
|
|
72037
|
-
},{}],
|
|
72297
|
+
},{}],597:[function(require,module,exports){
|
|
72038
72298
|
module.exports={
|
|
72039
72299
|
"$id": "timings.json#",
|
|
72040
72300
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -72078,7 +72338,7 @@ module.exports={
|
|
|
72078
72338
|
}
|
|
72079
72339
|
}
|
|
72080
72340
|
|
|
72081
|
-
},{}],
|
|
72341
|
+
},{}],598:[function(require,module,exports){
|
|
72082
72342
|
function HARError (errors) {
|
|
72083
72343
|
var message = 'validation failed'
|
|
72084
72344
|
|
|
@@ -72097,7 +72357,7 @@ HARError.prototype = Error.prototype
|
|
|
72097
72357
|
|
|
72098
72358
|
module.exports = HARError
|
|
72099
72359
|
|
|
72100
|
-
},{}],
|
|
72360
|
+
},{}],599:[function(require,module,exports){
|
|
72101
72361
|
var Ajv = require('ajv')
|
|
72102
72362
|
var HARError = require('./error')
|
|
72103
72363
|
var schemas = require('har-schema')
|
|
@@ -72201,7 +72461,7 @@ exports.timings = function (data) {
|
|
|
72201
72461
|
return validate('timings', data)
|
|
72202
72462
|
}
|
|
72203
72463
|
|
|
72204
|
-
},{"./error":
|
|
72464
|
+
},{"./error":598,"ajv":512,"ajv/lib/refs/json-schema-draft-06.json":553,"har-schema":589}],600:[function(require,module,exports){
|
|
72205
72465
|
// Copyright 2015 Joyent, Inc.
|
|
72206
72466
|
|
|
72207
72467
|
var parser = require('./parser');
|
|
@@ -72232,7 +72492,7 @@ module.exports = {
|
|
|
72232
72492
|
verifyHMAC: verify.verifyHMAC
|
|
72233
72493
|
};
|
|
72234
72494
|
|
|
72235
|
-
},{"./parser":
|
|
72495
|
+
},{"./parser":601,"./signer":602,"./utils":603,"./verify":604}],601:[function(require,module,exports){
|
|
72236
72496
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
72237
72497
|
|
|
72238
72498
|
var assert = require('assert-plus');
|
|
@@ -72549,7 +72809,7 @@ module.exports = {
|
|
|
72549
72809
|
|
|
72550
72810
|
};
|
|
72551
72811
|
|
|
72552
|
-
},{"./utils":
|
|
72812
|
+
},{"./utils":603,"assert-plus":561,"util":400}],602:[function(require,module,exports){
|
|
72553
72813
|
(function (Buffer){(function (){
|
|
72554
72814
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
72555
72815
|
|
|
@@ -72954,7 +73214,7 @@ module.exports = {
|
|
|
72954
73214
|
};
|
|
72955
73215
|
|
|
72956
73216
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
72957
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./utils":
|
|
73217
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./utils":603,"assert-plus":561,"crypto":237,"http":387,"jsprim":611,"sshpk":664,"util":400}],603:[function(require,module,exports){
|
|
72958
73218
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
72959
73219
|
|
|
72960
73220
|
var assert = require('assert-plus');
|
|
@@ -73068,7 +73328,7 @@ module.exports = {
|
|
|
73068
73328
|
}
|
|
73069
73329
|
};
|
|
73070
73330
|
|
|
73071
|
-
},{"assert-plus":
|
|
73331
|
+
},{"assert-plus":561,"sshpk":664,"util":400}],604:[function(require,module,exports){
|
|
73072
73332
|
(function (Buffer){(function (){
|
|
73073
73333
|
// Copyright 2015 Joyent, Inc.
|
|
73074
73334
|
|
|
@@ -73160,7 +73420,7 @@ module.exports = {
|
|
|
73160
73420
|
};
|
|
73161
73421
|
|
|
73162
73422
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
73163
|
-
},{"./utils":
|
|
73423
|
+
},{"./utils":603,"assert-plus":561,"buffer":227,"crypto":237,"sshpk":664}],605:[function(require,module,exports){
|
|
73164
73424
|
module.exports = isTypedArray
|
|
73165
73425
|
isTypedArray.strict = isStrictTypedArray
|
|
73166
73426
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -73203,7 +73463,7 @@ function isLooseTypedArray(arr) {
|
|
|
73203
73463
|
return names[toString.call(arr)]
|
|
73204
73464
|
}
|
|
73205
73465
|
|
|
73206
|
-
},{}],
|
|
73466
|
+
},{}],606:[function(require,module,exports){
|
|
73207
73467
|
var stream = require('stream')
|
|
73208
73468
|
|
|
73209
73469
|
|
|
@@ -73232,7 +73492,7 @@ module.exports.isReadable = isReadable
|
|
|
73232
73492
|
module.exports.isWritable = isWritable
|
|
73233
73493
|
module.exports.isDuplex = isDuplex
|
|
73234
73494
|
|
|
73235
|
-
},{"stream":386}],
|
|
73495
|
+
},{"stream":386}],607:[function(require,module,exports){
|
|
73236
73496
|
(function(){
|
|
73237
73497
|
|
|
73238
73498
|
// Copyright (c) 2005 Tom Wu
|
|
@@ -74591,7 +74851,7 @@ module.exports.isDuplex = isDuplex
|
|
|
74591
74851
|
|
|
74592
74852
|
}).call(this);
|
|
74593
74853
|
|
|
74594
|
-
},{}],
|
|
74854
|
+
},{}],608:[function(require,module,exports){
|
|
74595
74855
|
'use strict';
|
|
74596
74856
|
|
|
74597
74857
|
var traverse = module.exports = function (schema, opts, cb) {
|
|
@@ -74682,7 +74942,7 @@ function escapeJsonPtr(str) {
|
|
|
74682
74942
|
return str.replace(/~/g, '~0').replace(/\//g, '~1');
|
|
74683
74943
|
}
|
|
74684
74944
|
|
|
74685
|
-
},{}],
|
|
74945
|
+
},{}],609:[function(require,module,exports){
|
|
74686
74946
|
/**
|
|
74687
74947
|
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
|
|
74688
74948
|
* (http://www.json.com/json-schema-proposal/)
|
|
@@ -74955,7 +75215,7 @@ exports.mustBeValid = function(result){
|
|
|
74955
75215
|
return exports;
|
|
74956
75216
|
}));
|
|
74957
75217
|
|
|
74958
|
-
},{}],
|
|
75218
|
+
},{}],610:[function(require,module,exports){
|
|
74959
75219
|
exports = module.exports = stringify
|
|
74960
75220
|
exports.getSerialize = serializer
|
|
74961
75221
|
|
|
@@ -74984,7 +75244,7 @@ function serializer(replacer, cycleReplacer) {
|
|
|
74984
75244
|
}
|
|
74985
75245
|
}
|
|
74986
75246
|
|
|
74987
|
-
},{}],
|
|
75247
|
+
},{}],611:[function(require,module,exports){
|
|
74988
75248
|
/*
|
|
74989
75249
|
* lib/jsprim.js: utilities for primitive JavaScript types
|
|
74990
75250
|
*/
|
|
@@ -75721,7 +75981,7 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
75721
75981
|
return (rv);
|
|
75722
75982
|
}
|
|
75723
75983
|
|
|
75724
|
-
},{"assert-plus":
|
|
75984
|
+
},{"assert-plus":561,"extsprintf":574,"json-schema":609,"util":400,"verror":685}],612:[function(require,module,exports){
|
|
75725
75985
|
/**
|
|
75726
75986
|
* The code was extracted from:
|
|
75727
75987
|
* https://github.com/davidchambers/Base64.js
|
|
@@ -75761,7 +76021,7 @@ function polyfill (input) {
|
|
|
75761
76021
|
|
|
75762
76022
|
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
75763
76023
|
|
|
75764
|
-
},{}],
|
|
76024
|
+
},{}],613:[function(require,module,exports){
|
|
75765
76025
|
var atob = require('./atob');
|
|
75766
76026
|
|
|
75767
76027
|
function b64DecodeUnicode(str) {
|
|
@@ -75796,7 +76056,7 @@ module.exports = function(str) {
|
|
|
75796
76056
|
}
|
|
75797
76057
|
};
|
|
75798
76058
|
|
|
75799
|
-
},{"./atob":
|
|
76059
|
+
},{"./atob":612}],614:[function(require,module,exports){
|
|
75800
76060
|
'use strict';
|
|
75801
76061
|
|
|
75802
76062
|
var base64_url_decode = require('./base64_url_decode');
|
|
@@ -75824,7 +76084,7 @@ module.exports = function (token,options) {
|
|
|
75824
76084
|
|
|
75825
76085
|
module.exports.InvalidTokenError = InvalidTokenError;
|
|
75826
76086
|
|
|
75827
|
-
},{"./base64_url_decode":
|
|
76087
|
+
},{"./base64_url_decode":613}],615:[function(require,module,exports){
|
|
75828
76088
|
module.exports={
|
|
75829
76089
|
"application/1d-interleaved-parityfec": {
|
|
75830
76090
|
"source": "iana"
|
|
@@ -84345,7 +84605,7 @@ module.exports={
|
|
|
84345
84605
|
}
|
|
84346
84606
|
}
|
|
84347
84607
|
|
|
84348
|
-
},{}],
|
|
84608
|
+
},{}],616:[function(require,module,exports){
|
|
84349
84609
|
/*!
|
|
84350
84610
|
* mime-db
|
|
84351
84611
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -84359,7 +84619,7 @@ module.exports={
|
|
|
84359
84619
|
|
|
84360
84620
|
module.exports = require('./db.json')
|
|
84361
84621
|
|
|
84362
|
-
},{"./db.json":
|
|
84622
|
+
},{"./db.json":615}],617:[function(require,module,exports){
|
|
84363
84623
|
/*!
|
|
84364
84624
|
* mime-types
|
|
84365
84625
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -84549,7 +84809,7 @@ function populateMaps (extensions, types) {
|
|
|
84549
84809
|
})
|
|
84550
84810
|
}
|
|
84551
84811
|
|
|
84552
|
-
},{"mime-db":
|
|
84812
|
+
},{"mime-db":616,"path":327}],618:[function(require,module,exports){
|
|
84553
84813
|
var crypto = require('crypto')
|
|
84554
84814
|
|
|
84555
84815
|
function sha (key, body, algorithm) {
|
|
@@ -84696,7 +84956,7 @@ exports.plaintext = plaintext
|
|
|
84696
84956
|
exports.sign = sign
|
|
84697
84957
|
exports.rfc3986 = rfc3986
|
|
84698
84958
|
exports.generateBase = generateBase
|
|
84699
|
-
},{"crypto":237}],
|
|
84959
|
+
},{"crypto":237}],619:[function(require,module,exports){
|
|
84700
84960
|
(function (process){(function (){
|
|
84701
84961
|
// Generated by CoffeeScript 1.12.2
|
|
84702
84962
|
(function() {
|
|
@@ -84736,7 +84996,7 @@ exports.generateBase = generateBase
|
|
|
84736
84996
|
|
|
84737
84997
|
|
|
84738
84998
|
}).call(this)}).call(this,require('_process'))
|
|
84739
|
-
},{"_process":335}],
|
|
84999
|
+
},{"_process":335}],620:[function(require,module,exports){
|
|
84740
85000
|
module.exports=[
|
|
84741
85001
|
"ac",
|
|
84742
85002
|
"com.ac",
|
|
@@ -94113,7 +94373,7 @@ module.exports=[
|
|
|
94113
94373
|
"virtualserver.io",
|
|
94114
94374
|
"enterprisecloud.nu"
|
|
94115
94375
|
]
|
|
94116
|
-
},{}],
|
|
94376
|
+
},{}],621:[function(require,module,exports){
|
|
94117
94377
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
94118
94378
|
'use strict';
|
|
94119
94379
|
|
|
@@ -94384,7 +94644,7 @@ exports.isValid = function (domain) {
|
|
|
94384
94644
|
return Boolean(parsed.domain && parsed.listed);
|
|
94385
94645
|
};
|
|
94386
94646
|
|
|
94387
|
-
},{"./data/rules.json":
|
|
94647
|
+
},{"./data/rules.json":620,"punycode":343}],622:[function(require,module,exports){
|
|
94388
94648
|
'use strict';
|
|
94389
94649
|
|
|
94390
94650
|
var replace = String.prototype.replace;
|
|
@@ -94404,7 +94664,7 @@ module.exports = {
|
|
|
94404
94664
|
RFC3986: 'RFC3986'
|
|
94405
94665
|
};
|
|
94406
94666
|
|
|
94407
|
-
},{}],
|
|
94667
|
+
},{}],623:[function(require,module,exports){
|
|
94408
94668
|
'use strict';
|
|
94409
94669
|
|
|
94410
94670
|
var stringify = require('./stringify');
|
|
@@ -94417,7 +94677,7 @@ module.exports = {
|
|
|
94417
94677
|
stringify: stringify
|
|
94418
94678
|
};
|
|
94419
94679
|
|
|
94420
|
-
},{"./formats":
|
|
94680
|
+
},{"./formats":622,"./parse":624,"./stringify":625}],624:[function(require,module,exports){
|
|
94421
94681
|
'use strict';
|
|
94422
94682
|
|
|
94423
94683
|
var utils = require('./utils');
|
|
@@ -94594,7 +94854,7 @@ module.exports = function (str, opts) {
|
|
|
94594
94854
|
return utils.compact(obj);
|
|
94595
94855
|
};
|
|
94596
94856
|
|
|
94597
|
-
},{"./utils":
|
|
94857
|
+
},{"./utils":626}],625:[function(require,module,exports){
|
|
94598
94858
|
'use strict';
|
|
94599
94859
|
|
|
94600
94860
|
var utils = require('./utils');
|
|
@@ -94813,7 +95073,7 @@ module.exports = function (object, opts) {
|
|
|
94813
95073
|
return joined.length > 0 ? prefix + joined : '';
|
|
94814
95074
|
};
|
|
94815
95075
|
|
|
94816
|
-
},{"./formats":
|
|
95076
|
+
},{"./formats":622,"./utils":626}],626:[function(require,module,exports){
|
|
94817
95077
|
'use strict';
|
|
94818
95078
|
|
|
94819
95079
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -95030,7 +95290,7 @@ module.exports = {
|
|
|
95030
95290
|
merge: merge
|
|
95031
95291
|
};
|
|
95032
95292
|
|
|
95033
|
-
},{}],
|
|
95293
|
+
},{}],627:[function(require,module,exports){
|
|
95034
95294
|
// Copyright 2010-2012 Mikeal Rogers
|
|
95035
95295
|
//
|
|
95036
95296
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -95187,7 +95447,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
95187
95447
|
}
|
|
95188
95448
|
})
|
|
95189
95449
|
|
|
95190
|
-
},{"./lib/cookies":
|
|
95450
|
+
},{"./lib/cookies":629,"./lib/helpers":633,"./request":642,"extend":573}],628:[function(require,module,exports){
|
|
95191
95451
|
'use strict'
|
|
95192
95452
|
|
|
95193
95453
|
var caseless = require('caseless')
|
|
@@ -95356,7 +95616,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
95356
95616
|
|
|
95357
95617
|
exports.Auth = Auth
|
|
95358
95618
|
|
|
95359
|
-
},{"./helpers":
|
|
95619
|
+
},{"./helpers":633,"caseless":566,"uuid/v4":641}],629:[function(require,module,exports){
|
|
95360
95620
|
'use strict'
|
|
95361
95621
|
|
|
95362
95622
|
var tough = require('tough-cookie')
|
|
@@ -95396,7 +95656,7 @@ exports.jar = function (store) {
|
|
|
95396
95656
|
return new RequestJar(store)
|
|
95397
95657
|
}
|
|
95398
95658
|
|
|
95399
|
-
},{"tough-cookie":
|
|
95659
|
+
},{"tough-cookie":670}],630:[function(require,module,exports){
|
|
95400
95660
|
(function (process){(function (){
|
|
95401
95661
|
'use strict'
|
|
95402
95662
|
|
|
@@ -95479,7 +95739,7 @@ function getProxyFromURI (uri) {
|
|
|
95479
95739
|
module.exports = getProxyFromURI
|
|
95480
95740
|
|
|
95481
95741
|
}).call(this)}).call(this,require('_process'))
|
|
95482
|
-
},{"_process":335}],
|
|
95742
|
+
},{"_process":335}],631:[function(require,module,exports){
|
|
95483
95743
|
'use strict'
|
|
95484
95744
|
|
|
95485
95745
|
var fs = require('fs')
|
|
@@ -95686,7 +95946,7 @@ Har.prototype.options = function (options) {
|
|
|
95686
95946
|
|
|
95687
95947
|
exports.Har = Har
|
|
95688
95948
|
|
|
95689
|
-
},{"extend":
|
|
95949
|
+
},{"extend":573,"fs":225,"har-validator":599,"querystring":346}],632:[function(require,module,exports){
|
|
95690
95950
|
'use strict'
|
|
95691
95951
|
|
|
95692
95952
|
var crypto = require('crypto')
|
|
@@ -95777,7 +96037,7 @@ exports.header = function (uri, method, opts) {
|
|
|
95777
96037
|
return header
|
|
95778
96038
|
}
|
|
95779
96039
|
|
|
95780
|
-
},{"crypto":237}],
|
|
96040
|
+
},{"crypto":237}],633:[function(require,module,exports){
|
|
95781
96041
|
(function (process,setImmediate){(function (){
|
|
95782
96042
|
'use strict'
|
|
95783
96043
|
|
|
@@ -95847,7 +96107,7 @@ exports.version = version
|
|
|
95847
96107
|
exports.defer = defer
|
|
95848
96108
|
|
|
95849
96109
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
95850
|
-
},{"_process":335,"crypto":237,"json-stringify-safe":
|
|
96110
|
+
},{"_process":335,"crypto":237,"json-stringify-safe":610,"safe-buffer":643,"timers":393}],634:[function(require,module,exports){
|
|
95851
96111
|
'use strict'
|
|
95852
96112
|
|
|
95853
96113
|
var uuid = require('uuid/v4')
|
|
@@ -95961,7 +96221,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
95961
96221
|
|
|
95962
96222
|
exports.Multipart = Multipart
|
|
95963
96223
|
|
|
95964
|
-
},{"combined-stream":
|
|
96224
|
+
},{"combined-stream":567,"isstream":606,"safe-buffer":643,"uuid/v4":641}],635:[function(require,module,exports){
|
|
95965
96225
|
'use strict'
|
|
95966
96226
|
|
|
95967
96227
|
var url = require('url')
|
|
@@ -96111,7 +96371,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
96111
96371
|
|
|
96112
96372
|
exports.OAuth = OAuth
|
|
96113
96373
|
|
|
96114
|
-
},{"caseless":
|
|
96374
|
+
},{"caseless":566,"crypto":237,"oauth-sign":618,"qs":623,"safe-buffer":643,"url":395,"uuid/v4":641}],636:[function(require,module,exports){
|
|
96115
96375
|
'use strict'
|
|
96116
96376
|
|
|
96117
96377
|
var qs = require('qs')
|
|
@@ -96163,7 +96423,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
96163
96423
|
|
|
96164
96424
|
exports.Querystring = Querystring
|
|
96165
96425
|
|
|
96166
|
-
},{"qs":
|
|
96426
|
+
},{"qs":623,"querystring":346}],637:[function(require,module,exports){
|
|
96167
96427
|
'use strict'
|
|
96168
96428
|
|
|
96169
96429
|
var url = require('url')
|
|
@@ -96319,7 +96579,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
96319
96579
|
|
|
96320
96580
|
exports.Redirect = Redirect
|
|
96321
96581
|
|
|
96322
|
-
},{"url":395}],
|
|
96582
|
+
},{"url":395}],638:[function(require,module,exports){
|
|
96323
96583
|
'use strict'
|
|
96324
96584
|
|
|
96325
96585
|
var url = require('url')
|
|
@@ -96496,7 +96756,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
96496
96756
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
96497
96757
|
exports.Tunnel = Tunnel
|
|
96498
96758
|
|
|
96499
|
-
},{"tunnel-agent":
|
|
96759
|
+
},{"tunnel-agent":677,"url":395}],639:[function(require,module,exports){
|
|
96500
96760
|
/**
|
|
96501
96761
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
96502
96762
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -96524,7 +96784,7 @@ function bytesToUuid(buf, offset) {
|
|
|
96524
96784
|
|
|
96525
96785
|
module.exports = bytesToUuid;
|
|
96526
96786
|
|
|
96527
|
-
},{}],
|
|
96787
|
+
},{}],640:[function(require,module,exports){
|
|
96528
96788
|
// Unique ID creation requires a high quality random # generator. In the
|
|
96529
96789
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
96530
96790
|
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
@@ -96560,7 +96820,7 @@ if (getRandomValues) {
|
|
|
96560
96820
|
};
|
|
96561
96821
|
}
|
|
96562
96822
|
|
|
96563
|
-
},{}],
|
|
96823
|
+
},{}],641:[function(require,module,exports){
|
|
96564
96824
|
var rng = require('./lib/rng');
|
|
96565
96825
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
96566
96826
|
|
|
@@ -96591,7 +96851,7 @@ function v4(options, buf, offset) {
|
|
|
96591
96851
|
|
|
96592
96852
|
module.exports = v4;
|
|
96593
96853
|
|
|
96594
|
-
},{"./lib/bytesToUuid":
|
|
96854
|
+
},{"./lib/bytesToUuid":639,"./lib/rng":640}],642:[function(require,module,exports){
|
|
96595
96855
|
(function (process){(function (){
|
|
96596
96856
|
'use strict'
|
|
96597
96857
|
|
|
@@ -98148,9 +98408,9 @@ Request.prototype.toJSON = requestToJSON
|
|
|
98148
98408
|
module.exports = Request
|
|
98149
98409
|
|
|
98150
98410
|
}).call(this)}).call(this,require('_process'))
|
|
98151
|
-
},{"./lib/auth":
|
|
98411
|
+
},{"./lib/auth":628,"./lib/cookies":629,"./lib/getProxyFromURI":630,"./lib/har":631,"./lib/hawk":632,"./lib/helpers":633,"./lib/multipart":634,"./lib/oauth":635,"./lib/querystring":636,"./lib/redirect":637,"./lib/tunnel":638,"_process":335,"aws-sign2":562,"aws4":563,"caseless":566,"extend":573,"forever-agent":577,"form-data":578,"http":387,"http-signature":600,"https":298,"is-typedarray":605,"isstream":606,"mime-types":617,"performance-now":619,"safe-buffer":643,"stream":386,"url":395,"util":400,"zlib":224}],643:[function(require,module,exports){
|
|
98152
98412
|
arguments[4][358][0].apply(exports,arguments)
|
|
98153
|
-
},{"buffer":227,"dup":358}],
|
|
98413
|
+
},{"buffer":227,"dup":358}],644:[function(require,module,exports){
|
|
98154
98414
|
(function (process){(function (){
|
|
98155
98415
|
/* eslint-disable node/no-deprecated-api */
|
|
98156
98416
|
|
|
@@ -98231,7 +98491,7 @@ if (!safer.constants) {
|
|
|
98231
98491
|
module.exports = safer
|
|
98232
98492
|
|
|
98233
98493
|
}).call(this)}).call(this,require('_process'))
|
|
98234
|
-
},{"_process":335,"buffer":227}],
|
|
98494
|
+
},{"_process":335,"buffer":227}],645:[function(require,module,exports){
|
|
98235
98495
|
// Copyright 2015 Joyent, Inc.
|
|
98236
98496
|
|
|
98237
98497
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -98401,7 +98661,7 @@ module.exports = {
|
|
|
98401
98661
|
curves: curves
|
|
98402
98662
|
};
|
|
98403
98663
|
|
|
98404
|
-
},{"safer-buffer":
|
|
98664
|
+
},{"safer-buffer":644}],646:[function(require,module,exports){
|
|
98405
98665
|
// Copyright 2016 Joyent, Inc.
|
|
98406
98666
|
|
|
98407
98667
|
module.exports = Certificate;
|
|
@@ -98813,7 +99073,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
98813
99073
|
return ([1, 0]);
|
|
98814
99074
|
};
|
|
98815
99075
|
|
|
98816
|
-
},{"./algs":
|
|
99076
|
+
},{"./algs":645,"./errors":649,"./fingerprint":650,"./formats/openssh-cert":653,"./formats/x509":662,"./formats/x509-pem":661,"./identity":663,"./key":665,"./private-key":666,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644,"util":400}],647:[function(require,module,exports){
|
|
98817
99077
|
// Copyright 2017 Joyent, Inc.
|
|
98818
99078
|
|
|
98819
99079
|
module.exports = {
|
|
@@ -99212,7 +99472,7 @@ function generateECDSA(curve) {
|
|
|
99212
99472
|
}
|
|
99213
99473
|
}
|
|
99214
99474
|
|
|
99215
|
-
},{"./algs":
|
|
99475
|
+
},{"./algs":645,"./key":665,"./private-key":666,"./utils":669,"assert-plus":561,"crypto":237,"ecc-jsbn":570,"ecc-jsbn/lib/ec":571,"jsbn":607,"safer-buffer":644,"tweetnacl":678}],648:[function(require,module,exports){
|
|
99216
99476
|
// Copyright 2015 Joyent, Inc.
|
|
99217
99477
|
|
|
99218
99478
|
module.exports = {
|
|
@@ -99306,7 +99566,7 @@ Signer.prototype.sign = function () {
|
|
|
99306
99566
|
return (sigObj);
|
|
99307
99567
|
};
|
|
99308
99568
|
|
|
99309
|
-
},{"./signature":
|
|
99569
|
+
},{"./signature":667,"assert-plus":561,"safer-buffer":644,"stream":386,"tweetnacl":678,"util":400}],649:[function(require,module,exports){
|
|
99310
99570
|
// Copyright 2015 Joyent, Inc.
|
|
99311
99571
|
|
|
99312
99572
|
var assert = require('assert-plus');
|
|
@@ -99392,7 +99652,7 @@ module.exports = {
|
|
|
99392
99652
|
CertificateParseError: CertificateParseError
|
|
99393
99653
|
};
|
|
99394
99654
|
|
|
99395
|
-
},{"assert-plus":
|
|
99655
|
+
},{"assert-plus":561,"util":400}],650:[function(require,module,exports){
|
|
99396
99656
|
// Copyright 2018 Joyent, Inc.
|
|
99397
99657
|
|
|
99398
99658
|
module.exports = Fingerprint;
|
|
@@ -99614,7 +99874,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
99614
99874
|
return ([1, 0]);
|
|
99615
99875
|
};
|
|
99616
99876
|
|
|
99617
|
-
},{"./algs":
|
|
99877
|
+
},{"./algs":645,"./certificate":646,"./errors":649,"./key":665,"./private-key":666,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644}],651:[function(require,module,exports){
|
|
99618
99878
|
// Copyright 2018 Joyent, Inc.
|
|
99619
99879
|
|
|
99620
99880
|
module.exports = {
|
|
@@ -99740,7 +100000,7 @@ function write(key, options) {
|
|
|
99740
100000
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
99741
100001
|
}
|
|
99742
100002
|
|
|
99743
|
-
},{"../key":
|
|
100003
|
+
},{"../key":665,"../private-key":666,"../utils":669,"./dnssec":652,"./pem":654,"./putty":657,"./rfc4253":658,"./ssh":660,"assert-plus":561,"safer-buffer":644}],652:[function(require,module,exports){
|
|
99744
100004
|
// Copyright 2017 Joyent, Inc.
|
|
99745
100005
|
|
|
99746
100006
|
module.exports = {
|
|
@@ -100029,7 +100289,7 @@ function write(key, options) {
|
|
|
100029
100289
|
}
|
|
100030
100290
|
}
|
|
100031
100291
|
|
|
100032
|
-
},{"../dhe":
|
|
100292
|
+
},{"../dhe":647,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"assert-plus":561,"safer-buffer":644}],653:[function(require,module,exports){
|
|
100033
100293
|
// Copyright 2017 Joyent, Inc.
|
|
100034
100294
|
|
|
100035
100295
|
module.exports = {
|
|
@@ -100383,7 +100643,7 @@ function getCertType(key) {
|
|
|
100383
100643
|
throw (new Error('Unsupported key type ' + key.type));
|
|
100384
100644
|
}
|
|
100385
100645
|
|
|
100386
|
-
},{"../algs":
|
|
100646
|
+
},{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../ssh-buffer":668,"../utils":669,"./rfc4253":658,"assert-plus":561,"crypto":237,"safer-buffer":644}],654:[function(require,module,exports){
|
|
100387
100647
|
// Copyright 2018 Joyent, Inc.
|
|
100388
100648
|
|
|
100389
100649
|
module.exports = {
|
|
@@ -100675,7 +100935,7 @@ function write(key, options, type) {
|
|
|
100675
100935
|
return (buf.slice(0, o));
|
|
100676
100936
|
}
|
|
100677
100937
|
|
|
100678
|
-
},{"../algs":
|
|
100938
|
+
},{"../algs":645,"../errors":649,"../key":665,"../private-key":666,"../utils":669,"./pkcs1":655,"./pkcs8":656,"./rfc4253":658,"./ssh-private":659,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644}],655:[function(require,module,exports){
|
|
100679
100939
|
// Copyright 2015 Joyent, Inc.
|
|
100680
100940
|
|
|
100681
100941
|
module.exports = {
|
|
@@ -101050,7 +101310,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
101050
101310
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
101051
101311
|
}
|
|
101052
101312
|
|
|
101053
|
-
},{"../algs":
|
|
101313
|
+
},{"../algs":645,"../key":665,"../private-key":666,"../utils":669,"./pem":654,"./pkcs8":656,"asn1":560,"assert-plus":561,"safer-buffer":644}],656:[function(require,module,exports){
|
|
101054
101314
|
// Copyright 2018 Joyent, Inc.
|
|
101055
101315
|
|
|
101056
101316
|
module.exports = {
|
|
@@ -101683,7 +101943,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
101683
101943
|
der.endSequence();
|
|
101684
101944
|
}
|
|
101685
101945
|
|
|
101686
|
-
},{"../algs":
|
|
101946
|
+
},{"../algs":645,"../key":665,"../private-key":666,"../utils":669,"./pem":654,"asn1":560,"assert-plus":561,"safer-buffer":644}],657:[function(require,module,exports){
|
|
101687
101947
|
// Copyright 2018 Joyent, Inc.
|
|
101688
101948
|
|
|
101689
101949
|
module.exports = {
|
|
@@ -101879,7 +102139,7 @@ function wrap(txt, len) {
|
|
|
101879
102139
|
return (lines);
|
|
101880
102140
|
}
|
|
101881
102141
|
|
|
101882
|
-
},{"../errors":
|
|
102142
|
+
},{"../errors":649,"../key":665,"../private-key":666,"../ssh-buffer":668,"./rfc4253":658,"assert-plus":561,"crypto":237,"safer-buffer":644}],658:[function(require,module,exports){
|
|
101883
102143
|
// Copyright 2015 Joyent, Inc.
|
|
101884
102144
|
|
|
101885
102145
|
module.exports = {
|
|
@@ -102047,7 +102307,7 @@ function write(key, options) {
|
|
|
102047
102307
|
return (buf.toBuffer());
|
|
102048
102308
|
}
|
|
102049
102309
|
|
|
102050
|
-
},{"../algs":
|
|
102310
|
+
},{"../algs":645,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"assert-plus":561,"safer-buffer":644}],659:[function(require,module,exports){
|
|
102051
102311
|
// Copyright 2015 Joyent, Inc.
|
|
102052
102312
|
|
|
102053
102313
|
module.exports = {
|
|
@@ -102311,7 +102571,7 @@ function write(key, options) {
|
|
|
102311
102571
|
return (buf.slice(0, o));
|
|
102312
102572
|
}
|
|
102313
102573
|
|
|
102314
|
-
},{"../algs":
|
|
102574
|
+
},{"../algs":645,"../errors":649,"../key":665,"../private-key":666,"../ssh-buffer":668,"../utils":669,"./pem":654,"./rfc4253":658,"asn1":560,"assert-plus":561,"bcrypt-pbkdf":565,"crypto":237,"safer-buffer":644}],660:[function(require,module,exports){
|
|
102315
102575
|
// Copyright 2015 Joyent, Inc.
|
|
102316
102576
|
|
|
102317
102577
|
module.exports = {
|
|
@@ -102428,7 +102688,7 @@ function write(key, options) {
|
|
|
102428
102688
|
return (Buffer.from(parts.join(' ')));
|
|
102429
102689
|
}
|
|
102430
102690
|
|
|
102431
|
-
},{"../key":
|
|
102691
|
+
},{"../key":665,"../private-key":666,"../utils":669,"./rfc4253":658,"./ssh-private":659,"assert-plus":561,"safer-buffer":644}],661:[function(require,module,exports){
|
|
102432
102692
|
// Copyright 2016 Joyent, Inc.
|
|
102433
102693
|
|
|
102434
102694
|
var x509 = require('./x509');
|
|
@@ -102518,7 +102778,7 @@ function write(cert, options) {
|
|
|
102518
102778
|
return (buf.slice(0, o));
|
|
102519
102779
|
}
|
|
102520
102780
|
|
|
102521
|
-
},{"../algs":
|
|
102781
|
+
},{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../utils":669,"./pem":654,"./x509":662,"asn1":560,"assert-plus":561,"safer-buffer":644}],662:[function(require,module,exports){
|
|
102522
102782
|
// Copyright 2017 Joyent, Inc.
|
|
102523
102783
|
|
|
102524
102784
|
module.exports = {
|
|
@@ -103272,7 +103532,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
103272
103532
|
return (bits);
|
|
103273
103533
|
}
|
|
103274
103534
|
|
|
103275
|
-
},{"../algs":
|
|
103535
|
+
},{"../algs":645,"../certificate":646,"../identity":663,"../key":665,"../private-key":666,"../signature":667,"../utils":669,"./pem":654,"./pkcs8":656,"asn1":560,"assert-plus":561,"safer-buffer":644}],663:[function(require,module,exports){
|
|
103276
103536
|
// Copyright 2017 Joyent, Inc.
|
|
103277
103537
|
|
|
103278
103538
|
module.exports = Identity;
|
|
@@ -103647,7 +103907,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
103647
103907
|
return ([1, 0]);
|
|
103648
103908
|
};
|
|
103649
103909
|
|
|
103650
|
-
},{"./algs":
|
|
103910
|
+
},{"./algs":645,"./errors":649,"./fingerprint":650,"./signature":667,"./utils":669,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644,"util":400}],664:[function(require,module,exports){
|
|
103651
103911
|
// Copyright 2015 Joyent, Inc.
|
|
103652
103912
|
|
|
103653
103913
|
var Key = require('./key');
|
|
@@ -103689,7 +103949,7 @@ module.exports = {
|
|
|
103689
103949
|
CertificateParseError: errs.CertificateParseError
|
|
103690
103950
|
};
|
|
103691
103951
|
|
|
103692
|
-
},{"./certificate":
|
|
103952
|
+
},{"./certificate":646,"./errors":649,"./fingerprint":650,"./identity":663,"./key":665,"./private-key":666,"./signature":667}],665:[function(require,module,exports){
|
|
103693
103953
|
(function (Buffer){(function (){
|
|
103694
103954
|
// Copyright 2018 Joyent, Inc.
|
|
103695
103955
|
|
|
@@ -103987,7 +104247,7 @@ Key._oldVersionDetect = function (obj) {
|
|
|
103987
104247
|
};
|
|
103988
104248
|
|
|
103989
104249
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
103990
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./algs":
|
|
104250
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":302,"./algs":645,"./dhe":647,"./ed-compat":648,"./errors":649,"./fingerprint":650,"./formats/auto":651,"./formats/dnssec":652,"./formats/pem":654,"./formats/pkcs1":655,"./formats/pkcs8":656,"./formats/putty":657,"./formats/rfc4253":658,"./formats/ssh":660,"./formats/ssh-private":659,"./private-key":666,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237}],666:[function(require,module,exports){
|
|
103991
104251
|
// Copyright 2017 Joyent, Inc.
|
|
103992
104252
|
|
|
103993
104253
|
module.exports = PrivateKey;
|
|
@@ -104236,7 +104496,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
104236
104496
|
return ([1, 0]);
|
|
104237
104497
|
};
|
|
104238
104498
|
|
|
104239
|
-
},{"./algs":
|
|
104499
|
+
},{"./algs":645,"./dhe":647,"./ed-compat":648,"./errors":649,"./fingerprint":650,"./formats/auto":651,"./formats/dnssec":652,"./formats/pem":654,"./formats/pkcs1":655,"./formats/pkcs8":656,"./formats/putty":657,"./formats/rfc4253":658,"./formats/ssh-private":659,"./key":665,"./signature":667,"./utils":669,"assert-plus":561,"crypto":237,"safer-buffer":644,"tweetnacl":678,"util":400}],667:[function(require,module,exports){
|
|
104240
104500
|
// Copyright 2015 Joyent, Inc.
|
|
104241
104501
|
|
|
104242
104502
|
module.exports = Signature;
|
|
@@ -104552,7 +104812,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
104552
104812
|
return ([1, 0]);
|
|
104553
104813
|
};
|
|
104554
104814
|
|
|
104555
|
-
},{"./algs":
|
|
104815
|
+
},{"./algs":645,"./errors":649,"./ssh-buffer":668,"./utils":669,"asn1":560,"assert-plus":561,"crypto":237,"safer-buffer":644}],668:[function(require,module,exports){
|
|
104556
104816
|
// Copyright 2015 Joyent, Inc.
|
|
104557
104817
|
|
|
104558
104818
|
module.exports = SSHBuffer;
|
|
@@ -104703,7 +104963,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
104703
104963
|
this._offset += buf.length;
|
|
104704
104964
|
};
|
|
104705
104965
|
|
|
104706
|
-
},{"assert-plus":
|
|
104966
|
+
},{"assert-plus":561,"safer-buffer":644}],669:[function(require,module,exports){
|
|
104707
104967
|
// Copyright 2015 Joyent, Inc.
|
|
104708
104968
|
|
|
104709
104969
|
module.exports = {
|
|
@@ -105109,7 +105369,7 @@ function opensshCipherInfo(cipher) {
|
|
|
105109
105369
|
return (inf);
|
|
105110
105370
|
}
|
|
105111
105371
|
|
|
105112
|
-
},{"./algs":
|
|
105372
|
+
},{"./algs":645,"./key":665,"./private-key":666,"asn1":560,"assert-plus":561,"crypto":237,"ecc-jsbn/lib/ec":571,"jsbn":607,"safer-buffer":644,"tweetnacl":678}],670:[function(require,module,exports){
|
|
105113
105373
|
/*!
|
|
105114
105374
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
105115
105375
|
* All rights reserved.
|
|
@@ -106593,7 +106853,7 @@ exports.permuteDomain = require('./permuteDomain').permuteDomain;
|
|
|
106593
106853
|
exports.permutePath = permutePath;
|
|
106594
106854
|
exports.canonicalDomain = canonicalDomain;
|
|
106595
106855
|
|
|
106596
|
-
},{"./memstore":
|
|
106856
|
+
},{"./memstore":671,"./pathMatch":672,"./permuteDomain":673,"./pubsuffix-psl":674,"./store":675,"./version":676,"net":225,"punycode":343,"url":395,"util":400}],671:[function(require,module,exports){
|
|
106597
106857
|
/*!
|
|
106598
106858
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
106599
106859
|
* All rights reserved.
|
|
@@ -106776,7 +107036,7 @@ MemoryCookieStore.prototype.getAllCookies = function(cb) {
|
|
|
106776
107036
|
cb(null, cookies);
|
|
106777
107037
|
};
|
|
106778
107038
|
|
|
106779
|
-
},{"./pathMatch":
|
|
107039
|
+
},{"./pathMatch":672,"./permuteDomain":673,"./store":675,"util":400}],672:[function(require,module,exports){
|
|
106780
107040
|
/*!
|
|
106781
107041
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
106782
107042
|
* All rights reserved.
|
|
@@ -106839,7 +107099,7 @@ function pathMatch (reqPath, cookiePath) {
|
|
|
106839
107099
|
|
|
106840
107100
|
exports.pathMatch = pathMatch;
|
|
106841
107101
|
|
|
106842
|
-
},{}],
|
|
107102
|
+
},{}],673:[function(require,module,exports){
|
|
106843
107103
|
/*!
|
|
106844
107104
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
106845
107105
|
* All rights reserved.
|
|
@@ -106897,7 +107157,7 @@ function permuteDomain (domain) {
|
|
|
106897
107157
|
|
|
106898
107158
|
exports.permuteDomain = permuteDomain;
|
|
106899
107159
|
|
|
106900
|
-
},{"./pubsuffix-psl":
|
|
107160
|
+
},{"./pubsuffix-psl":674}],674:[function(require,module,exports){
|
|
106901
107161
|
/*!
|
|
106902
107162
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
106903
107163
|
* All rights reserved.
|
|
@@ -106937,7 +107197,7 @@ function getPublicSuffix(domain) {
|
|
|
106937
107197
|
|
|
106938
107198
|
exports.getPublicSuffix = getPublicSuffix;
|
|
106939
107199
|
|
|
106940
|
-
},{"psl":
|
|
107200
|
+
},{"psl":621}],675:[function(require,module,exports){
|
|
106941
107201
|
/*!
|
|
106942
107202
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
106943
107203
|
* All rights reserved.
|
|
@@ -107014,11 +107274,11 @@ Store.prototype.getAllCookies = function(cb) {
|
|
|
107014
107274
|
throw new Error('getAllCookies is not implemented (therefore jar cannot be serialized)');
|
|
107015
107275
|
};
|
|
107016
107276
|
|
|
107017
|
-
},{}],
|
|
107277
|
+
},{}],676:[function(require,module,exports){
|
|
107018
107278
|
// generated by genversion
|
|
107019
107279
|
module.exports = '2.5.0'
|
|
107020
107280
|
|
|
107021
|
-
},{}],
|
|
107281
|
+
},{}],677:[function(require,module,exports){
|
|
107022
107282
|
(function (process){(function (){
|
|
107023
107283
|
'use strict'
|
|
107024
107284
|
|
|
@@ -107266,7 +107526,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
107266
107526
|
exports.debug = debug // for test
|
|
107267
107527
|
|
|
107268
107528
|
}).call(this)}).call(this,require('_process'))
|
|
107269
|
-
},{"_process":335,"assert":172,"events":266,"http":387,"https":298,"net":225,"safe-buffer":
|
|
107529
|
+
},{"_process":335,"assert":172,"events":266,"http":387,"https":298,"net":225,"safe-buffer":643,"tls":225,"util":400}],678:[function(require,module,exports){
|
|
107270
107530
|
(function(nacl) {
|
|
107271
107531
|
'use strict';
|
|
107272
107532
|
|
|
@@ -109656,7 +109916,7 @@ nacl.setPRNG = function(fn) {
|
|
|
109656
109916
|
|
|
109657
109917
|
})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
|
|
109658
109918
|
|
|
109659
|
-
},{"crypto":179}],
|
|
109919
|
+
},{"crypto":179}],679:[function(require,module,exports){
|
|
109660
109920
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
109661
109921
|
(function (global, factory) {
|
|
109662
109922
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -111101,7 +111361,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
111101
111361
|
})));
|
|
111102
111362
|
|
|
111103
111363
|
|
|
111104
|
-
},{}],
|
|
111364
|
+
},{}],680:[function(require,module,exports){
|
|
111105
111365
|
var v1 = require('./v1');
|
|
111106
111366
|
var v4 = require('./v4');
|
|
111107
111367
|
|
|
@@ -111111,7 +111371,7 @@ uuid.v4 = v4;
|
|
|
111111
111371
|
|
|
111112
111372
|
module.exports = uuid;
|
|
111113
111373
|
|
|
111114
|
-
},{"./v1":
|
|
111374
|
+
},{"./v1":683,"./v4":684}],681:[function(require,module,exports){
|
|
111115
111375
|
/**
|
|
111116
111376
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
111117
111377
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -111136,7 +111396,7 @@ function bytesToUuid(buf, offset) {
|
|
|
111136
111396
|
|
|
111137
111397
|
module.exports = bytesToUuid;
|
|
111138
111398
|
|
|
111139
|
-
},{}],
|
|
111399
|
+
},{}],682:[function(require,module,exports){
|
|
111140
111400
|
(function (global){(function (){
|
|
111141
111401
|
// Unique ID creation requires a high quality random # generator. In the
|
|
111142
111402
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
@@ -111173,7 +111433,7 @@ if (!rng) {
|
|
|
111173
111433
|
module.exports = rng;
|
|
111174
111434
|
|
|
111175
111435
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
111176
|
-
},{}],
|
|
111436
|
+
},{}],683:[function(require,module,exports){
|
|
111177
111437
|
var rng = require('./lib/rng');
|
|
111178
111438
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
111179
111439
|
|
|
@@ -111275,7 +111535,7 @@ function v1(options, buf, offset) {
|
|
|
111275
111535
|
|
|
111276
111536
|
module.exports = v1;
|
|
111277
111537
|
|
|
111278
|
-
},{"./lib/bytesToUuid":
|
|
111538
|
+
},{"./lib/bytesToUuid":681,"./lib/rng":682}],684:[function(require,module,exports){
|
|
111279
111539
|
var rng = require('./lib/rng');
|
|
111280
111540
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
111281
111541
|
|
|
@@ -111306,7 +111566,7 @@ function v4(options, buf, offset) {
|
|
|
111306
111566
|
|
|
111307
111567
|
module.exports = v4;
|
|
111308
111568
|
|
|
111309
|
-
},{"./lib/bytesToUuid":
|
|
111569
|
+
},{"./lib/bytesToUuid":681,"./lib/rng":682}],685:[function(require,module,exports){
|
|
111310
111570
|
/*
|
|
111311
111571
|
* verror.js: richer JavaScript errors
|
|
111312
111572
|
*/
|
|
@@ -111759,4 +112019,4 @@ WError.prototype.cause = function we_cause(c)
|
|
|
111759
112019
|
return (this.jse_cause);
|
|
111760
112020
|
};
|
|
111761
112021
|
|
|
111762
|
-
},{"assert-plus":
|
|
112022
|
+
},{"assert-plus":561,"core-util-is":568,"extsprintf":574,"util":400}]},{},[403]);
|