qontract-reconcile 0.10.2.dev283__py3-none-any.whl → 0.10.2.dev284__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.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/METADATA +7 -1
- {qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/RECORD +4 -4
- {qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.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.dev284
|
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
|
@@ -445,6 +445,12 @@ GQL definitions and generated classes can be found [here](reconcile/gql_definiti
|
|
445
445
|
5. `make gql-introspection` gets the type definitions. They will be stored in `reconcile/gql_definitions/introspection.json`
|
446
446
|
6. `make gql-query-classes` generates the data classes for your queries and fragments
|
447
447
|
|
448
|
+
## Design Patterns
|
449
|
+
|
450
|
+
This project follows a set of established architectural and implementation patterns to ensure consistency, reliability, and scalability. For a detailed explanation of these concepts, please see the **[Design Patterns Documentation](docs/patterns/README.md)**.
|
451
|
+
|
452
|
+
Understanding these patterns, especially the `qenerate` workflow for GraphQL data binding, is highly recommended for new developers.
|
453
|
+
|
448
454
|
## Troubleshooting
|
449
455
|
|
450
456
|
`faulthandler` is enabled for this project and SIGUSR1 is registered to dump the traceback. To do so, you can use `kill -USR1 pid` where pid is the ID of the qontract-reconcile process.
|
{qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/RECORD
RENAMED
@@ -797,7 +797,7 @@ tools/saas_promotion_state/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
797
797
|
tools/saas_promotion_state/saas_promotion_state.py,sha256=uQv2QJAmUXP1g2GPIH30WTlvL9soY6m9lefpZEVDM5w,3965
|
798
798
|
tools/sre_checkpoints/__init__.py,sha256=CDaDaywJnmRCLyl_NCcvxi-Zc0hTi_3OdwKiFOyS39I,145
|
799
799
|
tools/sre_checkpoints/util.py,sha256=zEDbGr18ZeHNQwW8pUsr2JRjuXIPz--WAGJxZo9sv_Y,894
|
800
|
-
qontract_reconcile-0.10.2.
|
801
|
-
qontract_reconcile-0.10.2.
|
802
|
-
qontract_reconcile-0.10.2.
|
803
|
-
qontract_reconcile-0.10.2.
|
800
|
+
qontract_reconcile-0.10.2.dev284.dist-info/METADATA,sha256=Mkg_lPvaw2v0063lTEZmUBIwY35vmjQz-6LOZDFYpd8,24916
|
801
|
+
qontract_reconcile-0.10.2.dev284.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
802
|
+
qontract_reconcile-0.10.2.dev284.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
803
|
+
qontract_reconcile-0.10.2.dev284.dist-info/RECORD,,
|
{qontract_reconcile-0.10.2.dev283.dist-info → qontract_reconcile-0.10.2.dev284.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|