Alexandre Alves
e6cc196f40
finalized workflow + remove echos from e2e-docker-start + working on elemental spec
2024-08-14 09:11:12 +01:00
Alexandre Alves
84aec8d2fa
another test run
2024-08-14 09:11:12 +01:00
Alexandre Alves
7ed37c7edb
echo on e2e-docker-start
2024-08-14 09:11:12 +01:00
Alexandre Alves
a0e56a5ab3
change branch
2024-08-14 09:11:12 +01:00
Alexandre Alves
77fabc1707
name
2024-08-14 09:11:12 +01:00
Alexandre Alves
a7c69ad7d1
adjust branch for 2.9
2024-08-14 09:11:12 +01:00
Alexandre Alves
f0aeef8160
add build of UI
2024-08-14 09:11:12 +01:00
Alexandre Alves
0afc69ba76
fix merge conflicts
2024-08-14 09:11:12 +01:00
Alexandre Alves
a59f4ad5cf
update
2024-08-14 09:11:11 +01:00
Alexandre Alves
e9824cca53
use same version as master for test.yaml
2024-08-14 09:11:07 +01:00
Alexandre Alves
73c6182fe9
fix matrix stuff
2024-08-14 09:11:07 +01:00
Alexandre Alves
9cf3c24c2b
small change
2024-08-14 09:11:07 +01:00
Alexandre Alves
486351c2e9
adjust e2e test run to pass spec + adjust add of main extensions repo
2024-08-14 09:11:07 +01:00
Alexandre Alves
eb650605f3
add main repo of extensions to see if test passes
2024-08-14 09:11:07 +01:00
Alexandre Alves
c7ef7a2a3e
add main repo of extensions to see if test passes
2024-08-14 09:11:06 +01:00
Alexandre Alves
6c53815018
test multi rancher tests + add official extensions repo as first step of spec
2024-08-14 09:11:06 +01:00
Alexandre Alves
239f6e94e8
see if setup runs
2024-08-14 09:11:06 +01:00
Alexandre Alves
27df437990
update
2024-08-14 09:11:06 +01:00
Alexandre Alves
83afae9f6e
update
2024-08-14 09:11:06 +01:00
Alexandre Alves
18c48c206f
comment workflows
2024-08-14 09:11:06 +01:00
Alexandre Alves
bf55aeca2a
comment workflows
2024-08-14 09:11:05 +01:00
Alexandre Alves
969e0e86ff
comment workflows
2024-08-14 09:10:58 +01:00
Alexandre Alves
6ffcb116e2
use only before hook on elemental spec
2024-08-14 09:10:51 +01:00
Alexandre Alves
7b31b9ccea
comment workflows
2024-08-14 09:10:51 +01:00
Alexandre Alves
3750ef0dab
bind to only v2.9 to check if tests pass + comment other workflows
2024-08-14 09:10:50 +01:00
Alexandre Alves
8f6433b4f2
test matrix for multiple envs
2024-08-14 09:10:13 +01:00
Alexandre Alves
169d8fa1f0
script adjustment/fix
2024-08-14 09:10:13 +01:00
Alexandre Alves
b0211fff11
script adjustment/fix
2024-08-14 09:10:13 +01:00
Alexandre Alves
befd075ac1
Revert "script adjustment/fix"
...
This reverts commit 48a13ef3554da045850f88b43ace5edfee99e03d.
2024-08-14 09:10:13 +01:00
Alexandre Alves
320d53b29b
script adjustment/fix
2024-08-14 09:10:13 +01:00
Alexandre Alves
c9eda1eef3
script adjustment/fix
2024-08-14 09:10:13 +01:00
Alexandre Alves
104e80c75c
script adjustment
2024-08-14 09:10:13 +01:00
Alexandre Alves
e15ee8947a
script adjustment
2024-08-14 09:10:13 +01:00
Alexandre Alves
e14a9735b9
script adjustment
2024-08-14 09:10:13 +01:00
Alexandre Alves
00e5db19ff
fix bash script + prevent a lot of e2e tests from running
2024-08-14 09:10:13 +01:00
Alexandre Alves
7ca533c172
testing workflow for the first time
2024-08-14 09:10:13 +01:00
Alexandre Alves
872f7deace
saving WIP
2024-08-14 09:10:13 +01:00
codyrancher
932087cf5c
Merge pull request #11625 from codyrancher/prop-mutation-removal-3
...
Removing prop mutation in v-model usage
2024-08-13 12:38:56 -07:00
Cody Jackson
3c200bb35d
Pinning the sub-dependency cheerio to a version that works with our builds
...
Docusaurus had a sub-depency on cheerio "^1.0.0-rc.12". Cheerio just released version 1.0.0 which requires node 18 or greater. I pinned the version to what we previously had.
We can unpin this once we upgrade our node version. Likely after vue3.
2024-08-13 08:46:55 -07:00
Cody Jackson
f2f014597c
Removing prop mutation in v-model usage
2024-08-12 14:47:52 -07:00
Giuseppe Leo
56f7893b89
Restore Harvester nuxt global vars in app init ( #11618 )
2024-08-09 15:45:29 +02:00
Evgeniya Vashkevich
24e2718577
[INT] Added CAPI ui to the list of extensions to test ( #11398 )
2024-08-08 07:03:54 -07:00
Giuseppe Leo
a2304f462e
Remove or replace all the @nuxt libraries ( #11302 )
...
* Update checkout to v4 and bump Node to 16
* Update GHA workflow migration paths
* Removed named exports from Vue files
* Move code outside of the Vue app element
* Remove @nuxtjs/eslint-config-typescript
* Remove @nuxt/types and @nuxt/typescript-build
* Fix import issue with http-proxy-middleware
* Replace @nuxtjs/axios with axios and axios-retry
* Remove @nuxtjs/webpack-profile
* Fix linting issues after Nuxt webpack removal
* Pin resolution for glob after rebase
* Update yarn.lock after rebase
* Fix issue with rancher-components
* Bump rancher-component GHA config to match rebase changes
* Generate yarn file
* Add dependency
* Remove nuxt global var in app template
* Pin version for babel/plugin-proposal-private-methods
2024-08-08 15:31:44 +02:00
Nancy
5bd00aefc5
EKS - validate that at least one node group is defined ( #11604 )
...
* validate presence of managed node groups for non-import clusters
* add node group length validation unit tests
2024-08-07 16:20:42 -07:00
Giuseppe Leo
d98ca6bd85
Remove Nuxt reference in extensions and creator ( #11420 )
...
* Remove nuxt commands
* Remove vsconfig nuxt mention
* Remove Nuxt path as unused
* Remove Nuxt
* Remove creator scripts
* Remove all the nuxt and nuxt.config references
* Restore existing comment about Nuxt
* Add dependency for check-plugin
* Add more missing dependencies
* Update to comments
* Correct comment based on PR review
2024-08-07 18:42:08 +02:00
Francesco Torchia
270a1db31f
Merge pull request #11578 from torchiaf/11360-azure-limit-k8s-resources
...
Changes for Azure cloud provider for RKE2
2024-08-07 18:39:01 +02:00
Richard Cox
4fe4aa16be
Merge pull request #11589 from richard-cox/fix-home-scaling-issue
...
Fix home page cluster description scaling issue
2024-08-07 13:03:21 +01:00
Richard Cox
74ace2822d
Merge pull request #11527 from williamlin-suse/master
...
Change from api.neuvector.com to permission.neuvector.com api group
2024-08-07 11:38:25 +01:00
wlin
fcc2d421c8
Merge remote-tracking branch 'upstream/master'
2024-08-06 12:04:15 -07:00
Richard Cox
a94f435dac
Fix lint
2024-08-06 16:07:22 +01:00