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

hypothesis / h / 9449
70%
master: 97%

Build:
Build:
LAST BUILD BRANCH: realtime-update-v1-h-only-1
DEFAULT BRANCH: master
Ran 18 Dec 2015 08:06AM UTC
Jobs 1
Files 92
Run time 2s
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

pending completion
9449

push

travis-ci

robertknight
Consolidate /app and /app/features endpoints

Experience has taught us that the client needs the session
data (current user, list of groups) and set of enabled feature
flags at the same time, and also needs to invalidate them
in the same scenarios (eg. account switching).

Fetching this data via two separate requests made it more complicated
to ensure the client had a consistent view of session and feature-flag
data. To simplify things and also same a network request:

 * On the server, put the feature flag data into the session data payload.

 * On the client, use the existing central storage and cache management
   for the session data payload to manage feature flags as well.

   The features service now becomes a thin wrapper around part of
   the session state.

5 of 5 new or added lines in 2 files covered. (100.0%)

2633 of 3736 relevant lines covered (70.48%)

0.7 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
h/features.py

Uncovered Existing Lines

Lines Coverage ∆ File
3
100.0
h/features.py
4
100.0
h/session.py
Jobs
ID Job ID Ran Files Coverage
1 9449.1 18 Dec 2015 08:06AM UTC 0
70.48
Travis Job 9449.1
Source Files on build 9449
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9449
  • 43a8c02a on github
  • Prev Build on unified_session_and_features (#9425)
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

© 2026 Coveralls, Inc