Commit Graph

267 Commits

Author SHA1 Message Date
Jacob Bolda
4e5244c2e4 top level disable completely turns it off (#302)
We need to disable in a package rule per https://github.com/renovatebot/config-help/issues/86 .
2020-01-09 05:55:55 -06:00
Lucas Nogueira
248709fade chore(versions) bump tauri to 0.3.2 2020-01-08 22:09:36 -03:00
Lucas Fernandes Nogueira
7df066ca67 fix(tauri) event api not working (#301) 2020-01-08 22:05:34 -03:00
renovate[bot]
db1a4ca0b8 chore(examples) Update dependency quasar to v1.6.1 (#296)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-08 11:42:18 -06:00
renovate[bot]
f528e4d537 chore(examples) Update dependency rollup to v1.29.0 (#299)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-08 11:31:06 -06:00
Jacob Bolda
c6d197bcd6 fix(examples): fix breaking change upstream (#300)
* fix(examples): fix breaking change upstream

It now requires a siteURL to function (as there isn't a great way to make it optional).

* fix(gatsby-example): use https for site

Co-authored-by: nothingismagick <drthompsonsmagickindustries@gmail.com>
2020-01-08 10:07:53 -06:00
Noah Klayman
5c5e2674c0 feat(examples): add vue cli app example (#260) 2020-01-08 13:57:23 +01:00
Jacob Bolda
64bf160432 only enable renovate for certain folders (#282)
* only enable renovate for certain folders

This also groups these folders that PRs will be opened per folder rather than per dep (less noisy).

* renovate to apply the label as well

* missing quote

wish mobile web had better linting
2020-01-08 06:35:09 -06:00
Rajiv Shah
2b28b52097 fix(bundler): Fix DMG script (#283)
- Fix sips command
- Copy seticon from templates folder
- Only cp bg.png if it exists
2020-01-08 11:52:23 +01:00
renovate[bot]
e3d21dae5f chore(examples) Update dependency rollup to v1.28.0 (#297)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-08 03:54:31 -06:00
renovate[bot]
0e49c27c21 chore(examples) Update dependency next to v9.1.7 (#295)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-08 03:54:09 -06:00
renovate[bot]
852877322f chore(examples) Update CRA Examples (#291)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-08 03:53:41 -06:00
Tensor-Programming
9625c0fdf6 Feat(core) rebuild on dist dir change fix: #285 (#284)
* update .gitignore

* remove cargo.lock

* line to rebuild on a change to the dist folder.

* add expect
2020-01-07 06:13:21 -05:00
Tensor-Programming
7ac442e3f6 feat(core) add testing and refactor (#281)
* update .gitignore

* remove cargo.lock

* refactor endpoints.

* remove webview from fns

* add testing

* stop proptest from opening 100 tabs

* add config

* proptest for listen_fn

* add tauri.js to fixture

* add simple tests to runner

* add setup_content unit test.

* add proptest for check_server_url

* add setup_port unit test.

* update tauriresult to work with tiny_http

* Revert "update tauriresult to work with tiny_http"

This reverts commit 26f44b3bc1.

* cleanup setup_content logic

* add proc macros

* add underscore

* add proptest_config
2020-01-07 02:00:41 -05:00
Jacob Bolda
2ab604afd2 add global release changelog (#277)
This will create a draft release with all of the changes since the last tag. We can use it for the "marketing" changes / changelog, where each package can then still get its own changelog file. The bulk of the configuration sits in the tauri-pps/.github repo.
2020-01-05 08:41:42 -06:00
renovate[bot]
6c8f310763 chore(deps): update rust crate quickcheck (#262)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 14:59:22 -05:00
renovate[bot]
769dcf2d3f fix(deps): update rust crate attohttpc to 0.8.0 (#261)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 14:59:01 -05:00
renovate[bot]
ff0cacf749 chore(deps): update typescript-eslint monorepo to v2.14.0 (#270)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 14:44:45 +01:00
Jacob Bolda
809bcc9690 fix(example): gatsby theme update and breaking change fix (#276)
* update theme deps

* first article titles

* engagements is required

this was an accidental breaking change, we intended to keep this optional, oops!
2020-01-03 14:44:03 +01:00
renovate[bot]
0cbd712fe9 chore(deps): update dependency webpack to v4.41.5 (#269)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:07:20 +01:00
renovate[bot]
231fb96f28 fix(deps): update dependency isbinaryfile to v4.0.3 (#267)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:06:17 +01:00
renovate[bot]
7e9e409f3b chore(deps): update dependency tauri to v0.3.1 (#268)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:05:39 +01:00
renovate[bot]
eac0dfecab chore(examples) Update dependency eslint-plugin-vue to v6.1.2 (#272)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:04:45 +01:00
Jacob Bolda
a04715baf9 fix wildcard on renovate folder groups (#275) 2020-01-03 12:02:54 +01:00
renovate[bot]
8747ef8e73 chore(deps): update dependency eslint-plugin-node to v11 (#271)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:02:15 +01:00
renovate[bot]
3786a749e0 chore(examples) Update dependency eslint-plugin-node to v11 (#273)
Co-authored-by: Renovate Bot <renovatebot@gmail.com>
2020-01-03 12:01:35 +01:00
nothingismagick
0f5d21a564 chore(readme): rename rust cli to bundler (#278)
This should resolve some challenges with understanding the parts of tauri, especially why there are multiple CLIs. Until we have a rust-only CLI, or naming convention should probably refer to the bundler everywhere.
2020-01-03 11:59:17 +01:00
nothingismagick
0602449d8b chore(readme): minor changes to website, logo 2020-01-02 16:48:52 +01:00
Tensor-Programming
968cc9c94c Feat(Errors) add error handling (#274)
* update .gitignore

* remove cargo.lock

* minor cleanup.
2020-01-01 16:21:06 -05:00
Tensor-Programming
aa149370a4 Refactor(runner.rs) Clean up code to make it more composable and… (#259)
* update .gitignore

* remove cargo.lock

* add clone to config

* create functions

* finish merge and fix conflict.

* cleanup

* continue refactor cleanup

* fix logic for embedded server

* bringing back the polymorphisms!

* cleaning it all up...

* add imports

* add basic documentation.

* add a TauriResult type

* cleanup spawn_updater func

* cleanup imports and errors.

* fix error and proliferate it

* cleanup ?s
2020-01-01 07:30:17 -03:00
Lucas Nogueira
7ae7c9dfc2 chore(versions) bump to 0.3.1 v0.3.1 2019-12-31 19:24:07 -03:00
Lucas Fernandes Nogueira
ddd0e2c3eb fix(tauri) race condition on onTauriInit and no-server mode (#257) 2019-12-31 19:21:06 -03:00
Lucas Fernandes Nogueira
e17c5f84b1 feat(tauri) read config overriden by the node CLI (#258)
* feat(tauri) read config overriden by the node CLI

* chore(tauri) use option_env macro
2019-12-31 19:20:54 -03:00
Lucas Fernandes Nogueira
4416cdbb30 chore(examples) update CSP and tauri-webpack to 0.2.0 (#256)
* chore(examples) update CSP and tauri-webpack to 0.2.0

* chore(updater) update tauri-api to 0.3.0
2019-12-31 20:09:34 +01:00
Lucas Nogueira
91afd43126 chore(versions) bump tauri.js to 0.3.0 v0.3.0 2019-12-31 15:05:18 -03:00
Lucas Nogueira
a56cee76bf chore(versions) bump tauri and tauri-api crates to 0.3.0 2019-12-31 15:03:01 -03:00
Lucas Fernandes Nogueira
8a8fe2cca4 fix(tauri.js) default CSP with the blob modifier (#255) 2019-12-31 14:52:39 -03:00
Jacob Bolda
7ecaee38f0 chore(actions): change cache to hash on .toml (#253)
* source smoke tests to use .toml hash in cache

* prod smoke tests to use .toml hash in cache
2019-12-30 17:07:26 -06:00
nothingismagick
46360cdaec refactor(.scripts): cleanup sh (#252)
- proper escaping
- use `!#/usr/bin/env sh` for broader compliance
2019-12-30 23:26:14 +01:00
nothingismagick
ed266b48c1 chore(templates): remove updater.rs, add build.rs (#251) 2019-12-30 08:04:12 -03:00
Noah Klayman
fbfacb5e44 fix(tauri.js): eslint errors (#250) 2019-12-30 10:27:47 +01:00
Jacob Bolda
232af15a2e use minimal profile for installation (#247)
* use minimal profile for installation

I believe we don't need the full standard install just to run the build.

* set minimal in prod as well
2019-12-30 01:41:03 +01:00
Tensor-Programming
1b3037a519 Refactor(core) remove cargo lock (#249)
* update .gitignore

* remove cargo.lock
2019-12-29 20:41:34 -03:00
Tensor-Programming
1daa01e76c Refactor-feat(core) Refactor the code and add proptesting to the core library (#242)
* 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.
2019-12-29 18:13:08 -05:00
Lucas Fernandes Nogueira
7cea49a6a9 feat(tauri) whitelist event API, fix whitelist rejections (#248) 2019-12-29 20:01:54 -03:00
nothingismagick
ed946e0069 refactor(tauri.js): manually treeshake lodash (#246)
* refactor(tauri.js): manually treeshake lodash

* Update entry.ts

* Update copy-templates.ts

Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
2019-12-29 16:38:27 +01:00
nothingismagick
8f66a085c6 chore(deps): manual renovation (#245) 2019-12-29 14:17:59 +01:00
renovate[bot]
a671f26b5f chore(examples) Pin dependencies (#219) 2019-12-29 14:02:54 +01:00
Lucas Fernandes Nogueira
3fbb297064 fix(tauri) run setup hook after init has been eval'd (#243)
* fix(tauri) run setup hook after init has been eval'd

* fix(endpoints) merge conflict
2019-12-29 09:21:11 -03:00
Lucas Fernandes Nogueira
548ab94810 feat(tauri.js) add API endpoint proxy, closes #197 (#241)
* feat(tauri.js) add API endpoint proxy

* feat(tauri.js) always resolve/reject proxy promise

* chore(proxy) wait for onTauriInit to start direct proxy to window.tauri
2019-12-29 09:14:49 -03:00