Siyuan Miao
ace2934111
add native library to make build process faster
2025-09-26 08:21:20 +00:00
Siyuan Miao
156903c59b
feat: update github actions
2025-09-26 08:21:19 +00:00
dependabot[bot]
a1db5c702a
build(deps): bump actions/checkout from 4 to 5 ( #759 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 08:21:18 +00:00
Aveline
1ba68d20eb
chore: add issue templates ( #686 )
...
* chore: add issue templates
* chore: add remote device info
2025-09-26 08:21:18 +00:00
dependabot[bot]
d060166741
build(deps): bump actions/setup-go from 4.2.1 to 5.5.0 ( #666 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4.2.1 to 5.5.0.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4.2.1...v5.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: 5.5.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 08:21:18 +00:00
Marc Brooks
b8c3b14de3
build: upgrade packages and move to GitHub runner
...
* Move to GitHub runner for build action
Lint action
* Move to go 1.24.4
* Upgrade go packages
github.com/coreos/go-oidc/v3 v3.11.0 -> v3.14.1
github.com/creack/pty v1.1.23 -> v1.1.24
github.com/gwatts/rootcerts v0.0.0-20240401182218-3ab9db955caf -> v0.0.0-20250601184604-370a9a75f341
github.com/pion/logging v0.2.3 -> v0.2.4
github.com/pion/webrtc/v4 v4.0.16 -> v4.1.2
github.com/prometheus/common v0.62.0 -> v0.65.0
github.com/vishvananda/netlink v1.3.1 -> v1.3.1
go.bug.st/serial v1.6.2 -> v1.6.4
2025-09-26 08:21:18 +00:00
Aveline
70eeb0476c
chore: upgrade go from 1.24.3 to 1.24.4 ( #600 )
2025-09-26 08:21:18 +00:00
dependabot[bot]
a42575ae85
build(deps): bump actions/setup-go from 4 to 5 ( #577 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-26 08:21:18 +00:00
Ben Kochie
c1492e7a24
chore: enable dependabot ( #256 )
...
Enable dependabot to auto-update dependencies.
* Update montly to avoid too much PR noise.
* Enable updates for Go modules.
* Enable updates for GitHub Actions.
* Enable updates for NPM in /ui.
Signed-off-by: SuperQ <superq@gmail.com>
2025-09-26 08:21:18 +00:00
Siyuan Miao
75b2f5da4b
build: enable trimpath for both dev and prod releases
2025-09-26 08:21:17 +00:00
Siyuan Miao
9b7a58db3d
build: add trimpath to go build command
2025-09-26 08:21:17 +00:00
Aveline
e1b32a94d9
chore: upgrade golang to 1.24.3 and nodejs to 22.x ( #483 )
2025-09-26 08:21:17 +00:00
Siyuan Miao
7587caa5c8
fix: jetkvm_app path is now bin/jetkvm_app
2025-09-26 08:21:17 +00:00
Siyuan Miao
f34dbcdb41
build: set up golang (smoketest)
2025-09-26 08:21:17 +00:00
Siyuan Miao
d3addba37a
build: add device-tests
2025-09-26 08:21:17 +00:00
Siyuan Miao
eeeb65bbaf
fix: add missing files for building unit tests
2025-09-26 08:21:17 +00:00
Aveline
f5642870f7
fix: unit test not returning error when test fails
...
* fix: unit test not returning error when test fails
* chore: add unit test to smoketest.yml
* fix: make linter happy
2025-09-26 08:21:17 +00:00
Aveline
a942cd02a8
chore(usbgadget): update usbgadget config only when needed ( #474 )
2025-09-26 08:21:17 +00:00
Siyuan Miao
a9021354b4
fix: golang test report input argument
2025-09-26 08:21:17 +00:00
Aveline
cbe1460295
chore: run golang tests
2025-09-26 08:21:17 +00:00
Ben Kochie
99015c80fe
refactor: update golintci-lint and linter issues
...
* Update golangci-lint
Update golangci-lint to v2.
Signed-off-by: SuperQ <superq@gmail.com>
* Fixup various linter issues.
Signed-off-by: SuperQ <superq@gmail.com>
---------
Signed-off-by: SuperQ <superq@gmail.com>
2025-09-26 08:21:17 +00:00
Siyuan Miao
b5e0f894bc
chore: move smoketest to private repo
2025-03-25 18:42:26 +01:00
Adam Shiervani
3b711db781
Apply and Upgrade Eslint ( #288 )
...
* Upgrade ESLINT and fix issues
* feat: add frontend linting job to GitHub Actions workflow
* Move UI linting to separate file
* More linting fixes
* Remove pull_request trigger from UI linting workflow
* Update UI linting workflow
* Rename frontend-lint workflow to ui-lint for clarity
2025-03-25 11:56:24 +01:00
Siyuan Miao
ab03aded74
chore: create empty resource directory to avoid static type check fail
2025-03-24 23:16:17 +01:00
SuperQ
75296b4b7e
Chore: Enable golangci-lint
...
Add a GitHub actions workflow to run golangci-lint.
Signed-off-by: SuperQ <superq@gmail.com>
2025-03-11 18:35:12 +01:00
Siyuan Miao
08a315d908
feat: implement build and test workflow
2025-03-03 22:18:36 +01:00