Thomas van der Westen
d33ee156b8
Fix sql example in readme ( #91 )
...
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error;
```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder````
I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.
2023-01-15 11:47:32 +01:00
Jonas Kruckenberg
f6ab641e08
fix: add back log feature
2023-01-13 11:45:19 +01:00
Fabian-Lars
467bcb90af
fix: change dist for js files, fixes #76 for yarn3 ( #88 )
2023-01-12 16:55:21 +01:00
Jonas Kruckenberg
5a018251a4
Update plugins/single-instance/examples/vanilla/src-tauri/Cargo.toml
2023-01-11 21:03:40 +01:00
Jonas Kruckenberg
183a081364
exclude examples from cargo workspace
2023-01-11 20:23:35 +01:00
Jonas Kruckenberg
9f2f2bdacb
dont use workspace features in tauri app
2023-01-11 20:13:05 +01:00
Jonas Kruckenberg
bb4be49afa
fmt
2023-01-11 19:09:09 +01:00
Jonas Kruckenberg
b0c21978f2
Merge branch 'dev' into websocket
2023-01-11 19:03:34 +01:00
Jonas Kruckenberg
f910b1f496
chore: make examples part of the workspace
2023-01-11 19:02:23 +01:00
Jonas Kruckenberg
4714cc2e2d
update example app
2023-01-11 19:01:30 +01:00
Jonas Kruckenberg
900b8ccdb1
fmt
2023-01-11 18:34:23 +01:00
Jonas Kruckenberg
a8f198afec
cleanup
2023-01-11 18:33:55 +01:00
Jonas Kruckenberg
66245c943d
Merge branch 'origin-dev' into websocket
2023-01-11 18:31:38 +01:00
Jonas Kruckenberg
e522367552
move files to subdir
2023-01-11 18:28:00 +01:00
Fabian-Lars
42b145e0ce
fix(sql): don't panic if no migrations were provided, fixes #84
2023-01-11 16:33:34 +01:00
Jonas Kruckenberg
4b098fb518
Merge pull request #72 from tauri-apps/add-single-instance
...
feat: Add single-instance
2023-01-11 14:53:28 +01:00
Jonas Kruckenberg
af5336895c
remove duplicate example
2023-01-11 14:51:39 +01:00
Jonas Kruckenberg
adf33745f6
Add plugin banner
2023-01-11 14:30:27 +01:00
Fabian-Lars
4d8d109b6b
fix(sql): derive default on Builder, fixes #82 ( #83 )
2023-01-11 14:24:51 +01:00
Beanow
4709b41eeb
chore: Cargo fmt
2023-01-11 12:44:38 +01:00
Beanow
9884734bf5
chore: Clippy suggestion, combine replaces
2023-01-11 12:41:45 +01:00
Beanow
b88ec8e9c1
chore: Run formatter
2023-01-11 12:37:37 +01:00
Beanow
d9301f2ad1
chore: Clippy, unused variable
2023-01-11 12:29:17 +01:00
Beanow
89342351ff
chore: Use workspace deps where possible
2023-01-11 12:28:56 +01:00
Beanow
9797e21ded
chore: Match licensing with other plugins
2023-01-11 12:28:35 +01:00
Beanow
10396006a1
single-instance: Add README details
...
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com >
2023-01-11 12:20:44 +01:00
Beanow
fd577cfda4
chore: rm old gitignore
2023-01-11 12:19:01 +01:00
Beanow
3a6333c046
Merge branch 'source-dev' into add-single-instance
2023-01-11 12:00:07 +01:00
Beanow
9b38d388d9
chore: move single-instance plugin
2023-01-11 11:57:08 +01:00
Ostap Brehin
e95c10598c
Update README.md
2023-01-10 18:18:54 +00:00
Fabian-Lars
1546e4e0fb
fix: fix path patterns in files property ( #78 )
2023-01-10 18:21:09 +01:00
Uriel
827bd47db6
fix(window-state): compare position with available monitors bounds ( #48 )
...
* remember monitor data
* check only if the position exists
Co-authored-by: amrbashir <amr.bashir2015@gmail.com >
2023-01-09 14:33:53 +02:00
renovate[bot]
66322a3426
fix(deps): update rust crate iota_stronghold to v1 ( #70 )
...
* fix(deps): update rust crate iota_stronghold to v1
* fix compile error
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-01-07 20:32:23 +01:00
renovate[bot]
b7522ed71c
fix(deps): update rust crate iota-crypto to 0.15 ( #62 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 20:05:47 +01:00
renovate[bot]
0bdd5ff98f
fix(deps): update rust crate tokio-tungstenite to 0.18 ( #66 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:21:15 +01:00
renovate[bot]
929cbfb6b7
fix(deps): update rust crate tiny_http to 0.12 ( #64 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:19:20 +01:00
renovate[bot]
86e61a6ac0
fix(deps): update rust crate auto-launch to 0.4 ( #60 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-07 16:17:38 +01:00
renovate[bot]
e52bbd5d23
fix(deps): change tokio version to 1 ( #65 )
...
* fix(deps): update rust crate tokio to 1.24
* Apply suggestions from code review
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-01-07 16:16:59 +01:00
renovate[bot]
42aac5255a
fix(deps): change once_cell version to 1 ( #63 )
...
* fix(deps): update rust crate once_cell to 1.17
* Change once_cell version to `1`
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-01-07 16:04:17 +01:00
Jonas Kruckenberg
2d670f70d9
refactor: use builder style ( #50 )
...
* refactor(upload): use plugin builder style
* refactor(sql): use builder style
* refactor(fs-watch): use builder style
* refactor(fs-extra): use builder style
* refactor(auth): use builder style
* fmt
* fmt
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-01-07 15:53:56 +01:00
Jonas Kruckenberg
2d7bbc8925
Update mirrors.txt
2023-01-07 13:07:01 +01:00
Jonas Kruckenberg
184f4aa1ff
Merge pull request #54 from tauri-apps/pull-that-sync-trigger
2023-01-06 21:37:31 +01:00
Jonas Kruckenberg
9568a99d4c
Merge pull request #52 from tauri-apps/store/rename
2023-01-06 20:27:44 +01:00
Jonas Kruckenberg
12eed57465
Merge pull request #45 from tauri-apps/ci/actions-rs
...
ci: don't use unmaintained actions-rs actions
2023-01-06 18:20:48 +01:00
Jonas Kruckenberg
a2f0e2eb73
fmt
2023-01-06 18:18:16 +01:00
Jonas Kruckenberg
c64b949b12
clippy
2023-01-06 18:08:19 +01:00
Jonas Kruckenberg
8befcf561b
Update lib.rs
2023-01-06 17:52:35 +01:00
Jonas Kruckenberg
e6cfc80b17
update readmes and package descriptions
2023-01-06 17:42:43 +01:00
Jonas Kruckenberg
5966b7d133
chore: add rust-version field
2023-01-06 17:01:21 +01:00
Jonas Kruckenberg
44c2188f23
Update mirrors.txt
2023-01-06 16:49:18 +01:00