James Hillyerd
cdff6ea571
chore: bump go deps ( #529 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-09-28 11:54:31 -07:00
James Hillyerd
95ec463f26
chore: fix linter warnings ( #530 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-09-28 11:49:32 -07:00
dependabot[bot]
924fb46b4e
build(deps): bump goreleaser/goreleaser-action from 5 to 6 ( #513 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 5 to 6.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
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>
2024-09-28 11:45:55 -07:00
dependabot[bot]
504a79aef4
build(deps): bump docker/build-push-action from 5 to 6 ( #521 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
2024-07-30 08:49:09 -07:00
James Hillyerd
543c2afda5
chore: refactor proto tests to use ReadDotLines ( #520 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-06-13 17:30:44 -07:00
James Hillyerd
daeba2d024
chore: disable deprecated execinquery linter ( #519 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-06-13 12:44:33 -07:00
James Hillyerd
b16764a65d
fix(pop3): Prevent STLS cmd triggered crashes ( #516 )
...
* fix(pop3): Prevent STLS cmd triggered crashes
Signed-off-by: James Hillyerd <james@hillyerd.com >
* err lint fix
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-06-13 12:38:07 -07:00
James Hillyerd
0df07fc1be
fix: skip-pkg-cache no longer supported by golangci-lint ( #517 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-06-13 12:22:14 -07:00
dependabot[bot]
9478098c0f
build(deps): bump golangci/golangci-lint-action from 4 to 6 ( #511 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 4 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
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>
2024-05-13 21:09:11 -07:00
dependabot[bot]
658506bb11
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 ( #509 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.20.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-22 11:26:02 -07:00
Roberto Rossetti
8826b8342b
fix(ui): date-format version ( #508 )
...
Signed-off-by: Roberto Rossetti <robertorossetti3.14@gmail.com >
2024-04-22 11:05:18 -07:00
James Hillyerd
ffb4ce0b1b
actions: configure golangci linters ( #474 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-20 13:00:02 -08:00
James Hillyerd
2b174c8b0b
chore: resolve error & string related lint warnings ( #507 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-20 12:47:27 -08:00
James Hillyerd
5729a212ce
chore: two small lint fixes ( #506 )
...
* chore: faster hash to string conv
Signed-off-by: James Hillyerd <james@hillyerd.com >
* chore: require NoError in integration test setup
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-20 12:30:04 -08:00
James Hillyerd
ed4a83a2bd
chore: migrate integration to testify/suite ( #505 )
...
* fix: future naming collision, suite -> storeSuite
Signed-off-by: James Hillyerd <james@hillyerd.com >
* chore: migrate integration to testify/suite
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-19 18:45:55 -08:00
James Hillyerd
c59e793775
chore: refactor smtp/handler if-else chain ( #504 )
...
* chore: convert smtp/handler if-else chain to switch-case
Signed-off-by: James Hillyerd <james@hillyerd.com >
* chore: extract long case into parseMailCmd func
Signed-off-by: James Hillyerd <james@hillyerd.com >
* chore: remove extraneous braces in cases
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-19 17:30:37 -08:00
dependabot[bot]
40ec108daf
build(deps): bump actions/checkout from 3 to 4 ( #499 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2024-02-19 17:27:32 -08:00
dependabot[bot]
185018e001
build(deps): bump docker/setup-qemu-action from 2 to 3 ( #501 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
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>
2024-02-19 17:19:07 -08:00
James Hillyerd
d62a0fede9
fix: prevent smtp/handler test from freezing on panic ( #503 )
...
* chore: colocate SMTP session WaitGroup incr/decr
Signed-off-by: James Hillyerd <james@hillyerd.com >
* fix: smtp tests that hang on panic/t.Fatal
Signed-off-by: James Hillyerd <james@hillyerd.com >
* chore: reorder smtp/handler test helpers
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-19 16:46:33 -08:00
James Hillyerd
25c6f58535
chore: fix testutils linter warnings ( #502 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-19 12:02:06 -08:00
dependabot[bot]
e4ca20e471
build(deps): bump goreleaser/goreleaser-action from 4 to 5 ( #500 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 4 to 5.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
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>
2024-02-19 12:01:24 -08:00
dependabot[bot]
7fa6b38b38
build(deps): bump docker/metadata-action from 4 to 5 ( #498 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 4 to 5.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md )
- [Commits](https://github.com/docker/metadata-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
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>
2024-02-19 11:57:41 -08:00
dependabot[bot]
13ac9a6a1c
build(deps): bump docker/build-push-action from 4 to 5 ( #497 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
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>
2024-02-19 11:56:09 -08:00
James Hillyerd
0a51641a30
feature: Context support for REST client ( #496 )
...
* rest/client: add WithContext methods
Signed-off-by: James Hillyerd <james@hillyerd.com >
* cmd/client: pass context
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-17 19:25:01 -08:00
James Hillyerd
73203c6bcd
fstore: remove redundant test helper ( #495 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-17 18:18:30 -08:00
James Hillyerd
6066be831c
chore: refactor playSession etc to use t.Fatal ( #494 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-16 17:04:35 -08:00
James Hillyerd
33784cbb94
chore: more small lint/perf fixes ( #493 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-16 16:53:50 -08:00
James Hillyerd
f76b93a8f2
storage_suite: refactor to use common struct param ( #492 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-16 16:11:07 -08:00
James Hillyerd
0361e971e0
chore: many small lint/perf fixes ( #491 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-16 14:27:04 -08:00
James Hillyerd
def3e88651
luahost: use sentinel ErrNoScript ( #490 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-16 14:16:17 -08:00
James Hillyerd
8adae023dc
chore: rework client example to omit log.Fatal, breaks defer ( #489 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 19:13:03 -08:00
James Hillyerd
fc8ea530bb
chore: fix many unit test style warnings ( #488 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 18:52:50 -08:00
James Hillyerd
ea585c4851
chore: fix more capitalization style warnings ( #487 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 18:31:43 -08:00
James Hillyerd
baa2dbd3a1
chore: fix many cosmetic linter warnings ( #486 )
...
* fix whitespace warnings
Signed-off-by: James Hillyerd <james@hillyerd.com >
* fix a number of typos
Signed-off-by: James Hillyerd <james@hillyerd.com >
* fix many cosmetic linter warnings
Signed-off-by: James Hillyerd <james@hillyerd.com >
---------
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 18:02:26 -08:00
dependabot[bot]
864a2ba2d2
build(deps): bump actions/setup-node from 3 to 4 ( #483 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
2024-02-15 16:53:53 -08:00
dependabot[bot]
b586ebe210
build(deps): bump actions/setup-go from 3 to 5 ( #482 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 3 to 5.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v3...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-go
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>
2024-02-15 16:35:56 -08:00
dependabot[bot]
bed49706fc
build(deps): bump golangci/golangci-lint-action from 3 to 4 ( #481 )
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 3 to 4.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
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>
2024-02-15 16:28:23 -08:00
James Hillyerd
6ce1fd6347
actions: lint on push to any branch ( #484 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 16:19:10 -08:00
dependabot[bot]
3c0f253820
build(deps): bump docker/setup-buildx-action from 2 to 3 ( #480 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
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>
2024-02-15 15:46:03 -08:00
dependabot[bot]
b2a77ad522
build(deps): bump docker/login-action from 2 to 3 ( #479 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/login-action
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>
2024-02-15 15:44:03 -08:00
James Hillyerd
32cc4fc56d
actions: add dependabot config ( #478 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-15 15:42:26 -08:00
corey-aloia
3112deb3e6
[Rest Client] changing to enable relative urls ( #477 )
...
* changing to enable relative urls
Signed-off-by: Corey Aloia <corey.aloia@sap.com >
2024-02-09 08:53:44 -08:00
James Hillyerd
975cb4ca5e
CHANGELOG: tweak release process ( #473 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-05 13:06:27 -08:00
James Hillyerd
97506b2d2b
update changelog for 3.1.0-beta2 ( #471 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
v3.1.0-beta2
2024-02-05 12:46:42 -08:00
James Hillyerd
8667c70257
yarn/js: flexible version specs ( #470 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-05 10:46:03 -08:00
James Hillyerd
a27b57df67
yarn/js: update parcel & deps ( #469 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-04 21:53:34 -08:00
James Hillyerd
d8746e8093
node: 20.x ( #468 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-04 21:25:43 -08:00
James Hillyerd
599200d32e
go: update dependencies ( #467 )
...
* go: update dependencies
* go: minimum 1.21 required by deps
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-04 20:50:49 -08:00
James Hillyerd
e190adef4d
go: 1.21 ( #466 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-04 20:03:30 -08:00
James Hillyerd
6a389c78cc
rest/client: fix comment lint error ( #465 )
...
Signed-off-by: James Hillyerd <james@hillyerd.com >
2024-02-04 19:50:02 -08:00