Skip to content

feat(ci): add Native AOT multi-platform release workflow#5

Merged
crodriguesbr merged 1 commit into
mainfrom
feat/native-aot-release-workflow
Dec 5, 2025
Merged

feat(ci): add Native AOT multi-platform release workflow#5
crodriguesbr merged 1 commit into
mainfrom
feat/native-aot-release-workflow

Conversation

@crodriguesbr
Copy link
Copy Markdown
Contributor

Description

Update the release workflow to use Native AOT compilation for multi-platform builds and add UX improvements to the dashboard.

CI/CD Changes:

  • Replace PublishSingleFile + PublishTrimmed with PublishAot=true
  • Add build targets for linux-x64, linux-arm64, win-x64, osx-x64, osx-arm64
  • Add cross-compilation toolchain for Linux ARM64 builds

UI/UX Improvements:

  • Add toast notifications for non-blocking feedback messages
  • Add styled alert modals to replace browser alert() dialogs
  • Add file upload option for request body with drag & drop support
  • Add test mode toggle (By Requests / By Duration) for Quick Test and Endpoints

Bug Fixes:

  • Fix sidebar resize layout issues using CSS variables
  • Fix authentication token prefix spacing
  • Fix token path extraction to support JSONPath syntax ($.access_token)

Code Quality:

  • Remove all code comments for cleaner codebase

Motivation and Context

Native AOT provides faster startup times, smaller binary sizes, and better runtime performance compared to the previous self-contained single-file approach. The UI improvements enhance user experience with modern notification patterns.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  • Manual testing

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Screenshots (if applicable)

N/A

- Update release workflow to use Native AOT compilation
- Add support for linux-x64, linux-arm64, win-x64, osx-x64, osx-arm64
- Add cross-compilation tools for Linux ARM64 builds
- Add toast notifications and alert modals for better UX
- Add file upload as request body option
- Add test mode toggle (by requests/duration)
- Fix sidebar resize using CSS variables
- Fix authentication token prefix spacing
- Fix token path extraction with JSONPath support
- Remove code comments for cleaner codebase
@crodriguesbr crodriguesbr merged commit 90ddf2f into main Dec 5, 2025
2 checks passed
@crodriguesbr crodriguesbr deleted the feat/native-aot-release-workflow branch December 5, 2025 01:52
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