From 569998dd9555f2d6c6d45a0f4bac9f00a871829f Mon Sep 17 00:00:00 2001 From: Xin Zheng Date: Mon, 3 Jun 2024 09:16:30 +0700 Subject: [PATCH 1/3] fix: try to trigger a release --- app/js/tree.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/js/tree.js b/app/js/tree.js index 6f6b815..2ce89ed 100644 --- a/app/js/tree.js +++ b/app/js/tree.js @@ -6,6 +6,7 @@ document.getElementById("home-button").href = settings.homeUrl; function paramSelected(value) { var selected = getParameterByName('selected'); var treeBase = getParameterByName('treeBase'); + // fix probably wrong uri with tree base instead without if (selected) { selected = selected.replace(treeBase, '') From 7508eec0518004da7bb52db4f0ccd04ae86051b6 Mon Sep 17 00:00:00 2001 From: Xin Zheng Date: Tue, 4 Jun 2024 13:42:49 +0700 Subject: [PATCH 2/3] fix: updated URL in documents --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0edca20..7966bb6 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -

A swisspush project

+

A swisspost project

## vertx-rest-storage-editor ## ### What is this for an editor? ### -This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage) to show and manage the hosted resources. +This editor and tree was specific builded for the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage) to show and manage the hosted resources. The Tree is based on the project [jstree](https://github.com/vakata/jstree/releases), the editor is based on [jquery](https://github.com/jquery/jquery) and the [ace-editor](https://github.com/ajaxorg/ace). ### How to use it ### -Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspush/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspush/vertx-rest-mirror). +Download the newest version as zip from Github and extract it in a folder on the [vertx-rest-storage](https://github.com/swisspost/vertx-rest-storage). The easiest way to deploy this application (as a zip file) is over the [vertx-rest-mirror](https://github.com/swisspost/vertx-rest-mirror). In a other way you can build and test it yourself (see `Build / Test` at the end of the page). diff --git a/package.json b/package.json index 5eacf35..fc157ab 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/swisspush/vertx-rest-storage-editor.git" + "url": "https://github.com/swisspost/vertx-rest-storage-editor.git" }, "release": { "branches": [ From 97a6f32c5812adc7835b074793dc7c9b688e766a Mon Sep 17 00:00:00 2001 From: "@swisspost-devs" Date: Tue, 4 Jun 2024 06:43:28 +0000 Subject: [PATCH 3/3] chore(release): 2.6.1 [skip ci] --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d73252..ec5f1f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "license": "Apache-2.0", "dependencies": { "ace-builds": "1.4.2", diff --git a/package.json b/package.json index fc157ab..5ea7028 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertx-rest-storage-editor", - "version": "2.6.0", + "version": "2.6.1", "description": "The vertx-rest-storage-editor is the front end component for vertx-rest-storage-editor.", "author": "Matthias Baldi", "license": "Apache-2.0",