This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch gh-2267-fix-edit-dataset-pagination
in repository https://gitbox.apache.org/repos/asf/jena.git


    omit 4edad997fe GH-2267: Add Vitest to make it easier to measure the test 
coverage
    omit 5247d81e77 GH-2267: Display all the pagination options
     add 5d3f3d78b8 Better code organisation for TDB2 database operations
     add f0e8c46955 Constants for log-logging
     add e54eb5e45f GH-2254: Atomic compaction
     add fc2caa9df6 Tidy up ResultSetFactory
     add aecfdc3b34 GH-2309: Close internal InputStream
     add ecd71a4aef Deprecate loadAsModel worker function
     add a5e8992255 GH-2311: Fix for union syntax
     add 334ea0d300 GH-2315: For compaction on MS Windows, use previous code.
     add 5d9586fd2f Improve JSON-LD handling
     add 61a6eef4da GH-2267: Display all the pagination options
     add ce3786972c GH-2267: Add Vitest to make it easier to measure the test 
coverage

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4edad997fe)
            \
             N -- N -- N   refs/heads/gh-2267-fix-edit-dataset-pagination 
(ce3786972c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/jena/query/ResultSetCloseable.java  |  25 +-
 .../org/apache/jena/query/ResultSetFactory.java    |  63 ++---
 .../jena/riot/resultset/ResultSetOnClose.java      |  86 ++++++
 .../org/apache/jena/riot/rowset/RowSetOnClose.java |  54 ++--
 .../RowSetWrapper.java}                            |  40 ++-
 .../sparql/engine/ResultSetCheckCondition.java     |   6 +-
 .../jena/sparql/serializer/FormatterElement.java   |   2 +-
 .../src/main/java/org/apache/jena/atlas/io/IO.java |   4 +-
 .../java/org/apache/jena/atlas/logging/LogCtl.java |  18 +-
 jena-cmds/src/main/java/tdb/tdbloader.java         |   7 +-
 jena-cmds/src/main/java/tdb2/tdbloader.java        |   7 +-
 .../main/java/org/apache/jena/dboe/sys/IO_DB.java  |  58 +----
 .../apache/jena/fuseki/system/spot/SpotTDB2.java   |  13 +-
 .../src/components/dataset/Pagination.vue          |  19 +-
 .../unit/components/dataset/pagination.vue.spec.js | 125 +++++++++
 .../src/main/java/org/apache/jena/tdb2/TDB2.java   |   1 -
 .../java/org/apache/jena/tdb2/sys/DatabaseOps.java | 234 +++++++++++++----
 .../apache/jena/tdb2/sys/DatabaseOpsWindows.java   | 288 +++++++++++++++++++++
 .../jena/tdb2/setup/TestStoreParamsCreate.java     |   2 +-
 .../apache/jena/tdb2/sys/TestDatabaseCompact.java  |  35 +++
 20 files changed, 850 insertions(+), 237 deletions(-)
 create mode 100644 
jena-arq/src/main/java/org/apache/jena/riot/resultset/ResultSetOnClose.java
 copy jena-base/src/main/java/org/apache/jena/atlas/iterator/IteratorBase.java 
=> jena-arq/src/main/java/org/apache/jena/riot/rowset/RowSetOnClose.java (54%)
 copy jena-arq/src/main/java/org/apache/jena/riot/{tokens/TokenizerWrapper.java 
=> rowset/RowSetWrapper.java} (61%)
 create mode 100644 
jena-fuseki2/jena-fuseki-ui/tests/unit/components/dataset/pagination.vue.spec.js
 create mode 100644 
jena-tdb2/src/main/java/org/apache/jena/tdb2/sys/DatabaseOpsWindows.java

Reply via email to