* chore(checkin): cargo.lock
* feat(upgrades): update and try to fix node tests
* fix(@iarna): replace with @tauri-apps
* chore(deps): upgrade sharp
* feat(env): add env var that works on mac
* feat(deps): upgrade, cleanup and update code
* fix(workflow): env vars
* chore(deps): upgrades
* fix(.gitignore)
It has been hanging on MacOS builds. Although we would want to fix this hang long term. This is a temporary way to deal with it and prevent future occurrences of swamping the CI. It would be surprising if jest tests ran longer than 15 minutes.
* chore(monorepo): cleanup
* fix(tauri-cli): build errors
* fix(tauri:build.rs): dont' panic if env missing
* fix(finalize): setup for crates
* npm publish on release
actual publish currently disabled
* cargo publish on release
actual publish currently disabled
* update PR tests for new folder structure
* doesn't like the period on job name?
* fail on cargo warnings
otherwise we would assume green arrow is all good
* green on warnings for now
* feat(web-view): revert to now well-maintained upstream web-view [WIP]
* feat(tests): add jest testing, first test
* feat(lint): install, config and fix
* test lib on PR
* add build command
* ls to see where we are at
* ls after
* cd in one step
* less matrixes
* Rename test-lib-on-pr.yml to test-on-pr.yml
* pull out strategy
* Update test-on-pr.yml
* more spaces
* jobs don't like spaces
* test bindings
* build templates
* build tools
* feat(cli) init tauri mode
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:init) add force & logging flags, full JSDoc
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:init) remove console.log
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:dev) get rust compile to finish
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:build) get rust compile to finish
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli) set template with current working defaults
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* chore(version) bump
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(typo)
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(template): missing name warning
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(bundler): correct repository link
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(lib|cli) read config from tauriDir
* chore(cli) remove console.log statement
* fix(embedded-server) JS content type
* feat(template): add rust2018 flag
* chore(docs): remove docs
* add bash templates
* setup handlebars
* output both templates
* finish bundle_project logic
* comment and cleanup
* correct path
* fix(bundler): osx not ios
* feat(dmg): get it to work and look ok WIP
- add background image
- link seticon
* feat(cli) init tauri mode
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:init) add force & logging flags, full JSDoc
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:init) remove console.log
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:dev) get rust compile to finish
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli:build) get rust compile to finish
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(cli) set template with current working defaults
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* chore(version) bump
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(typo)
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(template): missing name warning
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* fix(bundler): correct repository link
Signed-off-by: Daniel Thompson-Yvetot <denjell@quasar.dev>
* feat(lib|cli) read config from tauriDir
* chore(cli) remove console.log statement
* fix(embedded-server) JS content type
* feat(template): add rust2018 flag
* feat(cli): cleanup