qontract-reconcile 0.10.2.dev141__py3-none-any.whl → 0.10.2.dev143__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.dev141.dist-info → qontract_reconcile-0.10.2.dev143.dist-info}/METADATA +12 -16
- {qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.dist-info}/RECORD +4 -4
- {qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.dist-info}/WHEEL +0 -0
- {qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.dist-info}/entry_points.txt +0 -0
{qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.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.dev143
|
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
|
@@ -63,6 +63,8 @@ Requires-Dist: websocket-client<0.55.0,>=0.35
|
|
63
63
|
Requires-Dist: yamllint==1.34.0
|
64
64
|
Description-Content-Type: text/markdown
|
65
65
|
|
66
|
+
# qontract-reconcile
|
67
|
+
|
66
68
|
[](https://github.com/astral-sh/ruff)
|
67
69
|
[](https://github.com/astral-sh/uv)
|
68
70
|
[][pypi-link]
|
@@ -70,8 +72,6 @@ Description-Content-Type: text/markdown
|
|
70
72
|

|
71
73
|
[](https://mypy-lang.org/)
|
72
74
|
|
73
|
-
# qontract-reconcile
|
74
|
-
|
75
75
|
A tool to reconcile services with their desired state as defined in app-interface.
|
76
76
|
Additional tools that use the libraries created by the reconciliations are also hosted here.
|
77
77
|
|
@@ -422,29 +422,25 @@ For more flexible way to run in container, please see [qontract-development-cli]
|
|
422
422
|
Make sure the file `./config.dev.toml` exists and contains your current configuration.
|
423
423
|
Your `config.dev.toml` should point to the following qontract-server address:
|
424
424
|
|
425
|
-
```
|
426
|
-
|
425
|
+
```toml
|
427
426
|
[graphql]
|
428
|
-
server = "
|
429
|
-
|
427
|
+
server = "http://host.docker.internal:4000/graphql"
|
430
428
|
```
|
431
429
|
|
432
430
|
### Run qontract-server
|
433
431
|
|
434
432
|
Start the [qontract-server](https://github.com/app-sre/qontract-server) in a different window, e.g., via:
|
435
433
|
|
436
|
-
|
437
|
-
|
438
|
-
qontract-server$ make dev
|
434
|
+
Run this in the root dir of `qontract-server` repo:
|
439
435
|
|
436
|
+
```shell
|
437
|
+
make dev
|
440
438
|
```
|
441
439
|
|
442
440
|
### Trigger integration
|
443
441
|
|
444
|
-
```
|
445
|
-
|
446
|
-
make dev-reconcile-loop INTEGRATION_NAME=terraform-resources DRY_RUN=--dry-run INTEGRATION_EXTRA_ARGS=--light SLEEP_DURATION_SECS=100
|
447
|
-
|
442
|
+
```shell
|
443
|
+
make dev-reconcile-loop INTEGRATION_NAME=terraform-resources DRY_RUN=--dry-run LOG_LEVEL=DEBUG INTEGRATION_EXTRA_ARGS=--light SLEEP_DURATION_SECS=100
|
448
444
|
```
|
449
445
|
|
450
446
|
## Query Classes
|
@@ -468,7 +464,7 @@ GQL definitions and generated classes can be found [here](reconcile/gql_definiti
|
|
468
464
|
## Code style guide
|
469
465
|
|
470
466
|
Qontract-reconcile uses [PEP8](https://peps.python.org/pep-0008/) as the code style guide.
|
471
|
-
The style is enforced via
|
467
|
+
The style is enforced via PR checks (`make test`) with the help of the following utilities:
|
472
468
|
|
473
469
|
- [Ruff - An extremely fast Python linter and code formatter, written in Rust.](https://docs.astral.sh/ruff/)
|
474
470
|
- [Mypy](https://mypy.readthedocs.io/en/stable/)
|
@@ -482,7 +478,7 @@ Release version are calculated from git tags of the form X.Y.Z.
|
|
482
478
|
- If the current commit has such a tag, it will be used as is
|
483
479
|
- Otherwise the latest tag of that format is used and:
|
484
480
|
- the patch label (Z) is incremented
|
485
|
-
- the string `.pre<count>+<commitid>` is appended. `<count>` is the number of commits since the X.Y.Z tag. `<commitid
|
481
|
+
- the string `.pre<count>+<commitid>` is appended. `<count>` is the number of commits since the X.Y.Z tag. `<commitid>` is... the current commit id.
|
486
482
|
|
487
483
|
After the PR is merged, a CI job will be triggered that will publish the package to pypi: <https://pypi.org/project/qontract-reconcile>.
|
488
484
|
|
{qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.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=UfwwRLS5Ya4_Nh1w5n1dvoYtchQvYE9yj1VANt2IKqI,3925
|
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.dev143.dist-info/METADATA,sha256=ILduR_Ii2E9JnGzEpT0pvCxsPhJsv0sO_Voqu-AWUQA,24627
|
801
|
+
qontract_reconcile-0.10.2.dev143.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
802
|
+
qontract_reconcile-0.10.2.dev143.dist-info/entry_points.txt,sha256=5i9l54La3vQrDLAdwDKQWC0iG4sV9RRfOb1BpvzOWLc,698
|
803
|
+
qontract_reconcile-0.10.2.dev143.dist-info/RECORD,,
|
{qontract_reconcile-0.10.2.dev141.dist-info → qontract_reconcile-0.10.2.dev143.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|