forked from rancher/dashboard
-
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
12032 reusable wf tests #3
Closed
Closed
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
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Signed-off-by: Francesco Torchia <[email protected]>
Update e2e docs
…l-integration-2 Harvester shell integration - bump chron libraries
…l-integration-1 Harvester shell integration - assets
Fixing a typo found in a backport
Enabling the branding e2e tests and fixing what's broken
Data binding for custom components should be using `@update:value` instead of `@input`. Signed-off-by: Phillip Rak <[email protected]>
…egistries Bind updates with `@update:value` in `RegistryMirrors.vue`
When creating AKS clusters, `1.29` is a valid kubernetes version that can be supplied to provision a cluster with the latest patch version. Unfortunately, `aksConfig?.kubernetesVersion` only stores `1.29` and the fully compatible semantic version is unknown. With the information we have available to us, we can utilize `semver.coerce()` to at least attempt to infer a Kubernetes version with the information that we have available to us. Signed-off-by: Phillip Rak <[email protected]>
…bernetes-versions Use `semver.coerce()` to get valid kubernetes version
* update docs with migration guide + new mechanism to fix annotations + other small changes * Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md Co-authored-by: Jordon Leach <[email protected]> * update docs for annotations fix + update dates format on changelog + fix link on homepage * configure redirect plugin (only works in production) * update redirect config * Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md Co-authored-by: Jordon Leach <[email protected]> * Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md Co-authored-by: Jordon Leach <[email protected]> * Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md Co-authored-by: Jordon Leach <[email protected]> * Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md Co-authored-by: Jordon Leach <[email protected]> * hide docs on fixing annotations * add simple change to re-trigger test --------- Co-authored-by: Jordon Leach <[email protected]>
* Improve pod.spec test * Improve another repo spec test * vai test improvements * Various fixes * pagination change fixes * pagination change fixes + new settings * Update settings-utils.ts * Fixes * create name fixes * improve namespace picker test * Fix user response * fixes * fixes * fixes * Make up for userpreference lag by waiting for desired value * Dont include junk revision in mock resources - causes MASSSIVE socket spam if the rancher revision exceeds it * update burger menu, make it clear there's pinned and other cluster lists also comment out .skip, they play HAVOC with test reports * improve tableRowsPerPageAndNamespaceFilter * fix project-namespace * more fixes... * Revert "Dont include junk revision in mock resources" This reverts commit 9aaaabb. * real revision fix * lint fixes are commenting out skip * use common resource revision * safer userpref check * fix standard user tests * more linting * because why not * fixes/improvements * Add retry to updateNamespaceFilter * improve CRD list check for count * after own review * tie in failure and retry to tableRowsPerPageAndNamespaceFilter * handle events count less than 500... * fix merge fail
Enable title and some cluster management e2e tests
…r#12500) * re-enable e2e tests for extensions that were being skipped due to vue3 migration * enble skipped e2e tests + update large extension test to verify cache state is disabled * handle merge conflicts + wait for tabs and extension page to load + .scrollIntoView() for extension cards click * address pr problems * update e2e tests
e2e: wait for webhook to be ready
aalves08
force-pushed
the
12032-reusable-wf-tests
branch
from
November 8, 2024 11:56
aaf7d38
to
71deacf
Compare
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.
Summary
Fixes #
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Checklist