Commit Graph

46 Commits

Author SHA1 Message Date
xuu 36a10e319f add heapify
Go Bump / bump (push) Successful in 55s
Go Test / build (push) Failing after 1m10s
2025-09-22 16:41:55 -06:00
xuu dfae0ddbcc chore(lsm): cleanup and add tools
Go Bump / bump (push) Successful in 33s
Go Test / build (push) Failing after 45s
2024-11-09 09:32:29 -07:00
xuu cf99e18a39 chore: fixes to lsm 2024-11-03 14:19:09 -07:00
xuu 36460a131e forward iteration 2024-11-02 09:00:17 -06:00
xuu 1d987d238d Merge branch 'add-lsm'
Go Bump / bump (push) Successful in 48s
Go Test / build (push) Failing after 2m14s
2024-06-10 21:43:00 -06:00
xuu 58ae783bf0 Merge remote-tracking branch 'github/main'
Go Bump / bump (push) Successful in 37s
Go Test / build (push) Failing after 2m7s
2024-06-10 21:24:07 -06:00
xuu f5027d9bfd chore: cleanup and add lsm
Go Bump / bump (push) Failing after 29s
Go Test / build (push) Failing after 13s
Go Test / build (pull_request) Failing after 1m23s
2024-06-10 21:12:11 -06:00
xuu b1bff4cbf0 add libsql support 2024-04-19 10:56:27 -06:00
xuu 1f8b4ab24f chore: mercury changes 2024-04-05 13:26:14 -06:00
xuu d4e021386b chore: add mercury 2024-04-05 13:26:11 -06:00
xuu eb63312542 chore: update deps
Go Bump / bump (push) Successful in 35s
Go Test / build (push) Successful in 43s
2024-04-05 13:22:53 -06:00
xuu 0a4986d476 chore: add libsql driver
Go Test / build (push) Failing after 23s
Go Bump / bump (push) Successful in 44s
2024-04-05 12:41:30 -06:00
xuu 3be012e780 chore: save sst code
Go Test / build (pull_request) Successful in 1m47s
2024-01-15 11:26:54 -07:00
xuu 11fa6ae522 Merge pull request #3 from sour-is/dependabot/go_modules/google.golang.org/grpc-1.58.3
build(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.3
2023-10-31 11:37:31 -06:00
xuu 59eaef2ae3 chore(lsm): add initial range search 2023-10-28 19:40:29 -06:00
xuu ddd21b39a6 chore: add lsm/sstable 2023-10-28 09:00:49 -06:00
dependabot[bot] cef8659a52 build(deps): bump google.golang.org/grpc from 1.58.0 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 21:20:00 +00:00
xuu b1cc2af8d8 fix: shutdown on error
Go Bump / bump (push) Successful in 35s
Go Test / build (push) Successful in 40s
v0.0.6
2023-10-19 16:53:12 -06:00
xuu 7725019ed7 Merge pull request #1 from sour-is/dependabot/go_modules/golang.org/x/net-0.17.0
build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
2023-10-19 06:40:09 -06:00
xuu fcae935511 Merge pull request #2 from sour-is/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.44.0
build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.42.0 to 0.44.0
2023-10-19 06:39:33 -06:00
dependabot[bot] 14eb48d336 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.42.0 to 0.44.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.42.0...zpages/v0.44.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 14:16:40 +00:00
dependabot[bot] 15399ff5e1 build(deps): bump golang.org/x/net from 0.12.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:00:35 +00:00
xuu 6ef0c668a2 chore: add push to GH
Go Bump / bump (push) Successful in 28s
Go Test / build (push) Successful in 34s
2023-10-05 13:23:26 -06:00
xuu 8be5d358f1 chore: add push to GH
Go Bump / bump (push) Successful in 32s
Go Test / build (push) Successful in 38s
2023-10-04 17:32:44 -06:00
xuu 7656b148ba build: add gitea runner.
Go Test / build (push) Successful in 50s
Go Bump / bump (push) Successful in 25s
v0.0.5
2023-10-01 09:03:52 -06:00
xuu 736daf7b4d fix: gh tests 2023-10-01 09:01:21 -06:00
xuu 4b44f4e58a fix: otel mod 2023-10-01 09:01:13 -06:00
Jon Lundy 8ac822b8a8 fix: otel mod v0.0.4 2023-09-16 12:48:40 -06:00
Jon Lundy 543fc21a86 fix: mod v0.0.3 2023-09-16 12:32:19 -06:00
Jon Lundy b9ef445ea6 fix: change locker to avoid pointer to interface v0.0.2 2023-09-16 11:34:05 -06:00
Jon Lundy a4192718b5 fix: change locker to avoid pointer to interface 2023-09-15 13:24:51 -06:00
xuu 5ad7fce0ac fix: metrics handling 2023-07-26 16:51:43 -06:00
xuu fcd9ab4d56 Create SECURITY.md 2023-07-12 17:15:54 -06:00
xuu 3094e355c9 Delete snyk-security.yml 2023-07-12 17:14:17 -06:00
xuu 8dad842a2c Create snyk-security.yml v0.0.1 2023-07-12 14:10:33 -06:00
xuu 8c656d11e2 Create codeql.yml 2023-07-12 14:09:27 -06:00
xuu c36bc134b2 Delete go-ossf-slsa3-publish.yml 2023-07-12 14:08:42 -06:00
xuu b330b82ff8 Create .slsa-goreleaser.yml 2023-07-12 13:55:57 -06:00
xuu bc503fe772 Create go-ossf-slsa3-publish.yml 2023-07-12 13:41:54 -06:00
xuu 364d48b746 build: tidy go.mod 2023-07-12 12:58:45 -06:00
xuu 0f7cf671e8 Update go.yml 2023-07-12 12:56:22 -06:00
xuu 43b883fa1a Update go.yml 2023-07-12 12:54:30 -06:00
xuu 544660858a Create go.yml 2023-07-12 12:53:32 -06:00
xuu 8461a20dea Create LICENSE 2023-07-12 12:50:32 -06:00
Jon Lundy 3d67e1c986 Create README.md 2023-07-12 12:47:07 -06:00
xuu 80dbf39736 initial commit 2023-07-12 12:43:25 -06:00