* add covector to root
* add workflow to covector config
* bump covector
* add webkit install on publish
* create workflow to version and publish
* remove workflows no longer needed
* add repo info to root package.json
* add early exits based on new output
* switch to dry run version of publish commands
* latest branch is being removed in this PR
* add summary component around yarn audit
* feat(task-runner): add maskfile.md
`mask` can also act as self-documented task runner
https://github.com/jakedeichert/mask
TODO: add demo.gif on opening this PR
* fix(task-runner): error when basename != dirname
with assumption it only happen on examples/rust
* chore(task-runner): add .gif from pr #486
* fix(task-runner): point $TAURI_* to fixture/*
* fix updater doc test.
* add basic proptest to tauri-core
* add proptest data to gitignore
* add dummy func
* increased regex to all character types
* update vue spa listen/emit API to use Strings.
* add listeners_check_fn test
* fix mispelling.
* add on_event test
* add basic dummy test for spawn.
* shift example and slim config
removed gatsby-source-airtable and gatsby-theme-recipes to make things more simple, less fragile and speed up the build
* update action to point at new location
* update links
* add test articles
* add theme
* slim config, move to homepage folder
* update renovate path, enable automerge on examples
* turn off rebases, but keep on for examples
* add themed gatsby site as example and test target
* add specific example ignores to gitignore
* update api key reference
* theme needs the alpha version currently
* update and pin deps
* remove lock file, we want a fresh build to test every time
* add recipe theme for cheap way to add to ton of site pages
* add tauri as dev dep
* build gatsby as a smoke test
* cd on each step
* pass api key
* chore(package.json): update
* schedule renovate to tone down noisiness (#122)
Also, there is a running theory that Tuesday is a good day for upgrades.
* combine jobs and add step with conditional (#121)
* combine jobs and add step with conditional
* too many equals
* Update dependency fast-glob to v3.1.1 (#113)
* chore(yarn.lock): update
* chore(versions): bump tauri.js & tauri
* feat(gatsby): include tauri resources
* feat(build): tauri build works
* tauri prod and source scripts
* add build from source and artifact upload to action
* don't need to init, examples are already
* point to direct executable with matrix
* ignore WixTools from build
* config app name
* build and install source deps before build project on source
* odd things when tauri is defined in a script, remove
* set gatsby config to what is believed will be ~es5
* babel plugin is actually neeeded
* run subscripts with yarn
* lower timeout limit to 30 minutes, easy to swamp CI with this
* shorten job names
* install tauri-cli (rust)
* make API key optional (sort of hacky)
* install rust for prod for cargo command following
* artifact name cannot have / within it
* windows is running a tad slow
* 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)
* 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
* 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