From f0eccf802fe6e5915d1c474da1b2b2c2e547a16a Mon Sep 17 00:00:00 2001 From: Olufemi Adeyemi Date: Tue, 8 Aug 2017 14:50:26 +0200 Subject: [PATCH 1/7] remove unnecessary dom-module tag --- qos-backend-information.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qos-backend-information.html b/qos-backend-information.html index f803666..dd080eb 100644 --- a/qos-backend-information.html +++ b/qos-backend-information.html @@ -2,7 +2,6 @@ - - \ No newline at end of file + \ No newline at end of file From e2bd72c693e663b8bb5fe9fec0c5a30a74a28020 Mon Sep 17 00:00:00 2001 From: femiadeyemi Date: Wed, 1 Nov 2017 11:54:24 +0100 Subject: [PATCH 2/7] update dependencies version --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 4a40bdc..fe09a67 100644 --- a/bower.json +++ b/bower.json @@ -3,7 +3,7 @@ "description": "Get QoS backend information for both file and directory.", "main": "qos-backend-information.html", "dependencies": { - "polymer": "Polymer/polymer#2.0.2", + "polymer": "Polymer/polymer#^2.0.0", "util-precondition": "dCacheElements/preconditionjs#1.0.0", "util-majax-requests": "dCacheElements/multipleajaxrequestsjs#1.0.0" }, @@ -13,4 +13,4 @@ "web-component-tester": "6.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#1.0.5" } -} \ No newline at end of file +} From dc5e6d98a763a945ece772bde1e4f1c4f43d06a0 Mon Sep 17 00:00:00 2001 From: Olufemi Adeyemi Date: Wed, 1 Nov 2017 13:42:39 +0100 Subject: [PATCH 3/7] create import-scripts.html file fix some litle errors --- qos-backend-information.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qos-backend-information.html b/qos-backend-information.html index dd080eb..b4fade6 100644 --- a/qos-backend-information.html +++ b/qos-backend-information.html @@ -1,6 +1,5 @@ - - + \ No newline at end of file From 51d5ebcce6afce1acd4d42f6383a0bd81102ee4c Mon Sep 17 00:00:00 2001 From: Olufemi Adeyemi Date: Wed, 1 Nov 2017 13:49:25 +0100 Subject: [PATCH 4/7] forgot to do git add file --- import-scripts.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 import-scripts.html diff --git a/import-scripts.html b/import-scripts.html new file mode 100644 index 0000000..7544425 --- /dev/null +++ b/import-scripts.html @@ -0,0 +1,2 @@ + + \ No newline at end of file From c7df51c2269f835462945e688c8f88a3d6851109 Mon Sep 17 00:00:00 2001 From: Olufemi Adeyemi Date: Mon, 6 Nov 2017 12:44:03 +0100 Subject: [PATCH 5/7] delete import-script file update bower to switch to new precodtionjs and majax --- bower.json | 4 ++-- import-scripts.html | 2 -- qos-backend-information.html | 3 ++- 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 import-scripts.html diff --git a/bower.json b/bower.json index fe09a67..c21c04b 100644 --- a/bower.json +++ b/bower.json @@ -4,8 +4,8 @@ "main": "qos-backend-information.html", "dependencies": { "polymer": "Polymer/polymer#^2.0.0", - "util-precondition": "dCacheElements/preconditionjs#1.0.0", - "util-majax-requests": "dCacheElements/multipleajaxrequestsjs#1.0.0" + "util-precondition": "dCacheElements/preconditionjs#*", + "util-majax-requests": "dCacheElements/multipleajaxrequestsjs#*" }, "devDependencies": { "iron-component-page": "PolymerElements/iron-component-page#3.0.1", diff --git a/import-scripts.html b/import-scripts.html deleted file mode 100644 index 7544425..0000000 --- a/import-scripts.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/qos-backend-information.html b/qos-backend-information.html index b4fade6..df72dfe 100644 --- a/qos-backend-information.html +++ b/qos-backend-information.html @@ -1,5 +1,6 @@ - + +