Commit Graph

70 Commits

Author SHA1 Message Date
Fabian-Lars df73183f2c test http without features 2023-11-23 22:30:25 +01:00
Fabian-Lars 7d1f3e7a08 ci: Test rust crates with all features enabled 2023-11-23 21:56:49 +01:00
FabianLars 058d5dde0d Merge remote-tracking branch 'origin/v1' into v1-into-v2-again 2023-11-23 19:59:58 +01:00
Fabian-Lars 8c9ff2a2a9 chore: Add sponsors section to readme (#758)
* chore: Add sponsors section to readme

* which link style works in nested folders?

* add sponsors to plugin readmes

* use https links as src

* double test it with the pr branch

* revert last commit

* fmt
2023-11-23 17:18:09 +01:00
Mo beb6b139eb Fix invoke calls in dialog & shell init scripts (#675)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-10-22 10:09:40 -03:00
Lucas Fernandes Nogueira 5c137365c6 chore: update to tauri alpha.16, api alpha.9 (#673)
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
2023-10-20 13:50:18 -03:00
Amr Bashir b7c5407cac refactor: remove window and app plugins (#671)
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-10-19 23:17:09 +00:00
Lucas Fernandes Nogueira d1b7c2c1fb feat: build docs.rs documentation for Android (#654) 2023-10-19 17:39:54 +00:00
Amr Bashir 4ab90f048e feat(updater): refactor and improvements (#431)
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2023-08-07 16:01:21 -03:00
renovate[bot] 92233ea64a fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 (#464)
* fix(deps): update rust crate sqlx to 0.7

* Update sql's msrv in workflow to 1.65

* Update README.md

* Update Cargo.toml

* Update Cargo.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
2023-07-05 10:46:51 +02:00
Lucas Fernandes Nogueira b259baa17e refactor: rename clipboard plugin to clipboard-manager (#400) 2023-05-24 12:06:07 -03:00
Lucas Nogueira 396f493fdb fix(ci): install deps on v2 covector workflow 2023-05-24 10:55:06 -03:00
github-actions[bot] a2d68e04a1 Publish New Versions (v2) (#374)
Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2023-05-24 10:33:37 -03:00
Lucas Fernandes Nogueira 5676e77209 feat: update covector (#393) 2023-05-23 17:36:39 -07:00
Lucas Fernandes Nogueira b131bc8f7c feat(plugins): inject API on window.__TAURI__ (#383) 2023-05-23 14:20:14 -03:00
Lucas Fernandes Nogueira 5914fb9f36 chore: add license headers (#384)
* feat: check for license headers

* add headers

* format
2023-05-21 16:56:10 -03:00
Lucas Fernandes Nogueira d677f73495 feat(ci): test mobile targets (#378) 2023-05-19 09:46:06 -07:00
Lucas Fernandes Nogueira fdec66c69f fix: adjust Cargo features to fix android build (#375) 2023-05-19 10:59:26 -03:00
Lucas Fernandes Nogueira ba4ef9a037 feat(ci): add workflow to run covector on v2 (#373) 2023-05-18 11:39:53 -03:00
Amr Bashir b08a45352d ci: smarter tests (#370) 2023-05-18 08:35:37 -03:00
Lucas Fernandes Nogueira b064718f32 feat(ci): also test on Windows and macOS (#366) 2023-05-17 20:53:03 -03:00
FabianLars 794f2d5cb8 ci: install linux deps in covector workflow 2023-05-17 18:17:55 +02:00
Lucas Fernandes Nogueira 937e6a5be6 feat: use tauri next branch, fix tests, MSRV 1.65 (#354) 2023-05-12 17:16:50 -03:00
FabianLars dce0f02bc5 Rename dev branch to v1 and next branch to v2 2023-05-03 08:55:44 +02:00
FabianLars 5b86b0fa9e ci: enable sync script for next branch 2023-04-26 16:24:46 +02:00
FabianLars b9cf0ec148 ci: only sync tags of js packages. Fix tag syntax to covector's style 2023-04-26 16:20:42 +02:00
Fabian-Lars 3fddf476de ci: set up covector (#329)
* ci: set up covector

* remove postpublish

* push new tags to mirrors

* fetch tags of current repo in workflow file

* use our fork of create-pull-request action

* fmt

* use org tokens

* simplify string subst

* fmt again
2023-04-25 17:31:33 +02:00
Amr Bashir ea288b03a0 ci: continuation of #318 2023-04-17 17:56:57 +02:00
Fabian-Lars 31d328faca ci: set pnpm version (#319)
* ci: set pnpm version

* fmt

* missed one
2023-04-17 17:54:36 +02:00
Amr Bashir 6ada0a1122 ci: fix sync script action URL (#318) 2023-04-17 17:50:42 +02:00
Amr Bashir 6f39921dbe ci: use original commiter author instead of actor (#310)
* ci: use original commiter author instead of actor

* Update sync-to-mirrors.sh

* Update sync-to-mirrors.sh

* Update sync-to-mirrors.sh
2023-04-17 17:25:35 +02:00
Fabian-Lars cea1d4f7b5 ci: Replace actions-rs/audit-check with rustsec fork (#294)
* ci: Replace actions-rs/audit-check with rustsec fork

* Update audit-rust.yml

* Revert "Update audit-rust.yml"
2023-04-03 11:39:11 +02:00
Fabian-Lars 9b70a79b2c fix(store): Use event module instead of appWindow, fixes #282 (#283)
* fix(store): Use event module instead of appWindow, fixes #282

* fmt
2023-03-15 18:22:19 +01:00
FabianLars e950946300 ci: Add workflow to confirm MSRV compliance 2023-03-07 15:30:29 +01:00
Fabian-Lars 66dc508f34 ci: fix path pattern. upgrade rust-cache action (#68) 2023-01-07 15:15:54 +01:00
Jonas Kruckenberg 6566563a58 Update sync.yml 2023-01-07 13:03:02 +01:00
Jonas Kruckenberg 43186889ef Update sync.yml 2023-01-07 13:01:19 +01:00
Jonas Kruckenberg a0d0cf4fbe Update sync.yml 2023-01-07 12:59:42 +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 a56e9194da only run clippy on sql package 2023-01-06 18:08:15 +01:00
Jonas Kruckenberg 89650db1b1 Update sync-to-mirrors.sh 2023-01-06 17:27:04 +01:00
Jonas Kruckenberg 2f713b7fc5 don't force add 2023-01-06 17:21:48 +01:00
Jonas Kruckenberg a27f98e644 Merge branch 'dev' into ci/actions-rs 2023-01-06 16:47:23 +01:00
Fabian-Lars 6f7b24bc42 revert audit-rust.yml changes 2023-01-06 14:31:02 +01:00
Beanow 34caec49b4 admin: Initial CODEOWNERS file 2023-01-06 13:08:36 +01:00
Jonas Kruckenberg df1fce20c5 build packages before sync 2023-01-05 13:50:32 +01:00
Jonas Kruckenberg cd9daf6b20 Update sync.yml 2023-01-03 19:02:30 +01:00
FabianLars 78dd86a3a9 set f 2023-01-02 18:45:51 +01:00
Fabian-Lars 3d4679a9ae fix copy paste mistake 2023-01-02 18:16:31 +01:00
FabianLars 105bc664da ci: don't use unmaintained actions-rs actions 2023-01-02 18:10:45 +01:00