0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-20 03:48:40 +02:00
dendrite/scripts
Brendan Abolivier 170264404e
Fix the sync api returning an empty sync response when reaching timeout, regardless of the since token (#595)
* Fix the sync api returning an empty sync response when reaching timeout, regardless of the since token

* Declare syncData from the start to avoid declaration shadowing

* Bump Kafka version
Since this is a huge bump, it might completely blow up - I'll revert it if that's the case

* Put the loop and the IsEmpty() check back in sync handler

* Add doc and allow returning if timeout is reached
2018-12-18 17:56:08 +00:00
..
build-test-lint.sh Remove vendor/bin from PATH in script (#335) 2017-11-15 11:12:21 +00:00
find-lint.sh Use the right linter versions (#370) 2017-12-12 10:25:38 +00:00
install-local-kafka.sh Fix the sync api returning an empty sync response when reaching timeout, regardless of the since token (#595) 2018-12-18 17:56:08 +00:00
README.md Untangle precommit and travis test scripts (#288) 2017-10-10 11:02:39 +01:00
travis-test.sh kill kafka after integ tests (#383) 2017-12-19 13:56:41 +00:00

Dev Scripts

These are a collection of scripts that should be helpful for those developing on dendrite.

See find-lint.sh for environment variables that control linter resource usage.