-
Notifications
You must be signed in to change notification settings - Fork 426
fixes #2943 - exposes MigrationList
type & constructor
#2944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
athanclark
wants to merge
28
commits into
tauri-apps:v2
Choose a base branch
from
athanclark:public-sql-migrationlist
base: v2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) * Add sound support for desktop notifications in Tauri v2 * ci --------- Co-authored-by: Lucas Nogueira <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…2932) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…tauri-apps#2950) * fix(shell): run sidecar with dots in filename, closes tauri-apps#2310 * fix import * remove dead code * code review suggestions * clippy * clippy
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…2955) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ps#2956) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* fallback targets * linux test * linux ready * RPM installation * small error fix * fix windows build * windows tests * add aider files to .gitignore * get bundle type out of patched variable * windows tests * patch windows binary * format * fix bundler * remove local tauri dependency * remove print * rever Cargo.lock * move __TAURI_BUNDLE_TYPE to tauri::utils * get_current_bundle_type * update tauri * fix macos integration test * fix fallback logic Signed-off-by: Krzysztof Andrelczyk <[email protected]> * amend! fallback targets fallback targets * reformat * fix tests * reformat * bump tari versio * fix fallback logic * restore Cargo.lock * Bump tauri and add notes * Rename some staffs * move target logic * Refactor the target fallback to a function * Format and clippy * Keep target in `Update` since it's public * Keep updater/tests/app-updater/src/main.rs lf * Revert changes in tests/app-updater/src/main.rs * Clean up * changefile * Bump updater-js as well * update pub fn target docs * update pub fn target docs * Update plugins/updater/src/error.rs Co-authored-by: Fabian-Lars <[email protected]> * Update plugins/updater/src/updater.rs Co-authored-by: Fabian-Lars <[email protected]> * Update plugins/updater/src/updater.rs Co-authored-by: Fabian-Lars <[email protected]> * suggestios * add comment * restore error * Revert "Bump tauri and add notes" This reverts commit 0a495cc. * Revert "bump tari versio" This reverts commit 5b4c1c1. --------- Signed-off-by: Krzysztof Andrelczyk <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Tony <[email protected]> Co-authored-by: Fabian-Lars <[email protected]>
* feat: support message dialogs with 3 buttons * change file * From<String> * untagged & YesNoCancel * revert package.json * Update plugins/dialog/src/desktop.rs Co-authored-by: Tony <[email protected]> * no optional * Update desktop.rs * Update plugins/dialog/src/models.rs Co-authored-by: Tony <[email protected]> * change to an enum * convert back into union * regen * update @SInCE * map buttons for linux * enhance type * Add examples --------- Co-authored-by: Tony <[email protected]> Co-authored-by: Lucas Nogueira <[email protected]> Co-authored-by: Tony <[email protected]>
* feat(updater): inject bundle_type into endpoint url * Revert schemas * replace with unknown if none
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* feat(log): re-export the log crate * code review * Move emit_trace --------- Co-authored-by: Tony <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <[email protected]>
This reverts commit 51b430b.
…2971) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ri-apps#2973) * chore(deps): update dependency typescript-eslint to v8.42.0 * Switch to `defineConfig`
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ins-workspace into public-sql-migrationlist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Exposes
MigrationList
data type and constructor in order to manually run migrations.