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

knowledgepixels / nanodash
16%

Build:
DEFAULT BRANCH: master
Repo Added 21 Aug 2025 09:02AM UTC
Files 185
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 133-improve-display-of-long-literals
  • 174-improve-type-pages
  • 216-status-display-broken-for-nanopubs-without-date
  • 222-profile-logo
  • 226-users-default-license
  • 238-fix-inconsistent-displayhandling-of-hashed-pubkeys
  • 242-add-semantic-release
  • 245-local-uri-without-slashes-or-hashes
  • 252-datetime-picker-datetime-literal-placeholders
  • 256-update-np-raw-links
  • 257-update-listpage
  • 276-news-items
  • 282-html-rendering-queryresultlist
  • 292-breadcrumb-for-space-resource-hierarchy
  • 293-reconsider-title-bar
  • 296-refactor-usage-of-pair-as-classes
  • 304-contributing-docs
  • 305-fix-listview-buttons
  • 319-pagination-list-views
  • 320-fix-breadcrumb-path-resources
  • 328-plain-paragraph-views
  • 336-implement-nanopub-lists-as-views
  • 341-full-id-plain-links
  • 343-domain-model-refactor
  • 350-default-fields-nanopub-views
  • 380-support-construct-queries
  • 387-improve-user-page-buttons
  • 390-show-time-for-single-day-spaces
  • 391-fix-space-roles-refresh
  • 393-read-only-pinned-section
  • 396-direct-page-navigation-for-uris
  • 83-responsive-css
  • chore/jetty-dev
  • chore/source-np-component
  • dependabot/maven/com.googlecode.owasp-java-html-sanitizer-owasp-java-html-sanitizer-20260101.1
  • dependabot/npm_and_yarn/handlebars-4.7.9
  • dependabot/npm_and_yarn/lodash-4.17.23
  • dependabot/npm_and_yarn/lodash-4.18.1
  • dependabot/npm_and_yarn/lodash-es-4.17.23
  • dependabot/npm_and_yarn/lodash-es-4.18.1
  • dependabot/npm_and_yarn/multi-119993c759
  • dependabot/npm_and_yarn/multi-bf05dc1ecf
  • dependabot/npm_and_yarn/multi-cd28347e53
  • feat/multi-value-sparql-results
  • feature/364-view-display-menu
  • feature/367-umami-analytics
  • feature/370-yasgui-auto-fill-placeholders
  • feature/403-preview-from-url
  • feature/422-download-rdf
  • feature/noto-emoji
  • fix/374-race-condition-maintained-resources
  • fix/376-add-button-missing-on-user-page
  • fix/401-bounded-api-cache
  • fix/418-view-displays-missing-on-first-load
  • fix/423-error-after-publishing
  • fix/426-query-page-npe
  • fix/alternative-id-links
  • fix/connection-pool-exhaustion
  • fix/list-grid-view
  • fix/prevent-double-publish
  • fix/space-and-resource-data-refresh
  • issue-360
  • master
  • refactor/explore-page
  • refactor/resource-with-profile
  • refactor/wicket-html
  • tests-docs
  • use-vocabularies

08 Apr 2026 11:57AM UTC coverage: 16.147% (-0.05%) from 16.194%
24134074077

push

github

tkuhn
fix: pass configured registry URL to PublishNanopub to avoid null server URL

The library's default server discovery can fail, resulting in
"Server URL = 'null'" errors. Explicitly pass the configured
registry URL from NANODASH_MAIN_REGISTRY or the default.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

789 of 6026 branches covered (13.09%)

Branch coverage included in aggregate %.

1971 of 11067 relevant lines covered (17.81%)

2.43 hits per line

Relevant lines Covered
Build:
Build:
11067 RELEVANT LINES 1971 COVERED LINES
2.43 HITS PER LINE
Source Files on master
  • Tree
  • List 185
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24134074077 master fix: pass configured registry URL to PublishNanopub to avoid null server URL The library's default server discovery can fail, resulting in "Server URL = 'null'" errors. Explicitly pass the configured registry URL from NANODASH_MAIN_REGISTRY or th... push 08 Apr 2026 11:59AM UTC tkuhn github
16.15
24130395365 master fix: downgrade ClientAbortException to debug log in RDF downloads Broken pipe errors from client disconnects are expected and harmless. Log at debug level and stop writing instead of logging each nanopub at error level. Co-Authored-By: Claude Op... push 08 Apr 2026 10:24AM UTC tkuhn github
16.19
24123722752 master feat: redirect to profile page after login if no intro published, add "add to my own profile" to view display menus - After ORCID login, redirect users without an intro to the profile details page (unless a redirect URL is already set) - Redire... push 08 Apr 2026 07:38AM UTC tkuhn github
16.21
24121036693 master fix: remove AjaxSelfUpdatingTimerBehavior causing repeated GET requests on search page Closes #432 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 08 Apr 2026 06:20AM UTC tkuhn github
16.24
24098529551 dependabot/npm_and_yarn/lodash-4.18.1 Merge 790a418a2 into 4cecf6d53 Pull #431 07 Apr 2026 06:48PM UTC web-flow github
16.21
24098237204 master fix: update get-newer-versions-of-np query to latest version Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> push 07 Apr 2026 06:41PM UTC tkuhn github
16.19
23898802575 dependabot/npm_and_yarn/lodash-es-4.18.1 Merge 04c8a7324 into f4789b889 Pull #430 02 Apr 2026 11:46AM UTC web-flow github
16.19
23887322075 master fix: prevent browser caching of RDF download responses Browsers were caching download-rdf responses, serving stale content on subsequent requests. Set cache duration to zero so Wicket emits Cache-Control: no-cache, must-revalidate. Co-Authored-B... push 02 Apr 2026 06:31AM UTC tkuhn github
16.19
23884724344 master fix: add charset=utf-8 to RDF download content type The non-text RDF download path was missing charset=utf-8 in the Content-Type header, causing browsers to fall back to ISO-8859-1 and display mojibake for non-ASCII characters (e.g. â€" instead o... push 02 Apr 2026 05:02AM UTC tkuhn github
16.2
23847171852 master Merge pull request #428 from knowledgepixels/feature/422-download-rdf Add raw page content RDF download push 01 Apr 2026 11:52AM UTC web-flow github
15.88
See All Builds (606)
  • 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

© 2026 Coveralls, Inc