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

openwisp / openwisp-controller / 25877678164
99%

Build:
DEFAULT BRANCH: master
Ran 14 May 2026 06:35PM UTC
Jobs 1
Files 140
Run time 1min
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

14 May 2026 06:23PM UTC coverage: 98.617% (-0.01%) from 98.628%
25877678164

push

github

web-flow
[change] Replaced thirdparty JSONField with Django built-in JSONField #1061

Replaced jsonfield package's JSONField with Django's built-in JSONField
across all models to use the modern, maintained Django implementation.

DeviceGroupAdmin.search_fields contains the meta_data JSONField column;
on PostgreSQL jsonb does not support the ILIKE operator that admin
search relies on, so the column is cast to text in get_search_results.

Admin preview parsing now tolerates non-JSON strings in JSONField form
input by falling back to the raw value, letting the model validation
produce a proper 400 response instead of a 500 on json.JSONDecodeError.

The new replace_jsonfield migrations for config and sample_config are
renamed to slot into the current migration graph (0062_whoisinfo /
0008_whoisinfo_organizationconfigsettings_whois_enabled).

Closes #1061

7418 of 7522 relevant lines covered (98.62%)

10.85 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
99.15
-0.13% config/admin.py
1
98.44
0.0% config/base/multitenancy.py
1
99.38
0.0% connection/base/models.py
Jobs
ID Job ID Ran Files Coverage
1 python- - 25877678164.1 14 May 2026 06:35PM UTC 140
98.62
GitHub Action Run
Source Files on build 25877678164
  • Tree
  • List 140
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25877678164
  • 48f584dc on github
  • Prev Build on master (#25829851744)
  • Next Build on master (#25918986448)
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