Skip to content

0.2.1 signup fix#46

Merged
nikothomas merged 18 commits intomainfrom
0.2.1-signup-fix
Mar 13, 2025
Merged

0.2.1 signup fix#46
nikothomas merged 18 commits intomainfrom
0.2.1-signup-fix

Conversation

@nikothomas
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2025 23:44
@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Mar 13, 2025

Deploying poleshift with  Cloudflare Pages  Cloudflare Pages

Latest commit: aac9f80
Status:⚡️  Build in progress...

View logs

@nikothomas nikothomas merged commit 95bc9cd into main Mar 13, 2025
0 of 4 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces updates to the build commands in GitHub workflows and adjusts resource URLs in the tauri configuration to point to a new Supabase storage endpoint.

  • Updated build commands from "pnpm run build" to "pnpm run tauri build" in multiple GitHub workflow files.
  • Modified file URLs in taxdb_config.toml to reference the new Supabase endpoint.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/test_build.yml Replaced build commands with tauri build commands for different OS targets.
.github/workflows/crab_nebula.yml Replaced build commands with tauri build commands for different OS targets.
apps/poleshift-app/src-tauri/resources/taxdb_config.toml Updated resource URLs to a new Supabase endpoint.

[[resource]]
file_name = "database.kdb.gz"
file_url = "https://pr2.poleshift.cloud/database.kdb.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.kdb.gz"
Copy link

Copilot AI Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL contains an extra slash in the path ('dbpr2//database.kdb.gz'); please remove the redundant slash to avoid potential endpoint issues.

Suggested change
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.kdb.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2/database.kdb.gz"

Copilot uses AI. Check for mistakes.
[[resource]]
file_name = "database.kdb.counts.gz"
file_url = "https://pr2.poleshift.cloud/database.kdb.counts.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.kdb.counts.gz"
Copy link

Copilot AI Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL contains an extra slash in the path ('dbpr2//database.kdb.counts.gz'); please remove the redundant slash to ensure proper URL formatting.

Suggested change
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.kdb.counts.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2/database.kdb.counts.gz"

Copilot uses AI. Check for mistakes.
[[resource]]
file_name = "database.idx.gz"
file_url = "https://pr2.poleshift.cloud/database.idx.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.idx.gz"
Copy link

Copilot AI Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL contains an extra slash in the path ('dbpr2//database.idx.gz'); consider removing the extra slash to avoid potential issues.

Suggested change
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//database.idx.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2/database.idx.gz"

Copilot uses AI. Check for mistakes.
[[resource]]
file_name = "taxDB.gz"
file_url = "https://pr2.poleshift.cloud/taxDB.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//taxDB.gz"
Copy link

Copilot AI Mar 13, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL for 'taxDB.gz' has an extra slash ('dbpr2//taxDB.gz'); please remove the additional slash to prevent unexpected behavior.

Suggested change
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2//taxDB.gz"
file_url = "https://pvikwknnxcuuhiwungqh.supabase.co/storage/v1/object/public/dbpr2/taxDB.gz"

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant