Граф коммитов

19 Коммитов

Автор SHA1 Сообщение Дата
Evan Baker dbdb22d901
chore: upgrade go toolchain to 1.23 (#3022)
* chore: update to go1.23

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

* set bpf-prog back to debian base image

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

---------

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2024-10-09 19:09:07 -05:00
aggarwal0009 8359dbb7c9
Update dockerfiles to use go v1.22 (#2931)
* update dockerfiles to use go v1.22

* more changes

* mod file update

* revert bpf-prog

* fix for e2e

* remove/update comment
2024-08-27 20:15:23 +00:00
dependabot[bot] bb4b3753bc
deps: bump go.uber.org/zap from 1.26.0 to 1.27.0 in /zapai (#2601)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.26.0...v1.27.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-29 02:57:43 +00:00
Evan Baker 169039f251
go submodules dependency updates (#2440)
Signed-off-by: GitHub <noreply@github.com>
2023-12-18 12:02:25 -06:00
Evan Baker 5cad713f31
chore: update to go1.21 (#2384)
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2023-11-15 15:17:26 -06:00
Evan Baker a3e6682a71
submodule dependency updates (#2242)
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2023-09-27 16:29:39 -07:00
Evan Baker f8960f2888
consolidated dependency update for zapai (#1878)
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2023-03-29 15:02:28 -07:00
Evan Baker 4dfd97c274
update to go1.20 (#1781)
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2023-03-29 10:53:21 -07:00
dependabot[bot] 09933ea906
deps: bump go.uber.org/zap from 1.23.0 to 1.24.0 in /zapai (#1709) 2023-01-09 21:48:07 +00:00
ZetaoZhuang e9d143d1e9
fix: declare the core.lock to be a pointer to make core concurrency safe (#1626)
declare core.lock to be a pointer, so the lock in cloned core can point
to the same pointer
2022-10-19 01:55:46 +00:00
ZetaoZhuang bd236e72f6
implement ObjectEncoder (#1528)
* feat: support zap.Object in zapai
   set caller in traceTelemetry if caller is defined
2022-09-01 22:28:39 -07:00
dependabot[bot] e8c33493b1
deps: bump go.uber.org/zap from 1.22.0 to 1.23.0 in /zapai (#1552)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-25 10:47:49 -07:00
dependabot[bot] b86d309fef
deps: bump github.com/jsternberg/zap-logfmt from 1.2.0 to 1.3.0 in /zapai (#1546)
deps: bump github.com/jsternberg/zap-logfmt in /zapai

Bumps [github.com/jsternberg/zap-logfmt](https://github.com/jsternberg/zap-logfmt) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/jsternberg/zap-logfmt/releases)
- [Commits](https://github.com/jsternberg/zap-logfmt/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/jsternberg/zap-logfmt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-24 15:37:47 -07:00
Evan Baker 02c3d767bb
Update to Go 1.19 (#1505)
go 1.19

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2022-08-24 20:18:38 +00:00
ZetaoZhuang 62b825c765
feat: extend fieldStringer to support zap ErrorType and BoolType (#1532)
* feat: extend fieldStringer to support zap ErrorType and BoolType

* feat: extend fieldStringer to support Int64Type and Uint16Type

* remove extra empty line
2022-08-19 11:10:33 -07:00
dependabot[bot] 7a083a76f6
deps: bump go.uber.org/zap from 1.21.0 to 1.22.0 in /zapai (#1516)
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/zap/compare/v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-09 08:55:35 -07:00
Evan Baker c3e709d2af
update deps in nested modules (#1410)
Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2022-06-01 20:07:48 +00:00
Evan Baker 41479d8de3
make zapai a module (#1334)
* make zapai a module

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

* add build tools module to workspace

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2022-04-25 10:05:29 -07:00
Evan Baker 2f5588b824
appinsights zapcore (#1158)
* feat: mvp appinsights zapcore

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

* update example

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

* changes from review comments

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>
2021-12-13 11:16:14 -08:00