This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch gh-2370-2
in repository https://gitbox.apache.org/repos/asf/jena.git
discard 08efd8ad61 GH-2370: Improve validation of dataset graph names
add 159aa2397f GH-2370: Improve validation of dataset graph names
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 (08efd8ad61)
\
N -- N -- N refs/heads/gh-2370-2 (159aa2397f)
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:
.../jena-fuseki-ui/src/utils/validation.js | 48 +++++++++++++
.../jena-fuseki-ui/src/views/dataset/Upload.vue | 38 ++--------
.../tests/unit/utils/validation.spec.js | 84 ++++++++++++++++++++++
3 files changed, 138 insertions(+), 32 deletions(-)
create mode 100644 jena-fuseki2/jena-fuseki-ui/src/utils/validation.js
create mode 100644
jena-fuseki2/jena-fuseki-ui/tests/unit/utils/validation.spec.js