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

cenobites / flask-jsonrpc
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: feature/github-actions
DEFAULT BRANCH: master
Repo Added 06 Mar 2014 01:54PM UTC
Files 14
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 feature/rcp-batch
branch: feature/rcp-batch
CHANGE BRANCH
x
Reset
  • feature/rcp-batch
  • bugfix/84-web-browsable-request-id
  • dependabot/pip/requirements/black-21.8b0
  • dependabot/pip/requirements/black-21.9b0
  • dependabot/pip/requirements/coveralls-3.2.0
  • dependabot/pip/requirements/flake8-4.0.1
  • dependabot/pip/requirements/flake8-bugbear-21.9.1
  • dependabot/pip/requirements/flake8-bugbear-21.9.2
  • dependabot/pip/requirements/flake8-isort-4.1.1
  • dependabot/pip/requirements/flake8-quotes-3.3.0
  • dependabot/pip/requirements/flake8-quotes-3.3.1
  • dependabot/pip/requirements/pylint-2.10.2
  • dependabot/pip/requirements/pylint-2.11.1
  • dependabot/pip/requirements/pylint-2.9.4
  • dependabot/pip/requirements/pylint-2.9.5
  • dependabot/pip/requirements/pylint-2.9.6
  • dependabot/pip/requirements/pytest-6.2.5
  • dependabot/pip/requirements/pytest-cov-3.0.0
  • dependabot/pip/requirements/pytest-xdist-2.4.0
  • dependabot/pip/requirements/pyupgrade-2.23.0
  • dependabot/pip/requirements/pyupgrade-2.23.1
  • dependabot/pip/requirements/pyupgrade-2.24.0
  • dependabot/pip/requirements/pyupgrade-2.25.0
  • dependabot/pip/requirements/pyupgrade-2.26.0
  • dependabot/pip/requirements/pyupgrade-2.27.0
  • dependabot/pip/requirements/pyupgrade-2.28.0
  • dependabot/pip/requirements/pyupgrade-2.28.1
  • dependabot/pip/requirements/pyupgrade-2.29.0
  • dependabot/pip/requirements/sphinx-4.1.2
  • dependabot/pip/requirements/sphinx-4.2.0
  • dependabot/pip/requirements/typeguard-2.13.0
  • dependabot/pip/requirements/types-setuptools-57.0.2
  • dependabot/pip/requirements/types-setuptools-57.4.1
  • dependabot/pip/requirements/types-setuptools-57.4.2
  • feature/60-extract-method-register
  • feature/82-missing-deps
  • feature/add-async-support
  • feature/flask-2.0
  • feature/github-actions
  • feature/py-structure
  • hotfix/74-method-validation
  • hotfix/77-method-validate
  • master
  • py2k
  • release/v1.0.0
  • v0.3
  • v0.4.0
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.1.0
  • v2.0.0

pending completion
137

push

travis-ci

nycholas
Add RPC Batch

To send several Request objects at the same time, the Client MAY
send an Array filled with Request objects.

The Server should respond with an Array containing the corresponding
Response objects, after all of the batch Request objects have been
processed. A Response object SHOULD exist for each Request object,
except that there SHOULD NOT be any Response objects for notifications.
The Server MAY process a batch rpc call as a set of concurrent tasks,
processing them in any order and with any width of parallelism.

The Response objects being returned from a batch call MAY be returned
in any order within the Array. The Client SHOULD match contexts
between the set of Request objects and the resulting set of Response
objects based on the id member within each Object.

If the batch rpc call itself fails to be recognized as an valid JSON
or as an Array with at least one value, the response from the Server
MUST be a single Response object. If there are no Response objects
contained within the Response array as it is to be sent to the client,
the server MUST NOT return an empty Array and should return nothing at
all.

From: https://www.jsonrpc.org/specification#batch

Resolve: #80

134 of 134 branches covered (100.0%)

66 of 66 new or added lines in 3 files covered. (100.0%)

428 of 428 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
428 RELEVANT LINES 428 COVERED LINES
1.0 HITS PER LINE
Source Files on feature/rcp-batch
  • Tree
  • List 13
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
137 feature/rcp-batch Add RPC Batch To send several Request objects at the same time, the Client MAY send an Array filled with Request objects. The Server should respond with an Array containing the corresponding Response objects, after all of the batch Request objec... push 20 Aug 2020 04:26PM UTC nycholas travis-ci pending completion  
138 feature/rcp-batch Merge 58cb9f82c into a4b6f4b39 Pull #81 20 Aug 2020 04:26PM UTC web-flow travis-ci pending completion  
136 feature/rcp-batch Merge 676043a42 into a4b6f4b39 Pull #81 20 Aug 2020 02:57PM UTC web-flow travis-ci pending completion  
135 feature/rcp-batch Add RPC Batch To send several Request objects at the same time, the Client MAY send an Array filled with Request objects. The Server should respond with an Array containing the corresponding Response objects, after all of the batch Request objec... push 20 Aug 2020 02:57PM UTC nycholas travis-ci pending completion  
134 feature/rcp-batch Merge 61dc5f38e into a4b6f4b39 Pull #81 19 Aug 2020 09:29PM UTC web-flow travis-ci pending completion  
133 feature/rcp-batch Add RPC Batch To send several Request objects at the same time, the Client MAY send an Array filled with Request objects. The Server should respond with an Array containing the corresponding Response objects, after all of the batch Request objec... push 19 Aug 2020 09:28PM UTC nycholas travis-ci pending completion  
See All Builds (288)
  • 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