-
Couldn't load subscription status.
- Fork 6
Merge stable into develop with fixes #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
release v1.7.0
Run CI tests against multiple versions
Release v1.7.1
…ethods Update InfrahubNode artifact_fetch and artifact_generate methods to use artiface name instead of the defintion name
* Get default branch from env * Add comment on all hardcoded main branch to be fixed later * Add release note
* Refactor repository to not create blank credentials. Remove commit option in favor of ref option to match API and allow setting the ref on CTL. * Format/Lint. * Fixed payload between CoreRepositoryCreate and CoreReadOnlyRepositoryCreate mutations.
Move the function `read_file` from the ctl module to the SDK.
…274) * Test building in logger to InfrahubGenerator class to allow logs to be easily propagated via CTL and CI pipeline logs. * Remove unused logging import. * Add changelog to describe change.
…TL commands (#270) * Remove default value main for branch parameter * Changelog * Remove branch parameter from repository commands as node is branch agnostic * Add None for username * Remove branch parameter from tests * Remove branch parameter from test * Add option to list repository by branch * Adjust parameter help
Fix typing for Python 3.9 and remove support for Python 3.13
Codecov ReportAttention: Patch coverage is
@@ Coverage Diff @@
## develop #279 +/- ##
===========================================
- Coverage 70.37% 66.88% -3.49%
===========================================
Files 82 81 -1
Lines 7503 7505 +2
Branches 1391 1463 +72
===========================================
- Hits 5280 5020 -260
- Misses 1849 2099 +250
- Partials 374 386 +12
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Replaces #278
@opsmill/backend FYI, I had to disable the test
integration-tests-local-infrahubbecause the version of infrahub-testcontainers currently in pypi is not compatible with the version of infrahub we have in develop right now.