-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/pep checker #154
Closed
Grashalmbeisser
wants to merge
11
commits into
viur-framework:develop
from
Grashalmbeisser:feature/pepChecker
Closed
Feature/pep checker #154
Grashalmbeisser
wants to merge
11
commits into
viur-framework:develop
from
Grashalmbeisser:feature/pepChecker
Conversation
This file contains 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
* deployment version name now extendable (#89) Co-authored-by: Christos <[email protected]> * Feature/develop y (#90) * edded acceptall flag for deployment * redid comment * PEP8 fixes * deleted debug output --------- Co-authored-by: Christos <[email protected]> * Fix/project.json (#88) * changed projectConfig globaly to project_config * @wip write delete method * @wip: delte process * fixed format from default.format, to just format * new reformatting in conf.py for project.json format 1.2.0 * using lstrip instead of rege * @wip viur install * Project Config is now a singleton * pycharm is about to crash * env now shows Versions depending on builds * new config usage in install.py and build.py * @wip new config usage throughout the project * added profile usage in all project.conf related functions * format changes from project.json v1.1.1 to 2.0.0 * touch ups on project.json functionality * added project.json example in readme.md * version and changelog * fixed typo * readme.md does is not ugly anymore * resolved PR suggestions * fixed typo --------- Co-authored-by: Christos <[email protected]> * fixed merge conflict related bugs (#91) Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#94) * fixed merge conflict related bugs * added tag --------- Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#95) * fixed merge conflict related bugs * added tag * typo in version string --------- Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#96) * fixed merge conflict related bugs * added tag * typo in version string * test --------- Co-authored-by: Christos <[email protected]> * feat: Add newline in `project.json` (#102) * fixed merge conflict related bugs * added/trailingline * Update src/viur_cli/conf.py Co-authored-by: Sven Eberth <[email protected]> * refactore --------- Co-authored-by: Sven Eberth <[email protected]> * feat: `viur install update` command (#103) * fixed merge conflict related bugs * feature/updateAllForBuilds * PEP8 Fixes * refactored old install.py into packtet.py as a pseudo packet manager for viur tools * Ai generated Documentation * refactoring and documentation * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * Feature/gcloud functions (#98) * fixed merge conflict related bugs * @wip shit * @wip cloud function creation, deployment and disable backups * implemented glcoud setup in viur cli * fixed pep8 errors * @wip: need to finalize SETUP and do PEP8 stuff * refactored Role administration via viur cloud command * added changelog and readme.md to the project * bumped version to 2.0.0.dev3 * refinement of gcloud setup script * Update src/viur_cli/cloud.py Co-authored-by: Sven Eberth <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Sven Eberth <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Jan Max Meyer <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Sven Eberth <[email protected]> Co-authored-by: Jan Max Meyer <[email protected]> * changed github workflow * new workflow file * uodated vorkflows and version * Renewed Docstrings and Helptexts (#110) * documentation * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * Feature/indexfix (#111) * clean indices * clean indices and smaller bugfixes * Update src/viur_cli/update.py Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * One * new rc * updated setup.cfg * Fixes for v2.0 (#112) * Use correct argument name for profile * Provide a "skip" option for vi/admin-decision ... and ask only once, when the project.json version is changed initially. * Update src/viur_cli/conf.py --------- Co-authored-by: Grashalmbeisser <[email protected]> * added fixes * typo fixes * fixed broken deploy comand * added default gcloud accounnt ptint for env * fixed typo * Update CHANGELOG.md * added default gcloud accounnt print for env (#117) * added default gcloud accounnt ptint for env * fixed typo * Update CHANGELOG.md --------- Co-authored-by: Jan Max Meyer <[email protected]> * release candidate * fixed typo * develop to default * delete old format in default * added format fixes in project.json * bugfixes * added cloud initiation deployment (#124) * Feature/show changelog (#126) * CLI shows changelog after update, on first run * undid changes in cli.py * renamed master to main * added suggestions * added chage suggestions * redid changelog to show diff in main branches and tags * fixed format * added changelog and versioning * feature/addedDeprecationWarnings (#132) * added project json key rewriting and addition (#122) * added project json key rewriting and addition * deleted obsolete imports * @wip generalize find key function * fixed it * bugfixed multiple core entries * Apply suggestions from code review Co-authored-by: Jan Max Meyer <[email protected]> * added recommendations * deleted comments * deleted obsolete level in findkey * resolved conflicts --------- Co-authored-by: Jan Max Meyer <[email protected]> * enforcing gcloud tool usage and LogIn (#135) * enforcing gcloud tool usage and LogIn * formatted file * Added hints to saeveral viur-cli commands (#144) * Update setup.cfg Co-authored-by: Sven Eberth <[email protected]> * Bugfix/coreversion (#143) * bugfix: project.json core on level0 breaks deployment * refactor, deleted unused code * removed project.json core usage completely * removed obsolete comments * fix: remove duplicate dependency definititions --------- Co-authored-by: Sven Eberth <[email protected]> Co-authored-by: Jan Max Meyer <[email protected]>
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@41.0.7...42.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.6...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* deployment version name now extendable (#89) Co-authored-by: Christos <[email protected]> * Feature/develop y (#90) * edded acceptall flag for deployment * redid comment * PEP8 fixes * deleted debug output --------- Co-authored-by: Christos <[email protected]> * Fix/project.json (#88) * changed projectConfig globaly to project_config * @wip write delete method * @wip: delte process * fixed format from default.format, to just format * new reformatting in conf.py for project.json format 1.2.0 * using lstrip instead of rege * @wip viur install * Project Config is now a singleton * pycharm is about to crash * env now shows Versions depending on builds * new config usage in install.py and build.py * @wip new config usage throughout the project * added profile usage in all project.conf related functions * format changes from project.json v1.1.1 to 2.0.0 * touch ups on project.json functionality * added project.json example in readme.md * version and changelog * fixed typo * readme.md does is not ugly anymore * resolved PR suggestions * fixed typo --------- Co-authored-by: Christos <[email protected]> * fixed merge conflict related bugs (#91) Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#94) * fixed merge conflict related bugs * added tag --------- Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#95) * fixed merge conflict related bugs * added tag * typo in version string --------- Co-authored-by: Christos <[email protected]> * Deployment/v2.0.0dev (#96) * fixed merge conflict related bugs * added tag * typo in version string * test --------- Co-authored-by: Christos <[email protected]> * feat: Add newline in `project.json` (#102) * fixed merge conflict related bugs * added/trailingline * Update src/viur_cli/conf.py Co-authored-by: Sven Eberth <[email protected]> * refactore --------- Co-authored-by: Sven Eberth <[email protected]> * feat: `viur install update` command (#103) * fixed merge conflict related bugs * feature/updateAllForBuilds * PEP8 Fixes * refactored old install.py into packtet.py as a pseudo packet manager for viur tools * Ai generated Documentation * refactoring and documentation * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * Feature/gcloud functions (#98) * fixed merge conflict related bugs * @wip shit * @wip cloud function creation, deployment and disable backups * implemented glcoud setup in viur cli * fixed pep8 errors * @wip: need to finalize SETUP and do PEP8 stuff * refactored Role administration via viur cloud command * added changelog and readme.md to the project * bumped version to 2.0.0.dev3 * refinement of gcloud setup script * Update src/viur_cli/cloud.py Co-authored-by: Sven Eberth <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Sven Eberth <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Jan Max Meyer <[email protected]> * Update src/viur_cli/cloud.py Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Sven Eberth <[email protected]> Co-authored-by: Jan Max Meyer <[email protected]> * changed github workflow * new workflow file * uodated vorkflows and version * Renewed Docstrings and Helptexts (#110) * documentation * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> * Update README.md Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * Feature/indexfix (#111) * clean indices * clean indices and smaller bugfixes * Update src/viur_cli/update.py Co-authored-by: Jan Max Meyer <[email protected]> --------- Co-authored-by: Jan Max Meyer <[email protected]> * One * new rc * updated setup.cfg * Fixes for v2.0 (#112) * Use correct argument name for profile * Provide a "skip" option for vi/admin-decision ... and ask only once, when the project.json version is changed initially. * Update src/viur_cli/conf.py --------- Co-authored-by: Grashalmbeisser <[email protected]> * added fixes * typo fixes * fixed broken deploy comand * added default gcloud accounnt ptint for env * fixed typo * Update CHANGELOG.md * added default gcloud accounnt print for env (#117) * added default gcloud accounnt ptint for env * fixed typo * Update CHANGELOG.md --------- Co-authored-by: Jan Max Meyer <[email protected]> * release candidate * fixed typo * develop to default * delete old format in default * added format fixes in project.json * bugfixes * added cloud initiation deployment (#124) * Feature/show changelog (#126) * CLI shows changelog after update, on first run * undid changes in cli.py * renamed master to main * added suggestions * added chage suggestions * redid changelog to show diff in main branches and tags * fixed format * added changelog and versioning * feature/addedDeprecationWarnings (#132) * added project json key rewriting and addition (#122) * added project json key rewriting and addition * deleted obsolete imports * @wip generalize find key function * fixed it * bugfixed multiple core entries * Apply suggestions from code review Co-authored-by: Jan Max Meyer <[email protected]> * added recommendations * deleted comments * deleted obsolete level in findkey * resolved conflicts --------- Co-authored-by: Jan Max Meyer <[email protected]> * enforcing gcloud tool usage and LogIn (#135) * enforcing gcloud tool usage and LogIn * formatted file * Added hints to saeveral viur-cli commands (#144) * Update setup.cfg Co-authored-by: Sven Eberth <[email protected]> * Bugfix/coreversion (#143) * bugfix: project.json core on level0 breaks deployment * refactor, deleted unused code * removed project.json core usage completely * removed obsolete comments * fix: remove duplicate dependency definititions * dev release v2.0.1-dev1 * version change * Feature/project conf version fix (#149) * fix: Exit `check_req` if `core_requirements` is None (#137) Otherwise the following statement crashes. --- Steps to reproduce: 1. Install viur-core as editable 2. deploy app * added version string failsafe --------- Co-authored-by: Sven Eberth <[email protected]> * bumped cli version numbers --------- Co-authored-by: Sven Eberth <[email protected]> Co-authored-by: Jan Max Meyer <[email protected]>
…cli into feature/pepChecker
Grashalmbeisser
requested review from
sveneberth and
phorward
and removed request for
sveneberth
May 24, 2024 10:08
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.
No description provided.