• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

share / sharedb
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/bundler/docs/rexml-3.4.2
DEFAULT BRANCH: master
Repo Added 10 Mar 2016 07:44AM UTC
Files 39
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH handshake
branch: handshake
CHANGE BRANCH
x
Reset
  • handshake
  • 1.x-beta
  • ServerStream-clone
  • Teamwork-fix-whenNothingPending
  • add-connection-tests
  • after-write
  • async-2
  • backend-docs
  • broken-connection
  • bug-fix/broken-hard-rollback
  • bug-fix/broken-presence-hardrollback
  • close-milestone-database
  • db-method-options
  • delay-op-for-query-poll
  • delete-docs
  • doc-images-with-height
  • downgrade-stack-warn
  • error-codes
  • eslint
  • examples-ws-update
  • fetch-snapshot-middleware
  • fix-272
  • fix-docs
  • fix-flaky-test
  • fix-lib-hasown-lagacy
  • fix-projection-queries
  • fix-tests-sync-unsub
  • fix-textarea-example
  • getops-options
  • held-ops
  • initialise-paused
  • leadership-readme-update
  • logger-override
  • master
  • middleware-docs-reply
  • null-milestone-db
  • op-batch
  • otapply-rollback
  • presence
  • presence-call-each
  • presence-destroy
  • presence-example
  • presence-resubscribe
  • read-docs-middleware
  • readSnapshots-context
  • readSnapshots-specific-errors
  • remove-deprecated-middleware
  • remove-duplicated-type
  • remove-mingo-dep
  • reorganize-pubsub-adapters
  • reply-middleware
  • revert-263-readSnapshots-context
  • revert-shallow-copy-op
  • run-sharedb-mongo-tests
  • server-plugin-query
  • show
  • silence-logger-in-tests
  • snapshot-by-timestamp
  • snapshot-request-test
  • snapshot-throw
  • test-error-visibility
  • test-fixes
  • test-query-poll-doc
  • unsubscribe-bug
  • update-dependencies
  • update-examples
  • update-snapshot-docs
  • use-async
  • use-loglevel
  • v0.11.35
  • v0.11.36
  • v0.11.37
  • v1.0.0
  • v1.0.0-beta.1
  • v1.0.0-beta.10
  • v1.0.0-beta.11
  • v1.0.0-beta.12
  • v1.0.0-beta.13
  • v1.0.0-beta.14
  • v1.0.0-beta.15
  • v1.0.0-beta.16
  • v1.0.0-beta.17
  • v1.0.0-beta.18
  • v1.0.0-beta.19
  • v1.0.0-beta.2
  • v1.0.0-beta.20
  • v1.0.0-beta.21
  • v1.0.0-beta.22
  • v1.0.0-beta.23
  • v1.0.0-beta.24
  • v1.0.0-beta.25
  • v1.0.0-beta.26
  • v1.0.0-beta.27
  • v1.0.0-beta.28
  • v1.0.0-beta.29
  • v1.0.0-beta.3
  • v1.0.0-beta.30
  • v1.0.0-beta.31
  • v1.0.0-beta.4
  • v1.0.0-beta.5
  • v1.0.0-beta.6
  • v1.0.0-beta.7
  • v1.0.0-beta.8
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.3.4
  • v1.4.0
  • v1.4.1
  • v1.4.2
  • v1.5.0
  • v2
  • yet-another-presence

pending completion
395948017

Pull #408

github

GitHub
Merge a2f871af2 into 103860753
Pull Request #408: Send client handshake when server binds

1430 of 1652 branches covered (86.56%)

2 of 2 new or added lines in 1 file covered. (100.0%)

1 existing line in 1 file now uncovered.

3101 of 3185 relevant lines covered (97.36%)

591.9 hits per line

Relevant lines Covered
Build:
Build:
3185 RELEVANT LINES 3101 COVERED LINES
591.9 HITS PER LINE
Source Files on handshake
  • Tree
  • List 35
  • Changed 14
  • Source Changed 1
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
395948017 handshake Merge a2f871af2 into 103860753 Pull #408 02 Dec 2020 11:19AM UTC GitHub github pending completion  
384929274 handshake Merge 7bdc7639f into 061c42106 Pull #408 26 Nov 2020 09:35AM UTC GitHub github pending completion  
1481 handshake Send client handshake when server binds At the moment, it's possible for the server to miss the client's `hs` handshake message. Since it never gets the handshake, it never sends one back, and the client remains uninitialised. This can happen wh... push 25 Nov 2020 06:45PM UTC Alec Gibson travis-ci pending completion  
1480 handshake Merge 5a39b3b36 into 38fec53d4 Pull #408 16 Nov 2020 03:50PM UTC web-flow travis-ci pending completion  
1479 handshake Send client handshake when server binds At the moment, it's possible for the server to miss the client's `hs` handshake message. Since it never gets the handshake, it never sends one back, and the client remains uninitialised. This can happen wh... push 16 Nov 2020 03:50PM UTC Alec Gibson travis-ci pending completion  
1347 handshake Remove redundant todo comment Pull #341 19 Feb 2020 05:20PM UTC web-flow travis-ci pending completion  
1346 handshake Remove redundant todo comment push 19 Feb 2020 05:20PM UTC Alec Gibson travis-ci pending completion  
1345 handshake Add a unit test for connecting to legacy clients This change adds a "legacy" version of ShareDB as a development dependency so that we can unit test the new handshake logic against old clients. Pull #341 13 Feb 2020 11:35AM UTC web-flow travis-ci pending completion  
1344 handshake Add a unit test for connecting to legacy clients This change adds a "legacy" version of ShareDB as a development dependency so that we can unit test the new handshake logic against old clients. push 13 Feb 2020 11:35AM UTC Alec Gibson travis-ci pending completion  
1342 handshake Remove `Backend.connect` callback overload Pull #341 05 Feb 2020 05:55PM UTC web-flow travis-ci pending completion  
See All Builds (1414)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc