-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add frontend CI and release steps (#486)
* feat: Adding Query Profiling Support to BendSQL * feat: edit the front-end page * fix: handle case-insensitive check for "GRAPHICAL" in query * fix: Correct time conversion in ProfileOverview component * fix: query to lowercase * fix: Remove frontend/** from excludes in licenserc.toml * feat: frontend ci * ci: Add frontend release steps to .github/workflows/release.yml * fix: delete unused base64 dependency * feat: integrate frontend build into CI pipeline * fix: release frontend * feat: add frontend build process to Makefile * feat: integrate frontend build with Rust binary using rust-embed * feat: update CI workflow and project configuration * chore: update CI workflows and project configuration * fix: build frontend before cargo clippy * fix: mkdir cli/frontend before move files * fix: ci add frontend build * fix: add frontend build at setup action * feat: if yarn not found install it * fix(frontend): ensure cross-platform compatibility for build scripts * feat: remove fronetend install at check * fix: increase Yarn network timeout for reliability * fix: resolve SVG display issue by ensuring correct MIME type handling * chore: delete useless comments
- Loading branch information
Showing
10 changed files
with
250 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ venv/ | |
*.output | ||
|
||
/dist | ||
cli/frontend | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
GENERATE_SOURCEMAP=false |
This file contains 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
This file contains 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
Oops, something went wrong.