Yonas Berhe
1148ebac30
yaml footer test
2024-12-05 09:20:33 -08:00
Richard Cox
a79df0739c
Merge pull request #12614 from adamkpickering/remove-rancher-telemetry
...
Remove mentions of rancher telemetry
2024-12-04 10:33:35 +01:00
Izaac Zavaleta
25c5cac1ab
Merge pull request #12727 from izaac/container_limits
...
[Automation] - Check default limit values in UI while creating a Pod with the Form
2024-12-03 16:42:43 -07:00
Phillip Rak
9157fd8ce2
Merge pull request #12682 from rak-phillip/bugfix/11899-pod-storage-selection
...
Allow Longhorn CSI storage driver to be selected
2024-12-03 15:38:51 -07:00
Izaac Zavaleta
37e39454f5
Check default limit values in UI while creating a Pod with the Form
2024-12-03 14:57:43 -07:00
Phillip Rak
0fbbab2f95
Add e2e test for selecting Longhorn CSI Pod storage
...
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-12-03 12:08:34 -07:00
Phillip Rak
badaff88fb
Update name for pod storage tab
...
The `name` prop for tabs assigns an id to a `section` element in the underlying tab. Since ids must be unique in the document, there conflicts can arise when programmatically selecting tabs.
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2024-12-03 12:08:34 -07:00
Yonas Berhe
c13d76251f
update e2e tests
2024-12-02 14:29:41 -08:00
Alexandre Alves
c4805dffd1
fix issue with clone of global role with inheritedClusterRoles ( #12707 )
...
* fix issue with clone of global role with inheritedClusterRoles
* add e2e test
2024-11-28 16:04:56 +00:00
Alexandre Alves
b11d6cc373
fix e2e test following removal of restricted admin role ( #12690 )
...
* fix e2e test following removal of restricted admin role
* change index
2024-11-27 16:21:43 +00:00
Mo Mesgin
765b0521da
fix running cleanup for non-admin users
2024-11-26 08:58:16 -08:00
Mo Mesgin
f988d88ee5
reorder cleanup
2024-11-25 15:49:50 -08:00
Mo Mesgin
e1e39e211d
remove unnecessary reload
2024-11-25 13:45:14 -08:00
Mo Mesgin
6c55d9928f
separate create and delete tests + cleanup in after block
2024-11-25 12:26:55 -08:00
Mo Mesgin
c418c6ad90
increase timeout to fix flakyness
2024-11-15 12:52:24 -08:00
Mo Mesgin
5bfbe85813
Merge branch 'master' of github.com:rancher/dashboard into 12338-fix-e2e
2024-11-15 10:32:02 -08:00
Adam Pickering
d69f6dc3ff
Remove mentions of rancher telemetry
2024-11-14 11:45:44 -07:00
Francesco Torchia
88fbd46d32
Merge pull request #12606 from torchiaf/fix/telemetry-opt-e2e
...
Fix telemetry-opt e2e test
2024-11-14 16:58:37 +01:00
Richard Cox
24249f9cc1
Merge pull request #12521 from aruiz14/rework-gitrepo-status-resources
...
Use BundleDeployment status to calculate GitRepo resources
2024-11-14 15:54:11 +01:00
Francesco Torchia
debfbf962b
Fix telemetry-opt e2e test
...
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
2024-11-14 15:17:20 +01:00
Mo Mesgin
364e96d87d
lint
2024-11-13 10:23:16 -08:00
Mo Mesgin
b9c6d309f5
remove skipping test
2024-11-13 10:20:58 -08:00
Mo Mesgin
1b36fd46db
Merge branch 'master' of github.com:rancher/dashboard into 12338-fix-e2e
2024-11-13 10:19:56 -08:00
Nancy
6f52e59b07
Fix editing local rke1 and eks clusters ( #12583 )
...
* rework isImported and provisionerDisplay cluster properties
* refactor cluster unti tests to account for isImport property refactor
* update CLI e2e test to expect successful download
2024-11-12 14:11:00 -08:00
Richard Cox
f36ffba37a
Fix e2e failing due to unavailable cli binaries
2024-11-11 09:32:59 +00:00
Alexandre Alves
474bc03c80
Re-enable e2e tests for `pages/extensions/extensions.spec.ts` ( #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
2024-11-08 10:12:35 +00:00
Cody Jackson
7c4c1623f3
Enables two more e2e tests that are no longer failing
2024-11-07 14:28:35 -07:00
Cody Jackson
f2ea010108
Enable e2e tests which test titles
2024-11-07 14:24:36 -07:00
Richard Cox
024f92c173
Improve E2E tests ( #12366 )
...
* 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 9aaaabb02c .
* 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
2024-11-07 09:58:28 +00:00
Alexandre Alves
2c0c8ad30f
Extensions docs update ( #12491 )
...
* 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 <jordonleach@gmail.com>
* 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 <jordonleach@gmail.com>
* Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md
Co-authored-by: Jordon Leach <jordonleach@gmail.com>
* Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md
Co-authored-by: Jordon Leach <jordonleach@gmail.com>
* Update docusaurus/docs/extensions/advanced/fix-annotations-published-extensions.md
Co-authored-by: Jordon Leach <jordonleach@gmail.com>
* hide docs on fixing annotations
* add simple change to re-trigger test
---------
Co-authored-by: Jordon Leach <jordonleach@gmail.com>
2024-11-07 09:53:31 +00:00
Alejandro Ruiz
046eb46009
Use BundleDeployment status to calculate GitRepo resources
2024-11-06 16:31:53 +01:00
codyrancher
54f24cf9c9
Merge pull request #12456 from codyrancher/e2e-5
...
Enabling the branding e2e tests and fixing what's broken
2024-11-05 15:44:33 -07:00
Cody Jackson
6c90af4804
Enabling the branding e2e tests and fixing what's broken
2024-11-04 12:59:28 -07:00
Mo Mesgin
0d51f48e21
Merge branch 'master' of github.com:rancher/dashboard into 12338-fix-e2e
2024-10-31 16:21:57 -07:00
Cody Jackson
48e71f2aa8
Fixing a typo found in a backport
2024-10-31 10:33:41 -07:00
Evgeniya Vashkevich
3c808b4bd4
Fixed UnitInput value not being set correctly in monitoring ( #12438 )
...
* fixed UnitInput value not being set correctly in monitoring
* Tweak to improve e2e test reliability
---------
Co-authored-by: Neil MacDougall <nmacdougall@suse.com>
2024-10-31 11:46:29 +00:00
Alexandre Alves
34c74b8cc9
fix issue banner extensions prime users not being displayed ( #12381 )
...
* fix issue banner extensions prime users not being displayed
* add undefined condition
* add code comment
* fix e2e test
2024-10-30 10:20:26 +00:00
Nancy
55f77addd8
update e2e test with spoofed github user to ignore be error response ( #12372 )
2024-10-29 07:39:16 -07:00
codyrancher
456fc9af03
Merge pull request #12354 from codyrancher/e2e-4
...
Enabling several E2E tests that were disabled for the vue3 migration
2024-10-28 12:31:52 -07:00
Neil MacDougall
1a4db954f3
Remove legacy global configuration ( #12346 )
...
* Remove embedded DNS pages under 'Global Configuration'
* Remove the top-level legacy pages
* Fix redirect for the legacy route on refresh
* Fix URl in test - alerts no longer exists anyway
2024-10-27 12:02:25 +00:00
Neil MacDougall
ec2f92a8df
Update learn more message ( #12127 )
2024-10-25 09:39:04 +01:00
Mo Mesgin
0dd0b2f1e6
fix e2e test for newly created project/namespace
2024-10-24 16:51:29 -07:00
Cody Jackson
c54464e3ac
Enabling two more e2e tests in `settings-p2`
2024-10-24 16:30:15 -07:00
Cody Jackson
d9627889af
Re-enabling the `Git Repo` e2e tests
2024-10-24 16:29:31 -07:00
Cody Jackson
db5bf421b8
Re-enabling `can create an oci repository with basic auth` e2e test
2024-10-24 16:29:31 -07:00
Cody Jackson
9ff0ef8553
Re-enabling `Diagnostics Page` e2e test
2024-10-24 16:29:31 -07:00
momesgin
f286938437
Merge pull request #12297 from momesgin/11942-k3s-upgrader-setting
...
Expose a new setting - k3s-based-upgrader-uninstall-concurrency
2024-10-24 16:06:20 -07:00
codyrancher
e7876c6365
Merge pull request #12340 from codyrancher/e2e-2
...
Re-enabling `Registries for RKE2` e2e test
2024-10-24 10:45:07 -07:00
Richard Cox
b6121d4283
Merge pull request #12209 from richard-cox/2-10-improve-cred-tests
...
[2.10] Improve cloud cred e2e tests
2024-10-24 19:16:09 +02:00
Mo Mesgin
caf1f31397
Merge branch 'master' of github.com:rancher/dashboard into 11942-k3s-upgrader-setting
2024-10-24 09:15:22 -07:00