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

xethorn / schema / 95
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: add-sorting
DEFAULT BRANCH: master
Ran 23 Dec 2014 01:37PM UTC
Jobs 1
Files 8
Run time 4s
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
95

push

travis-ci

xethorn
Update field handlers

The previous version was spliting the fields on the "." and recreating
a dictionary. For instance:

    ['user.username', 'user.stats.monthly']

Was generating:

    {'user': {
        'username': None,
        'stats': {
            'monthly': None
        }}

The issue: when you fetch a model, you pass an array: ['user.username', ...],
so if you need to fetch again on an extension, you should also pass the same
signature.

Now, the flow is a lot easier to understand:

     [user.username, user.stats.monthly]

     calls: user and pass the above, find the username and fetch the extension
            stats and pass to stats: ['stats.monthly']

414 of 446 relevant lines covered (92.83%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 95.1 23 Dec 2014 01:37PM UTC 0
92.83
Travis Job 95.1
Source Files on build 95
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #95
  • 43929ad2 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

© 2026 Coveralls, Inc