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 |
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 |
Chris Rice
|
c45170d211
|
Use the right MSG variable?
|
2023-07-26 11:47:11 -07:00 |
Chris Rice
|
61b5023000
|
Change PING output to match REDIS protocol
|
2023-07-06 19:14:28 -07:00 |
Chris Rice
|
564b64a758
|
Syntax matching sugar
|
2023-07-06 16:29:40 -07:00 |
Chris Rice
|
ec47a58ba1
|
Fix ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context #694
|
2023-07-06 15:13:07 -07:00 |
Josh Baker
|
d7a766c6d0
|
Merge pull request #693 from Kilowhisky/feature/replica_announce
Feature/replica announce
|
2023-06-30 07:11:03 -07:00 |
Chris Rice
|
d898f77388
|
Revert "Update docs to match actual build behavior"
This reverts commit b554c4c28f .
|
2023-06-29 11:46:11 -07:00 |
Chris Rice
|
86d9557790
|
Fix
|
2023-06-29 08:03:47 -07:00 |
Chris Rice
|
7263b4c2de
|
Merge branch 'feature/replica_announce' of https://github.com/Kilowhisky/tile38 into feature/replica_announce
|
2023-06-28 19:43:41 -07:00 |
Chris Rice
|
9d072ea247
|
Bugfix
|
2023-06-28 19:43:31 -07:00 |
Chris Rice
|
b554c4c28f
|
Update docs to match actual build behavior
|
2023-06-28 15:18:23 -07:00 |
Chris Rice
|
f11aedb948
|
To properly support kubernetes & Sentinel. replica_announce properties should be supported #692
|
2023-06-28 14:59:28 -07:00 |
tidwall
|
0144ca6883
|
fix missing lock
|
2023-05-21 08:29:30 -07:00 |
tidwall
|
add9873fef
|
Added ROLE command
See #686
|
2023-05-21 08:22:27 -07:00 |
tidwall
|
fd72c5e539
|
Update dependencies
Update golang.org/x/text and xdg-go/scram
Fixes #671
|
2023-05-11 03:46:33 -07:00 |
tidwall
|
05fbeabdb4
|
Add LRU cache for WHEREEVAL script
See #685
|
2023-05-11 03:18:18 -07:00 |
tidwall
|
5642fc42cc
|
Ensure FLUSHDB clears all hook memory references
Issue #685
|
2023-05-10 17:53:55 -07:00 |
Josh Baker
|
a08c55bf2c
|
Update CHANGELOG.md
|
2023-05-06 13:24:08 -07:00 |
tidwall
|
b96322a042
|
1.31.0
|
2023-05-06 12:34:39 -07:00 |
tidwall
|
e1d2be4ee9
|
Update to Go 1.20
|
2023-05-06 12:28:48 -07:00 |
Josh Baker
|
cd957dcafd
|
Merge pull request #682 from eelcocramer/docker-cross-platform
Enables cross platform building and pushing of docker images
|
2023-05-06 07:03:52 -07:00 |
tidwall
|
d519d40baa
|
Merge branch 'pacaj2am-master'
|
2023-05-06 06:56:34 -07:00 |
tidwall
|
9ea0803ce0
|
Merge branch 'master' of https://github.com/pacaj2am/tile38 into pacaj2am-master
|
2023-05-06 06:56:00 -07:00 |
Josh Baker
|
59f4845e19
|
Merge pull request #683 from uwer/master
only create AMQP queue and binfings for non-topic exchanges
|
2023-05-06 06:41:34 -07:00 |
Josh Baker
|
7d052273c4
|
Merge pull request #680 from ptsilva/enable-envs-tile38-cli
add hostname, port, output, and password env variables to tile38-cli
|
2023-05-06 06:27:20 -07:00 |
Josh Baker
|
65f0370438
|
Merge pull request #672 from dmitri-zganiaiko/graceful-shutdown-on-sigterm
Add graceful shutdown on SIGTERM
|
2023-05-06 06:20:33 -07:00 |
Josh Baker
|
4a9ebf4bdc
|
Merge pull request #673 from tidwall/dependabot/go_modules/golang.org/x/net-0.7.0
Bump golang.org/x/net from 0.0.0-20220809184613-07c6da5e1ced to 0.7.0
|
2023-05-06 05:41:15 -07:00 |
Eelco Cramer
|
a5120e04c9
|
Removes commands that where added for debugging
|
2023-05-04 09:39:21 +02:00 |
uwer
|
bbeccaeed0
|
reversed disabling git metadata
|
2023-05-04 09:03:57 +10:00 |
Eelco Cramer
|
be3d48c8cb
|
Enables cross platform building and pushing of
docker images
|
2023-05-03 11:02:40 +02:00 |
uwer
|
8be1890b1d
|
disabled git lookup
|
2023-05-03 16:23:04 +10:00 |
uwer
|
c63468a704
|
disabled AMQP queue and binding for type topic
|
2023-05-03 16:22:37 +10:00 |
Paulo Silva
|
eb1b1aa167
|
add hostname, port, output, and password env variables to tile38-cli
|
2023-04-23 02:06:08 -03:00 |
dependabot[bot]
|
44d8bced6e
|
Bump golang.org/x/net from 0.0.0-20220809184613-07c6da5e1ced to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220809184613-07c6da5e1ced to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-02-25 01:56:26 +00:00 |