Skip to content

Commit

Permalink
fix: Stage 300811 (#420)
Browse files Browse the repository at this point in the history
* feat: terraform workspace destruction (#412) (#413)

* Basic setup

* Working destroy script state

* Set up in destroy script

* Prepare for adding Tag

* Fix CURL command

* Add to all templates

* Also add to update

* Fix space

* Fix workspace names

* Fix destruction to staging branch name tag

* Fix comment

* pass tf_api_token

* Add additional init

* remove sudo

* Printf instead of echo

* Test wrapping in bin/bash

* Choose workspace via env

* Properly select temp

* Fix workspace order

Co-authored-by: David Wyss <[email protected]>

* stage: Auto-update dev from master (#415)

* feat: terraform workspace destruction (#412)

* Basic setup

* Working destroy script state

* Set up in destroy script

* Prepare for adding Tag

* Fix CURL command

* Add to all templates

* Also add to update

* Fix space

* Fix workspace names

* Fix destruction to staging branch name tag

* Fix comment

* pass tf_api_token

* Add additional init

* remove sudo

* Printf instead of echo

* Test wrapping in bin/bash

* Choose workspace via env

* Properly select temp

* Fix workspace order

* feat: Webpack to vite (#414)

* added existing files to new quasar vite project

* Fix linter errors

* Fix quasar config

* added polyfill plugins

* fixed plugins and global

* added missing files

* added missing plugins

* fix AWS_REGION

* updated frontend package

* deleted en-us i18n folder

* updated node requirement to v14

* scripts use node 14

* changed import in quasar config

* disabled lint for vite config edit

* PR fixes, updated dependencies

Co-authored-by: davwys <[email protected]>

Co-authored-by: David Wyss <[email protected]>
Co-authored-by: Marinolino <[email protected]>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David Wyss <[email protected]>
  • Loading branch information
3 people authored Aug 30, 2022
1 parent 14266e9 commit 68cacc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"@capacitor/cli": "^3.2.5",
"@capacitor/core": "^3.2.5",
"@capacitor/ios": "^3.2.5",
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@quasar/extras": "^1.15.1",
"@vue/apollo-composable": "^4.0.0-alpha.15",
"@vue/test-utils": "^2.0.0-rc.17",
Expand Down

0 comments on commit 68cacc0

Please sign in to comment.