Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync sylr #4

Closed
wants to merge 124 commits into from
Closed

Sync sylr #4

wants to merge 124 commits into from

Conversation

sylr
Copy link
Member

@sylr sylr commented Feb 20, 2024

No description provided.

gpmn and others added 30 commits February 22, 2019 19:36
Update TimeRange to include weekdays

- add weekdays slice as field to TimeRange
- update constructor to remove possible panic, instead return error
- update tests now the TimeRange constructor now returns an error
- convert tests to table test format

Update sessionFactory to set weekdays property

- update code that creates TimeRange to handle errors
- read and set the Weekdays value if provided, erroring if it is given
  with StartDay/EndDay.

Update session_test to handle timerange error
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.1...v1.8.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.9.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](golang/net@v0.5.0...v0.9.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) from 1.11.1 to 1.11.6.
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.11.1...v1.11.6)

---
updated-dependencies:
- dependency-name: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Add message.Bytes() to avoid string conversion
… we wait until the write hits the filesystem for each write
Add support for QuickfixJ option FileStoreSync
…es/github.com/stretchr/testify-1.8.2

Bump github.com/stretchr/testify from 1.8.1 to 1.8.2
…es/go.mongodb.org/mongo-driver-1.11.6

Bump go.mongodb.org/mongo-driver from 1.11.1 to 1.11.6
…es/golang.org/x/net-0.9.0

Bump golang.org/x/net from 0.5.0 to 0.9.0
…OnResend

Prevent staleness check from happening during replay
if session disconnected during sendBytes, session.messageOut
may be set to nil before write in session.onDisconnect()
ackleymi and others added 27 commits November 8, 2023 20:03
…_bug

Fix sequence number bug when storage fails
Refactor external stores into packages
…es/github.com/mattn/go-sqlite3-1.14.18

Bump github.com/mattn/go-sqlite3 from 1.14.17 to 1.14.18
Bumps [github.com/armon/go-proxyproto](https://github.com/armon/go-proxyproto) from 0.0.0-20210323213023-7e956b284f0a to 0.1.0.
- [Commits](https://github.com/armon/go-proxyproto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/armon/go-proxyproto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…es/github.com/armon/go-proxyproto-0.1.0

Bump github.com/armon/go-proxyproto from 0.0.0-20210323213023-7e956b284f0a to 0.1.0
…es/go.mongodb.org/mongo-driver-1.13.0

Bump go.mongodb.org/mongo-driver from 1.12.1 to 1.13.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.18.0.
- [Commits](golang/net@v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…es/golang.org/x/net-0.18.0

Bump golang.org/x/net from 0.17.0 to 0.18.0
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
Signed-off-by: Sylvain Rabot <[email protected]>
@sylr sylr closed this Feb 20, 2024
@sylr sylr reopened this Feb 20, 2024
@sylr sylr closed this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.