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: remove bufferAlgorithm param from the open command #1002

Closed
wants to merge 22 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aff40ab
WIP: print to understand
dido18 Jan 10, 2025
bae632a
refactor: remove unused Bufferflow implementations and simplify buffe…
dido18 Jan 10, 2025
818f79f
refactor: simplify serial test functions by removing unused parameters
dido18 Jan 10, 2025
baf2ff4
fix(ci): update package installation command to use correct version o…
dido18 Jan 10, 2025
e63527a
fix(ci): update libwebkit2gtk version in dependency installation
dido18 Jan 10, 2025
98b6376
fix: remove unused buffer slice and simplify data reading in serial port
dido18 Jan 10, 2025
0ce39a5
small changes
dido18 Jan 10, 2025
ec5049d
fix: remove debug print statement from wsHandler function
dido18 Jan 13, 2025
2fe3c28
fix: add warning log for unexpected arguments in open command
dido18 Jan 13, 2025
1849a1c
Update hub.go
dido18 Jan 13, 2025
294de02
fix: update log message for buffer flow initialization
dido18 Jan 14, 2025
99a31e6
fix: update log message for clarity in buffer flow initialization
dido18 Jan 14, 2025
2308b5f
fix: ignore all tags in check-certificates workflow on push
dido18 Jan 14, 2025
8688ec6
fix: update macOS-13 version in publish-go-tester-task workflow
dido18 Jan 14, 2025
894c139
fix(release): add Go installation step in release workflow
dido18 Jan 14, 2025
3a34186
fix: correct JSON formatting in broadcast message for port registration
dido18 Jan 16, 2025
62e324b
Merge branch 'main' into remove-open-not-used-buffer-algorithm
dido18 Jan 17, 2025
c042f10
fix: update application identity in release workflow to use Massimo B…
dido18 Jan 20, 2025
43bd6ea
resolve conflict
dido18 Jan 21, 2025
8f5fa3b
revert application_identity
dido18 Jan 21, 2025
6684e7c
ci: remove tags-ignore from check-certificates workflow
dido18 Jan 21, 2025
fb39e25
Merge branch 'main' into remove-open-not-used-buffer-algorithm
dido18 Jan 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(release): add Go installation step in release workflow
dido18 committed Jan 14, 2025
commit 894c1397990c95c2067bb0f1698fce8d79462278
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -286,6 +286,11 @@ jobs:
-k "${{ env.KEYCHAIN_PASSWORD }}" \
"${{ env.KEYCHAIN }}"

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

- name: Install gon for code signing
uses: actions/checkout@v4
with: