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

valum-framework / valum
61%
master: 59%

Build:
Build:
LAST BUILD BRANCH: wip/build-on-windows
DEFAULT BRANCH: master
Repo Added 29 Mar 2015 03:31PM UTC
Files 47
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 0.2/redesigned-async-model
branch: 0.2/redesigned-async-model
CHANGE BRANCH
x
Reset
  • 0.2/redesigned-async-model
  • 0.1/documentation-for-hacking
  • 0.1/improve-api-docs
  • 0.1/methods
  • 0.1/server-documentation
  • 0.2/converters
  • 0.2/end-in-a-continuation
  • 0.2/pollable-fastcgi-stream
  • 0.2/redesign-async-model
  • 0.2/status-code-handler
  • 0.2/update-documentation
  • 0.2/write-head-asynchronously
  • basepath-middleware
  • build-docs-with-waf
  • build-separate-libraries
  • cgi
  • codecov
  • coveralls-with-gcov
  • debug-flag-for-coverage
  • decode-middlewares
  • default-implementation-for-head
  • delegator-for-application
  • documentation-overhaul
  • explicit-leading-slash
  • filtering
  • fix-all-tests
  • fix-nullable-convert
  • flatten
  • generate-path-from-rule
  • genie-example
  • glib-application-integration
  • glib-parameter-for-request-params
  • improve-test-coverage
  • improve-vsgi-coverage
  • invert-routing
  • invoke-next-in-router
  • loader
  • master
  • master-with-c-sources
  • meson-build
  • middleware
  • multipart
  • negociation-middlewares
  • next
  • null-rule-catch-all
  • options-for-soup-server
  • replace-stack-with-context
  • return-in-application-callback
  • reuse-matcher-with-then
  • route-and-clause
  • route-flags
  • scgi
  • server-sent-events
  • stable
  • stacked-states
  • v0.1.0-alpha
  • v0.1.1-alpha
  • v0.1.3-alpha
  • v0.1.4-alpha
  • v0.2.0
  • v0.2.0-alpha
  • v0.2.1
  • v0.2.10
  • v0.2.11
  • v0.2.12
  • v0.2.13
  • v0.2.14
  • v0.2.15
  • v0.2.2
  • v0.2.3
  • v0.2.4
  • v0.2.5
  • v0.2.6
  • v0.2.7
  • v0.2.8
  • v0.2.9
  • valadoc
  • vsgi-convert
  • vsgi-response-expand
  • vsgi-rewrite-server-with-gmodule
  • wip/build-on-windows

pending completion
495

Pull #82

travis-ci

arteymix
Updates the documentation with 0.2/* changes.

Replaces stream operations on Request and Response on their respective 'body'
attributes.

Restructures the documentation:

 - move 'server/*' to 'vsgi/server/*'
 - adds index files to provide toctrees in vsgi and recipes
Pull Request #82: WIP: update documentation

3465 of 5654 relevant lines covered (61.28%)

7.07 hits per line

Relevant lines Covered
Build:
Build:
5654 RELEVANT LINES 3465 COVERED LINES
7.07 HITS PER LINE
Source Files on 0.2/redesigned-async-model
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
495 0.2/redesigned-async-model Updates the documentation with 0.2/* changes. Replaces stream operations on Request and Response on their respective 'body' attributes. Restructures the documentation: - move 'server/*' to 'vsgi/server/*' - adds index files to provide toctree... Pull #82 20 Jun 2015 03:50AM UTC arteymix travis-ci pending completion  
491 0.2/redesigned-async-model Updates the documentation with 0.2/* changes. Replaces stream operations on Request and Response on their respective 'body' attributes. Restructures the documentation: - move 'server/*' to 'vsgi/server/*' - adds index files to provide toctree... Pull #82 20 Jun 2015 02:54AM UTC arteymix travis-ci pending completion  
489 0.2/redesigned-async-model Updates the documentation with 0.2/* changes. Replaces stream operations on Request and Response on their respective 'body' attributes. Restructures the documentation: - move 'server/*' to 'vsgi/server/*' - adds index files to provide toctree... Pull #82 20 Jun 2015 02:33AM UTC arteymix travis-ci pending completion  
487 0.2/redesigned-async-model Updates the documentation with 0.2/* changes. Replaces stream operations on Request and Response on their respective 'body' attributes. Restructures the documentation: - move 'server/*' to 'vsgi/server/*' - adds index files to provide a toctr... Pull #82 20 Jun 2015 02:22AM UTC arteymix travis-ci pending completion  
485 0.2/redesigned-async-model Remove references to the end signal or continuation. The new model uses reference counting to free the request resources automatically. Pull #82 20 Jun 2015 02:18AM UTC arteymix travis-ci pending completion  
483 0.2/redesigned-async-model Provides SimpleIOStream for gio-2.0 (<2.44). The feature was introduced in 2.44 and many tests rely on it to stub a connection with memory-based streams. It is part of compatibility APIs stored in 'vsgi/compat/gio-2.0.vala' that should ship with ... push 20 Jun 2015 02:13AM UTC arteymix travis-ci pending completion  
482 0.2/redesigned-async-model Provides SimpleIOStream for gio-2.0 (<2.44). The feature was introduced in 2.44 and many tests rely on it to stub a connection with memory-based streams. It is part of compatibility APIs stored in 'vsgi/compat/gio-2.0.vala' that should ship with ... push 20 Jun 2015 02:00AM UTC arteymix travis-ci pending completion  
480 0.2/redesigned-async-model Provides SimpleIOStream for gio-2.0 (<2.44). The feature was introduced in 2.44 and many tests rely on it to stub a connection with memory-based streams. It is part of compatibility APIs stored in 'vsgi/compat/gio-2.0.vala' that should ship with ... push 20 Jun 2015 12:18AM UTC arteymix travis-ci pending completion  
419 0.2/redesigned-async-model Unify all status line and headers write operations under write_head. Also provide an asynchronous version: write_head_async. Two protected methods were added avoid code duplication: - build_head returns the status line and headers as they woul... Pull #76 07 Jun 2015 03:22PM UTC arteymix travis-ci pending completion  
400 0.2/redesigned-async-model Use create_source directly from the socket. push 06 Jun 2015 03:59AM UTC arteymix travis-ci pending completion  
See All Builds (764)
  • 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