Commit Graph

10 Commits

Author SHA1 Message Date
Richard Cox 317a328ac5 Remove docker files
- Dockerfile
  - used by drone to build rancherlabs/dashboard (which is private)
  - basically running dashboard in a container
- Dockerfile.dev
  - have a strong suspicion this might be rancher/dashboard:dev (which doesn't exist or is private)
  - yarn installs, yarn devs
2023-09-26 13:27:18 +01:00
Jordon Leach 7cf6ff2b23
Remove *.tgz from extension .gitignore (#9098) 2023-06-12 11:57:46 -04:00
Alexandre Alves a1c3d6e679
minor updates for extensions (#8792)
* docs minor update + add gitignore file to creator npm package

* update gitignore

---------

Co-authored-by: Alexandre Alves <aalves@Alexandres-MBP.lan>
2023-05-08 10:07:53 +01:00
Neil MacDougall c628c5a91d
Remove extension autoLoad functionality (#8700) 2023-04-28 11:27:11 +01:00
Francesco Torchia 1555299ba3
Remove dependency @nuxt/types
Signed-off-by: Francesco Torchia <francesco.torchia@suse.com>
2023-04-21 10:20:24 +02:00
Phillip Rak 5d6f4a8433 Disallow `v-html`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2023-03-22 08:30:17 -07:00
Phillip Rak 7cecbc0f62 Replace all instances of `v-html` with `v-clean-html`
Signed-off-by: Phillip Rak <rak.phillip@gmail.com>
2023-03-22 08:30:15 -07:00
Cody Jackson cbf8507bc4 Fixing build errors in drone 2023-03-08 16:02:12 -07:00
Cody Jackson bbb7eebc90 Removing nuxt 2023-03-03 11:49:26 +00:00
Neil MacDougall 4abc94a940
Fix plugin pkg tsconfig (#6930)
* Fix pkg tsconfig

* Ensure test package is removed

* Fix package versions

* Add update package and refine typescript configuration

* Fix lint issues

* Fix issues with creators

* Install dependencies

* Fix e2e

* Include components for standalone app build

* Fix issue with yarn linking shell

* Fix for yarn linking

* Fix for lstat on non-existing file

* Fix lint issue when running with yarn link

* Update TextAreaAutoGrow.vue

* Fix test script build

* Fix test script issue

* Fix script on mac
2022-11-24 10:03:42 +00:00