c2cciutils 1.6.24.dev9__tar.gz → 1.6.24.dev10__tar.gz
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.
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/PKG-INFO +1 -1
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/package-lock.json +68 -92
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/pyproject.toml +1 -1
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/LICENSE +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/README.md +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/__init__.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/applications-versions.yaml +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/applications.yaml +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/applications_definition.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/audit.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/branches.graphql +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/commits.graphql +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/configuration.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/default_branch.graphql +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/env.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/lib/docker.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/package.json +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/pr_checks.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/publish.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/schema-applications.json +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/schema.json +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/__init__.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/audit.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/clean.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/docker_logs.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/docker_versions_gen.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/docker_versions_update.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/download_applications.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/env.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/k8s/__init__.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/k8s/db.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/k8s/install.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/k8s/logs.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/k8s/wait.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/main.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/pin_pipenv.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/pr_checks.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/publish.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/trigger_image_update.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/version.py +0 -0
- {c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/security.py +0 -0
|
@@ -12,79 +12,82 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"node_modules/@sentry-internal/tracing": {
|
|
15
|
-
"version": "7.
|
|
16
|
-
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.
|
|
17
|
-
"integrity": "sha512-
|
|
15
|
+
"version": "7.119.1",
|
|
16
|
+
"resolved": "https://registry.npmjs.org/@sentry-internal/tracing/-/tracing-7.119.1.tgz",
|
|
17
|
+
"integrity": "sha512-cI0YraPd6qBwvUA3wQdPGTy8PzAoK0NZiaTN1LM3IczdPegehWOaEG5GVTnpGnTsmBAzn1xnBXNBhgiU4dgcrQ==",
|
|
18
|
+
"license": "MIT",
|
|
18
19
|
"dependencies": {
|
|
19
|
-
"@sentry/core": "7.
|
|
20
|
-
"@sentry/types": "7.
|
|
21
|
-
"@sentry/utils": "7.
|
|
22
|
-
"tslib": "^2.4.1 || ^1.9.3"
|
|
20
|
+
"@sentry/core": "7.119.1",
|
|
21
|
+
"@sentry/types": "7.119.1",
|
|
22
|
+
"@sentry/utils": "7.119.1"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=8"
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"node_modules/@sentry/core": {
|
|
29
|
-
"version": "7.
|
|
30
|
-
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.
|
|
31
|
-
"integrity": "sha512-
|
|
29
|
+
"version": "7.119.1",
|
|
30
|
+
"resolved": "https://registry.npmjs.org/@sentry/core/-/core-7.119.1.tgz",
|
|
31
|
+
"integrity": "sha512-YUNnH7O7paVd+UmpArWCPH4Phlb5LwrkWVqzFWqL3xPyCcTSof2RL8UmvpkTjgYJjJ+NDfq5mPFkqv3aOEn5Sw==",
|
|
32
|
+
"license": "MIT",
|
|
32
33
|
"dependencies": {
|
|
33
|
-
"@sentry/types": "7.
|
|
34
|
-
"@sentry/utils": "7.
|
|
35
|
-
"tslib": "^2.4.1 || ^1.9.3"
|
|
34
|
+
"@sentry/types": "7.119.1",
|
|
35
|
+
"@sentry/utils": "7.119.1"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=8"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
|
-
"node_modules/@sentry/
|
|
42
|
-
"version": "7.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/@sentry/
|
|
44
|
-
"integrity": "sha512-
|
|
41
|
+
"node_modules/@sentry/integrations": {
|
|
42
|
+
"version": "7.119.1",
|
|
43
|
+
"resolved": "https://registry.npmjs.org/@sentry/integrations/-/integrations-7.119.1.tgz",
|
|
44
|
+
"integrity": "sha512-CGmLEPnaBqbUleVqrmGYjRjf5/OwjUXo57I9t0KKWViq81mWnYhaUhRZWFNoCNQHns+3+GPCOMvl0zlawt+evw==",
|
|
45
|
+
"license": "MIT",
|
|
45
46
|
"dependencies": {
|
|
46
|
-
"@sentry
|
|
47
|
-
"@sentry/
|
|
48
|
-
"@sentry/
|
|
49
|
-
"
|
|
50
|
-
"cookie": "^0.4.1",
|
|
51
|
-
"https-proxy-agent": "^5.0.0",
|
|
52
|
-
"lru_map": "^0.3.3",
|
|
53
|
-
"tslib": "^2.4.1 || ^1.9.3"
|
|
47
|
+
"@sentry/core": "7.119.1",
|
|
48
|
+
"@sentry/types": "7.119.1",
|
|
49
|
+
"@sentry/utils": "7.119.1",
|
|
50
|
+
"localforage": "^1.8.1"
|
|
54
51
|
},
|
|
55
52
|
"engines": {
|
|
56
53
|
"node": ">=8"
|
|
57
54
|
}
|
|
58
55
|
},
|
|
59
|
-
"node_modules/@sentry/
|
|
60
|
-
"version": "7.
|
|
61
|
-
"resolved": "https://registry.npmjs.org/@sentry/
|
|
62
|
-
"integrity": "sha512
|
|
56
|
+
"node_modules/@sentry/node": {
|
|
57
|
+
"version": "7.119.1",
|
|
58
|
+
"resolved": "https://registry.npmjs.org/@sentry/node/-/node-7.119.1.tgz",
|
|
59
|
+
"integrity": "sha512-rpnoQCMxWh/ccjOe+qsmvXAdlTxQHXEWdaltSxnwj7QY+kOGKGP18WTQFLq/gdOBRw9aa6PEQGwhnLfhBXXaYg==",
|
|
60
|
+
"license": "MIT",
|
|
61
|
+
"dependencies": {
|
|
62
|
+
"@sentry-internal/tracing": "7.119.1",
|
|
63
|
+
"@sentry/core": "7.119.1",
|
|
64
|
+
"@sentry/integrations": "7.119.1",
|
|
65
|
+
"@sentry/types": "7.119.1",
|
|
66
|
+
"@sentry/utils": "7.119.1"
|
|
67
|
+
},
|
|
63
68
|
"engines": {
|
|
64
69
|
"node": ">=8"
|
|
65
70
|
}
|
|
66
71
|
},
|
|
67
|
-
"node_modules/@sentry/
|
|
68
|
-
"version": "7.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@sentry/
|
|
70
|
-
"integrity": "sha512-
|
|
71
|
-
"
|
|
72
|
-
"@sentry/types": "7.61.0",
|
|
73
|
-
"tslib": "^2.4.1 || ^1.9.3"
|
|
74
|
-
},
|
|
72
|
+
"node_modules/@sentry/types": {
|
|
73
|
+
"version": "7.119.1",
|
|
74
|
+
"resolved": "https://registry.npmjs.org/@sentry/types/-/types-7.119.1.tgz",
|
|
75
|
+
"integrity": "sha512-4G2mcZNnYzK3pa2PuTq+M2GcwBRY/yy1rF+HfZU+LAPZr98nzq2X3+mJHNJoobeHRkvVh7YZMPi4ogXiIS5VNQ==",
|
|
76
|
+
"license": "MIT",
|
|
75
77
|
"engines": {
|
|
76
78
|
"node": ">=8"
|
|
77
79
|
}
|
|
78
80
|
},
|
|
79
|
-
"node_modules/
|
|
80
|
-
"version": "
|
|
81
|
-
"resolved": "https://registry.npmjs.org/
|
|
82
|
-
"integrity": "sha512-
|
|
81
|
+
"node_modules/@sentry/utils": {
|
|
82
|
+
"version": "7.119.1",
|
|
83
|
+
"resolved": "https://registry.npmjs.org/@sentry/utils/-/utils-7.119.1.tgz",
|
|
84
|
+
"integrity": "sha512-ju/Cvyeu/vkfC5/XBV30UNet5kLEicZmXSyuLwZu95hEbL+foPdxN+re7pCI/eNqfe3B2vz7lvz5afLVOlQ2Hg==",
|
|
85
|
+
"license": "MIT",
|
|
83
86
|
"dependencies": {
|
|
84
|
-
"
|
|
87
|
+
"@sentry/types": "7.119.1"
|
|
85
88
|
},
|
|
86
89
|
"engines": {
|
|
87
|
-
"node": ">=
|
|
90
|
+
"node": ">=8"
|
|
88
91
|
}
|
|
89
92
|
},
|
|
90
93
|
"node_modules/boolean": {
|
|
@@ -92,30 +95,6 @@
|
|
|
92
95
|
"resolved": "https://registry.npmjs.org/boolean/-/boolean-3.2.0.tgz",
|
|
93
96
|
"integrity": "sha512-d0II/GO9uf9lfUHH2BQsjxzRJZBdsjgsBiW4BvhWk/3qoKwQFjIDVN19PfX8F2D/r9PCMTtLWjYVCFrpeYUzsw=="
|
|
94
97
|
},
|
|
95
|
-
"node_modules/cookie": {
|
|
96
|
-
"version": "0.4.2",
|
|
97
|
-
"resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz",
|
|
98
|
-
"integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==",
|
|
99
|
-
"engines": {
|
|
100
|
-
"node": ">= 0.6"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"node_modules/debug": {
|
|
104
|
-
"version": "4.3.4",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
|
|
106
|
-
"integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
|
|
107
|
-
"dependencies": {
|
|
108
|
-
"ms": "2.1.2"
|
|
109
|
-
},
|
|
110
|
-
"engines": {
|
|
111
|
-
"node": ">=6.0"
|
|
112
|
-
},
|
|
113
|
-
"peerDependenciesMeta": {
|
|
114
|
-
"supports-color": {
|
|
115
|
-
"optional": true
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
98
|
"node_modules/define-properties": {
|
|
120
99
|
"version": "1.2.0",
|
|
121
100
|
"resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz",
|
|
@@ -245,27 +224,34 @@
|
|
|
245
224
|
"url": "https://github.com/sponsors/ljharb"
|
|
246
225
|
}
|
|
247
226
|
},
|
|
248
|
-
"node_modules/
|
|
249
|
-
"version": "
|
|
250
|
-
"resolved": "https://registry.npmjs.org/
|
|
251
|
-
"integrity": "sha512-
|
|
252
|
-
"
|
|
253
|
-
"agent-base": "6",
|
|
254
|
-
"debug": "4"
|
|
255
|
-
},
|
|
256
|
-
"engines": {
|
|
257
|
-
"node": ">= 6"
|
|
258
|
-
}
|
|
227
|
+
"node_modules/immediate": {
|
|
228
|
+
"version": "3.0.6",
|
|
229
|
+
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
230
|
+
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
231
|
+
"license": "MIT"
|
|
259
232
|
},
|
|
260
233
|
"node_modules/json-stringify-safe": {
|
|
261
234
|
"version": "5.0.1",
|
|
262
235
|
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
263
236
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA=="
|
|
264
237
|
},
|
|
265
|
-
"node_modules/
|
|
266
|
-
"version": "
|
|
267
|
-
"resolved": "https://registry.npmjs.org/
|
|
268
|
-
"integrity": "sha512-
|
|
238
|
+
"node_modules/lie": {
|
|
239
|
+
"version": "3.1.1",
|
|
240
|
+
"resolved": "https://registry.npmjs.org/lie/-/lie-3.1.1.tgz",
|
|
241
|
+
"integrity": "sha512-RiNhHysUjhrDQntfYSfY4MU24coXXdEOgw9WGcKHNeEwffDYbF//u87M1EWaMGzuFoSbqW0C9C6lEEhDOAswfw==",
|
|
242
|
+
"license": "MIT",
|
|
243
|
+
"dependencies": {
|
|
244
|
+
"immediate": "~3.0.5"
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"node_modules/localforage": {
|
|
248
|
+
"version": "1.10.0",
|
|
249
|
+
"resolved": "https://registry.npmjs.org/localforage/-/localforage-1.10.0.tgz",
|
|
250
|
+
"integrity": "sha512-14/H1aX7hzBBmmh7sGPd+AOMkkIrHM3Z1PAyGgZigA1H1p5O5ANnMyWzvpAETtG68/dC4pC0ncy3+PPGzXZHPg==",
|
|
251
|
+
"license": "Apache-2.0",
|
|
252
|
+
"dependencies": {
|
|
253
|
+
"lie": "3.1.1"
|
|
254
|
+
}
|
|
269
255
|
},
|
|
270
256
|
"node_modules/lru-cache": {
|
|
271
257
|
"version": "6.0.0",
|
|
@@ -289,11 +275,6 @@
|
|
|
289
275
|
"node": ">=10"
|
|
290
276
|
}
|
|
291
277
|
},
|
|
292
|
-
"node_modules/ms": {
|
|
293
|
-
"version": "2.1.2",
|
|
294
|
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
|
|
295
|
-
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
|
|
296
|
-
},
|
|
297
278
|
"node_modules/object-keys": {
|
|
298
279
|
"version": "1.1.1",
|
|
299
280
|
"resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
|
|
@@ -372,11 +353,6 @@
|
|
|
372
353
|
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
|
|
373
354
|
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug=="
|
|
374
355
|
},
|
|
375
|
-
"node_modules/tslib": {
|
|
376
|
-
"version": "2.6.1",
|
|
377
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.1.tgz",
|
|
378
|
-
"integrity": "sha512-t0hLfiEKfMUoqhG+U1oid7Pva4bbDPHYfJNiB7BiIjRkj1pyC++4N3huJfqY6aRH6VTB0rvtzQwjM4K6qpfOig=="
|
|
379
|
-
},
|
|
380
356
|
"node_modules/type-fest": {
|
|
381
357
|
"version": "0.13.1",
|
|
382
358
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.13.1.tgz",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/docker_versions_gen.py
RENAMED
|
File without changes
|
{c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/docker_versions_update.py
RENAMED
|
File without changes
|
{c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/download_applications.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{c2cciutils-1.6.24.dev9 → c2cciutils-1.6.24.dev10}/c2cciutils/scripts/trigger_image_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|