Commit Graph

381 Commits

Author SHA1 Message Date
nothingismagick
bb3a2f57f4 chore(release:npm) version updates (#423) tauri.js-v0.4.1 2020-02-12 10:14:40 -03:00
Tensor-Programming
06a71242b0 add delimiter 2020-02-11 20:31:29 -05:00
Jacob Bolda
51c647c87e chore(renovate): remove example upgrading (#418)
The examples will eventually be moved out, remove updating in this repo.
2020-02-10 15:25:48 -06:00
Jacob Bolda
3e7af3df4e fix(publish): touch up npm/cargo publish workflow (#416) [version updates]
* skip yarn audit if current package is latest

* escape backticks

* escape backticks
tauri-core-v0.4.0
2020-02-10 08:05:36 -06:00
Jacob Bolda
c4810ff195 add envs and publishPath, don't verify (#414) [version updates]
We were missing the envs so tauri-core didn't publish. It is fine if every package has these envs. We shouldn't need to verify as we have already built many times prior, and the verification gets very odd with packages all being bumped and being interdependent (inception verification).
2020-02-10 07:28:15 -06:00
Jacob Bolda
18009870fc add missing $ (#412) [version updates] tauri-api-v0.4.0 tauri-bundler-v0.4.0 tauri-updater-v0.4.0 tauri-utils-v0.4.0 2020-02-09 17:13:03 -06:00
Rajiv Shah
deeb28306b fix(publish): Use yarn audit instead of npm audit (#411) 2020-02-10 00:09:27 +01:00
Jacob Bolda
03eb578c3f fix(publish): attempt two (#408) [version updates]
* need working dir on yarn install

* reorder cargo to login before publish
tauri.js-v0.4.0
2020-02-09 16:54:10 -06:00
Jacob Bolda
4d1f61698d fix(publish): login and build (#406) [version updates]
* yarn before pack

* login to cargo to publish

* skip install on same version

* workflow edits trigger too

* and this one too
2020-02-09 16:16:02 -06:00
Jacob Bolda
9eb9375959 testing clippy check on push (#403)
* Create check-on-push.yml

* push:

* try clippy with stable

* Create pid.rs

* remove pull request clippy check

* invalid mod?

* remove mod

* Delete pid.rs
2020-02-09 16:06:13 -03:00
nothingismagick
a84656e037 chore(release): version updates (#404)
* chore(release): version updates

* updater too

* update template
2020-02-09 12:42:23 -03:00
Ty Tracey
b114fb8c38 Adding Clippy/Rust Fmt to the pr workflow #333 (#367)
* Added clippy configuration file, added github action to run clippy, and changed line endings for rust fmt

* fix(cippliy-check-action) install webkit2gtk

* fix(clippy_check) add env variables

* refactor(tauri) fix clippy checks

* chore(tauri) use tauri_includedir_codegen v0.5.2

* fix(tests) dir tests

Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-02-08 14:18:09 -03:00
Jacob Bolda
2e8c65b4f2 feat(workflow): publishing pipeline (#399)
* Update and rename cargo-publish.yml to release-cargo.yml

* Update and rename npm-publish.yml to release-npm.yml

* Delete push-to-dev.yml

* Create pr-to-master.yml

* add newer packages to matrix

* check cargo published version

* skip cargo audit if versions match

* chore(release-cargo) tauri-cli renamed to tauri-bundler

Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-02-08 13:09:12 -03:00
Tensor-Programming
cffda68b42 Refactor(All): Update and Format Deps for 2018 (#397)
* remove extern crate and macro_use

* fix test file

* update CLI

* organize imports

* organize core

* update api

* update updater

* update create-react-app

* update gatsby example

* update next-js example

* update svelte example

* update vanilla-js example

* update nuxt example

* update quasar example

* update vue example

* update templates.

* update build.rs

Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2020-02-08 13:08:54 -03:00
Lucas Fernandes Nogueira
7522d8ff8a chore(bundler) rename tauri-cli crate to tauri-bundler (#401) 2020-02-08 12:51:48 -03:00
Lucas Fernandes Nogueira
3e1ce404f5 feat(tauri) add splashscreen API (#400)
* feat(tauri) add splashscreen API

* fix(examples) quasar example building
2020-02-08 12:34:15 -03:00
Lucas Fernandes Nogueira
a572fb3dc7 feat(tauri&tauri.js) allow inliner/loadAsset to be used with pub… (#354)
* feat(tauri&tauri.js) allow inliner/loadAsset to be used with publicPath

* fix minor error

Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-08 12:30:54 -03:00
renovate[bot]
63083be882 chore(deps) Update Tauri JS CLI (#383)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-08 12:19:44 -03:00
Rajiv Shah
5906b5ca5d refactor(tauri.js): Fix ESLint errors (#398)
* refactor(tauri.js): Fix ESLint errors

* fix(tauri.js): Disable space-before-function-paren

This conflicts with @typescript-eslint/space-before-function-paren. See https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md#how-to-use

* refactor(tauri.js): Change requires to imports

* fix(tauri.js): Suppress security/detect-non-literal-fs-filename in src/api/info.ts

* fix(tauri.js): Suppress @typescript-eslint/restrict-template-expressions in some cases

* fix(tauri.js): Suppress ESLint warnings in src/template/index.ts

- Suppress security/detect-object-injection (false positives)
- Suppress @typescript-eslint/no-dynamic-delete
2020-02-08 12:17:27 -03:00
renovate[bot]
38858ab8d8 chore(deps) Update Tauri Bundler (#382)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-08 12:10:30 -03:00
renovate[bot]
170ca32916 chore(examples) Update Gatsby Examples (#385)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 01:09:47 -06:00
renovate[bot]
7bf87448b7 chore(examples) Update Svelte Examples (#392)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-05 22:53:51 -06:00
renovate[bot]
ae497ff5af chore(examples) Update CRA Examples (#384)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-05 22:53:41 -06:00
renovate[bot]
30b30cd4ea chore(examples) Update Vue Examples (#393)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-05 22:53:32 -06:00
Tensor-Programming
e24a56f069 Chore: update Rust to 1.41.0 (#395)
* Update rust-toolchain

* update github actions for 1.41
2020-02-05 20:18:47 -05:00
Tensor-Programming
335f71c36b change serde versions to 1.0 (#396) 2020-02-05 20:18:20 -05:00
Tensor-Programming
a46f5d94ad update serde_json version to 1.0 2020-02-05 19:10:38 -05:00
renovate[bot]
5e66139785 chore(examples) Update Rust crate serde_json to 1.0.46 (#391)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 19:00:22 -05:00
renovate[bot]
23f26f638c chore(examples) Update Rust crate serde_json to 1.0.46 (#390)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 19:00:14 -05:00
renovate[bot]
def79c5af1 chore(examples) Update Rust crate serde_json to 1.0.46 (#389)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 19:00:01 -05:00
renovate[bot]
c938c5d30d chore(examples) Update Rust crate serde_json to 1.0.46 (#388)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 18:59:52 -05:00
renovate[bot]
a64add5354 chore(examples) Update Rust crate serde_json to 1.0.46 (#387)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 18:59:31 -05:00
renovate[bot]
92f3cbb99a chore(examples) Update Rust crate serde_json to 1.0.46 (#386)
* chore(examples) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

* Update Cargo.toml

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 18:59:12 -05:00
renovate[bot]
f721d29b68 chore(deps) Update Rust crate serde_json to 1.0.46 (#381)
* chore(deps) Update Rust crate serde_json to 1.0.46

* Update Cargo.toml

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-02-05 18:58:55 -05:00
Tensor-Programming
bb55a0352c stop test from running on mac (#394) 2020-02-05 17:09:04 -05:00
Tensor-Programming
2a1fc0c20c Feature: Tests in Core (#378)
* add tests to config

* add docs to config

* add file_system test.

* decreases the thread sleep timer.

* fix proptest case amount.

* remove linux from test for now.
2020-02-03 19:49:17 -05:00
nothingismagick
29e2f16520 feat(builder): enable OSX sidecar from finder (#379) 2020-02-04 01:38:43 +01:00
renovate[bot]
aed07399d7 chore(deps) Update Tauri JS CLI (#359)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-30 10:35:07 -03:00
Tensor-Programming
fc0715f8e7 Refactor(Core) add error chain (#376)
* add updater feat and error_chain lib

* remove tauriresult and add error_chains

* cleanup endpoints and add Command error type
2020-01-30 09:33:42 -03:00
renovate[bot]
793b002344 chore(deps) Update Rust crate handlebars to v3 (#360)
* chore(deps) Update Rust crate handlebars to v3

* fix handlebars 'static lifetime.

* fix static lifetime for mac and linux.

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Tensor-Programming <abeltensor@tensor-programming.com>
2020-01-30 05:47:00 -06:00
renovate[bot]
ee0204c8b7 chore(deps) Update Rust crate attohttpc to 0.11.1 (#357)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-30 02:21:06 -05:00
renovate[bot]
156c51bfef chore(examples) Update dependency quasar to v1.8.3 (#373)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 20:42:01 -06:00
renovate[bot]
4107a47929 chore(examples) Update Gatsby Examples (#374)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 20:41:48 -06:00
renovate[bot]
f6f9957b6d chore(examples) Update dependency @testing-library/user-event to v8.1.0 (#375)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 20:41:35 -06:00
renovate[bot]
fecd16834c chore(examples) Update Rust crate serde_json to 1.0.45 (#365)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 18:00:48 -06:00
renovate[bot]
c9c59f32eb chore(examples) Pin dependencies (#361)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 14:33:56 -06:00
renovate[bot]
2cfba175b9 chore(deps) Update Rust crate serde_json to 1.0.45 (#358)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 14:33:47 -06:00
renovate[bot]
0e8142298c chore(examples) Update Rust crate serde_json to 1.0.45 (#369)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 14:33:37 -06:00
renovate[bot]
096db9c976 chore(examples) Update Rust crate serde_json to 1.0.45 (#368)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 14:33:29 -06:00
renovate[bot]
7517dc6eb9 chore(examples) Update Rust crate serde_json to 1.0.45 (#366)
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-29 14:33:21 -06:00