Commit Graph

1387 Commits

Author SHA1 Message Date
Josh Baker 16055ff745
Merge pull request #743 from iwpnd/fix/whereins
fix: whereins defaulting to lower case
2024-06-03 19:38:33 -07:00
Josh Baker 0787085983
Merge pull request #742 from iwpnd/fix/fset/case
fix: FSET lowercasing upper case fields
2024-06-03 19:38:21 -07:00
Josh Baker 4ef11351f3
Merge pull request #738 from Kilowhisky/cors_support
Add support for CORS in http requests
2024-06-03 19:37:27 -07:00
Josh Baker af0bf7a5a2
Merge pull request #733 from tidwall/dependabot/go_modules/golang.org/x/net-0.23.0
Bump golang.org/x/net from 0.18.0 to 0.23.0
2024-06-03 19:36:44 -07:00
Josh Baker 1b34db46a4
Merge pull request #731 from oftenoccur/master
chore: fix some typos in comments
2024-06-03 19:36:24 -07:00
Benjamin Ramser a47f02b02d fix: whereins defaulting to lower case 2024-05-27 22:54:55 +02:00
Benjamin Ramser 718bff54c1 fix: FSET lowercasing upper case fields
fixes #741
2024-05-25 12:16:58 +02:00
Kilowhisky 1a437d3855 Access-Control-Allow-Headers is apparently required by the spec 2024-05-06 22:07:07 -07:00
Kilowhisky e653b765b7 Add tests 2024-05-06 21:59:32 -07:00
Kilowhisky 4b08376fad Add support for CORS in http requests 2024-05-06 16:12:44 -07:00
tidwall 51e6862797 Fix field floating point parsing misrepresentation
This commit fixes an issue where fields with floating points
that have zero prefixes and underscores are being parsed as
numbers.

Now those are treated as string values.

See #736
2024-05-03 18:14:06 -07:00
dependabot[bot] 7b177fba1a
Bump golang.org/x/net from 0.18.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.18.0...v0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 12:41:01 +00:00
oftenoccur c3b9b40ee8 chore: fix some typos in comments
Signed-off-by: oftenoccur <ezc5@sina.com>
2024-04-11 11:16:44 +08:00
Josh Baker 20522efba9
Make logo absolutely gorg for those who hate the light 2024-04-10 17:12:50 -07:00
Josh Baker 9221ca877b
Merge pull request #726 from Kilowhisky/exists
Add EXIST and FEXIST command
2024-03-24 22:54:48 -07:00
Josh Baker 9e869e04c3
Merge branch 'master' into exists 2024-03-24 22:54:40 -07:00
Josh Baker 62bb041f3a
Merge pull request #725 from Kilowhisky/fget
Add FGET command
2024-03-24 22:52:21 -07:00
Josh Baker 0662ab8560
Merge pull request #724 from tidwall/dependabot/go_modules/google.golang.org/protobuf-1.33.0
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
2024-03-24 22:51:47 -07:00
Chris Rice c17482afa4 Add EXIST and FEXIST command 2024-03-19 03:19:16 +00:00
Chris Rice 48394af724 Add FGET command 2024-03-18 20:10:04 +00:00
dependabot[bot] 88b6ea884e
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 23:14:46 +00:00
tidwall 72478a5a6f 1.32.2 2024-02-14 21:32:23 -07:00
Josh Baker a75ea8808c
Merge pull request #718 from undeadcat/bugfix-expired-metric-not-returned
fix #717: tile38_expired_keys and several other metrics not returned
2024-02-14 21:17:32 -07:00
Maxim Kropotov c78c8b4287 fix #717 not returned metrics
expired_keys never incremented
additional metrics not returned from metrics endpoint
2024-02-12 22:26:23 +02:00
Josh Baker 946031456e
Merge pull request #715 from tidwall/dependabot/go_modules/golang.org/x/crypto-0.17.0
Bump golang.org/x/crypto from 0.15.0 to 0.17.0
2023-12-18 18:32:50 -07:00
dependabot[bot] c3d878a651
Bump golang.org/x/crypto from 0.15.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.15.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-19 00:00:42 +00:00
tidwall 46b9600683 Fix crash when mixing z-coord dimensionality in a geometry
See:
- #714
- https://github.com/tidwall/geojson/commit/dd1394f
2023-12-18 12:33:59 -07:00
tidwall c494fe5459 1.32.1 2023-11-20 11:33:31 -07:00
Josh Baker ee61cd11c1
Merge pull request #702 from LLluma/bug_sqs_url_china_region
[BUG] Fix AWS SQS base domain parsing for China region
2023-11-20 11:27:32 -07:00
Josh Baker 4c34a534d1
Merge pull request #706 from Kilowhisky/SSL_NO_AUTH
Add support for 'none' authentication for kafka while still allowing SSL
2023-11-20 11:25:54 -07:00
tidwall 06cf6ebd67 Update dependencies 2023-11-20 07:33:10 -07:00
tidwall c0b8420a40 Update google.golang.org/grpc to 1.59.0 2023-11-20 07:27:08 -07:00
Josh Baker 3903dd5068
Merge pull request #708 from tidwall/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.7.0 to 0.17.0
2023-11-19 22:14:01 -07:00
Josh Baker 249f1537f3
Merge branch 'master' into dependabot/go_modules/golang.org/x/net-0.17.0 2023-11-19 22:13:47 -07:00
Josh Baker b3d4d900be
Merge pull request #712 from tidwall/dependabot/go_modules/github.com/nats-io/nkeys-0.4.6
Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6
2023-11-19 19:52:11 -07:00
dependabot[bot] a546b09daa
Bump github.com/nats-io/nkeys from 0.4.4 to 0.4.6
Bumps [github.com/nats-io/nkeys](https://github.com/nats-io/nkeys) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/nats-io/nkeys/releases)
- [Changelog](https://github.com/nats-io/nkeys/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nkeys/compare/v0.4.4...v0.4.6)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nkeys
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-20 01:53:54 +00:00
Josh Baker 473b2b43ac
Merge pull request #709 from tidwall/dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.23
Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23
2023-11-19 18:53:14 -07:00
dependabot[bot] fab27f1a8d
Bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.23
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.7.4 to 2.9.23.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.7.4...v2.9.23)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-19 16:15:31 +00:00
dependabot[bot] d396e27626
Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:26:37 +00:00
Chris Rice c113180d0b Add support for 'none' authentication for kafka while still allowing SSL 2023-09-08 08:58:23 -07:00
Yaroslav Shumlianskyi 8ac31c6234 [BUG] Fix AWS SQS base domain parsing for China region
For AWS China region base domain is slightly different than for
the rest world. It is `amazon.com.cn`.
Currently AWS domain is hard coded in the `sqs.go`. Would be nice if
that will be configured parameter.

But this is a minimal posible change which is not breaking exist code
and make possible to use it for AWS China region.
2023-08-22 21:56:20 +03:00
Josh Baker 1d8c1f96c2
Update CONTRIBUTING.md 2023-08-05 05:40:14 -07:00
Josh Baker 98430666db
Delete CODE_OF_CONDUCT.md 2023-08-05 05:33:34 -07:00
tidwall 2b2be89ef8 1.32.0 2023-07-31 05:11:45 -07:00
tidwall 6dd6e09af9 Allow healthz command without auth
Fixes #691
2023-07-31 04:51:14 -07:00
Josh Baker c1ca106706
Merge pull request #699 from Kilowhisky/fix/698_2
Add auth to allowed commands while data is loading
2023-07-31 04:34:56 -07:00
Josh Baker f3c2cca898
Merge pull request #695 from Kilowhisky/fix/694
Fix ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in t…
2023-07-31 04:26:29 -07:00
tidwall a3f6669c4e Deleted file 2023-07-28 04:22:13 -07:00
Josh Baker 39320a7da0
Create PULL_REQUEST_TEMPLATE.md 2023-07-27 10:35:47 -07:00
Chris Rice dbaa9c13a0 Add auth to allowed commands while data is loading
(cherry picked from commit 051605909e61bcc9251efaa350cb825436e06912)
2023-07-26 19:46:58 -07:00