• 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: master
CHANGE BRANCH
x
Reset
  • master
  • 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-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
  • refactor/explore-page
  • refactor/resource-with-profile
  • refactor/wicket-html
  • tests-docs
  • use-vocabularies

02 Apr 2026 06:30AM UTC coverage: 16.194% (-0.001%) from 16.195%
23887322075

push

github

tkuhn
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-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

789 of 6002 branches covered (13.15%)

Branch coverage included in aggregate %.

1971 of 11041 relevant lines covered (17.85%)

2.45 hits per line

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

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
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
23839110984 master Merge pull request #427 from knowledgepixels/fix/426-query-page-npe fix: skip null queries to prevent NPE on Query page push 01 Apr 2026 08:22AM UTC web-flow github
16.29
23801722524 master Merge pull request #425 from knowledgepixels/fix/418-view-displays-missing-on-first-load fix: ensure space admin data is loaded before filtering view displays push 31 Mar 2026 02:10PM UTC web-flow github
16.29
23799954373 master Merge pull request #424 from knowledgepixels/fix/423-error-after-publishing fix: prevent error page after publishing push 31 Mar 2026 01:32PM UTC web-flow github
16.29
23798487241 master chore: update push-nanopub-test.sh script push 31 Mar 2026 12:58PM UTC tkuhn github
16.3
23784773115 master fix: use Ajax for Yasgui redirect to avoid 502 from large Location header The "Open in Yasgui" button produced a 302 redirect with the full URL-encoded SPARQL query in the Location header. When nginx's proxy_buffer_size was too small to buffer th... push 31 Mar 2026 07:03AM UTC tkuhn github
16.3
23784276879 master Merge pull request #420 from knowledgepixels/fix/prevent-double-publish Fix: disable Publish button after click to prevent double submissions push 31 Mar 2026 06:47AM UTC web-flow github
16.3
23739954121 master fix: fall back to raw value when _label query result is empty When a _label or _label_multi column exists but contains blank entries, display the original value instead of showing nothing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@an... push 30 Mar 2026 10:25AM UTC tkuhn github
16.3
See All Builds (600)
  • 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