Tensor-Programming
584d01a268
Chore(examples) update cargo.toml with appropriate dependencies. ( #303 )
...
* update .gitignore
* remove cargo.lock
* update cargo.toml
* fix binary name.
2020-01-09 16:20:08 -05:00
tensor-programming
627e351165
update main.rs
2020-01-09 16:00:59 -05:00
tensor-programming
e952adeb70
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-09 15:42:35 -05:00
renovate[bot]
378e649925
chore(examples) Update dependency @rollup/plugin-node-resolve to v7 ( #298 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-09 09:11:54 -06:00
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
tensor-programming
47889417ba
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-08 17:10:42 -05: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
432a89a610
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-07 02:01:31 -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
tensor-programming
de02b1d0aa
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-05 16:14:48 -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
tensor-programming
18c0bd77d0
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-04 16:55:26 -05: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
tensor-programming
9311f0ef1c
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-02 15:45:20 -05:00
nothingismagick
0602449d8b
chore(readme): minor changes to website, logo
2020-01-02 16:48:52 +01:00
tensor-programming
2c1570b56f
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-01 16:21:33 -05: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
f19734e2e4
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2020-01-01 15:10:54 -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
tensor-programming
e7ef0a81ca
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2019-12-31 18:35:39 -05:00
Lucas Nogueira
7ae7c9dfc2
chore(versions) bump to 0.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
tensor-programming
ebbca5a74a
Merge branch 'dev' of https://github.com/tauri-apps/tauri into dev
2019-12-31 14:31:29 -05: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
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