github-actions[bot]
22b085ecfd
Apply Version Updates From Current Changes ( #877 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-26 15:13:04 -03:00
Noah Klayman
78add1e79e
feat(bundler): hide output from shell scripts unless --verbose is passed ( fixes #888 ) ( #893 )
...
* feat(bundler): hide output from bundle_appimage.sh
* fix(bundler/appimage): log file name instead of full path
to match behavior of .deb build
* feat(bundler): hide shell script output unless --verbose is passed
* feat(bundler): add notice about --verbose on error
* fix(bundler): windows fails to compile
* fix(bundler) do not warn about verbosity if verbose is set
* chore(changes) add change file
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-26 13:56:10 -03:00
Lucas Fernandes Nogueira
63b9c64572
fix(bundler) properly detect the target directory ( #895 )
2020-07-25 17:04:45 -03:00
chip
b96b1fb6b8
inject css with template string to allow for line breaks ( #894 )
...
* inject css with template string to allow for line breaks
alternative solution would to be implement a struct `JsStringLiteral`
with `fmt::Display` that escapes all forbidden codepoints from the spec
https://www.ecma-international.org/ecma-262/#sec-literals-string-literals
template string literal seems fine as all browsers that tauri supports have
had support for them for the past 3-4+ years
Signed-off-by: Chip Reed <chip@chip.sh>
* chore(changes) adjust change file
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-25 15:52:52 -03:00
chip
6ee720eae1
feat(workflow) update helper cargo-check scripts ( #892 )
...
They can now run check, clippy, fmt, or test. They default to running
clippy, fmt, and test in that order. The cargo sub-commands to run
can be specified as arguments to the script. Only the 4 supported
sub-commands are allowed.
Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-24 11:19:02 -03:00
Lucas Fernandes Nogueira
a00ac023ee
fix(bundler) webview dll not being bundled, fixes #875 ( #889 )
2020-07-24 08:51:12 -03:00
chip
bbccad4e03
fix clippy warnings ( #891 )
...
Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-24 08:19:10 -03:00
chip
a3362f3ade
disable tests that fail on default windows installs ( #890 )
...
cat is not available as a command on a default windows install.
This disables the command test that uses cat during tests. It also
disables `test_cmd_fail` even though it passes, because the test
is testing the wrong thing in this case.
2020-07-24 08:09:56 -03:00
Lucas Fernandes Nogueira
4abd12c2a4
fix(tauri) webview initialization on windows, fixes #879 ( #885 )
2020-07-23 08:38:40 -03:00
Jacob Bolda
44b1be56e4
fix: check for version mode, wrongly skipped PR ( #887 )
2020-07-22 21:00:28 -05:00
chip
e3e2e39208
fix(tauri) ensure css content is loaded inside a string ( #884 )
...
Signed-off-by: Chip Reed <chip@chip.sh>
2020-07-22 18:45:59 -03:00
renovate[bot]
91f1c88009
chore(deps) Update Tauri JS CLI ( #882 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:08:33 -03:00
renovate[bot]
4fb16d103f
chore(deps) Update dependency @types/inquirer to v7 ( #883 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:08:07 -03:00
renovate[bot]
3216f48a81
chore(deps) Update Tauri Core ( #881 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:07:50 -03:00
renovate[bot]
d81c2b9066
chore(deps) Update Rust crate handlebars to 3.3 ( #880 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:07:32 -03:00
Jacob Bolda
daa89213de
chore: publish sequence finishing touches ( #873 )
2020-07-21 14:35:43 -03:00
chip
8cba944c11
Helper scripts to run cargo clippy + test for all features ( #874 )
2020-07-21 14:35:22 -03:00
Lucas Fernandes Nogueira
ad717c6f33
chore(tauri) pin tauri-api dep version ( #872 )
2020-07-21 14:34:31 -03:00
Lucas Fernandes Nogueira
61fbf6837d
fix(workflow) add secret tokens to the covector run ( #871 )
2020-07-20 17:21:43 -03:00
github-actions[bot]
19af83c7e9
Apply Version Updates From Current Changes ( #821 )
...
Co-authored-by: lucasfernog <lucas@tauri.studio>
2020-07-20 16:39:42 -03:00
Lucas Fernandes Nogueira
b6ba44d81d
chore(tauri) use published webview binding v0.0.1 ( #870 )
2020-07-20 15:44:57 -03:00
Jacob Bolda
c0c27202c2
chore: tangle if doesn't need expression brackets ( #869 )
2020-07-20 00:48:45 -05:00
Jacob Bolda
f0559fad41
chore: properly skip tangle ( #868 )
...
Outputs are now one level up as we define them in the previous job.
2020-07-20 00:40:08 -05:00
Jacob Bolda
29624b004a
chore: remove publish workflow context dumps ( #867 )
2020-07-20 00:35:13 -05:00
Jacob Bolda
2684a835b5
chore: explicitly define publish output for tangle ( #866 )
...
* dump context on PR
* explicitly define outputs
* output change
* add job in needs
* housed under outputs?
* try explicit output definition
2020-07-20 00:19:35 -05:00
Jacob Bolda
d09180fd89
chore: covector tweaks for smoothness ( #865 )
...
* reorder packages that core is published last
* general ledger comment, not just npm
* we do want to create releases
* leading ! does not seem to negate
* dump a bunch of info to debug
2020-07-19 23:34:16 -05:00
Lucas Nogueira
dac0ae976e
chore(changes) add tauri-api to JS dialogs changefile
2020-07-19 23:50:59 -03:00
Lucas Nogueira
16f1338fe5
chore(tauri.js) use --agressive on cargo update
2020-07-19 23:47:14 -03:00
Jacob Bolda
0e8cd1db34
fix: publish workflow name and parse error ( #864 )
2020-07-19 15:50:56 -05:00
Lucas Fernandes Nogueira
f8081c0e34
feat(tauri) add init_script
plugin feature ( #863 )
2020-07-19 17:38:51 -03:00
Jacob Bolda
2d721324a0
chore: implement covector publish ( #845 )
...
* 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
2020-07-19 15:33:12 -05:00
Lucas Fernandes Nogueira
0f00384152
perf(tauri.js) build API typedefs on the API compilation process ( #861 )
2020-07-19 16:51:00 -03:00
Rajiv Shah
e52afd94d0
chore(tauri.js): Update yarn.lock ( #860 )
2020-07-19 15:24:48 -03:00
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