Commit Graph

793 Commits

Author SHA1 Message Date
Lucas Fernandes Nogueira
ce8a7b8f6a
feat(tauri.js) automatically detect current tauri version for template (#697) 2020-06-18 13:53:41 -03:00
Lucas Fernandes Nogueira
74988e5673
fix(tauri) remove unused deprecated dep pointed by cargo-audit (#696) 2020-06-18 13:37:24 -03:00
Jacob Bolda
947edb9b62
chore: generate the Cargo lockfile for audit to run (#692)
* chore: generate the Cargo lockfile for audit to run

* add audit path
2020-06-18 11:21:35 -05:00
Lucas Fernandes Nogueira
d299a2b94d
feat(tauri) CLI args additions (positional args, bool as value for args with takesValue=false) (#695) 2020-06-18 13:01:47 -03:00
Jacob Bolda
1f2ff7dc25
chore: fix version updates commit text (#693)
This fixes the commit so it includes "version updates" in the text. As it is a single commit, the default squash behavior uses the commit instead of the PR title for the commit that shows up in the dev branch (which wouldn't trigger the next workflow).
2020-06-18 01:21:31 -05:00
Lucas Nogueira
46ea86b63a
fix(tauri) addition to the previous commit 2020-06-17 23:39:12 -03:00
Lucas Fernandes Nogueira
b04be6664e
fix(tauri) environment variables usage (#688) 2020-06-17 18:11:11 -03:00
Jacob Bolda
00f311a42c
chore: rustbacktrace on [#663] (#687)
* enable backtrace on everything in test library

* enable on (disabled) smoke tests
2020-06-17 14:30:41 -05:00
Lucas Fernandes Nogueira
d3c53ebf30
feat(tauri) make Config globally available (#681) 2020-06-17 13:05:51 -03:00
Lucas Fernandes Nogueira
ea74c5cc01
fix(tauri) use appimagetool to build, finish script run, proper AppRun (#682) 2020-06-17 12:49:45 -03:00
renovate[bot]
02317dce9c
chore(deps) Update Tauri API (#683)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 12:27:36 -03:00
renovate[bot]
7464ba7219
chore(deps) Update Tauri JS CLI (#685)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 12:26:13 -03:00
renovate[bot]
389e81ba9b
chore(deps) Update Tauri Core (#684)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 12:25:50 -03:00
Lucas Nogueira
6cc5fc4370
chore(tauri.js) type definitions for Config with proper optional defs 2020-06-15 10:53:29 -03:00
Jacob Bolda
65e9c4fa40
feature: implement version change PR (#676)
* update readme with notes about character limits and designating bumps

* edit PR template to note addition of a change file

* add change file for #674

* add change file for #673

* add change file for #672

* add change file for #671

* add version action

* set version command in config

* add change file for #677

* add labels to PRs

* Update .changes/tauri-info-crash.md

Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>

* Update .changes/HttpRequestBuilder-implementation.md

Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>

* Update kill-beforeDevProcess-on-shutdown.md

* Update reflect-conf-changes.md

Co-authored-by: Rajiv Shah <rajivshah1@icloud.com>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-06-15 15:29:22 +02:00
uneducated potato
92087db23c
Implement HttpRequestBuilder for HttpRequestOptions (#651) (#677) 2020-06-15 01:11:51 -03:00
Lucas Fernandes Nogueira
406dea79ed
feat(tauri) add Notifications API (#505) 2020-06-15 01:09:02 -03:00
Lucas Fernandes Nogueira
14a1ddfe18
feat(tauri) add app CLI interface config (#670) 2020-06-14 23:36:35 -03:00
chip
577a044bfa
fix(cli): tell user of missing lockfile or manifest during info (#675) 2020-06-14 19:26:38 -03:00
nothingismagick
6ac410e04d
fix(cli): info get tauri (#674)
* fix(cli): info get tauri

* fix(cli): cargo types

* fix(cli): proper types and detection

* fix(cli): remove unneeded interface
2020-06-14 12:28:49 -03:00
Lucas Fernandes Nogueira
9e7b05dc21
fix(tauri.js) regression on hot reload when Rust doesn't compile (#673) 2020-06-14 08:24:22 -03:00
Lucas Fernandes Nogueira
5e8547be26
fix(tauri.js) kill beforeDevProcess on shutdown (#671) 2020-06-13 20:11:22 -03:00
Lucas Fernandes Nogueira
4975497dad
fix(tauri.js) properly reflect tauri.conf changes on tauri dev (#672) 2020-06-13 20:11:13 -03:00
Jacob Bolda
5efde04509
chore: turn off smoke tests (#669)
We are turning off the smoke tests for the time being as they are eating up our runners to much relative to the value we are currently getting from them. We will enable them in the future in a way that makes better use of our resources.
2020-06-12 11:02:00 -05:00
Jacob Bolda
d475767a14
feature: implement covector (#668)
* feature: implement covector

* Create change-status-on-PR.yml

* Create readme.md

* action is nested

* trailing comma in config
2020-06-12 09:23:54 -05:00
Jacob Bolda
c1aed1985b
chore: bump PR action version to v2.8.0 (#666) version updates
Hopefully this will fix our random permission failure :(
2020-06-11 21:11:16 -05:00
Rajiv Shah
b6797096e5
fix(workflow): Fail the build if publishing has nonzero exit code (#664) 2020-06-11 18:26:33 -03:00
Lucas Fernandes Nogueira
3218af63ef
fix(tauri) add version to web-view git deps (#665)
version updates
2020-06-11 18:21:22 -03:00
Rajiv Shah
1fcc3dd3eb
fix(workflow): Change node and update gh-tangle-release to 0.6.2 (#662) 2020-06-11 17:36:47 -03:00
Lucas Fernandes Nogueira
bf49604c4c
chore(tauri) version updates (#659) 2020-06-11 21:18:38 +02:00
Lucas Fernandes Nogueira
f95f0e1352
fix(tauri) allow registering events outside of the main thread (#658) 2020-06-11 15:01:42 -03:00
renovate[bot]
250c0508a5
chore(deps) Update Tauri Core (#637)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-06-11 14:55:00 -03:00
renovate[bot]
688f4a1e45
chore(deps) Update Rust crate attohttpc to 0.14.0 (#649)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-11 12:14:28 -03:00
Lucas Fernandes Nogueira
3953662b82
fix(tauri) use web-view fork to fix windows build on SDK 10.0.19041.1 (#657) 2020-06-11 12:12:58 -03:00
renovate[bot]
12a4fea039
chore(deps) Update Tauri Bundler (#652)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-06-11 12:11:52 -03:00
Lucas Fernandes Nogueira
0f55a8f4f7
fix(tauri) dev crashes when server not running, path not found, multiple app instances on HMR (#654) 2020-06-11 12:10:42 -03:00
chip
030f290e1b
use cargo lockfile for tauri dependency during tauri info. close #610 (#655) 2020-06-11 11:19:57 -03:00
chip
69ac1c5228
Don't recurse directories while displaying tree during info command (#656)
The `tauri info` command displays the directories in the application dir. It only
displays 1 directory deep, but the function finding them recurses all subdirectories.
Limiting finding directories to 1 layer deep significantly reduces time to display
the folder from 9900ms to 4ms on my machine.
2020-06-10 23:07:19 -03:00
renovate[bot]
5833f284e4
chore(deps) Update Rust crate serde_json to 1.0.55 (#650)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 11:49:07 -03:00
renovate[bot]
3a962274c2
chore(deps) Update Tauri JS CLI (#653)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 11:48:38 -03:00
Rajiv Shah
94bd1517f3
fix(workflow): Use node that supports PoW for Tangle Release action (#647) 2020-06-10 14:00:12 +02:00
Rajiv Shah
a4b291e44c
chore(tauri.js): Resolve eslint errors (#648) 2020-06-09 22:09:43 -03:00
nothingismagick
626cffbbc9
fix(appimage): various fix: #601 (#646)
Closes #601.
2020-06-09 08:42:17 -03:00
nothingismagick
618b673c61
feat(example): give it a little bit of low-key style (#642) 2020-06-07 16:44:21 -03:00
renovate[bot]
7c0e7f91fe
chore(deps) Update Rust crate handlebars to 3.1 (#636)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-05 00:22:36 -03:00
Tensor-Programming
b3617062cb
fix(tauri) env_var build errors. Fixes #631 (#632)
* fix env_var build errors.

* comment out webview test.

* cleanup imports.

* fix test.
2020-06-04 06:45:46 -04:00
renovate[bot]
78b98cc7ee
chore(deps) Update Tauri JS CLI (#638)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:57:10 +02:00
renovate[bot]
edb523dd02
chore(deps) Update dependency imagemin-pngquant to v9 (#639)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:56:33 +02:00
david
bf1d3c1ffc
fix(bundler): Prevent CI to failed on macos (#592) (#640)
Read `CI` env variable and if equal to true we set the DMG builder in CI mode.

See https://github.com/create-dmg/create-dmg/blob/master/create-dmg#L183

Signed-off-by: David L <david@lemarier.ca>
2020-06-03 19:16:42 -03:00
Lucas Fernandes Nogueira
13e303b733
fix(tauri) no-server mode should read html with include_str macro closes #633 (#634)
* fix(tauri) no-server mode should read html with include_str macro

* chore(tauri) fix clippy warnings
2020-06-02 16:28:33 -03:00