Skip to content
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

feat(core): implement new config structure #8723

Merged
merged 32 commits into from Feb 3, 2024

Conversation

amrbashir
Copy link
Member

@amrbashir amrbashir commented Feb 1, 2024

@FabianLars
Copy link
Member

FabianLars commented Feb 1, 2024

One thing we talked about a few times which i completely forgot to mention in the rfc is to merge appimage deb rpm etc into a linux parent and dmg and app into a macos one to match the windows config. I honestly think this is really important.
#8055

@FabianLars
Copy link
Member

another one maybe? #8727

@amrbashir
Copy link
Member Author

yeah seems like a good idea

core/tauri-utils/src/config.rs Outdated Show resolved Hide resolved
core/tauri-utils/src/config.rs Outdated Show resolved Hide resolved
Copy link

socket-security bot commented Feb 2, 2024

Removed dependencies detected. Learn more about Socket for GitHub ↗︎

🚮 Removed packages: npm/cors@2.8.5, npm/express@4.18.2

View full report↗︎

@FabianLars
Copy link
Member

does it make sense to rename AppUrl to FrontendDist too? Quite liked that about the prodFrontend variant.

@lucasfernog
Copy link
Member

Also separated the enum variants so the JSON schema description is better (and the whole type makes more sense).

@amrbashir
Copy link
Member Author

That's better so maybe just change the name to frontend?

@lucasfernog
Copy link
Member

frontend isn't that clear to me IMO.. unless we use the frontend > dist thing (which is also not perfect along with devUrl)

@lucasfernog
Copy link
Member

I'll merge this one so we can move forward with the beta. If there's any changes left to do, we can do it in a separate PR.

@lucasfernog lucasfernog merged commit 8de308d into dev Feb 3, 2024
42 of 44 checks passed
@lucasfernog lucasfernog deleted the refactor/config-restructure-rfc-5 branch February 3, 2024 03:39
lucasfernog pushed a commit to tauri-apps/plugins-workspace that referenced this pull request Feb 3, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-dialog that referenced this pull request Feb 3, 2024
* refactor(updater): accomodate to new tauri config restructure

RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md

RFC#5 PR implementation: tauri-apps/tauri#8723

* lint and update configs

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
tauri-bot pushed a commit to tauri-apps/tauri-plugin-notification that referenced this pull request Feb 3, 2024
* refactor(updater): accomodate to new tauri config restructure

RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md

RFC#5 PR implementation: tauri-apps/tauri#8723

* lint and update configs

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
tauri-bot pushed a commit to tauri-apps/tauri-plugin-updater that referenced this pull request Feb 3, 2024
* refactor(updater): accomodate to new tauri config restructure

RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md

RFC#5 PR implementation: tauri-apps/tauri#8723

* lint and update configs

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
tauri-bot pushed a commit to tauri-apps/tauri-plugin-websocket that referenced this pull request Feb 3, 2024
* refactor(updater): accomodate to new tauri config restructure

RFC#5 https://github.com/tauri-apps/rfcs/blob/f3e82a6b0c5390401e855850d47dc7b7d9afd684/texts/0005-tauri-config-restructure.md

RFC#5 PR implementation: tauri-apps/tauri#8723

* lint and update configs

Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7766772373

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants