forked from kyma-project/kyma
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Upgrade job scaffold #1
Merged
mfaizanse
merged 1 commit into
mfaizanse:eventing-upgrade-job-124
from
sayanh:upgrade-job
Jul 30, 2021
Merged
Upgrade job scaffold #1
mfaizanse
merged 1 commit into
mfaizanse:eventing-upgrade-job-124
from
sayanh:upgrade-job
Jul 30, 2021
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
mfaizanse
pushed a commit
that referenced
this pull request
Aug 8, 2022
* Self signed certs added to the chart * Server cert with Subject Alternative Name extension * Add mTLS testcase * Compilation fix * Compilation fix * Attempt to exclude port from sidecar * Changes for testing cert verification * Changes for testing cert verification * Changes for testing cert verification * Started working on cert generation in Makefile * Generating certs added to the makefile * Remove cert files * Added mTLS server * Compilation fix * Makefile fix * Fix in Makefile * Added disabling and enabling Istio sidecar * Minor cleanup in makefile * Certs deleted * Missing secrets added * Added mTLS test cases * mTLS server configuration fix * minor clean up in mock app * Signature algorithm changed to SHA256wq * clean up plus some debugging code * Fix for token cache in mock-application * Fix mTLS test * All mTLS related tests running * Secrets moved to separate files * Useless file removed * Minor fix in Makefile * Minor cleanup * Minor fix for request params * Minor fix for request params * Fix in Makefile * Pipeline fix * Pipeline fix * Code review changes #1 * Minor clenup in Application Gateway * Added testcase for expired server certificate * Code review #2
mfaizanse
pushed a commit
that referenced
this pull request
Aug 10, 2022
* Stub structure for testing the compass-runtime-agent * Temporary delete SA * Remove the unnecessary inputs * Fix typos * Change target name to align with old pipeline target name * Change job name in script, rember to figure out different approach * Replace Docker image repository * Make script universal * Code review changes #1 * Code review changes #1 * Code review changes #2 * Code review changes #2 Co-authored-by: Arkadiusz Galwas <arkadiusz.galwas@sap.com>
mfaizanse
pushed a commit
that referenced
this pull request
Oct 24, 2022
…e Agent runs (kyma-project#15390) * first approach for moving graphQL client to test application * Adding director dependency * extracting oauth client to new component and making it build * continue work on graphql client implementation * finally make build graphQL client * update base image go version to the latest one * minimal set of gql client ready for tests. Unit tests pass * regenerated go mocks * adding test configuration * restore restart policy removed by accident * adding RBAC to read secrets and fixes for getting tokens * remove comments and testing app delete * adjustments of the compass runtime agent test suite for compass director client * adding rule to clusterRole to allow reading applications * Addling labeling test namespace for istio injection * Started defining interfaces for initialization code * Started implementing initilizer * Implemented init and rollback logic * Used kubernetes.Interface plus compilation fix * Refactored calling rollback code * Added unit test for initialisation code * Reverted accidental change * TODOs added * WIP - add deployment modification * WIP - add retrials, remove todos * WIP - add a part of the unit tests * WIP - update unit tests, need to test it manually now * WIP - update RBAC * Go sum updated * Added initilizing CRA before test start * Added ability to run locally * Minor fix in the synchronisation test * Refactored and enhanced Compass Runtime Agent configuration code * Fixes in Deployment Configurator * Fix for Compass Runtime Agent backup and restore * Configuring Compass Runtime Agent deployment works * Fixes in App creation test * Test is working * Unit tests plus refactoring * Director client refactored * Minor fixes * Fix for reading environment variables * Some logs added * Fix for loading kubeconfig * Fix for loading kubeconfig * Fix for loading kubeconfig * Fix in RBAC * Fix in RBAC * Fix in RBAC * Code review remarks #1 * RBAC fix * RBAC fix * Refactor plus additional unit tests added * Compilation fix * Refactoring in Compass Connection CR configurator * Updated makefile to integrate with the pipeline * Change Compass tenant to default * Fix for executing the test on pipeline * Added unit test * small fixes in loged messages to avoid confusion and dependency bumps * Fix typo in logged message Co-authored-by: Przemyslaw Golicz <przemyslaw.golicz@sap.com> Co-authored-by: franpog859 <franciszek.pog@gmail.com>
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.
Description
Changes proposed in this pull request:
Related issue(s)