This is an automated email from the ASF dual-hosted git repository.
kinow pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git.
from 4c77d8a Merge pull request #1213 from afs/misc
new 18ce7dd JENA-2295: Disable WebSockets in the dev server. While
useful, my browser was failing to connect, filling the logs with errors, making
it harder to spot legit errors.
new 788e063 JENA-2295: Add a 404 page
new 4b77be6 JENA-2295: Override YASGUI method to create the share link,
make it compatible with VueRouter
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
jena-fuseki2/jena-fuseki-ui/src/router/index.js | 10 +++++-
.../src/views/{Help.vue => NotFound.vue} | 33 ++++++++++-------
.../jena-fuseki-ui/src/views/dataset/Query.vue | 42 ++++++++++++++++++++++
jena-fuseki2/jena-fuseki-ui/vue.config.js | 4 ++-
4 files changed, 75 insertions(+), 14 deletions(-)
copy jena-fuseki2/jena-fuseki-ui/src/views/{Help.vue => NotFound.vue} (59%)