-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update vshard to 0.1.25 * tests: fix vshard error check Since vshard is compatible with Tarantool 3.0 it supports string replicaset identifiers so they renamed replicaset_uuid to replicaset. * add "vshard.conn_man" fiber to ignore This fiber runs infinite loop and seems to have reaction to only module reload. * fix doc build Seems before this patch some dependencies broke rst build. This patch should fix it. See apache/flink#24086 --------- Co-authored-by: Oleg Babin <[email protected]>
- Loading branch information
1 parent
b9dc61e
commit b469d08
Showing
5 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
Jinja2<3.1 | ||
Sphinx==3.0.4 | ||
sphinx-intl==2.0.1 | ||
sphinxcontrib-applehelp<1.0.8 | ||
sphinxcontrib.devhelp<1.0.6 | ||
sphinxcontrib.htmlhelp<2.0.5 | ||
sphinxcontrib-serializinghtml<1.1.10 | ||
sphinxcontrib-qthelp<1.0.7 | ||
alabaster<0.7.14 | ||
polib==1.1.0 | ||
docutils==0.14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters