From 446073136d71e1de092f61fb81841544d98107bb Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 28 Jul 2016 16:38:10 -0400 Subject: [PATCH] removed dead code --- .../iron-location/.bower.json | 49 -- .../iron-location/.github/ISSUE_TEMPLATE.md | 33 -- .../bower_components/iron-location/.gitignore | 1 - .../iron-location/.travis.yml | 23 - .../iron-location/CONTRIBUTING.md | 77 --- .../bower_components/iron-location/bower.json | 40 -- .../iron-location/demo/index.html | 126 ----- .../iron-location/demo/iron-query-params.html | 119 ----- .../bower_components/iron-location/index.html | 27 - .../iron-location/iron-location.html | 336 ------------ .../iron-location/iron-query-params.html | 83 --- .../iron-location/test/index.html | 26 - .../test/initialization-cases.html | 277 ---------- .../test/initialization-iframe.html | 61 --- .../test/initialization-tests.html | 145 ------ .../iron-location/test/iron-location.html | 487 ------------------ .../iron-location/test/iron-query-params.html | 96 ---- .../iron-location/test/redirection.html | 68 --- 18 files changed, 2074 deletions(-) delete mode 100644 dashboard-ui/bower_components/iron-location/.bower.json delete mode 100644 dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md delete mode 100644 dashboard-ui/bower_components/iron-location/.gitignore delete mode 100644 dashboard-ui/bower_components/iron-location/.travis.yml delete mode 100644 dashboard-ui/bower_components/iron-location/CONTRIBUTING.md delete mode 100644 dashboard-ui/bower_components/iron-location/bower.json delete mode 100644 dashboard-ui/bower_components/iron-location/demo/index.html delete mode 100644 dashboard-ui/bower_components/iron-location/demo/iron-query-params.html delete mode 100644 dashboard-ui/bower_components/iron-location/index.html delete mode 100644 dashboard-ui/bower_components/iron-location/iron-location.html delete mode 100644 dashboard-ui/bower_components/iron-location/iron-query-params.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/index.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/initialization-cases.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/initialization-iframe.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/initialization-tests.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/iron-location.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/iron-query-params.html delete mode 100644 dashboard-ui/bower_components/iron-location/test/redirection.html diff --git a/dashboard-ui/bower_components/iron-location/.bower.json b/dashboard-ui/bower_components/iron-location/.bower.json deleted file mode 100644 index 201a62c6ca..0000000000 --- a/dashboard-ui/bower_components/iron-location/.bower.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "name": "iron-location", - "version": "0.8.6", - "description": "Bidirectional data binding into the page's URL.", - "private": true, - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "routing" - ], - "main": [ - "iron-location.html", - "iron-query-params.html" - ], - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/iron-location.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/iron-location", - "ignore": [], - "dependencies": { - "polymer": "Polymer/polymer#^1.0.0" - }, - "devDependencies": { - "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0", - "iron-component-page": "polymerelements/iron-component-page#^1.0.0", - "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", - "paper-input": "polymerelements/paper-input#^1.0.0", - "paper-slider": "polymerelements/paper-slider#^1.0.0", - "paper-styles": "polymerelements/paper-styles#^1.0.0", - "test-fixture": "polymerelements/test-fixture#^1.0.0", - "web-component-tester": "^4.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3" - }, - "_release": "0.8.6", - "_resolution": { - "type": "version", - "tag": "0.8.6", - "commit": "8f628b3477fcba70da47d75e521a8afe8f12e4f7" - }, - "_source": "git://github.com/PolymerElements/iron-location.git", - "_target": "^0.8.0", - "_originalSource": "PolymerElements/iron-location" -} \ No newline at end of file diff --git a/dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md b/dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index e3b4e289b6..0000000000 --- a/dashboard-ui/bower_components/iron-location/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,33 +0,0 @@ - -### Description - - -### Expected outcome - - - -### Actual outcome - - - -### Live Demo - - -### Steps to reproduce - - - -### Browsers Affected - -- [ ] Chrome -- [ ] Firefox -- [ ] Safari 9 -- [ ] Safari 8 -- [ ] Safari 7 -- [ ] Edge -- [ ] IE 11 -- [ ] IE 10 diff --git a/dashboard-ui/bower_components/iron-location/.gitignore b/dashboard-ui/bower_components/iron-location/.gitignore deleted file mode 100644 index 8d4ae2536a..0000000000 --- a/dashboard-ui/bower_components/iron-location/.gitignore +++ /dev/null @@ -1 +0,0 @@ -bower_components diff --git a/dashboard-ui/bower_components/iron-location/.travis.yml b/dashboard-ui/bower_components/iron-location/.travis.yml deleted file mode 100644 index e62cd8a376..0000000000 --- a/dashboard-ui/bower_components/iron-location/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: node_js -sudo: required -node_js: stable -addons: - firefox: '46.0' - apt: - sources: - - google-chrome - packages: - - google-chrome-stable - sauce_connect: true -before_script: -- npm install -g bower polylint web-component-tester -- bower install -- polylint -script: -- xvfb-run wct -- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'default'; fi -env: - global: - - secure: LSHof0ip5tJswHk4wAIXXsf8Z0WL44Y1pB1XmqFtIsjQLl+2K5bdhRq6Hd6RUZYcpTL29cMStCLQJEG1hxnMks37omHuVFWRtk0NaYlGnJY4i/m/ukUBmM7Yr7LROWRnBgU75PVUvc4YMbCjvlQ9KKjdgBbQBFH2KjhKr9GUN+ihB1yaKRMADvFtC6JWisG4RPv1pRxF6UgvGkOsaCdVb9H9AbKA0psAI1cpg8IMGgUBslbwhYw+viMEQdZ5lW++T3Tb9cwzCVaTqBgvkQCXW4I6T4En9yvUWbV0Ry8uChchvs6BJfwpgN/nksYnLCbCLmN+Rw5eU0+XyWZDLiki/HpsNQblqVEW7vHo1hmtpK24GUv2g8kuE1OjjW7K/l+Q20D8FJFIcPdFjmZ/XgLWxdtXbgNC8n4Z1XBEqKuV1BJ29ojvZk5a5/gFBf9PWdMNTVwSepk7+LoEVQW17vzSHT/HDF7WYEs14uZ0x9I0AV2+339RG7iCcVFMZKYgIif0DmZVysnm0Z9j+wRRk227JpiF9MHeVkFUaXl3+3XIQMz04t+H1wOXiDRlJLJG9IUrzFs+KYuCA+OxNc0XrxjA6Zkl75AQAjAY5vMEWYD+N2OGjkfwD7dB4JtltmZ4llMhEZUt/RPLeZJvL4Sus8hfA6SNG9/tdVgef0mQ91acxZg= - - secure: h0j4eT4lJqbDkEVz4OjkPuAHxxT0Cy7bWbT71oDllhDAvl9zXxIn5BHSnCaUfO0xUhXVpwNuVmDzOE6yQETJ3MamoqL2Hrbg0VCr4hux9/2ipa4tlCTjQ2Y/YaIoID7CpCchdoOQAjrxeg0ZhpMnwxV18NHTqlxNrsdoSDDSmCdffWQwgjVI07O4h1ISIWx6oY0i1Z+9nJI001iZIw5vGopK8zACa5hfSu9my8Nog5gYOBOEoYmT8lNBaKkNuZacGAkHmXPmeeWiflM49sRO5MfyCgVvNtn6yohXs5D1QD2KUZs4mTzVBebT3vPuV7I9NFd+ZY9GT9YeH9BLuxKpYhGlnjL2HhGAvGjIcKX8315EOCpVvgwX3VE1f9PJe3K9q6LP/sFUqf8cUrbj9FhiAVp79IPJkvLUc+1hUG3iQ8X83mjQxcrCt6I50BINOLgjsfzCmnvv12g3FuRry2EBRxEultvPLRCNc2bJCPqol6kiWzs8ySOPXCYOcXqW5/6Z4DYLMTYevapkJZhErcTBuIH7rXEX4tGsdBjtGjTepcW7k2dsCElrul79czZA3AwdLEK/fuygxXR8eMCeS8Tdh4+Ba4M9TfXtAjjnR30NayTOCwyWW9IvTJeWeXKd6SilJcGVO7r546ayGWJ2G+Fltyi7RGixMplRMm8y6YfeM9k= -dist: trusty diff --git a/dashboard-ui/bower_components/iron-location/CONTRIBUTING.md b/dashboard-ui/bower_components/iron-location/CONTRIBUTING.md deleted file mode 100644 index cfda1a5542..0000000000 --- a/dashboard-ui/bower_components/iron-location/CONTRIBUTING.md +++ /dev/null @@ -1,77 +0,0 @@ - - -# Polymer Elements -## Guide for Contributors - -Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines: - -### Filing Issues - -**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions: - - 1. **Who will use the feature?** _“As someone filling out a form…”_ - 2. **When will they use the feature?** _“When I enter an invalid value…”_ - 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_ - -**If you are filing an issue to report a bug**, please provide: - - 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug: - - ```markdown - The `paper-foo` element causes the page to turn pink when clicked. - - ## Expected outcome - - The page stays the same color. - - ## Actual outcome - - The page turns pink. - - ## Steps to reproduce - - 1. Put a `paper-foo` element in the page. - 2. Open the page in a web browser. - 3. Click the `paper-foo` element. - ``` - - 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [https://jsbin.com/lebawa/edit?html,output](https://jsbin.com/lebawa/edit?html,output). - - 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers. - -### Submitting Pull Requests - -**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request. - -When submitting pull requests, please provide: - - 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues in the pull request description using the following syntax: - - ```markdown - (For a single issue) - Fixes #20 - - (For multiple issues) - Fixes #32, fixes #40 - ``` - - 2. **A succinct description of the design** used to fix any related issues. For example: - - ```markdown - This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked. - ``` - - 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered. - -If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that! diff --git a/dashboard-ui/bower_components/iron-location/bower.json b/dashboard-ui/bower_components/iron-location/bower.json deleted file mode 100644 index 7e96f17533..0000000000 --- a/dashboard-ui/bower_components/iron-location/bower.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "iron-location", - "version": "0.8.6", - "description": "Bidirectional data binding into the page's URL.", - "private": true, - "authors": [ - "The Polymer Authors" - ], - "keywords": [ - "web-components", - "polymer", - "routing" - ], - "main": [ - "iron-location.html", - "iron-query-params.html" - ], - "repository": { - "type": "git", - "url": "git://github.com/PolymerElements/iron-location.git" - }, - "license": "http://polymer.github.io/LICENSE.txt", - "homepage": "https://github.com/PolymerElements/iron-location", - "ignore": [], - "dependencies": { - "polymer": "Polymer/polymer#^1.0.0" - }, - "devDependencies": { - "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0", - "iron-component-page": "polymerelements/iron-component-page#^1.0.0", - "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0", - "paper-input": "polymerelements/paper-input#^1.0.0", - "paper-slider": "polymerelements/paper-slider#^1.0.0", - "paper-styles": "polymerelements/paper-styles#^1.0.0", - "test-fixture": "polymerelements/test-fixture#^1.0.0", - "web-component-tester": "^4.0.0", - "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", - "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.2.3" - } -} diff --git a/dashboard-ui/bower_components/iron-location/demo/index.html b/dashboard-ui/bower_components/iron-location/demo/index.html deleted file mode 100644 index 19d80bbd3b..0000000000 --- a/dashboard-ui/bower_components/iron-location/demo/index.html +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - iron-location - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/demo/iron-query-params.html b/dashboard-ui/bower_components/iron-location/demo/iron-query-params.html deleted file mode 100644 index a7d753a716..0000000000 --- a/dashboard-ui/bower_components/iron-location/demo/iron-query-params.html +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - iron-query-params - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/index.html b/dashboard-ui/bower_components/iron-location/index.html deleted file mode 100644 index 8ded210751..0000000000 --- a/dashboard-ui/bower_components/iron-location/index.html +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - iron-location - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/iron-location.html b/dashboard-ui/bower_components/iron-location/iron-location.html deleted file mode 100644 index a13b070905..0000000000 --- a/dashboard-ui/bower_components/iron-location/iron-location.html +++ /dev/null @@ -1,336 +0,0 @@ - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/iron-query-params.html b/dashboard-ui/bower_components/iron-location/iron-query-params.html deleted file mode 100644 index d21a468087..0000000000 --- a/dashboard-ui/bower_components/iron-location/iron-query-params.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/index.html b/dashboard-ui/bower_components/iron-location/test/index.html deleted file mode 100644 index 83e5250ba5..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/index.html +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/initialization-cases.html b/dashboard-ui/bower_components/iron-location/test/initialization-cases.html deleted file mode 100644 index f8bde4f542..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/initialization-cases.html +++ /dev/null @@ -1,277 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/initialization-iframe.html b/dashboard-ui/bower_components/iron-location/test/initialization-iframe.html deleted file mode 100644 index 564bf262a0..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/initialization-iframe.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - Base source for injecting into an iframe for tests - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/initialization-tests.html b/dashboard-ui/bower_components/iron-location/test/initialization-tests.html deleted file mode 100644 index 16c911191d..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/initialization-tests.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/iron-location.html b/dashboard-ui/bower_components/iron-location/test/iron-location.html deleted file mode 100644 index dc8c004430..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/iron-location.html +++ /dev/null @@ -1,487 +0,0 @@ - - - - - iron-location - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/iron-query-params.html b/dashboard-ui/bower_components/iron-location/test/iron-query-params.html deleted file mode 100644 index 4dea02f387..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/iron-query-params.html +++ /dev/null @@ -1,96 +0,0 @@ - - - - - iron-location - - - - - - - - - - - - - - - - diff --git a/dashboard-ui/bower_components/iron-location/test/redirection.html b/dashboard-ui/bower_components/iron-location/test/redirection.html deleted file mode 100644 index 3b21f26764..0000000000 --- a/dashboard-ui/bower_components/iron-location/test/redirection.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - -