Jacob Bolda
71e277d127
chore: add audit button and yarn audit ( #859 )
...
* chore: add audit button and yarn audit
This is a new feature that should give us a button that we can click a button to see audit results rather than waiting for a cron or a run within our workflows.
* split audit into js and rust
2020-07-19 12:59:45 -05:00
Lucas Fernandes Nogueira
a6bb3b5905
refactor(tauri) rename whitelist
to allowlist
, ref #645 ( #858 )
...
* refactor(tauri) rename `whitelist` to `allowlist`, ref #645
* chore(changes) add changefile
2020-07-19 10:05:23 -03:00
Lucas Fernandes Nogueira
cbd14c3077
fix(tauri.js) writeFile
and writeBinaryFile
API ( #857 )
2020-07-19 09:57:40 -03:00
Lucas Fernandes Nogueira
da99f632f0
fix(tauri.js) app name as kebab case ( #856 )
...
* fix(tauri.js) init regression, app name as kebab case
* chore(changes) update changefile
2020-07-19 09:57:28 -03:00
Lucas Fernandes Nogueira
45d3de6d97
fix(tauri.js) do not require a package.json ( #855 )
2020-07-19 09:57:09 -03:00
Lucas Fernandes Nogueira
0245833bb5
feat(tauri) make window.alert
and window.confirm
available, fix #848 ( #854 )
2020-07-18 18:13:57 -03:00
Lucas Fernandes Nogueira
42a8bb0e09
fix(api) promisified
not cleaning up transformed callbacks, fixes #852 ( #853 )
2020-07-18 17:05:32 -03:00
Ngo Iok Ui (Wu Yu Wei)
cd5b401707
feature: import official webview rust binding ( #846 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-18 08:04:22 -03:00
Lucas Fernandes Nogueira
dac1db3983
fix(tauri) notification body optional, requestPermission() regression, closes #793 ( #844 )
...
* fix(tauri) notification body optional, title required
* fix(tauri) regression on requestPermission()
2020-07-16 19:17:41 -03:00
Lucas Fernandes Nogueira
0591f1f945
feat(tauri.js) run deps install
after tauri init
( #842 )
...
* feat(tauri.js) run `deps install` after `tauri init`
* fix(tauri.js) await on installDependencies (tauri init)
2020-07-15 21:56:31 -03:00
Lucas Fernandes Nogueira
f0ce94fc8e
feat(tauri.js) print outdated deps information on tauri info
( #841 )
2020-07-15 20:39:28 -03:00
renovate[bot]
97e34d7d6f
chore(deps) Update Tauri JS CLI ( #834 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-15 20:09:22 -03:00
Lucas Fernandes Nogueira
17800571fe
fix(tauri.js) exit dev when running as admin, fixes #781 ( #839 )
2020-07-15 20:05:07 -03:00
dependabot[bot]
031d5fdafe
chore(deps): bump lodash from 4.17.15 to 4.17.19 in /tauri/examples/communication ( #838 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-15 19:55:58 -03:00
renovate[bot]
4a622155ec
chore(deps) Pin dependencies ( #840 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 19:55:22 -03:00
Lucas Fernandes Nogueira
77282c1e51
feat(tauri.js) add dependency manager command ( #829 )
2020-07-15 18:01:37 -03:00
Lucas Fernandes Nogueira
956c6d853e
fix(tauri) whitelist error messages ( #833 )
2020-07-15 17:53:08 -03:00
renovate[bot]
3788afbda8
chore(deps) Update Rust crate image to 0.23.7 ( #832 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 08:22:16 -03:00
renovate[bot]
f42b3f7170
chore(deps) Pin dependencies ( #831 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 08:21:09 -03:00
renovate[bot]
8a4cbb2b1e
chore(deps) Update dependency @rollup/plugin-commonjs to v14 ( #835 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 08:15:45 -03:00
Lucas Fernandes Nogueira
f1a8a65be2
perf(workflow) filter workflow with the paths
option ( #828 )
...
* perf(workflow) run bundler test only when the bundler changes
* perf(workflow) split clippy/eslint/fmt checks
* chore(workflow) rerun if workflow file change
* chore(workflow) fix name
* fix(tests) bundler test on windows, removed since it's not used
2020-07-15 08:14:11 -03:00
Lucas Fernandes Nogueira
490b3a3323
feat(workflow) run clippy on the bundler ( #826 )
2020-07-14 12:46:13 -03:00
Lucas Nogueira
bd0118f160
fix(changes) covector status pass
2020-07-14 11:54:52 -03:00
Lucas Fernandes Nogueira
9fc1430212
fix(bundler) windows output name & artifacts arch ( #827 )
2020-07-14 11:15:00 -03:00
Lucas Nogueira
53e8dc1880
fix(bundler) support AppImage bundling on containers #822
2020-07-13 18:49:59 -03:00
Lucas Fernandes Nogueira
9130f1b1a4
refactor(bundler) standard output names and path ( #823 )
2020-07-13 18:41:22 -03:00
Lucas Fernandes Nogueira
56f819d2ef
feat(tauri) allow plugin config on tauri.conf.json ( #824 )
2020-07-13 18:18:06 -03:00
Oded Arbel
3337677109
"support" bundling AppImage when building in a container ( #822 )
2020-07-13 12:48:15 -03:00
Lucas Fernandes Nogueira
78afee9725
feat(tauri) add plugin system for rust ( #494 )
...
* feat(tauri) add extension system
* chore(tauri) rename extension to plugin
* chore(tauri) add plugin docs
* chore(tauri) expose WebView type
* chore(changes) add changefile
* fix(tauri) clippy warns
* fix(changes) format
* fix(changes) typo
2020-07-12 19:36:11 -03:00
chip
660a2d87d6
feat(tauri.js) move exported api types into api modules ( fix #807 ) ( #809 )
2020-07-12 19:34:44 -03:00
nothingismagick
a0a2d86565
chore(readme): update list of features for Q3 ( #819 )
2020-07-12 20:52:31 +02:00
Jacob Bolda
bf0e0bbcdf
chore: point to new webview org in the readme ( #816 )
...
version updates
2020-07-12 09:25:57 -05:00
Jacob Bolda
0eddf6444f
chore: merge latest using Xours ( #815 )
...
* chore: merge latest using Xours
* try letting it resolve type of ff
* derp
2020-07-12 09:18:41 -05:00
github-actions[bot]
3417bf5fbe
Apply Version Updates From Current Changes ( #811 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-12 10:15:48 -03:00
Lucas Fernandes Nogueira
0d6235e427
feat(tauri.js) add microsoft edge version to the info output ( #810 )
2020-07-12 09:41:20 -03:00
Lucas Fernandes Nogueira
fedee835e3
fix(tauri.js) windows Edge blank screen on tauri dev ( #808 )
2020-07-11 07:52:34 -03:00
Lucas Fernandes Nogueira
0afbc49b66
refactor(mask) update to new examples/ syntax ( #806 )
2020-07-11 08:50:36 +02:00
jbolda
c628e60c2c
apply version updates
...
Update cli/tauri.js/CHANGELOG.md
Update cli/tauri.js/CHANGELOG.md
Update cli/tauri.js/CHANGELOG.md
Update cli/tauri.js/CHANGELOG.md
2020-07-10 13:10:10 -05:00
Jacob Bolda
51489e7f5c
Merge pull request #804 from tauri-apps/feat/covector-0.2
...
feat: bump covector action to v0
2020-07-10 12:32:44 -05:00
Jacob Bolda
74b2cb20e6
feat: bump covector action to v0
2020-07-10 12:29:11 -05:00
Noah Klayman
ee8724b90a
feat(tauri.js/init): prompt for default values (fix #422/#162) ( #472 )
...
* feat(tauri.js/init): prompt for default values
* fix(tauri.js/init): update help wording
* feat(tauri.js) prompt for appName on init
* feat(tauri.js) add --ci option
* chore(changes) add changefile
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-10 13:19:41 -03:00
Lucas Fernandes Nogueira
f208a68e40
fix(tauri.js) do not swallow init errors, fix conf inject ( #802 )
...
* fix(tauri.js) do not swallow init errors, fix conf inject
* fix(tauri.js) tests
2020-07-10 11:41:31 -03:00
Lucas Fernandes Nogueira
a26cffc575
fix(tauri.js) beforeDevCommand race condition ( #801 )
...
* fix(tauri.js) beforeDevCommand race condition
* chore(tauri.js) fix lint, change dev wait time to 30s
2020-07-10 16:17:47 +02:00
Lucas Nogueira
6b67d06893
fix(tauri) build
2020-07-10 15:51:09 -03:00
chip
e7b495133f
fix(tauri.js) revert nullish coalesce addition ( #799 )
2020-07-10 08:27:03 -03:00
Lucas Nogueira
f340b2914d
fix(tauri) addition to the previous commit
2020-07-10 12:07:48 -03:00
liusong1111
02cdfdf646
fix: check CheckNetIsolation LoopbackExempt -s
output should ignore utf8 chars instead of panic ( #798 )
2020-07-10 08:03:12 -03:00
Jacob Bolda
822f7008d7
fix: failing with unrelated histories, switch to full history fetch ( #795 )
...
version updates
2020-07-09 20:35:07 -05:00
github-actions[bot]
70fdc6f699
Apply Version Updates From Current Changes ( #792 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-09 22:12:46 -03:00
renovate[bot]
83976d72b6
chore(deps) Update Rust crate dirs to 3.0.1 ( #760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 22:09:48 -03:00