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

gephi / graphstore
91%

Build:
DEFAULT BRANCH: master
Repo Added 26 Aug 2015 09:25PM UTC
Files 129
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
  • datalab
  • v0.1.1
  • v0.2.0
  • v0.5.5
  • v0.5.7
  • viz-engine

27 Aug 2026 12:32PM UTC coverage: 91.126% (+0.003%) from 91.123%
#580

push

web-flow
Fix unquoted array string values being truncated at parenthesis (#293)

FormattingAndParsingUtils.parseValue() stopped unquoted value parsing
at ')' as well as ']', a rule intended for interval bounds like
"(1,2)". ArraysParser reused the same method for plain string/array
elements, so a literal ')' inside an unquoted array element (e.g.
liststring value "[Foo,Bar(Foo)]") was misread as the end of the
value and silently dropped.

Arrays are only ever delimited by '[', ']' and ',', so '(' and ')'
now have no structural meaning there and are kept as part of the
value.

Fixes gephi/gephi#2989

5 of 5 new or added lines in 2 files covered. (100.0%)

11881 of 13038 relevant lines covered (91.13%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
13038 RELEVANT LINES 11881 COVERED LINES
0.91 HITS PER LINE
Source Files on master
  • Tree
  • List 129
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#580 master Fix unquoted array string values being truncated at parenthesis (#293) FormattingAndParsingUtils.parseValue() stopped unquoted value parsing at ')' as well as ']', a rule intended for interval bounds like "(1,2)". ArraysParser reused the same met... push 27 Aug 2026 12:33PM UTC web-flow
91.13
#579 master Set version to 0.8.8-SNAPSHOT push 26 Aug 2026 08:06AM UTC mbastian
91.12
#578 master Update version to 0.8.7 push 26 Aug 2026 07:57AM UTC mbastian
91.12
#577 master Parallelize node/edge encoding in serializeGraphStore (#291) * Use direct typed writes for node/edge serialization serializeNode/serializeEdge and the main write loop routed every scalar field (storeId, edge type, weight, directed flag, properti... push 25 Aug 2026 03:01PM UTC web-flow
91.12
#576 master Fix generateLargeGraphStore() building edges over detached nodes (#292) * Fix GraphGenerator.generateLargeGraphStore() building edges over detached nodes generateLargeEdgeList() creates edges against its own independently- sized, throwaway NodeS... push 25 Aug 2026 02:01PM UTC web-flow
91.22
#575 master Fail fast on unsupported serialization format versions (#290) A file written by a newer graphstore than the one reading it currently fails deep inside deserialize()'s switch with a generic "Unknown serialization type tag" once it hits an unrecogn... push 25 Aug 2026 01:19PM UTC web-flow
91.22
#574 master Close graph-lock gaps in GraphModel.Serialization (#289) * Hold the graph read lock for the entire duration of serializeGraphStore Previously the only locking came incidentally from NodeStore/EdgeStore iterators, which release the lock between t... push 25 Aug 2026 11:53AM UTC web-flow
91.21
#573 master Fix time index reference counts (#288) * Rebuild the time index on read instead of restoring it TimeIndexStore.countMap came back doubled after a load. The time store is read before the nodes and edges, which restored the reference counts from t... push 22 Aug 2026 08:12PM UTC web-flow
91.21
#572 master Serialization golden fixtures (#287) * Add golden-fixture regression suite for the serialization format Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> push 19 Aug 2026 03:42PM UTC web-flow
91.23
#571 master Make graph attributes iteration order canonical (#286) GraphAttributesImpl backed its map with a java.util.HashMap, and Serialization.serializeGraphAttributes iterates that map's entrySet() straight into the byte stream. HashMap iteration order i... push 18 Aug 2026 06:50PM UTC web-flow
91.2
See All Builds (552)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc