Commit Graph

397 Commits

Author SHA1 Message Date
Kevin Franklin Kim
805e09801d
fix: dir 2024-11-08 14:42:54 +01:00
Kevin Franklin Kim
8ee78429ae
feat: bump typescript 2024-11-08 14:32:49 +01:00
Kevin Franklin Kim
82b98a0908
fix: module path 2024-11-08 14:24:06 +01:00
Kevin Franklin Kim
52ee26976d
chore: add pr checks 2024-11-08 14:22:43 +01:00
Kevin Franklin Kim
6a79ac8f38
fix: string union type 2024-11-08 14:22:22 +01:00
Kevin Franklin Kim
1d7d8e76cf
fix: handle selector expr 2024-11-08 14:00:54 +01:00
Kevin Franklin Kim
b0ae7d879d
revert: build.debug 2024-11-08 13:59:18 +01:00
dependabot[bot]
9179bc2210
chore(deps): bump the gomod-update group across 1 directory with 3 updates
Bumps the gomod-update group with 3 updates in the / directory: [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang), [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/tools](https://github.com/golang/tools).


Updates `github.com/prometheus/client_golang` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.19.0...v1.19.1)

Updates `golang.org/x/mod` from 0.17.0 to 0.20.0
- [Commits](https://github.com/golang/mod/compare/v0.17.0...v0.20.0)

Updates `golang.org/x/tools` from 0.20.0 to 0.23.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](https://github.com/golang/tools/compare/v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod-update
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
- dependency-name: golang.org/x/tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-update
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-04 18:45:10 +00:00
dependabot[bot]
20fcef3de2
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).


Updates `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)

Updates `golangci/golangci-lint-action` from 5 to 6
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-09 18:38:27 +00:00
Kevin Franklin Kim
d3f19585b2
feat: bump deps 2024-05-03 09:53:54 +02:00
Kevin Franklin Kim
cb66643c24
chore: bump deps 2024-05-03 09:51:06 +02:00
Kevin Franklin Kim
be505c3fb8
feat: bump deps 2024-05-03 09:51:01 +02:00
Kevin Franklin Kim
ce73297cd7
chore: update dependabot 2024-05-03 09:50:48 +02:00
Kevin Franklin Kim
40aa0d3802
Merge pull request #40 from foomo/fix/revert-strcase
revert: strcase v0.2.0
2024-04-02 17:10:05 +02:00
Kevin Franklin Kim
609bf2fcb4
revert: strcase v0.2.0 2024-04-02 16:55:33 +02:00
Kevin Franklin Kim
3517d457ed
Merge pull request #39 from foomo/unused-common-js-imports
feat: remove unused common js imports
2024-03-19 13:56:27 +01:00
Kevin Franklin Kim
e5fdd2567f
chore: update build 2024-03-19 13:52:06 +01:00
Kevin Franklin Kim
ef4e47e5e6
chore: bump versions 2024-03-19 13:23:07 +01:00
Kevin Franklin Kim
7184b4c9ef
feat: bump dependencies and go 2024-03-19 13:19:59 +01:00
Kevin Franklin Kim
2cff234213
chore: add dependabot 2024-03-19 13:19:17 +01:00
Kevin Franklin Kim
c941c2aa8c
feat: remove unused commonjs imports 2024-03-19 13:08:57 +01:00
Kevin Franklin Kim
f9cd69ee02
Merge pull request #38 from foomo/fix/package-prefix-resolution
fix: issue with same package prefix
2023-11-16 11:16:58 +01:00
Kevin Franklin Kim
9483bec6d0
chore: update branch 2023-11-16 11:15:39 +01:00
Kevin Franklin Kim
d88c388935
fix: lint issue 2023-11-16 11:14:15 +01:00
Kevin Franklin Kim
8bdced3acf
fix: issue with same package prefix 2023-11-16 11:10:26 +01:00
Kevin Franklin Kim
31ed4250f6
Merge pull request #37 from foomo/fix/ts-scalar-union-definition
fix: change scalar union type rendering
2023-07-17 17:49:00 +02:00
franklin
e46893a177 fix: change scalar union type rendering 2023-07-17 17:47:22 +02:00
Kevin Franklin Kim
1837e9b8ac
Merge pull request #36 from foomo/feature/error-cause
feat: extend call stats with error
2023-07-11 08:14:22 +02:00
franklin
e28b354d5f feat: add error type 2023-07-11 08:11:52 +02:00
franklin
0715ab52ad fix: switch reflect order 2023-07-10 09:29:54 +02:00
franklin
57cd3acf38 fix: use reflect 2023-07-10 09:24:57 +02:00
franklin
529eb4c182 fix: check for error type 2023-07-10 09:17:08 +02:00
franklin
3d520949b4 fix: add nil check 2023-07-10 09:03:31 +02:00
franklin
9f383e019b fix: add nil check 2023-07-10 08:58:44 +02:00
franklin
092c92a2fd revert: remove cause check 2023-07-10 08:47:45 +02:00
franklin
3d98c954bf feat: add error metric 2023-07-10 08:46:54 +02:00
franklin
38207946f1 feat: unwrap first 2023-06-27 14:04:19 +02:00
franklin
049acc9e58 feat: unwrap first 2023-06-27 14:03:57 +02:00
franklin
9029921b45 feat: add cause check 2023-06-27 14:01:54 +02:00
Jan Halfar
bdaf0bde24
feat: replace travis build status with github actions 2023-05-10 13:16:20 +02:00
Jan Halfar
615aa3d3d7
feat: move docs from README.md to foomo.org 2023-05-10 13:00:28 +02:00
franklin
f2aee2cb21 chore: bump tools 2023-03-30 14:53:25 +02:00
Kevin Franklin Kim
a7b2488c0b
Merge pull request #35 from foomo/update-dependencies
feat: bump dependencies
2023-03-30 14:52:42 +02:00
franklin
70f9009cd2 chore: bump tools 2023-03-30 14:50:56 +02:00
franklin
c61578359e chore: bump tools 2023-03-30 14:47:12 +02:00
franklin
860bc86037 chore: bump tools 2023-03-30 14:46:02 +02:00
franklin
9c57a510e1 fix: lint errors 2023-03-30 14:42:06 +02:00
franklin
666fc392a8 feat: bump dependencies 2023-03-30 14:34:02 +02:00
franklin
4289052c8e fix: add arg 2022-11-29 14:17:38 +01:00
franklin
15aeb20538 fix: implement handler 2022-11-29 14:14:37 +01:00