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

xethorn / schema / 96
93%

Build:
DEFAULT BRANCH: master
Ran 23 Dec 2014 01:36PM 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
96

Pull #21

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']
Pull Request #21: Update field handlers

414 of 446 relevant lines covered (92.83%)

0.93 hits per line

Jobs
ID Job ID Ran Files Coverage
1 96.1 23 Dec 2014 01:36PM UTC 0
92.83
Travis Job 96.1
Source Files on build 96
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #96
  • Pull Request #21
  • PR Base - master (#92)
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