@devtron-labs/devtron-fe-common-lib 1.6.0-patch-1 → 1.6.0-patch-2
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/dist/{@code-editor-xvd2GHSS.js → @code-editor-BBhEJtNT.js} +515 -515
- package/dist/{@common-rjsf-CIZtKJUd.js → @common-rjsf-E7Bgu9Dc.js} +1 -1
- package/dist/Shared/Components/Header/index.d.ts +1 -0
- package/dist/Shared/Components/Header/utils.d.ts +1 -1
- package/dist/index.js +227 -224
- package/package.json +1 -1
@@ -230,7 +230,7 @@ const Es = (e) => /* @__PURE__ */ t.jsx("div", { className: `dc__registry-icon d
|
|
230
230
|
CONFIG_DRIFT: "config-drift",
|
231
231
|
RESOURCE_BROWSER: "/resource-browser",
|
232
232
|
COMPARE_CLUSTERS: "/compare-clusters"
|
233
|
-
},
|
233
|
+
}, G = {
|
234
234
|
APP: "app",
|
235
235
|
APP_ARTIFACT_PROMOTE_MATERIAL: "app/artifact/promotion-request/material",
|
236
236
|
APP_TEMPLATE_DATA: "app/template/data",
|
@@ -2581,10 +2581,10 @@ const tf = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
2581
2581
|
shouldHideMenu: B = !1,
|
2582
2582
|
...F
|
2583
2583
|
}) => {
|
2584
|
-
const [
|
2584
|
+
const [V, Z] = j(!1), [oe, me] = j(""), {
|
2585
2585
|
inputId: le,
|
2586
2586
|
required: K,
|
2587
|
-
isDisabled:
|
2587
|
+
isDisabled: H,
|
2588
2588
|
controlShouldRenderValue: pe = !0,
|
2589
2589
|
value: fe,
|
2590
2590
|
options: Ce,
|
@@ -2693,7 +2693,7 @@ const tf = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
2693
2693
|
] }) : r
|
2694
2694
|
}
|
2695
2695
|
),
|
2696
|
-
/* @__PURE__ */ t.jsx(it, { condition:
|
2696
|
+
/* @__PURE__ */ t.jsx(it, { condition: H && !!l, wrap: Ue, children: /* @__PURE__ */ t.jsx("div", { className: "w-100", children: /* @__PURE__ */ t.jsx(
|
2697
2697
|
xp,
|
2698
2698
|
{
|
2699
2699
|
...F,
|
@@ -2736,7 +2736,7 @@ const tf = (e = {}) => e ? Object.hasOwn(e, "shortcutKeyCombo") && "shortcutKeyC
|
|
2736
2736
|
onBlur: fu,
|
2737
2737
|
onChange: hu,
|
2738
2738
|
controlShouldRenderValue: ee,
|
2739
|
-
isFocussed:
|
2739
|
+
isFocussed: V
|
2740
2740
|
}
|
2741
2741
|
) }) })
|
2742
2742
|
] }),
|
@@ -2829,7 +2829,7 @@ ${d.slice(T)}`;
|
|
2829
2829
|
};
|
2830
2830
|
var va = /* @__PURE__ */ ((e) => (e.GLOBAL = "GLOBAL", e.FROM_PREVIOUS_STEP = "FROM_PREVIOUS_STEP", e.NEW = "NEW", e))(va || {}), ff = /* @__PURE__ */ ((e) => (e.INLINE = "INLINE", e.PLUGIN_REF = "REF_PLUGIN", e))(ff || {}), hf = /* @__PURE__ */ ((e) => (e.SHELL = "SHELL", e.DOCKERFILE = "DOCKERFILE", e.CONTAINERIMAGE = "CONTAINER_IMAGE", e))(hf || {}), gf = /* @__PURE__ */ ((e) => (e.TRUE = "Yes", e.FALSE = "No", e))(gf || {}), xf = /* @__PURE__ */ ((e) => (e.SKIP = "SKIP", e.TRIGGER = "TRIGGER", e.PASS = "PASS", e.FAIL = "FAIL", e))(xf || {}), Ef = /* @__PURE__ */ ((e) => (e.PRE_CI = "PRE_CI", e.POST_CI = "POST_CI", e))(Ef || {}), Nf = /* @__PURE__ */ ((e) => (e.KB = "KB", e.MB = "MB", e))(Nf || {}), Oc = /* @__PURE__ */ ((e) => (e.STRING = "STRING", e.NUMBER = "NUMBER", e.BOOL = "BOOL", e.DATE = "DATE", e.FILE = "FILE", e))(Oc || {}), bf = /* @__PURE__ */ ((e) => (e.SELF_DOCKERFILE_BUILD_TYPE = "self-dockerfile-build", e.MANAGED_DOCKERFILE_BUILD_TYPE = "managed-dockerfile-build", e.BUILDPACK_BUILD_TYPE = "buildpack-build", e))(bf || {}), Cf = /* @__PURE__ */ ((e) => (e.INHERIT = "INHERIT", e.OVERRIDE = "OVERRIDE", e))(Cf || {}), Tf = /* @__PURE__ */ ((e) => (e.VARIABLE = "variable", e.FORMAT = "format", e.VALUE = "val", e))(Tf || {});
|
2831
2831
|
const Sf = () => {
|
2832
|
-
const e = `${
|
2832
|
+
const e = `${G.PROJECT_LIST_MIN}`;
|
2833
2833
|
return ie(e).then((s) => {
|
2834
2834
|
let n = [];
|
2835
2835
|
return s && s.result && Array.isArray(s.result) && (n = s.result), n = n.sort((a, r) => EC("name", a, r)), {
|
@@ -2844,10 +2844,10 @@ const Sf = () => {
|
|
2844
2844
|
BranchRegex: "SOURCE_TYPE_BRANCH_REGEX"
|
2845
2845
|
};
|
2846
2846
|
function vf(e) {
|
2847
|
-
return ie(`${
|
2847
|
+
return ie(`${G.USER_CHECK_ROLE}${e ? `?appName=${e}` : ""}`);
|
2848
2848
|
}
|
2849
2849
|
function Af(e, s, n) {
|
2850
|
-
return _t(`${
|
2850
|
+
return _t(`${G.IMAGE_TAGGING}/${s}/${n}`, e);
|
2851
2851
|
}
|
2852
2852
|
const wc = (e) => ({
|
2853
2853
|
...e,
|
@@ -3036,15 +3036,15 @@ const wc = (e) => ({
|
|
3036
3036
|
switch (e) {
|
3037
3037
|
case Br.ROLLBACK:
|
3038
3038
|
i = We(
|
3039
|
-
`${
|
3039
|
+
`${G.CD_MATERIAL_GET}/${s}/material/rollback`,
|
3040
3040
|
o
|
3041
3041
|
);
|
3042
3042
|
break;
|
3043
3043
|
case Br.IMAGE_PROMOTION:
|
3044
|
-
i = We(
|
3044
|
+
i = We(G.APP_ARTIFACT_PROMOTE_MATERIAL, r);
|
3045
3045
|
break;
|
3046
3046
|
default:
|
3047
|
-
i = We(`${
|
3047
|
+
i = We(`${G.CD_MATERIAL_GET}/${s}/material`, {
|
3048
3048
|
...o,
|
3049
3049
|
stage: Gc[n]
|
3050
3050
|
});
|
@@ -3077,25 +3077,25 @@ function $n(e, s) {
|
|
3077
3077
|
return "NA";
|
3078
3078
|
}
|
3079
3079
|
function wf() {
|
3080
|
-
return ie(`${
|
3080
|
+
return ie(`${G.DEPLOYMENT_TEMPLATE_LIST}?appId=-1&envId=-1`);
|
3081
3081
|
}
|
3082
|
-
const XA = () => ie(`${
|
3082
|
+
const XA = () => ie(`${G.NOTIFIER}/channel/config`);
|
3083
3083
|
function JA(e) {
|
3084
3084
|
return ie(
|
3085
|
-
`${
|
3085
|
+
`${G.ENVIRONMENT_LIST_MIN}?auth=false${e ? "&showDeploymentOptions=true" : ""}`
|
3086
3086
|
);
|
3087
3087
|
}
|
3088
3088
|
function ZA() {
|
3089
|
-
const e = `${
|
3089
|
+
const e = `${G.CLUSTER}/autocomplete`;
|
3090
3090
|
return ie(e);
|
3091
3091
|
}
|
3092
|
-
const QA = (e) => ie(`${
|
3092
|
+
const QA = (e) => ie(`${G.API_RESOURCE}/${G.GVK}/${e}`);
|
3093
3093
|
function eI(e) {
|
3094
|
-
const s = `${
|
3094
|
+
const s = `${G.NAMESPACE}/autocomplete?ids=${e}`;
|
3095
3095
|
return ie(s);
|
3096
3096
|
}
|
3097
3097
|
function xi(e) {
|
3098
|
-
const s = `${
|
3098
|
+
const s = `${G.GIT_HOST_EVENT}/${e}`;
|
3099
3099
|
return ie(s);
|
3100
3100
|
}
|
3101
3101
|
const Df = (e, s) => {
|
@@ -3109,7 +3109,7 @@ const Df = (e, s) => {
|
|
3109
3109
|
}) => {
|
3110
3110
|
try {
|
3111
3111
|
const { result: a } = await ie(
|
3112
|
-
We(
|
3112
|
+
We(G.PLUGIN_GLOBAL_VARIABLES, { appId: e }),
|
3113
3113
|
{
|
3114
3114
|
abortControllerRef: n
|
3115
3115
|
}
|
@@ -4169,10 +4169,10 @@ const Ei = () => ({
|
|
4169
4169
|
S
|
4170
4170
|
).reduce(
|
4171
4171
|
(O, [w, B]) => {
|
4172
|
-
const F = R[w]?.defaultValue,
|
4172
|
+
const F = R[w]?.defaultValue, V = B?.active ? {} : F;
|
4173
4173
|
return O[w] = {
|
4174
4174
|
...B,
|
4175
|
-
...
|
4175
|
+
...V,
|
4176
4176
|
targetPlatform: A,
|
4177
4177
|
defaultValue: F
|
4178
4178
|
}, O;
|
@@ -4276,11 +4276,11 @@ const Ei = () => ({
|
|
4276
4276
|
operator: S,
|
4277
4277
|
value: R
|
4278
4278
|
});
|
4279
|
-
const w = yo(A).messages, B = S !== os.EXISTS ? Fc(R).messages : [],
|
4279
|
+
const w = yo(A).messages, B = S !== os.EXISTS ? Fc(R).messages : [], V = !(S === os.EXISTS ? !A : !A && !R) && (w.length > 0 || B.length > 0);
|
4280
4280
|
v[P.TOLERANCE]?.[b] || (v[P.TOLERANCE] || (v[P.TOLERANCE] = {}), v[P.TOLERANCE][b] = {}), v[P.TOLERANCE][b] = {
|
4281
4281
|
...w.length > 0 && { [Wr.KEY]: w },
|
4282
4282
|
...B.length > 0 && { [Wr.VALUE]: B }
|
4283
|
-
},
|
4283
|
+
}, V || (delete v[P.TOLERANCE][b], Object.keys(v[P.TOLERANCE]).length === 0 && (v[P.TOLERANCE] = null));
|
4284
4284
|
break;
|
4285
4285
|
}
|
4286
4286
|
case lt.ADD_CM_CS_ITEM: {
|
@@ -4662,7 +4662,7 @@ const Ei = () => ({
|
|
4662
4662
|
buildxDriverType: uh(e.useK8sDriver)
|
4663
4663
|
}
|
4664
4664
|
};
|
4665
|
-
}, jo = () => `${
|
4665
|
+
}, jo = () => `${G.INFRA_CONFIG_PROFILE}/${Y_}`, pI = (e, s) => s ? `activate_${e}` : `de_activate_${e}`;
|
4666
4666
|
var ph = /* @__PURE__ */ ((e) => (e.email = "email_id", e.lastLogin = "last_login", e))(ph || {}), _h = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e))(_h || {}), fh = /* @__PURE__ */ ((e) => (e.active = "active", e.inactive = "inactive", e.temporary = "temporaryAccess", e))(fh || {}), hh = /* @__PURE__ */ ((e) => (e.includeDeleted = "includeDeleted", e.excludeDelete = "excludeDelete", e.onlyDeleted = "onlyDeleted", e))(hh || {});
|
4667
4667
|
const gh = ({
|
4668
4668
|
id: e,
|
@@ -4771,7 +4771,7 @@ const gh = ({
|
|
4771
4771
|
label: e.startsWith(Vr) ? e.split(":")[1] : e,
|
4772
4772
|
value: e
|
4773
4773
|
}), fI = async () => {
|
4774
|
-
const { result: e } = await ie(
|
4774
|
+
const { result: e } = await ie(G.USER_LIST_MIN);
|
4775
4775
|
if (!e)
|
4776
4776
|
return [];
|
4777
4777
|
const s = e.map(({ emailId: n }) => n).sort(Ze);
|
@@ -5042,9 +5042,9 @@ const EI = (e, s, n, a) => ({
|
|
5042
5042
|
}
|
5043
5043
|
});
|
5044
5044
|
var Ah = /* @__PURE__ */ ((e) => (e.ALL_CLUSTERS = "all", e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e))(Ah || {}), Ih = /* @__PURE__ */ ((e) => (e.HEALTHY = "healthy", e.UNHEALTHY = "unhealthy", e.CONNECTION_FAILED = "connection failed", e))(Ih || {});
|
5045
|
-
const bI = (e, s) => _t(
|
5045
|
+
const bI = (e, s) => _t(G.K8S_RESOURCE_LIST, e, {
|
5046
5046
|
signal: s
|
5047
|
-
}), CI = (e) => _t(
|
5047
|
+
}), CI = (e) => _t(G.K8S_RESOURCE_CREATE, e), TI = (e, s) => _t(G.DELETE_RESOURCE, e, { abortControllerRef: s }), SI = (e, s) => So(G.NODE_CAPACITY, e, { abortControllerRef: s }), vI = (e, s) => To(`${G.NODE_CAPACITY}/cordon`, e, { abortControllerRef: s }), AI = (e, s) => To(`${G.NODE_CAPACITY}/drain`, e, { abortControllerRef: s }), II = () => ie(G.CLUSTER_LIST_RAW), yI = ({
|
5048
5048
|
optionsData: e,
|
5049
5049
|
setOptionsData: s,
|
5050
5050
|
children: n
|
@@ -5117,7 +5117,7 @@ const Rh = {
|
|
5117
5117
|
...e,
|
5118
5118
|
valuesAndManifestFlag: Ro.MANIFEST
|
5119
5119
|
};
|
5120
|
-
return await _t(
|
5120
|
+
return await _t(G.APP_TEMPLATE_DATA, n, {
|
5121
5121
|
signal: s
|
5122
5122
|
});
|
5123
5123
|
} catch (n) {
|
@@ -5128,7 +5128,7 @@ const Rh = {
|
|
5128
5128
|
const n = {
|
5129
5129
|
...e,
|
5130
5130
|
valuesAndManifestFlag: Ro.DEPLOYMENT_TEMPLATE
|
5131
|
-
}, { result: a } = await _t(
|
5131
|
+
}, { result: a } = await _t(G.APP_TEMPLATE_DATA, n, {
|
5132
5132
|
signal: s
|
5133
5133
|
}), r = Object.keys(a.variableSnapshot || {}).length > 0, o = yt.parse(a.data), i = yt.parse(a.resolvedData);
|
5134
5134
|
return {
|
@@ -5248,7 +5248,7 @@ const kh = (e) => {
|
|
5248
5248
|
i.append("file", e[0]);
|
5249
5249
|
try {
|
5250
5250
|
const { result: l } = await _t(
|
5251
|
-
We(`${
|
5251
|
+
We(`${G.CD_CONFIG}/${s}/${n}/${G.FILE_UPLOAD}`, {
|
5252
5252
|
allowedExtensions: a,
|
5253
5253
|
maxUploadSize: r
|
5254
5254
|
}),
|
@@ -5279,7 +5279,7 @@ const kh = (e) => {
|
|
5279
5279
|
isRollbackDeployment: c,
|
5280
5280
|
...d && i
|
5281
5281
|
};
|
5282
|
-
return r && (u.deploymentWithConfig = r === da.LAST_SAVED_CONFIG ? r : da.SPECIFIC_TRIGGER_CONFIG, r !== da.LAST_SAVED_CONFIG && (u.wfrIdForDeploymentWithSpecificTrigger = o)), _t(
|
5282
|
+
return r && (u.deploymentWithConfig = r === da.LAST_SAVED_CONFIG ? r : da.SPECIFIC_TRIGGER_CONFIG, r !== da.LAST_SAVED_CONFIG && (u.wfrIdForDeploymentWithSpecificTrigger = o)), _t(G.CD_TRIGGER_POST, u, { ...kh(), abortControllerRef: l });
|
5283
5283
|
}, UI = async ({
|
5284
5284
|
file: e,
|
5285
5285
|
appId: s,
|
@@ -5293,7 +5293,7 @@ const kh = (e) => {
|
|
5293
5293
|
l.append("file", e[0]);
|
5294
5294
|
try {
|
5295
5295
|
const { result: c } = await _t(
|
5296
|
-
We(`${
|
5296
|
+
We(`${G.CI_CONFIG_GET}/${s}/${n}/${G.FILE_UPLOAD}`, {
|
5297
5297
|
envId: a,
|
5298
5298
|
allowedExtensions: r,
|
5299
5299
|
maxUploadSize: o
|
@@ -5693,7 +5693,7 @@ const Hh = (e, s = !1) => s ? btoa(e) : atob(e), Xr = (e, s = !1) => Object.keys
|
|
5693
5693
|
}, Jh = async (e) => {
|
5694
5694
|
try {
|
5695
5695
|
const { result: s } = await ie(
|
5696
|
-
`${
|
5696
|
+
`${G.APP}/material-info/${e.envId}/${e.ciArtifactId}`
|
5697
5697
|
);
|
5698
5698
|
return Wc(s);
|
5699
5699
|
} catch (s) {
|
@@ -5702,7 +5702,7 @@ const Hh = (e, s = !1) => s ? btoa(e) : atob(e), Xr = (e, s = !1) => Object.keys
|
|
5702
5702
|
}, Zh = async (e) => {
|
5703
5703
|
try {
|
5704
5704
|
const { result: s } = await ie(
|
5705
|
-
`${
|
5705
|
+
`${G.APP}/material-info/${e.ciArtifactId}`
|
5706
5706
|
);
|
5707
5707
|
return Wc(s);
|
5708
5708
|
} catch (s) {
|
@@ -5711,20 +5711,20 @@ const Hh = (e, s = !1) => s ? btoa(e) : atob(e), Xr = (e, s = !1) => Object.keys
|
|
5711
5711
|
}, Qh = ({
|
5712
5712
|
params: e,
|
5713
5713
|
signal: s
|
5714
|
-
}) => ie(We(
|
5714
|
+
}) => ie(We(G.CONFIG_DATA, e), { signal: s }), eg = async (e) => {
|
5715
5715
|
const s = {
|
5716
5716
|
comparisonItems: e.filter((r) => !!r).map((r, o) => ({ index: o, ...r }))
|
5717
5717
|
}, n = Array(e.length).fill(null), {
|
5718
5718
|
result: { comparisonItemResponse: a }
|
5719
5719
|
} = await ie(
|
5720
|
-
We(
|
5720
|
+
We(G.CONFIG_COMPARE_SECRET, {
|
5721
5721
|
compareConfig: JSON.stringify(s)
|
5722
5722
|
})
|
5723
5723
|
);
|
5724
5724
|
return a.forEach((r) => {
|
5725
5725
|
n[r.index] = r;
|
5726
5726
|
}), n;
|
5727
|
-
}, QI = ({ baseUrl: e, kind: s, version: n, suffix: a, queryParams: r }) => We(`${e}/${s}/${n}${a ? `/${a}` : ""}`, r), e0 = ({ kind: e, version: s, queryParams: n, suffix: a }) => We(`global/policy/${e}/${s}${a ? `/${a}` : ""}`, n), tg = (e) => _t(
|
5727
|
+
}, QI = ({ baseUrl: e, kind: s, version: n, suffix: a, queryParams: r }) => We(`${e}/${s}/${n}${a ? `/${a}` : ""}`, r), e0 = ({ kind: e, version: s, queryParams: n, suffix: a }) => We(`global/policy/${e}/${s}${a ? `/${a}` : ""}`, n), tg = (e) => _t(G.CD_CONFIG, e);
|
5728
5728
|
var Ee = /* @__PURE__ */ ((e) => (e.info = "info", e.success = "success", e.error = "error", e.warn = "warn", e.notAuthorized = "notAuthorized", e))(Ee || {});
|
5729
5729
|
const sg = {
|
5730
5730
|
autoClose: 5e3,
|
@@ -6216,7 +6216,7 @@ const rg = "bulk-selection-pop-up-menu", br = {
|
|
6216
6216
|
installedAppId: n,
|
6217
6217
|
artifactId: a,
|
6218
6218
|
installedAppVersionHistoryId: r
|
6219
|
-
}, i = We(
|
6219
|
+
}, i = We(G.SCAN_RESULT, o);
|
6220
6220
|
return await ie(i);
|
6221
6221
|
}, gg = {
|
6222
6222
|
color: "var(--N300)",
|
@@ -8559,32 +8559,31 @@ const ux = {
|
|
8559
8559
|
)
|
8560
8560
|
] })
|
8561
8561
|
] }) });
|
8562
|
-
}, fx = (e) => _t(
|
8562
|
+
}, fx = (e) => _t(G.TELEMETRY_EVENT, e);
|
8563
8563
|
let Fi;
|
8564
8564
|
const hx = async (e, s) => {
|
8565
|
-
const n = await ie(`${
|
8565
|
+
const n = await ie(`${G.SERVER_INFO_API}?showServerStatus=false`);
|
8566
8566
|
return Fi = n, typeof Storage < "u" && (localStorage.serverInfo = JSON.stringify(Fi)), Promise.resolve(n);
|
8567
|
-
}, gx = 864e5, hn = (e) => 1 + (/* @__PURE__ */ new Date()).valueOf() + (e ?? 0) * gx, to = async (e
|
8568
|
-
|
8569
|
-
eventType:
|
8567
|
+
}, gx = 864e5, hn = (e) => 1 + (/* @__PURE__ */ new Date()).valueOf() + (e ?? 0) * gx, to = async (e) => {
|
8568
|
+
await fx({
|
8569
|
+
eventType: e,
|
8570
8570
|
key: mc,
|
8571
8571
|
value: "",
|
8572
8572
|
active: !0
|
8573
|
-
};
|
8574
|
-
await fx(n);
|
8573
|
+
});
|
8575
8574
|
}, Da = (e, s) => {
|
8576
8575
|
localStorage.setItem(e, `${hn(s)}`);
|
8577
8576
|
};
|
8578
8577
|
var Pa = /* @__PURE__ */ ((e) => (e.OSS_KUBECTL = "oss_kubectl", e.OSS_HELM = "oss_helm", e.ENTERPRISE = "enterprise", e))(Pa || {});
|
8579
|
-
const xx = (e) => _t(`${
|
8580
|
-
const n = async (
|
8581
|
-
Da("clickedOkay", 1), s(), await to(
|
8582
|
-
}, a = async (
|
8583
|
-
const
|
8578
|
+
const xx = (e) => _t(`${G.ATTRIBUTES_USER}/${G.UPDATE}`, e), Ex = ({ className: e, hideGettingStartedCard: s }) => {
|
8579
|
+
const n = async () => {
|
8580
|
+
Da("clickedOkay", 1), s(), await to(Mr.TOOLTIP_OKAY);
|
8581
|
+
}, a = async () => {
|
8582
|
+
const r = {
|
8584
8583
|
key: mc,
|
8585
8584
|
value: `${uc}`
|
8586
8585
|
};
|
8587
|
-
await xx(
|
8586
|
+
await xx(r), s(r.value), await to(Mr.TOOLTIP_DONT_SHOW_AGAIN);
|
8588
8587
|
};
|
8589
8588
|
return /* @__PURE__ */ t.jsxs("div", { className: "getting_tippy__position", children: [
|
8590
8589
|
/* @__PURE__ */ t.jsx("div", { className: "arrow-up" }),
|
@@ -8599,8 +8598,7 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
8599
8598
|
text: "Okay",
|
8600
8599
|
size: U.xs,
|
8601
8600
|
dataTestId: "getting-started-okay",
|
8602
|
-
onClick: n
|
8603
|
-
"data-posthog": Mr.TOOLTIP_OKAY
|
8601
|
+
onClick: n
|
8604
8602
|
}
|
8605
8603
|
),
|
8606
8604
|
/* @__PURE__ */ t.jsx(
|
@@ -8611,7 +8609,6 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
8611
8609
|
dataTestId: "getting-started-don't-show-again",
|
8612
8610
|
onClick: a,
|
8613
8611
|
style: He.neutral,
|
8614
|
-
"data-posthog": Mr.TOOLTIP_DONT_SHOW_AGAIN,
|
8615
8612
|
variant: Re.secondary
|
8616
8613
|
}
|
8617
8614
|
)
|
@@ -8853,9 +8850,9 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
8853
8850
|
}
|
8854
8851
|
), [O, w] = j(0), B = async () => {
|
8855
8852
|
try {
|
8856
|
-
const { result:
|
8853
|
+
const { result: H } = await hx(!0, !0);
|
8857
8854
|
R({
|
8858
|
-
serverInfo:
|
8855
|
+
serverInfo: H,
|
8859
8856
|
fetchingServerInfo: !1
|
8860
8857
|
});
|
8861
8858
|
} catch {
|
@@ -8868,12 +8865,12 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
8868
8865
|
M(() => {
|
8869
8866
|
w(+localStorage.getItem("clickedOkay"));
|
8870
8867
|
}, []);
|
8871
|
-
const F = (
|
8872
|
-
x(!1),
|
8873
|
-
},
|
8868
|
+
const F = (H) => {
|
8869
|
+
x(!1), H && f(+H);
|
8870
|
+
}, V = () => {
|
8874
8871
|
A(!b), y && I(!1), Da("clickedOkay", 1), F();
|
8875
|
-
}, Z = async (
|
8876
|
-
!window._env_.K8S_CLIENT && S.serverInfo?.installationType !== Pa.ENTERPRISE && await B(), I(!y), b && A(!1), Da("clickedOkay", 1), F(), await to(
|
8872
|
+
}, Z = async () => {
|
8873
|
+
!window._env_.K8S_CLIENT && S.serverInfo?.installationType !== Pa.ENTERPRISE && await B(), I(!y), b && A(!1), Da("clickedOkay", 1), F(), await to(Mr.HELP), is.event({
|
8877
8874
|
category: "Main Navigation",
|
8878
8875
|
action: "Help Clicked"
|
8879
8876
|
});
|
@@ -8893,7 +8890,7 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
8893
8890
|
"div",
|
8894
8891
|
{
|
8895
8892
|
className: "logout-card__initial cursor fs-13 icon-dim-24 flex logout-card__initial--nav",
|
8896
|
-
onClick:
|
8893
|
+
onClick: V,
|
8897
8894
|
style: { backgroundColor: zn(L) },
|
8898
8895
|
"data-testid": "profile-button",
|
8899
8896
|
children: L[0]
|
@@ -9164,7 +9161,7 @@ const xx = (e) => _t(`${H.ATTRIBUTES_USER}/${H.UPDATE}`, e), Ex = ({ className:
|
|
9164
9161
|
return [...n, ...r];
|
9165
9162
|
}, []) : [], yx = async () => {
|
9166
9163
|
try {
|
9167
|
-
const { result: e } = await ie(
|
9164
|
+
const { result: e } = await ie(G.ENVIRONMENT_LIST_MIN);
|
9168
9165
|
return e ? Ax(e) : [];
|
9169
9166
|
} catch (e) {
|
9170
9167
|
return Me(e), e;
|
@@ -10090,7 +10087,7 @@ const Vx = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10090
10087
|
window.removeEventListener("beforeunload", s);
|
10091
10088
|
}), [s]);
|
10092
10089
|
}, Zx = async () => {
|
10093
|
-
const { result: e } = await ie(
|
10090
|
+
const { result: e } = await ie(G.APP_LIST_MIN);
|
10094
10091
|
return e ? e.map((s) => ({
|
10095
10092
|
...s,
|
10096
10093
|
appList: s.appList.sort((n, a) => Ze(n.name, a.name))
|
@@ -10102,7 +10099,7 @@ const Vx = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10102
10099
|
name: n
|
10103
10100
|
})).sort((s, n) => Ze(s.name, n.name)) : [];
|
10104
10101
|
}, eE = async () => {
|
10105
|
-
const { result: e } = await ie(
|
10102
|
+
const { result: e } = await ie(G.CLUSTER_LIST_MIN);
|
10106
10103
|
return e ? e.map(({ id: s, cluster_name: n, isVirtualCluster: a, isProd: r }) => ({
|
10107
10104
|
id: s,
|
10108
10105
|
name: n,
|
@@ -10110,7 +10107,7 @@ const Vx = /* @__PURE__ */ new Set(["error", "healthy", "succeeded", "cancelled"
|
|
10110
10107
|
isProd: r ?? !1
|
10111
10108
|
})).sort((s, n) => Ze(s.name, n.name)) : [];
|
10112
10109
|
}, tE = async () => {
|
10113
|
-
const { result: e } = await ie(
|
10110
|
+
const { result: e } = await ie(G.ENVIRONMENT_LIST_MIN);
|
10114
10111
|
if (!e)
|
10115
10112
|
return [];
|
10116
10113
|
const s = e.map(
|
@@ -10588,7 +10585,7 @@ async function oE({
|
|
10588
10585
|
fetchIdData: r
|
10589
10586
|
}) {
|
10590
10587
|
const o = await ie(
|
10591
|
-
a ? `${
|
10588
|
+
a ? `${G.APP}/cd-pipeline/workflow/trigger-info/${e}/${s}/${n}/${a}${el(r)}` : `${G.APP}/cd-pipeline/workflow/trigger-info/${e}/${s}/${n}/last${el(r)}`
|
10592
10589
|
);
|
10593
10590
|
return {
|
10594
10591
|
...o,
|
@@ -10599,23 +10596,23 @@ async function oE({
|
|
10599
10596
|
};
|
10600
10597
|
}
|
10601
10598
|
const iE = (e) => {
|
10602
|
-
const s = `${
|
10599
|
+
const s = `${G.IMAGE_TAGGING}/${e.pipelineId}/${e.artifactId}`;
|
10603
10600
|
return ie(s);
|
10604
10601
|
}, lE = (e, s) => {
|
10605
|
-
const n = `${
|
10602
|
+
const n = `${G.CI_CONFIG_GET}/${e.pipelineId}/workflow/${e.workflowId}?forceAbort=${s}`;
|
10606
10603
|
return So(n);
|
10607
10604
|
}, cE = (e, s) => {
|
10608
|
-
const n = `${
|
10605
|
+
const n = `${G.CD_MATERIAL_GET}/${e}/workflowRunner/${s}`;
|
10609
10606
|
return So(n);
|
10610
10607
|
};
|
10611
10608
|
function dE(e, s, n, a, r, o) {
|
10612
10609
|
let i;
|
10613
|
-
return r ? i =
|
10610
|
+
return r ? i = G.HELM_DEPLOYMENT_STATUS_TIMELINE_INSTALLED_APP : i = G.DEPLOYMENT_STATUS, ie(
|
10614
10611
|
`${i}/${e}/${s}${`?showTimeline=${n}`}${a ? `&wfrId=${a}` : ""}${o ? `&installedAppVersionHistoryId=${o}` : ""}`
|
10615
10612
|
);
|
10616
10613
|
}
|
10617
10614
|
function uE(e) {
|
10618
|
-
return ie(`${
|
10615
|
+
return ie(`${G.MANUAL_SYNC}/${e.appId}/${e.envId}`);
|
10619
10616
|
}
|
10620
10617
|
const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`), $0 = (e, s, n, a, r) => ie(
|
10621
10618
|
`app/history/deployed-component/detail/${e}/${s}/${n}?historyComponent=${a.replace("-", "_").toUpperCase()}${r ? `&historyComponentName=${r}` : ""}`
|
@@ -10692,7 +10689,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10692
10689
|
), r.values = a, r;
|
10693
10690
|
}, F0 = (e, s, n, a) => {
|
10694
10691
|
const r = We(
|
10695
|
-
`${
|
10692
|
+
`${G.RESOURCE_HISTORY_DEPLOYMENT}/${G.CONFIG_CD_PIPELINE}/${Ao.v1}`,
|
10696
10693
|
{
|
10697
10694
|
baseConfigurationId: n,
|
10698
10695
|
historyComponent: s.replace("-", "_").toUpperCase(),
|
@@ -10709,7 +10706,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10709
10706
|
showCurrentReleaseDeployments: r = !1
|
10710
10707
|
}) => {
|
10711
10708
|
const o = We(
|
10712
|
-
`${
|
10709
|
+
`${G.RESOURCE_HISTORY_DEPLOYMENT}/${nt.cdPipeline}/${Ao.v1}`,
|
10713
10710
|
{
|
10714
10711
|
filterCriteria: Hx({ appId: e, envId: s, releaseId: a, showCurrentReleaseDeployments: r }),
|
10715
10712
|
offset: n.offset,
|
@@ -10717,7 +10714,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10717
10714
|
}
|
10718
10715
|
), { result: i } = await ie(o);
|
10719
10716
|
return { result: Yx(i) };
|
10720
|
-
}, V0 = (e) => ie(`${
|
10717
|
+
}, V0 = (e) => ie(`${G.MODULE_CONFIGURED}?name=${e}`), tl = ({ children: e }) => /* @__PURE__ */ t.jsx("div", { className: "display-grid dc__column-gap-10 dc__align-start logs-renderer__log-item", children: e }), hE = ({
|
10721
10718
|
stage: e,
|
10722
10719
|
isOpen: s,
|
10723
10720
|
logs: n,
|
@@ -10863,12 +10860,12 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10863
10860
|
}
|
10864
10861
|
return M(() => (e && _(), p), [e, s]), [n, u.current, o];
|
10865
10862
|
}, NE = ({ triggerDetails: e, isBlobStorageConfigured: s, parentType: n, fullScreenView: a }) => {
|
10866
|
-
const { pipelineId: r, envId: o, appId: i } = pt(), l = n === we.CI ? `${Ca}/${
|
10863
|
+
const { pipelineId: r, envId: o, appId: i } = pt(), l = n === we.CI ? `${Ca}/${G.CI_CONFIG_GET}/${r}/workflow/${e.id}/logs` : `${Ca}/${G.CD_MATERIAL_GET}/workflow/logs/${i}/${o}/${r}/${e.id}`, [c, d, u] = EE(
|
10867
10864
|
e.podStatus && e.podStatus !== Sr.PENDING && l
|
10868
10865
|
), [m, p] = j([]), [f, g] = j([]), [x, _] = j(0), [E, h] = j([]), { searchKey: N, handleSearch: T } = Pc(), v = f.length > 0, C = ne(() => m.every((K) => K.isOpen), [m]), y = C ? "Collapse all stages" : "Expand all stages", { registerShortcut: I, unregisterShortcut: b } = Fn(), A = c[0]?.startsWith(Yi) || !1;
|
10869
10866
|
function L({
|
10870
10867
|
log: K,
|
10871
|
-
currentIndex:
|
10868
|
+
currentIndex: H = -1,
|
10872
10869
|
targetSearchKey: pe = N,
|
10873
10870
|
searchMatchResults: fe = null,
|
10874
10871
|
searchIndex: Ce = ""
|
@@ -10880,7 +10877,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10880
10877
|
K = $.reduce((Y, Ae, Fe) => {
|
10881
10878
|
try {
|
10882
10879
|
k = k || ee.test(Ae), Y.push(
|
10883
|
-
Ae.replace(ee, (Le) => (Ce && fe?.push(Ce), `\x1B[0m\x1B[48;2;${fe &&
|
10880
|
+
Ae.replace(ee, (Le) => (Ce && fe?.push(Ce), `\x1B[0m\x1B[48;2;${fe && H === fe.length - 1 ? "0;102;204" : "197;141;54"}m${Le}\x1B[0m${Fe > 0 ? re[Fe - 1] : ""}`))
|
10884
10881
|
);
|
10885
10882
|
} catch {
|
10886
10883
|
Y.push(Ae);
|
@@ -10896,10 +10893,10 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10896
10893
|
return { __html: K, isSearchKeyPresent: k };
|
10897
10894
|
}
|
10898
10895
|
}
|
10899
|
-
const S = (K,
|
10900
|
-
const Ce = m.length === 0, k =
|
10896
|
+
const S = (K, H, pe, fe) => {
|
10897
|
+
const Ce = m.length === 0, k = H ?? !0;
|
10901
10898
|
return fe ? pe || k : Ce ? K !== Hs.SUCCESS || pe : k;
|
10902
|
-
}, R = e.podStatus === Sr.PENDING || !!(d && d.readyState <= 1), O = (K,
|
10899
|
+
}, R = e.podStatus === Sr.PENDING || !!(d && d.readyState <= 1), O = (K, H) => {
|
10903
10900
|
const pe = m.reduce(
|
10904
10901
|
(D, $) => (D[$.stage] || (D[$.stage] = {}), D[$.stage][$.startTime] = $, D),
|
10905
10902
|
{}
|
@@ -10914,7 +10911,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10914
10911
|
Ae,
|
10915
10912
|
Gt.isOpen,
|
10916
10913
|
!!fe[ee]?.[Te],
|
10917
|
-
!!
|
10914
|
+
!!H
|
10918
10915
|
);
|
10919
10916
|
else {
|
10920
10917
|
const Dt = R ? Hs.PROGRESSING : Hs.FAILURE;
|
@@ -10928,7 +10925,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10928
10925
|
Gt.isOpen,
|
10929
10926
|
// Wont be present in case of start stage since no logs are present yet
|
10930
10927
|
!!fe[ee]?.[Te],
|
10931
|
-
!!
|
10928
|
+
!!H
|
10932
10929
|
),
|
10933
10930
|
status: Dt,
|
10934
10931
|
targetPlatforms: ar(Fe?.targetPlatforms),
|
@@ -10947,14 +10944,14 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10947
10944
|
log: $,
|
10948
10945
|
currentIndex: K,
|
10949
10946
|
searchMatchResults: Ce,
|
10950
|
-
targetSearchKey:
|
10947
|
+
targetSearchKey: H,
|
10951
10948
|
searchIndex: Te
|
10952
10949
|
});
|
10953
10950
|
ee.logs.push(Y), Ae && (ee.isOpen = S(
|
10954
10951
|
ee.status,
|
10955
10952
|
pe[ee.stage]?.[ee.startTime]?.isOpen,
|
10956
10953
|
!0,
|
10957
|
-
!!
|
10954
|
+
!!H
|
10958
10955
|
), fe[ee.stage] || (fe[ee.stage] = {}), fe[ee.stage][ee.startTime] = !0);
|
10959
10956
|
}
|
10960
10957
|
return D;
|
@@ -10965,8 +10962,8 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10965
10962
|
if (!c?.length)
|
10966
10963
|
return;
|
10967
10964
|
if (!A) {
|
10968
|
-
const
|
10969
|
-
h(
|
10965
|
+
const H = c.map((pe) => L({ log: pe }).__html);
|
10966
|
+
h(H);
|
10970
10967
|
return;
|
10971
10968
|
}
|
10972
10969
|
const K = O(x);
|
@@ -10974,8 +10971,8 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10974
10971
|
}, [c, R]);
|
10975
10972
|
const w = Ge(() => {
|
10976
10973
|
p(
|
10977
|
-
(K) => K.map((
|
10978
|
-
...
|
10974
|
+
(K) => K.map((H) => ({
|
10975
|
+
...H,
|
10979
10976
|
isOpen: !C
|
10980
10977
|
}))
|
10981
10978
|
);
|
@@ -10983,23 +10980,23 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
10983
10980
|
M(() => (I({ callback: w, keys: ["E"] }), () => {
|
10984
10981
|
b(["E"]);
|
10985
10982
|
}), [w]);
|
10986
|
-
const B = (K,
|
10983
|
+
const B = (K, H = N) => {
|
10987
10984
|
if (f.length > 0 || K === "reset") {
|
10988
10985
|
let pe = 0;
|
10989
|
-
K === "next" ? pe = (x + 1) % f.length : K === "prev" && (pe = x > 0 ? x - 1 : f.length - 1), _(pe), p(O(pe,
|
10986
|
+
K === "next" ? pe = (x + 1) % f.length : K === "prev" && (pe = x > 0 ? x - 1 : f.length - 1), _(pe), p(O(pe, H));
|
10990
10987
|
}
|
10991
10988
|
}, F = () => {
|
10992
10989
|
B("next");
|
10993
|
-
},
|
10990
|
+
}, V = () => {
|
10994
10991
|
B("prev");
|
10995
10992
|
}, Z = (K) => {
|
10996
10993
|
T(K), N === K ? F() : B("reset", K);
|
10997
10994
|
}, oe = (K) => {
|
10998
|
-
const
|
10999
|
-
|
10995
|
+
const H = structuredClone(m);
|
10996
|
+
H[K].isOpen = !1, p(H);
|
11000
10997
|
}, me = (K) => {
|
11001
|
-
const
|
11002
|
-
|
10998
|
+
const H = structuredClone(m);
|
10999
|
+
H[K].isOpen = !0, p(H);
|
11003
11000
|
}, le = () => A ? /* @__PURE__ */ t.jsxs(
|
11004
11001
|
"div",
|
11005
11002
|
{
|
@@ -11043,7 +11040,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
11043
11040
|
{
|
11044
11041
|
type: "button",
|
11045
11042
|
className: `dc__unset-button-styles flex p-6 br-4 dc__bg-n0--opacity-0_2 ${v ? "" : "dc__disabled"}`,
|
11046
|
-
onClick:
|
11043
|
+
onClick: V,
|
11047
11044
|
"data-testid": "logs-previous-search-match",
|
11048
11045
|
"aria-label": "Focus the previous search result match",
|
11049
11046
|
disabled: !v,
|
@@ -11089,11 +11086,11 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
11089
11086
|
}
|
11090
11087
|
),
|
11091
11088
|
/* @__PURE__ */ t.jsx("div", { className: "flexbox-col px-12 dc__gap-4", children: m.map(
|
11092
|
-
({ stage: K, isOpen:
|
11089
|
+
({ stage: K, isOpen: H, logs: pe, endTime: fe, startTime: Ce, status: k, targetPlatforms: D }, $) => /* @__PURE__ */ t.jsx(
|
11093
11090
|
hE,
|
11094
11091
|
{
|
11095
11092
|
stage: K,
|
11096
|
-
isOpen:
|
11093
|
+
isOpen: H,
|
11097
11094
|
logs: pe,
|
11098
11095
|
endTime: fe,
|
11099
11096
|
startTime: Ce,
|
@@ -11112,10 +11109,10 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
11112
11109
|
]
|
11113
11110
|
}
|
11114
11111
|
) : /* @__PURE__ */ t.jsxs("div", { className: "logs__body dark-background flex-grow-1", "data-testid": "check-logs-detail", children: [
|
11115
|
-
E.map((K,
|
11112
|
+
E.map((K, H) => (
|
11116
11113
|
// eslint-disable-next-line react/no-array-index-key
|
11117
11114
|
/* @__PURE__ */ t.jsxs("div", { className: "flex top left mb-10 lh-24", children: [
|
11118
|
-
/* @__PURE__ */ t.jsx("span", { className: "cn-4 col-2 pr-10", children:
|
11115
|
+
/* @__PURE__ */ t.jsx("span", { className: "cn-4 col-2 pr-10", children: H + 1 }),
|
11119
11116
|
/* @__PURE__ */ t.jsx(
|
11120
11117
|
"p",
|
11121
11118
|
{
|
@@ -11125,7 +11122,7 @@ const B0 = (e, s, n) => ie(`app/history/deployed-configuration/${e}/${s}/${n}`),
|
|
11125
11122
|
}
|
11126
11123
|
}
|
11127
11124
|
)
|
11128
|
-
] }, `logs-${
|
11125
|
+
] }, `logs-${H}`)
|
11129
11126
|
)),
|
11130
11127
|
R && /* @__PURE__ */ t.jsx("div", { className: "flex left event-source-status", children: /* @__PURE__ */ t.jsx(ke, {}) })
|
11131
11128
|
] });
|
@@ -12283,7 +12280,7 @@ const Id = {
|
|
12283
12280
|
);
|
12284
12281
|
}, bs = ({ code: e, image: s, title: n, subTitle: a, imageType: r, heightToDeduct: o, redirectURL: i, reload: l }) => {
|
12285
12282
|
const { push: c } = hs(), d = () => {
|
12286
|
-
c(i || `/${
|
12283
|
+
c(i || `/${G.APP_LIST}`);
|
12287
12284
|
}, u = (x) => {
|
12288
12285
|
switch (x) {
|
12289
12286
|
case Be.NOT_FOUND:
|
@@ -13376,13 +13373,13 @@ const Id = {
|
|
13376
13373
|
M(() => (N({ compareWfrId: h }), s(!0), T !== Ar && C(Ar), () => {
|
13377
13374
|
i(!1), s(!1);
|
13378
13375
|
}), []);
|
13379
|
-
const L = async (
|
13376
|
+
const L = async (H) => {
|
13380
13377
|
I({ ...y, isLoading: !0 });
|
13381
13378
|
try {
|
13382
13379
|
const { result: pe } = await fE({
|
13383
13380
|
appId: +_,
|
13384
13381
|
envId: +E,
|
13385
|
-
pagination: { offset:
|
13382
|
+
pagination: { offset: H, size: $s }
|
13386
13383
|
}), fe = new Map((pe.cdWorkflows || []).map((k) => [k.id, k])), Ce = new Map([...y.data, ...fe]);
|
13387
13384
|
I({
|
13388
13385
|
isLoading: !1,
|
@@ -13409,8 +13406,8 @@ const Id = {
|
|
13409
13406
|
triggerHistory: y.data,
|
13410
13407
|
renderRunSource: c,
|
13411
13408
|
resourceId: d
|
13412
|
-
}), B = w.find(({ value:
|
13413
|
-
N({ compareWfrId:
|
13409
|
+
}), B = w.find(({ value: H }) => H === h), F = !!w.length, V = ({ value: H }) => {
|
13410
|
+
N({ compareWfrId: H });
|
13414
13411
|
}, Z = {
|
13415
13412
|
primaryConfig: F ? [
|
13416
13413
|
{
|
@@ -13424,7 +13421,7 @@ const Id = {
|
|
13424
13421
|
options: w,
|
13425
13422
|
placeholder: "Select Deployment",
|
13426
13423
|
value: Zs(w, h, null),
|
13427
|
-
onChange:
|
13424
|
+
onChange: V,
|
13428
13425
|
showSelectedOptionIcon: !1,
|
13429
13426
|
menuSize: U.large,
|
13430
13427
|
renderOptionsFooter: R
|
@@ -13484,7 +13481,7 @@ const Id = {
|
|
13484
13481
|
), _ = !!x, E = Pc({
|
13485
13482
|
parseSearchParams: eN(x)
|
13486
13483
|
}), { compareWfrId: h, sortBy: N, sortOrder: T } = E, [v, C] = j(!1), [y, I, , b] = wt(async () => {
|
13487
|
-
const
|
13484
|
+
const V = [
|
13488
13485
|
{
|
13489
13486
|
appName: e,
|
13490
13487
|
envName: s,
|
@@ -13500,15 +13497,15 @@ const Id = {
|
|
13500
13497
|
wfrId: h
|
13501
13498
|
} : null
|
13502
13499
|
], [Z, ...oe] = await Promise.allSettled([
|
13503
|
-
p ? null : eg([...
|
13504
|
-
...
|
13500
|
+
p ? null : eg([...V]),
|
13501
|
+
...V.map((me) => me && Qh({ params: me }))
|
13505
13502
|
]);
|
13506
13503
|
return Z.status !== "fulfilled" || !Z.value || Z.value.forEach((me, le) => {
|
13507
13504
|
oe[le].status !== "fulfilled" || !oe[le].value || oe[le].value.result.isAppAdmin || (oe[le].value.result.secretsData = me.secretsData);
|
13508
13505
|
}), oe;
|
13509
|
-
}, [g, h]), A = (
|
13506
|
+
}, [g, h]), A = (V, Z) => `${vs(c, { ...d })}/${V}${Z ? `/${Z}` : ""}${m}`, L = ne(() => {
|
13510
13507
|
if (!y && I) {
|
13511
|
-
const
|
13508
|
+
const V = _ && I[1].status === "fulfilled" ? I[1].value.result : {
|
13512
13509
|
configMapData: null,
|
13513
13510
|
deploymentTemplate: null,
|
13514
13511
|
secretsData: null,
|
@@ -13516,7 +13513,7 @@ const Id = {
|
|
13516
13513
|
}, Z = I[0].status === "fulfilled" ? I[0].value.result : null;
|
13517
13514
|
return HE({
|
13518
13515
|
currentList: Z,
|
13519
|
-
compareList:
|
13516
|
+
compareList: V,
|
13520
13517
|
getNavItemHref: A,
|
13521
13518
|
convertVariables: v,
|
13522
13519
|
sortingConfig: { sortBy: N, sortOrder: T }
|
@@ -13572,9 +13569,9 @@ const Id = {
|
|
13572
13569
|
/* @__PURE__ */ t.jsx("h3", { className: "fs-13 lh-20 fw-6 cn-9 m-0", children: w ? "Configurations used for this deployment trigger" : "Showing configuration change with respect to previous deployment" }),
|
13573
13570
|
/* @__PURE__ */ t.jsxs("div", { className: "flexbox-col dc__gap-16 dc__mxw-800", children: [
|
13574
13571
|
/* @__PURE__ */ t.jsx("div", { className: "flexbox-col dc__gap-12", children: Object.keys(R).map(
|
13575
|
-
(
|
13576
|
-
R[
|
13577
|
-
|
13572
|
+
(V) => qE(
|
13573
|
+
R[V],
|
13574
|
+
V !== "UNGROUPED" ? V : null,
|
13578
13575
|
u,
|
13579
13576
|
w
|
13580
13577
|
)
|
@@ -13675,7 +13672,7 @@ const st = ({
|
|
13675
13672
|
left: w,
|
13676
13673
|
right: B,
|
13677
13674
|
top: F,
|
13678
|
-
bottom:
|
13675
|
+
bottom: V
|
13679
13676
|
} = u.current.getBoundingClientRect();
|
13680
13677
|
I + b > C.height && (i({ left: L, bottom: document.documentElement.clientHeight - S }), c(1)), y + A > C.width && (i((Z) => ({ ...Z, right: "20px", left: "unset" })), c(1));
|
13681
13678
|
}
|
@@ -14096,10 +14093,10 @@ const dN = 100, Vt = se.memo(
|
|
14096
14093
|
tabSize: o,
|
14097
14094
|
appTheme: b
|
14098
14095
|
})
|
14099
|
-
), [, F,
|
14096
|
+
), [, F, V, Z] = jl(w.code, o, w.mode, !w.noParsing), [, oe, me] = jl(w.defaultCode, o, w.mode, !w.noParsing), [le, K] = j(
|
14100
14097
|
y ? dN : l
|
14101
|
-
),
|
14102
|
-
|
14098
|
+
), H = J(u);
|
14099
|
+
H.current = u, fr.defineTheme(Ln.vsDarkDT, {
|
14103
14100
|
base: "vs-dark",
|
14104
14101
|
inherit: !0,
|
14105
14102
|
rules: [
|
@@ -14178,7 +14175,7 @@ const dN = 100, Vt = se.memo(
|
|
14178
14175
|
A.current && A.current.layout();
|
14179
14176
|
}, [S, R]);
|
14180
14177
|
const k = (Y, Ae) => {
|
14181
|
-
B({ type: "setCode", value: Y }), B({ type: "setDefaultCode", value: Ae }),
|
14178
|
+
B({ type: "setCode", value: Y }), B({ type: "setDefaultCode", value: Ae }), H.current?.(Y, Ae);
|
14182
14179
|
};
|
14183
14180
|
Ga(() => {
|
14184
14181
|
if (n) {
|
@@ -14197,7 +14194,7 @@ const dN = 100, Vt = se.memo(
|
|
14197
14194
|
D(Y, A.current?.getOriginalEditor?.().getValue?.() ?? "");
|
14198
14195
|
};
|
14199
14196
|
function re(Y) {
|
14200
|
-
B({ type: "changeLanguage", value: Y }), k(Y === "json" ? F :
|
14197
|
+
B({ type: "changeLanguage", value: Y }), k(Y === "json" ? F : V, Y === "json" ? oe : me);
|
14201
14198
|
}
|
14202
14199
|
const ee = {
|
14203
14200
|
selectOnLineNumbers: !0,
|
@@ -15402,13 +15399,13 @@ const IN = (e) => {
|
|
15402
15399
|
// TODO: Ask if fetchIdData is required here as dependency
|
15403
15400
|
[b, I, A],
|
15404
15401
|
!!b && !!L
|
15405
|
-
), F = ar(S?.targetPlatforms),
|
15402
|
+
), F = ar(S?.targetPlatforms), V = (H, pe, fe) => {
|
15406
15403
|
if (fe) {
|
15407
15404
|
p?.result?.cdWorkflows?.length && n(au(p.result.cdWorkflows, "id")), u(rs.SUSPEND);
|
15408
15405
|
return;
|
15409
15406
|
}
|
15410
|
-
if (
|
15411
|
-
const Ce = s.get(
|
15407
|
+
if (H === pe?.id) {
|
15408
|
+
const Ce = s.get(H)?.appliedFilters ?? [], k = s.get(H)?.appliedFiltersTimestamp, D = s.get(H)?.promotionApprovalMetadata, $ = s.get(H)?.runSource, re = s.get(H)?.targetConfig, ee = s.get(H)?.userApprovalMetadata, Te = {
|
15412
15409
|
...Ce.length ? { appliedFilters: Ce } : {},
|
15413
15410
|
...k ? { appliedFiltersTimestamp: k } : {},
|
15414
15411
|
...D ? { promotionApprovalMetadata: D } : {},
|
@@ -15416,7 +15413,7 @@ const IN = (e) => {
|
|
15416
15413
|
...re ? { targetConfig: re } : {},
|
15417
15414
|
...ee ? { userApprovalMetadata: ee } : {}
|
15418
15415
|
};
|
15419
|
-
n((Y) => (Y.set(
|
15416
|
+
n((Y) => (Y.set(H, { ...pe, ...Te }), new Map(Y))), d === rs.FETCHING && u(rs.SUCCESS);
|
15420
15417
|
}
|
15421
15418
|
};
|
15422
15419
|
let Z = !!d && d !== rs.SUSPEND;
|
@@ -15432,21 +15429,21 @@ const IN = (e) => {
|
|
15432
15429
|
M(() => {
|
15433
15430
|
if (R)
|
15434
15431
|
return;
|
15435
|
-
let
|
15432
|
+
let H = {
|
15436
15433
|
...O?.result,
|
15437
15434
|
imageComment: S?.imageComment,
|
15438
15435
|
imageReleaseTags: S?.imageReleaseTags
|
15439
15436
|
};
|
15440
|
-
Z && (
|
15437
|
+
Z && (H = null), V(+b, H, w);
|
15441
15438
|
}, [R, O, w]), M(() => {
|
15442
15439
|
if (oe || !O || !Z)
|
15443
15440
|
return;
|
15444
|
-
const
|
15441
|
+
const H = {
|
15445
15442
|
...O?.result,
|
15446
15443
|
imageReleaseTags: me?.result?.imageReleaseTags,
|
15447
15444
|
imageComment: me?.result?.imageComment
|
15448
15445
|
};
|
15449
|
-
|
15446
|
+
V(+b, H, le);
|
15450
15447
|
}, [oe, me, le]);
|
15451
15448
|
const K = ne(() => !S || Vx.has(S.podStatus?.toLowerCase() || S.status?.toLowerCase()) ? null : Gx.has(S.status?.toLowerCase() || S.podStatus?.toLowerCase()) ? 1e4 : 3e4, [S]);
|
15452
15449
|
return nu(B, K), !Z && R && !S || !b || Z && (oe || R) && !S ? /* @__PURE__ */ t.jsx(ke, { pageLoader: !0 }) : w?.code === 404 ? /* @__PURE__ */ t.jsx(
|
@@ -16228,7 +16225,7 @@ const ey = {
|
|
16228
16225
|
pluginIds: n,
|
16229
16226
|
parentPluginIdentifiers: o
|
16230
16227
|
}, { result: l } = await _t(
|
16231
|
-
|
16228
|
+
G.PLUGIN_GLOBAL_LIST_DETAIL_V2,
|
16232
16229
|
i,
|
16233
16230
|
{ signal: a }
|
16234
16231
|
);
|
@@ -16252,7 +16249,7 @@ const ey = {
|
|
16252
16249
|
appId: n,
|
16253
16250
|
size: 20,
|
16254
16251
|
tag: s
|
16255
|
-
}, { result: i } = await ie(We(
|
16252
|
+
}, { result: i } = await ie(We(G.PLUGIN_GLOBAL_LIST_V2, o), {
|
16256
16253
|
signal: r
|
16257
16254
|
}), l = Yd(i?.parentPlugins);
|
16258
16255
|
return {
|
@@ -16267,7 +16264,7 @@ const ey = {
|
|
16267
16264
|
try {
|
16268
16265
|
const s = {
|
16269
16266
|
appId: e
|
16270
|
-
}, { result: n } = await ie(We(
|
16267
|
+
}, { result: n } = await ie(We(G.PLUGIN_GLOBAL_LIST_TAGS, s));
|
16271
16268
|
if (!n?.tagNames)
|
16272
16269
|
return [];
|
16273
16270
|
const a = new Set(n.tagNames);
|
@@ -16276,7 +16273,7 @@ const ey = {
|
|
16276
16273
|
throw Me(s), s;
|
16277
16274
|
}
|
16278
16275
|
}, sy = async (e) => {
|
16279
|
-
const s = await ie(We(
|
16276
|
+
const s = await ie(We(G.PLUGIN_LIST_MIN, e));
|
16280
16277
|
return {
|
16281
16278
|
...s,
|
16282
16279
|
result: (s?.result ?? []).sort((n, a) => Ze(n.name, a.name))
|
@@ -16515,14 +16512,14 @@ const ey = {
|
|
16515
16512
|
// In case of persistFilters with change of searchKey or selectedTags we anyways clear the pluginList so no need to add dependency
|
16516
16513
|
[L, _, S],
|
16517
16514
|
l ? !E.length : !0
|
16518
|
-
), [
|
16515
|
+
), [V, Z, oe, me] = wt(
|
16519
16516
|
() => rb(_ ? +_ : null),
|
16520
16517
|
[],
|
16521
16518
|
!e?.length
|
16522
16519
|
);
|
16523
16520
|
M(() => {
|
16524
|
-
!
|
16525
|
-
}, [
|
16521
|
+
!V && !oe && Z && s(Z);
|
16522
|
+
}, [V, Z, oe]);
|
16526
16523
|
const le = (D, $ = !1) => {
|
16527
16524
|
const {
|
16528
16525
|
pluginStore: { parentPluginStore: re, pluginVersionStore: ee },
|
@@ -16545,7 +16542,7 @@ const ey = {
|
|
16545
16542
|
}, [O, w, B]);
|
16546
16543
|
const K = () => {
|
16547
16544
|
l && I([]);
|
16548
|
-
},
|
16545
|
+
}, H = () => {
|
16549
16546
|
A({
|
16550
16547
|
searchKey: "",
|
16551
16548
|
selectedTags: []
|
@@ -16588,7 +16585,7 @@ const ey = {
|
|
16588
16585
|
availableTags: e,
|
16589
16586
|
handleUpdateSelectedTags: fe,
|
16590
16587
|
selectedTags: S,
|
16591
|
-
isLoading:
|
16588
|
+
isLoading: V,
|
16592
16589
|
tagsError: oe,
|
16593
16590
|
reloadTags: me
|
16594
16591
|
}
|
@@ -16601,7 +16598,7 @@ const ey = {
|
|
16601
16598
|
selectedTags: S
|
16602
16599
|
},
|
16603
16600
|
onRemoveFilter: Ce,
|
16604
|
-
clearFilters:
|
16601
|
+
clearFilters: H,
|
16605
16602
|
className: "w-100 pt-0-imp",
|
16606
16603
|
clearButtonClassName: "dc__no-background-imp dc__no-border-imp dc__tab-focus",
|
16607
16604
|
shouldHideLabel: !0
|
@@ -16628,7 +16625,7 @@ const ey = {
|
|
16628
16625
|
handlePluginSelection: k,
|
16629
16626
|
selectedPluginsMap: i,
|
16630
16627
|
isSelectable: o,
|
16631
|
-
handleClearFilters:
|
16628
|
+
handleClearFilters: H,
|
16632
16629
|
showCardBorder: x,
|
16633
16630
|
getPluginStoreRef: y
|
16634
16631
|
}
|
@@ -16686,7 +16683,7 @@ const ey = {
|
|
16686
16683
|
return !1;
|
16687
16684
|
}
|
16688
16685
|
return u ? u(k, D, $) : !0;
|
16689
|
-
},
|
16686
|
+
}, V = (k) => {
|
16690
16687
|
if (f) {
|
16691
16688
|
const { isAnyKeyDuplicated: $ } = k.reduce(
|
16692
16689
|
(re, ee) => {
|
@@ -16721,7 +16718,7 @@ const ey = {
|
|
16721
16718
|
};
|
16722
16719
|
}, oe = () => {
|
16723
16720
|
const k = Z(), D = [k, ...N], { id: $ } = k;
|
16724
|
-
p?.(!
|
16721
|
+
p?.(!V(D)), C(!0), T(D), O.current = {
|
16725
16722
|
...O.current || {},
|
16726
16723
|
[$]: ts()
|
16727
16724
|
}, w.current = {
|
@@ -16750,14 +16747,14 @@ const ey = {
|
|
16750
16747
|
const D = N.filter(({ id: $ }) => $ !== k.id);
|
16751
16748
|
if (D.length === 0 && !l) {
|
16752
16749
|
const $ = Z(), { id: re } = $;
|
16753
|
-
C(!0), p?.(!
|
16750
|
+
C(!0), p?.(!V([$])), T([$]), O.current = {
|
16754
16751
|
[re]: ts()
|
16755
16752
|
}, w.current = {
|
16756
16753
|
[re]: ts()
|
16757
16754
|
}, o?.(k.id);
|
16758
16755
|
return;
|
16759
16756
|
}
|
16760
|
-
p?.(!
|
16757
|
+
p?.(!V(D)), T(D), delete O.current[k.id], delete w.current[k.id], o?.(k.id);
|
16761
16758
|
}, K = (k, D) => ($) => {
|
16762
16759
|
const { value: re } = $.target, ee = {
|
16763
16760
|
...k,
|
@@ -16769,10 +16766,10 @@ const ey = {
|
|
16769
16766
|
}
|
16770
16767
|
}
|
16771
16768
|
}, Te = N.map((Y) => Y.id === k.id ? ee : Y);
|
16772
|
-
p?.(!
|
16773
|
-
},
|
16769
|
+
p?.(!V(Te)), T(Te);
|
16770
|
+
}, H = (k, D) => ($) => {
|
16774
16771
|
const { value: re } = $.target;
|
16775
|
-
r?.(k.id, D, re), p?.(!
|
16772
|
+
r?.(k.id, D, re), p?.(!V(N));
|
16776
16773
|
}, pe = (k, D, $) => /* @__PURE__ */ t.jsxs(
|
16777
16774
|
"div",
|
16778
16775
|
{
|
@@ -16865,7 +16862,7 @@ const ey = {
|
|
16865
16862
|
value: k.data[D].value,
|
16866
16863
|
placeholder: i[D],
|
16867
16864
|
onChange: K(k, D),
|
16868
|
-
onBlur:
|
16865
|
+
onBlur: H(k, D),
|
16869
16866
|
refVar: D === E ? O.current?.[k.id] : w.current?.[k.id],
|
16870
16867
|
dependentRef: D === E ? w.current?.[k.id] : O.current?.[k.id],
|
16871
16868
|
disabled: c || k.data[D].disabled,
|
@@ -17069,20 +17066,20 @@ const ey = {
|
|
17069
17066
|
L.current && f && L.current.focus();
|
17070
17067
|
}, 100);
|
17071
17068
|
}, [f]);
|
17072
|
-
function S(
|
17073
|
-
return Array.isArray(
|
17069
|
+
function S(V) {
|
17070
|
+
return Array.isArray(V) ? V : [V];
|
17074
17071
|
}
|
17075
|
-
const R = (
|
17072
|
+
const R = (V) => {
|
17076
17073
|
if (!N) {
|
17077
|
-
const Z =
|
17078
|
-
|
17074
|
+
const Z = V.target.value?.trim();
|
17075
|
+
V.target.value !== Z && (V.stopPropagation(), V.target.value = Z, a(V));
|
17079
17076
|
}
|
17080
|
-
typeof E == "function" && E(
|
17081
|
-
}, O = (
|
17077
|
+
typeof E == "function" && E(V);
|
17078
|
+
}, O = (V) => /* @__PURE__ */ t.jsxs("div", { className: "flex left mt-4 mb-4 dc__gap-4 cr-5 fs-11 lh-16 fw-4", children: [
|
17082
17079
|
/* @__PURE__ */ t.jsx(Mt, { className: "icon-dim-16 p-1 form__icon--error dc__align-self-start dc__no-shrink" }),
|
17083
|
-
/* @__PURE__ */ t.jsx("span", { children:
|
17084
|
-
|
17085
|
-
] },
|
17080
|
+
/* @__PURE__ */ t.jsx("span", { children: V }),
|
17081
|
+
V && typeof I == "function" && I()
|
17082
|
+
] }, V), w = () => n?.length ? typeof n == "object" ? S(n).map((V) => O(V)) : O(n) : null, B = () => typeof o == "string" ? /* @__PURE__ */ t.jsx("span", { className: `${p ? "dc__required-field" : ""}`, children: o }) : o, F = () => o ? /* @__PURE__ */ t.jsx("label", { className: `form__label ${c}`, "data-testid": `label-${m}`, children: B() }) : null;
|
17086
17083
|
return /* @__PURE__ */ t.jsxs("div", { className: `flex column left top ${b}`, children: [
|
17087
17084
|
F(),
|
17088
17085
|
/* @__PURE__ */ t.jsx(
|
@@ -17093,8 +17090,8 @@ const ey = {
|
|
17093
17090
|
name: e,
|
17094
17091
|
autoComplete: x,
|
17095
17092
|
className: `form__input fs-13 lh-20 fw-4 ${g}`,
|
17096
|
-
onChange: (
|
17097
|
-
|
17093
|
+
onChange: (V) => {
|
17094
|
+
V.persist(), a(V);
|
17098
17095
|
},
|
17099
17096
|
onBlur: R,
|
17100
17097
|
onFocus: r,
|
@@ -17857,7 +17854,7 @@ const Pb = (e) => {
|
|
17857
17854
|
),
|
17858
17855
|
onChange: T(S, R),
|
17859
17856
|
isDisabled: O,
|
17860
|
-
formatCreateLabel: (
|
17857
|
+
formatCreateLabel: (V) => `Use ${V}`,
|
17861
17858
|
refVar: h?.current?.[S.id]?.[R],
|
17862
17859
|
dependentRefs: h?.current?.[S.id],
|
17863
17860
|
fullWidth: !0
|
@@ -18981,7 +18978,7 @@ const Pb = (e) => {
|
|
18981
18978
|
return a += jr("appId", e), a += jr("envId", s), a += jr("clusterId", n), a.endsWith(",") && (a = a.slice(0, -1)), a += "}", a;
|
18982
18979
|
}, cC = async (e, s, n, a = !0) => {
|
18983
18980
|
const { result: r } = await ie(
|
18984
|
-
`${
|
18981
|
+
`${G.SCOPED_GLOBAL_VARIABLES}${lC({
|
18985
18982
|
appId: e,
|
18986
18983
|
envId: s,
|
18987
18984
|
clusterId: n
|
@@ -20992,7 +20989,7 @@ const ej = ({
|
|
20992
20989
|
forceReInit: m,
|
20993
20990
|
isSuperAdmin: p
|
20994
20991
|
}) => {
|
20995
|
-
const [f, g] = j(a || []), [x, _] = j(n ? n.comment : ""), [E, h] = j(o || []), [N, T] = j(n ? n.comment : ""), [v, C] = j(!1), [y, I] = j(!1), [b, A] = j(a || []), [L, S] = j(""), [R, O] = j([]), [w, B] = j([]), [F,
|
20992
|
+
const [f, g] = j(a || []), [x, _] = j(n ? n.comment : ""), [E, h] = j(o || []), [N, T] = j(n ? n.comment : ""), [v, C] = j(!1), [y, I] = j(!1), [b, A] = j(a || []), [L, S] = j(""), [R, O] = j([]), [w, B] = j([]), [F, V] = j([]), [Z, oe] = j(""), [me, le] = j(""), [K, H] = j(!1);
|
20996
20993
|
M(() => {
|
20997
20994
|
pe();
|
20998
20995
|
}, [a, n, l]), M(() => {
|
@@ -21006,7 +21003,7 @@ const ej = ({
|
|
21006
21003
|
const Ne = z.target.value;
|
21007
21004
|
Ne?.length > 500 ? oe("comment length cannot exceed 500 characters") : oe(""), T(Ne);
|
21008
21005
|
}, k = () => {
|
21009
|
-
A(f), T(x), O([]), B([]),
|
21006
|
+
A(f), T(x), O([]), B([]), V([]), fe(), I(!1), S("");
|
21010
21007
|
}, D = (z) => {
|
21011
21008
|
if (z.length == 0 || z.length >= 128 || z[0] == "." || z[0] == "-")
|
21012
21009
|
return S("Label name cannot be empty or exceed 128 characters or cannot start with . or -"), !1;
|
@@ -21046,7 +21043,7 @@ const ej = ({
|
|
21046
21043
|
const qe = E.filter((gt) => gt.toLowerCase() !== Ne.tagName.toLowerCase());
|
21047
21044
|
if (h(qe), Ne.id !== 0) {
|
21048
21045
|
const gt = [...F, Ne];
|
21049
|
-
|
21046
|
+
V(gt);
|
21050
21047
|
}
|
21051
21048
|
}, Te = (z) => {
|
21052
21049
|
z.forEach(({ userMessage: Ne }) => {
|
@@ -21073,7 +21070,7 @@ const ej = ({
|
|
21073
21070
|
},
|
21074
21071
|
hardDeleteTags: F
|
21075
21072
|
};
|
21076
|
-
|
21073
|
+
H(!0), Af(Ne, e ?? 0, s).then((ce) => {
|
21077
21074
|
const Ue = ce.result?.imageReleaseTags?.map((qe) => ({
|
21078
21075
|
id: qe.id,
|
21079
21076
|
tagName: qe.tagName,
|
@@ -21081,14 +21078,14 @@ const ej = ({
|
|
21081
21078
|
appId: 0,
|
21082
21079
|
artifactId: 0
|
21083
21080
|
}));
|
21084
|
-
i && i(ce.result?.appReleaseTags), c && c(ce.result?.tagsEditable), g(Ue), _(ce.result?.imageComment?.comment), A(Ue), T(ce.result?.imageComment?.comment), O([]), B([]),
|
21081
|
+
i && i(ce.result?.appReleaseTags), c && c(ce.result?.tagsEditable), g(Ue), _(ce.result?.imageComment?.comment), A(Ue), T(ce.result?.imageComment?.comment), O([]), B([]), V([]), fe(), I(!1), S(""), r && r(s, Ue, ce.result?.imageComment);
|
21085
21082
|
}).catch((ce) => {
|
21086
21083
|
ce.errors?.[0]?.userMessage?.appReleaseTags?.length ? (De.showToast({
|
21087
21084
|
variant: Ee.error,
|
21088
21085
|
description: ce.errors?.[0]?.internalMessage
|
21089
21086
|
}), Te(ce.errors)) : Me(ce);
|
21090
21087
|
}).finally(() => {
|
21091
|
-
|
21088
|
+
H(!1);
|
21092
21089
|
});
|
21093
21090
|
}, Ae = () => /* @__PURE__ */ t.jsx(
|
21094
21091
|
Un,
|
@@ -22601,7 +22598,7 @@ export {
|
|
22601
22598
|
DI as ey,
|
22602
22599
|
wh as ez,
|
22603
22600
|
Ky as f,
|
22604
|
-
|
22601
|
+
lE as f$,
|
22605
22602
|
Sc as f0,
|
22606
22603
|
UA as f1,
|
22607
22604
|
U_ as f2,
|
@@ -22612,33 +22609,33 @@ export {
|
|
22612
22609
|
n0 as f7,
|
22613
22610
|
lg as f8,
|
22614
22611
|
s0 as f9,
|
22615
|
-
|
22616
|
-
|
22617
|
-
|
22618
|
-
|
22619
|
-
|
22620
|
-
|
22621
|
-
|
22622
|
-
|
22623
|
-
|
22624
|
-
|
22625
|
-
|
22626
|
-
|
22627
|
-
|
22628
|
-
|
22629
|
-
|
22630
|
-
|
22631
|
-
|
22632
|
-
|
22633
|
-
|
22634
|
-
|
22635
|
-
|
22636
|
-
|
22637
|
-
|
22638
|
-
|
22639
|
-
|
22640
|
-
|
22641
|
-
|
22612
|
+
rr as fA,
|
22613
|
+
v0 as fB,
|
22614
|
+
A0 as fC,
|
22615
|
+
I0 as fD,
|
22616
|
+
Po as fE,
|
22617
|
+
y0 as fF,
|
22618
|
+
jx as fG,
|
22619
|
+
k0 as fH,
|
22620
|
+
bd as fI,
|
22621
|
+
Y0 as fJ,
|
22622
|
+
bE as fK,
|
22623
|
+
RE as fL,
|
22624
|
+
IE as fM,
|
22625
|
+
LE as fN,
|
22626
|
+
NE as fO,
|
22627
|
+
we as fP,
|
22628
|
+
rs as fQ,
|
22629
|
+
$x as fR,
|
22630
|
+
Fx as fS,
|
22631
|
+
ft as fT,
|
22632
|
+
jn as fU,
|
22633
|
+
Ki as fV,
|
22634
|
+
Hs as fW,
|
22635
|
+
Vx as fX,
|
22636
|
+
Gx as fY,
|
22637
|
+
oE as fZ,
|
22638
|
+
iE as f_,
|
22642
22639
|
tt as fa,
|
22643
22640
|
zc as fb,
|
22644
22641
|
rg as fc,
|
@@ -22661,327 +22658,330 @@ export {
|
|
22661
22658
|
g0 as ft,
|
22662
22659
|
vx as fu,
|
22663
22660
|
S0 as fv,
|
22664
|
-
|
22665
|
-
|
22666
|
-
|
22667
|
-
|
22661
|
+
hn as fw,
|
22662
|
+
to as fx,
|
22663
|
+
Da as fy,
|
22664
|
+
Tx as fz,
|
22668
22665
|
qy as g,
|
22669
|
-
|
22670
|
-
|
22671
|
-
|
22672
|
-
|
22673
|
-
|
22674
|
-
|
22675
|
-
|
22676
|
-
|
22677
|
-
|
22678
|
-
|
22679
|
-
|
22680
|
-
|
22681
|
-
|
22682
|
-
|
22683
|
-
|
22684
|
-
|
22685
|
-
|
22686
|
-
|
22687
|
-
|
22688
|
-
|
22689
|
-
|
22690
|
-
|
22691
|
-
|
22692
|
-
|
22693
|
-
|
22694
|
-
|
22695
|
-
|
22696
|
-
|
22697
|
-
|
22698
|
-
|
22699
|
-
|
22700
|
-
|
22701
|
-
|
22702
|
-
|
22703
|
-
|
22704
|
-
|
22705
|
-
|
22706
|
-
|
22707
|
-
|
22708
|
-
|
22709
|
-
|
22710
|
-
|
22711
|
-
|
22712
|
-
|
22713
|
-
|
22714
|
-
|
22715
|
-
|
22716
|
-
|
22717
|
-
|
22718
|
-
|
22719
|
-
|
22720
|
-
|
22721
|
-
|
22722
|
-
|
22723
|
-
|
22724
|
-
|
22725
|
-
|
22726
|
-
|
22727
|
-
|
22728
|
-
|
22729
|
-
|
22730
|
-
|
22731
|
-
|
22732
|
-
|
22666
|
+
tb as g$,
|
22667
|
+
cE as g0,
|
22668
|
+
dE as g1,
|
22669
|
+
uE as g2,
|
22670
|
+
B0 as g3,
|
22671
|
+
$0 as g4,
|
22672
|
+
mE as g5,
|
22673
|
+
pE as g6,
|
22674
|
+
_E as g7,
|
22675
|
+
Rn as g8,
|
22676
|
+
F0 as g9,
|
22677
|
+
qN as gA,
|
22678
|
+
XN as gB,
|
22679
|
+
JN as gC,
|
22680
|
+
z0 as gD,
|
22681
|
+
Gd as gE,
|
22682
|
+
GN as gF,
|
22683
|
+
HN as gG,
|
22684
|
+
YN as gH,
|
22685
|
+
Is as gI,
|
22686
|
+
K0 as gJ,
|
22687
|
+
Qi as gK,
|
22688
|
+
Td as gL,
|
22689
|
+
Z0 as gM,
|
22690
|
+
ZN as gN,
|
22691
|
+
Q0 as gO,
|
22692
|
+
ny as gP,
|
22693
|
+
lb as gQ,
|
22694
|
+
ib as gR,
|
22695
|
+
Hd as gS,
|
22696
|
+
eb as gT,
|
22697
|
+
ty as gU,
|
22698
|
+
Kd as gV,
|
22699
|
+
rb as gW,
|
22700
|
+
sy as gX,
|
22701
|
+
Yd as gY,
|
22702
|
+
ab as gZ,
|
22703
|
+
ey as g_,
|
22704
|
+
fE as ga,
|
22705
|
+
V0 as gb,
|
22706
|
+
H0 as gc,
|
22707
|
+
vN as gd,
|
22708
|
+
AN as ge,
|
22709
|
+
Hx as gf,
|
22710
|
+
Yx as gg,
|
22711
|
+
Wi as gh,
|
22712
|
+
zi as gi,
|
22713
|
+
Kx as gj,
|
22714
|
+
Wx as gk,
|
22715
|
+
Ed as gl,
|
22716
|
+
BN as gm,
|
22717
|
+
bN as gn,
|
22718
|
+
sN as go,
|
22719
|
+
Nd as gp,
|
22720
|
+
CE as gq,
|
22721
|
+
Vd as gr,
|
22722
|
+
jE as gs,
|
22723
|
+
yE as gt,
|
22724
|
+
W0 as gu,
|
22725
|
+
J0 as gv,
|
22726
|
+
q0 as gw,
|
22727
|
+
X0 as gx,
|
22728
|
+
WN as gy,
|
22729
|
+
ha as gz,
|
22733
22730
|
Xy as h,
|
22734
|
-
|
22735
|
-
|
22736
|
-
|
22737
|
-
|
22738
|
-
|
22739
|
-
|
22740
|
-
|
22741
|
-
|
22742
|
-
|
22743
|
-
|
22744
|
-
|
22745
|
-
|
22746
|
-
|
22747
|
-
|
22748
|
-
|
22749
|
-
|
22750
|
-
|
22751
|
-
|
22752
|
-
|
22753
|
-
|
22754
|
-
|
22755
|
-
|
22756
|
-
|
22757
|
-
|
22758
|
-
|
22759
|
-
|
22760
|
-
|
22761
|
-
|
22762
|
-
|
22763
|
-
|
22764
|
-
|
22765
|
-
|
22766
|
-
|
22767
|
-
|
22768
|
-
|
22769
|
-
|
22770
|
-
|
22771
|
-
|
22772
|
-
|
22773
|
-
|
22774
|
-
|
22775
|
-
|
22776
|
-
|
22777
|
-
|
22778
|
-
|
22779
|
-
|
22780
|
-
|
22781
|
-
|
22782
|
-
|
22783
|
-
|
22784
|
-
|
22785
|
-
|
22786
|
-
|
22787
|
-
|
22788
|
-
|
22789
|
-
|
22790
|
-
|
22791
|
-
|
22792
|
-
|
22793
|
-
|
22794
|
-
|
22795
|
-
|
22796
|
-
|
22797
|
-
|
22731
|
+
uy as h$,
|
22732
|
+
sb as h0,
|
22733
|
+
ay as h1,
|
22734
|
+
Bt as h2,
|
22735
|
+
$f as h3,
|
22736
|
+
Zs as h4,
|
22737
|
+
_f as h5,
|
22738
|
+
us as h6,
|
22739
|
+
Cd as h7,
|
22740
|
+
OE as h8,
|
22741
|
+
WE as h9,
|
22742
|
+
hg as hA,
|
22743
|
+
tx as hB,
|
22744
|
+
nd as hC,
|
22745
|
+
ad as hD,
|
22746
|
+
sx as hE,
|
22747
|
+
wa as hF,
|
22748
|
+
d0 as hG,
|
22749
|
+
rd as hH,
|
22750
|
+
u0 as hI,
|
22751
|
+
be as hJ,
|
22752
|
+
Re as hK,
|
22753
|
+
He as hL,
|
22754
|
+
An as hM,
|
22755
|
+
Ab as hN,
|
22756
|
+
Sb as hO,
|
22757
|
+
qd as hP,
|
22758
|
+
iy as hQ,
|
22759
|
+
ly as hR,
|
22760
|
+
Ba as hS,
|
22761
|
+
js as hT,
|
22762
|
+
jd as hU,
|
22763
|
+
$b as hV,
|
22764
|
+
et as hW,
|
22765
|
+
dy as hX,
|
22766
|
+
Vb as hY,
|
22767
|
+
Nl as hZ,
|
22768
|
+
Mb as h_,
|
22769
|
+
Nt as ha,
|
22770
|
+
ME as hb,
|
22771
|
+
rl as hc,
|
22772
|
+
BE as hd,
|
22773
|
+
HE as he,
|
22774
|
+
G0 as hf,
|
22775
|
+
Rd as hg,
|
22776
|
+
Id as hh,
|
22777
|
+
gn as hi,
|
22778
|
+
ia as hj,
|
22779
|
+
yd as hk,
|
22780
|
+
Ar as hl,
|
22781
|
+
xd as hm,
|
22782
|
+
ry as hn,
|
22783
|
+
oy as ho,
|
22784
|
+
Ad as hp,
|
22785
|
+
nx as hq,
|
22786
|
+
m0 as hr,
|
22787
|
+
sd as hs,
|
22788
|
+
o0 as ht,
|
22789
|
+
l0 as hu,
|
22790
|
+
i0 as hv,
|
22791
|
+
X as hw,
|
22792
|
+
c0 as hx,
|
22793
|
+
Oa as hy,
|
22794
|
+
Gs as hz,
|
22798
22795
|
Ia as i,
|
22799
|
-
|
22800
|
-
|
22801
|
-
|
22802
|
-
|
22803
|
-
|
22804
|
-
|
22805
|
-
|
22806
|
-
|
22807
|
-
|
22808
|
-
|
22809
|
-
|
22810
|
-
|
22811
|
-
|
22812
|
-
|
22813
|
-
|
22814
|
-
|
22815
|
-
|
22816
|
-
|
22817
|
-
|
22818
|
-
|
22819
|
-
|
22820
|
-
|
22821
|
-
|
22822
|
-
|
22823
|
-
|
22824
|
-
|
22825
|
-
|
22826
|
-
|
22827
|
-
|
22828
|
-
|
22829
|
-
|
22830
|
-
|
22831
|
-
|
22832
|
-
|
22833
|
-
|
22834
|
-
|
22835
|
-
|
22836
|
-
|
22837
|
-
|
22838
|
-
|
22839
|
-
|
22840
|
-
|
22841
|
-
|
22842
|
-
|
22843
|
-
|
22844
|
-
|
22845
|
-
|
22846
|
-
|
22847
|
-
|
22848
|
-
|
22849
|
-
|
22850
|
-
|
22851
|
-
|
22852
|
-
|
22853
|
-
|
22854
|
-
|
22855
|
-
|
22856
|
-
|
22857
|
-
|
22858
|
-
|
22859
|
-
|
22860
|
-
|
22796
|
+
Pi as i$,
|
22797
|
+
my as i0,
|
22798
|
+
py as i1,
|
22799
|
+
Hb as i2,
|
22800
|
+
Kb as i3,
|
22801
|
+
qb as i4,
|
22802
|
+
Go as i5,
|
22803
|
+
Jb as i6,
|
22804
|
+
Zb as i7,
|
22805
|
+
Xd as i8,
|
22806
|
+
Qb as i9,
|
22807
|
+
nI as iA,
|
22808
|
+
Jf as iB,
|
22809
|
+
aI as iC,
|
22810
|
+
rI as iD,
|
22811
|
+
oI as iE,
|
22812
|
+
iI as iF,
|
22813
|
+
lI as iG,
|
22814
|
+
cI as iH,
|
22815
|
+
yi as iI,
|
22816
|
+
Uh as iJ,
|
22817
|
+
GI as iK,
|
22818
|
+
ms as iL,
|
22819
|
+
wi as iM,
|
22820
|
+
HI as iN,
|
22821
|
+
YI as iO,
|
22822
|
+
Ze as iP,
|
22823
|
+
$h as iQ,
|
22824
|
+
Hc as iR,
|
22825
|
+
KI as iS,
|
22826
|
+
Fh as iT,
|
22827
|
+
Vh as iU,
|
22828
|
+
WI as iV,
|
22829
|
+
zI as iW,
|
22830
|
+
qI as iX,
|
22831
|
+
Di as iY,
|
22832
|
+
Gh as iZ,
|
22833
|
+
Xr as i_,
|
22834
|
+
Fa as ia,
|
22835
|
+
cn as ib,
|
22836
|
+
Yb as ic,
|
22837
|
+
On as id,
|
22838
|
+
Va as ie,
|
22839
|
+
_y as ig,
|
22840
|
+
YE as ih,
|
22841
|
+
fy as ii,
|
22842
|
+
hy as ij,
|
22843
|
+
gy as ik,
|
22844
|
+
mg as il,
|
22845
|
+
Xc as im,
|
22846
|
+
xy as io,
|
22847
|
+
Ey as ip,
|
22848
|
+
Xe as iq,
|
22849
|
+
qr as ir,
|
22850
|
+
yo as is,
|
22851
|
+
Kf as it,
|
22852
|
+
Wf as iu,
|
22853
|
+
zf as iv,
|
22854
|
+
Bc as iw,
|
22855
|
+
Ii as ix,
|
22856
|
+
qf as iy,
|
22857
|
+
$c as iz,
|
22861
22858
|
MC as j,
|
22862
|
-
|
22863
|
-
|
22864
|
-
|
22865
|
-
|
22866
|
-
|
22867
|
-
|
22868
|
-
|
22869
|
-
|
22870
|
-
|
22871
|
-
|
22872
|
-
|
22873
|
-
|
22874
|
-
|
22875
|
-
|
22876
|
-
|
22877
|
-
|
22878
|
-
|
22879
|
-
|
22880
|
-
|
22881
|
-
|
22882
|
-
|
22883
|
-
|
22884
|
-
|
22885
|
-
|
22886
|
-
|
22887
|
-
|
22888
|
-
|
22889
|
-
|
22890
|
-
|
22891
|
-
|
22892
|
-
|
22893
|
-
|
22894
|
-
|
22895
|
-
|
22896
|
-
|
22897
|
-
|
22898
|
-
|
22899
|
-
|
22900
|
-
|
22901
|
-
|
22902
|
-
|
22903
|
-
|
22904
|
-
|
22905
|
-
|
22906
|
-
|
22907
|
-
|
22908
|
-
|
22909
|
-
|
22910
|
-
|
22911
|
-
|
22912
|
-
|
22913
|
-
|
22914
|
-
|
22915
|
-
|
22916
|
-
|
22917
|
-
|
22918
|
-
|
22919
|
-
|
22920
|
-
|
22921
|
-
|
22922
|
-
|
22923
|
-
|
22924
|
-
|
22925
|
-
|
22859
|
+
W as j$,
|
22860
|
+
Yh as j0,
|
22861
|
+
Kh as j1,
|
22862
|
+
ua as j2,
|
22863
|
+
Yc as j3,
|
22864
|
+
XI as j4,
|
22865
|
+
Wh as j5,
|
22866
|
+
zh as j6,
|
22867
|
+
JI as j7,
|
22868
|
+
qh as j8,
|
22869
|
+
Xh as j9,
|
22870
|
+
u_ as jA,
|
22871
|
+
m_ as jB,
|
22872
|
+
dt as jC,
|
22873
|
+
p_ as jD,
|
22874
|
+
or as jE,
|
22875
|
+
x0 as jF,
|
22876
|
+
id as jG,
|
22877
|
+
E0 as jH,
|
22878
|
+
N0 as jI,
|
22879
|
+
ps as jJ,
|
22880
|
+
b0 as jK,
|
22881
|
+
_d as jL,
|
22882
|
+
hd as jM,
|
22883
|
+
C0 as jN,
|
22884
|
+
T0 as jO,
|
22885
|
+
Qn as jP,
|
22886
|
+
ea as jQ,
|
22887
|
+
IA as jR,
|
22888
|
+
__ as jS,
|
22889
|
+
yA as jT,
|
22890
|
+
f_ as jU,
|
22891
|
+
Vr as jV,
|
22892
|
+
Ec as jW,
|
22893
|
+
h_ as jX,
|
22894
|
+
Nn as jY,
|
22895
|
+
da as jZ,
|
22896
|
+
Gr as j_,
|
22897
|
+
Oo as ja,
|
22898
|
+
Kc as jb,
|
22899
|
+
yn as jc,
|
22900
|
+
ZI as jd,
|
22901
|
+
ar as je,
|
22902
|
+
s_ as jf,
|
22903
|
+
te as jg,
|
22904
|
+
Fr as jh,
|
22905
|
+
n_ as ji,
|
22906
|
+
vo as jj,
|
22907
|
+
ks as jk,
|
22908
|
+
a_ as jl,
|
22909
|
+
r_ as jm,
|
22910
|
+
gc as jn,
|
22911
|
+
nt as jo,
|
22912
|
+
Ao as jp,
|
22913
|
+
o_ as jq,
|
22914
|
+
vn as jr,
|
22915
|
+
St as js,
|
22916
|
+
i_ as jt,
|
22917
|
+
l_ as ju,
|
22918
|
+
ca as jv,
|
22919
|
+
c_ as jw,
|
22920
|
+
xc as jx,
|
22921
|
+
AA as jy,
|
22922
|
+
d_ as jz,
|
22926
22923
|
Ct as k,
|
22927
|
-
|
22928
|
-
|
22929
|
-
|
22930
|
-
|
22931
|
-
|
22932
|
-
|
22933
|
-
|
22934
|
-
|
22935
|
-
|
22936
|
-
|
22937
|
-
|
22938
|
-
|
22939
|
-
|
22940
|
-
|
22941
|
-
|
22942
|
-
|
22943
|
-
|
22944
|
-
|
22945
|
-
|
22946
|
-
|
22947
|
-
|
22948
|
-
|
22949
|
-
|
22950
|
-
|
22951
|
-
|
22952
|
-
|
22953
|
-
|
22954
|
-
|
22955
|
-
|
22956
|
-
|
22957
|
-
|
22958
|
-
|
22959
|
-
|
22960
|
-
|
22961
|
-
|
22962
|
-
|
22963
|
-
|
22964
|
-
|
22965
|
-
|
22966
|
-
|
22967
|
-
|
22968
|
-
|
22969
|
-
|
22970
|
-
|
22971
|
-
|
22972
|
-
|
22973
|
-
|
22974
|
-
|
22975
|
-
|
22976
|
-
|
22977
|
-
|
22978
|
-
|
22979
|
-
|
22980
|
-
|
22981
|
-
|
22982
|
-
|
22983
|
-
|
22984
|
-
|
22924
|
+
$e as k0,
|
22925
|
+
ht as k1,
|
22926
|
+
ta as k2,
|
22927
|
+
ue as k3,
|
22928
|
+
g_ as k4,
|
22929
|
+
Hr as k5,
|
22930
|
+
x_ as k6,
|
22931
|
+
E_ as k7,
|
22932
|
+
N_ as k8,
|
22933
|
+
ni as k9,
|
22934
|
+
cs as kA,
|
22935
|
+
sr as kB,
|
22936
|
+
vc as kC,
|
22937
|
+
Jh as kD,
|
22938
|
+
Zh as kE,
|
22939
|
+
Qh as kF,
|
22940
|
+
eg as kG,
|
22941
|
+
QI as kH,
|
22942
|
+
e0 as kI,
|
22943
|
+
tg as kJ,
|
22944
|
+
De as kK,
|
22945
|
+
t0 as kL,
|
22946
|
+
Ee as kM,
|
22947
|
+
Wc as kN,
|
22948
|
+
Fo as kO,
|
22949
|
+
TE as kP,
|
22950
|
+
SE as kQ,
|
22951
|
+
vE as kR,
|
22952
|
+
AE as kS,
|
22953
|
+
vd as kT,
|
22954
|
+
Jx as kU,
|
22955
|
+
M0 as kV,
|
22956
|
+
aE as kW,
|
22957
|
+
U0 as kX,
|
22958
|
+
uC as kY,
|
22959
|
+
b_ as ka,
|
22960
|
+
ai as kb,
|
22961
|
+
U as kc,
|
22962
|
+
Nc as kd,
|
22963
|
+
C_ as ke,
|
22964
|
+
jA as kf,
|
22965
|
+
RA as kg,
|
22966
|
+
LA as kh,
|
22967
|
+
OA as ki,
|
22968
|
+
Ta as kj,
|
22969
|
+
T_ as kk,
|
22970
|
+
S_ as kl,
|
22971
|
+
v_ as km,
|
22972
|
+
wA as kn,
|
22973
|
+
DA as ko,
|
22974
|
+
ri as kp,
|
22975
|
+
A_ as kq,
|
22976
|
+
I_ as kr,
|
22977
|
+
PA as ks,
|
22978
|
+
V_ as kt,
|
22979
|
+
_n as ku,
|
22980
|
+
G_ as kv,
|
22981
|
+
ve as kw,
|
22982
|
+
Rt as kx,
|
22983
|
+
Yr as ky,
|
22984
|
+
Qe as kz,
|
22985
22985
|
HC as l,
|
22986
22986
|
sj as m,
|
22987
22987
|
kt as n,
|
@@ -22993,7 +22993,7 @@ export {
|
|
22993
22993
|
Js as t,
|
22994
22994
|
zy as u,
|
22995
22995
|
jt as v,
|
22996
|
-
|
22996
|
+
G as w,
|
22997
22997
|
mA as x,
|
22998
22998
|
Be as y,
|
22999
22999
|
Mp as z
|