qontract-reconcile 0.10.2.dev240__py3-none-any.whl → 0.10.2.dev241__py3-none-any.whl
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.
- {qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/METADATA +1 -1
- {qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/RECORD +5 -5
- reconcile/gql_definitions/introspection.json +0 -12
- {qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: qontract-reconcile
|
3
|
-
Version: 0.10.2.
|
3
|
+
Version: 0.10.2.dev241
|
4
4
|
Summary: Collection of tools to reconcile services with their desired state as defined in the app-interface DB.
|
5
5
|
Project-URL: homepage, https://github.com/app-sre/qontract-reconcile
|
6
6
|
Project-URL: repository, https://github.com/app-sre/qontract-reconcile
|
{qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/RECORD
RENAMED
@@ -217,7 +217,7 @@ reconcile/glitchtip_project_alerts/integration.py,sha256=d3PMy-mQSbSZdIGAVaZCA2U
|
|
217
217
|
reconcile/glitchtip_project_dsn/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
218
218
|
reconcile/glitchtip_project_dsn/integration.py,sha256=2iugub-kHYkHNK33n0v9_TeWonuxCPah_VkoTPvaajE,8077
|
219
219
|
reconcile/gql_definitions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
220
|
-
reconcile/gql_definitions/introspection.json,sha256=
|
220
|
+
reconcile/gql_definitions/introspection.json,sha256=7uISKAEWpJ2RvF2BvOeIDXvKEL46DaKjG1lHMFft2V8,2338518
|
221
221
|
reconcile/gql_definitions/acs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
222
222
|
reconcile/gql_definitions/acs/acs_instances.py,sha256=L91WW9LbhJbBSrECqShQpFtjoBOsmNIYLRpMbx1io5o,2181
|
223
223
|
reconcile/gql_definitions/acs/acs_policies.py,sha256=Ygpfl2-VkYLSlJvHgp_dJBfb66K_Rwfdfpsa18w1v1s,4338
|
@@ -800,7 +800,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
800
800
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
801
801
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
802
802
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
803
|
-
qontract_reconcile-0.10.2.
|
804
|
-
qontract_reconcile-0.10.2.
|
805
|
-
qontract_reconcile-0.10.2.
|
806
|
-
qontract_reconcile-0.10.2.
|
803
|
+
qontract_reconcile-0.10.2.dev241.dist-info/METADATA,sha256=ViFvxvTM7AENm6rMbK78w8OSX-py5ssEEjQfK387gPA,24289
|
804
|
+
qontract_reconcile-0.10.2.dev241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
805
|
+
qontract_reconcile-0.10.2.dev241.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
806
|
+
qontract_reconcile-0.10.2.dev241.dist-info/RECORD,,
|
@@ -10150,18 +10150,6 @@
|
|
10150
10150
|
"isDeprecated": false,
|
10151
10151
|
"deprecationReason": null
|
10152
10152
|
},
|
10153
|
-
{
|
10154
|
-
"name": "garbageCollection",
|
10155
|
-
"description": null,
|
10156
|
-
"args": [],
|
10157
|
-
"type": {
|
10158
|
-
"kind": "SCALAR",
|
10159
|
-
"name": "Boolean",
|
10160
|
-
"ofType": null
|
10161
|
-
},
|
10162
|
-
"isDeprecated": false,
|
10163
|
-
"deprecationReason": null
|
10164
|
-
},
|
10165
10153
|
{
|
10166
10154
|
"name": "enableDeletion",
|
10167
10155
|
"description": null,
|
{qontract_reconcile-0.10.2.dev240.dist-info → qontract_reconcile-0.10.2.dev241.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|