diff --git a/.gitignore b/.gitignore index 7a74ac6ba96..83a78c79273 100644 --- a/.gitignore +++ b/.gitignore @@ -9,9 +9,11 @@ /ambari-server/derby.log /ambari-server/pass.txt /ambari-web/npm-debug.log -/ambari-web/public/ -/ambari-web/node_modules/ -/ambari-web/node/ +/ambari-web/classic/public/ +/ambari-web/classic/node_modules/ +/ambari-web/classic/node/ +node/ +mode_modules/ *.pyc *.py~ **/*.iml diff --git a/ambari-admin/src/main/resources/ui/ambari-admin/package-lock.json b/ambari-admin/src/main/resources/ui/ambari-admin/package-lock.json index f560addcc19..cad9b631ec4 100644 --- a/ambari-admin/src/main/resources/ui/ambari-admin/package-lock.json +++ b/ambari-admin/src/main/resources/ui/ambari-admin/package-lock.json @@ -12,7 +12,9 @@ "@fortawesome/react-fontawesome": "^0.2.2", "@tanstack/react-table": "^8.20.5", "@types/lodash": "^4.17.12", + "axios": "^1.7.7", "bootstrap": "^5.3.3", + "history": "^5.3.0", "lodash": "^4.17.21", "path": "^0.12.7", "react": "^18.3.1", @@ -25,19 +27,34 @@ }, "devDependencies": { "@eslint/js": "^9.11.1", + "@testing-library/dom": "^10.4.0", + "@testing-library/jest-dom": "^6.6.3", + "@testing-library/react": "^16.0.1", + "@types/axios": "^0.14.4", + "@types/history": "^5.0.0", "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "@types/react-router-dom": "^5.3.3", "@vitejs/plugin-react": "^4.3.2", + "@vitest/coverage-istanbul": "^2.1.1", "eslint": "^9.11.1", "eslint-plugin-react-hooks": "^5.1.0-rc.0", "eslint-plugin-react-refresh": "^0.4.12", "globals": "^15.9.0", + "jsdom": "^25.0.1", "typescript": "^5.5.3", "typescript-eslint": "^8.7.0", - "vite": "^5.4.8" + "vite": "^5.4.8", + "vitest": "^2.1.1" } }, + "node_modules/@adobe/css-tools": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.4.2.tgz", + "integrity": "sha512-baYZExFpsdkBNuvGKTKWCwKH57HRZLVtycZS05WTQNVOiXVSeAki3nU35zlRbToeMW8aHlJfyS+1C4BOv27q0A==", + "dev": true, + "license": "MIT" + }, "node_modules/@ampproject/remapping": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", @@ -52,6 +69,27 @@ "node": ">=6.0.0" } }, + "node_modules/@asamuzakjp/css-color": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@asamuzakjp/css-color/-/css-color-3.1.1.tgz", + "integrity": "sha512-hpRD68SV2OMcZCsrbdkccTw5FXjNDLo5OuqSHyHZfwweGsDWZwDJ2+gONyNAbazZclobMirACLw0lk8WVxIqxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@csstools/css-calc": "^2.1.2", + "@csstools/css-color-parser": "^3.0.8", + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3", + "lru-cache": "^10.4.3" + } + }, + "node_modules/@asamuzakjp/css-color/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/@babel/code-frame": { "version": "7.25.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.25.7.tgz", @@ -365,6 +403,121 @@ "node": ">=6.9.0" } }, + "node_modules/@csstools/color-helpers": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz", + "integrity": "sha512-JqWH1vsgdGcw2RR6VliXXdA0/59LttzlU8UlRT/iUUsEeWfYq8I+K0yhihEUTTHLRm1EXvpsCx3083EU15ecsA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT-0", + "engines": { + "node": ">=18" + } + }, + "node_modules/@csstools/css-calc": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@csstools/css-calc/-/css-calc-2.1.2.tgz", + "integrity": "sha512-TklMyb3uBB28b5uQdxjReG4L80NxAqgrECqLZFQbyLekwwlcDDS8r3f07DKqeo8C4926Br0gf/ZDe17Zv4wIuw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-color-parser": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/@csstools/css-color-parser/-/css-color-parser-3.0.8.tgz", + "integrity": "sha512-pdwotQjCCnRPuNi06jFuP68cykU1f3ZWExLe/8MQ1LOs8Xq+fTkYgd+2V8mWUWMrOn9iS2HftPVaMZDaXzGbhQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "dependencies": { + "@csstools/color-helpers": "^5.0.2", + "@csstools/css-calc": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-parser-algorithms": "^3.0.4", + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-parser-algorithms": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-3.0.4.tgz", + "integrity": "sha512-Up7rBoV77rv29d3uKHUIVubz1BTcgyUK72IvCQAbfbMv584xHcGKCKbWh7i8hPrRJ7qU4Y8IO3IY9m+iTB7P3A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@csstools/css-tokenizer": "^3.0.3" + } + }, + "node_modules/@csstools/css-tokenizer": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-3.0.3.tgz", + "integrity": "sha512-UJnjoFsmxfKUdNYdWgOB0mWUypuLvAfQPH1+pyvRJs6euowbFkFC6P13w1l8mJyi3vxYMxc9kld5jZEGRQs6bw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "license": "MIT", + "engines": { + "node": ">=18" + } + }, "node_modules/@emotion/babel-plugin": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.12.0.tgz", @@ -1146,6 +1299,34 @@ "url": "https://github.com/sponsors/nzakas" } }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "license": "ISC", + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", @@ -1232,6 +1413,17 @@ "node": ">= 8" } }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" + } + }, "node_modules/@popperjs/core": { "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", @@ -1565,133 +1757,394 @@ "url": "https://github.com/sponsors/tannerlinsley" } }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "node_modules/@testing-library/dom": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-10.4.0.tgz", + "integrity": "sha512-pemlzrSESWbdAloYml3bAJMEfNh1Z7EduzqPKprCH5S341frlpYnUEW0H72dLxa6IsYr+mPno20GiSm+h9dEdQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" + "@babel/code-frame": "^7.10.4", + "@babel/runtime": "^7.12.5", + "@types/aria-query": "^5.0.1", + "aria-query": "5.3.0", + "chalk": "^4.1.0", + "dom-accessibility-api": "^0.5.9", + "lz-string": "^1.5.0", + "pretty-format": "^27.0.2" + }, + "engines": { + "node": ">=18" } }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "node_modules/@testing-library/dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.0.0" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "node_modules/@testing-library/dom/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "license": "MIT", "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "node_modules/@testing-library/dom/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.20.7" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "node_modules/@testing-library/dom/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, "license": "MIT" }, - "node_modules/@types/history": { - "version": "4.7.11", - "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", - "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", + "node_modules/@testing-library/dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=8" + } }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "node_modules/@testing-library/dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, - "license": "MIT" - }, - "node_modules/@types/lodash": { - "version": "4.17.12", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", - "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", - "license": "MIT" - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "license": "MIT" - }, - "node_modules/@types/prop-types": { - "version": "15.7.13", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", - "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", - "license": "MIT" - }, - "node_modules/@types/react": { - "version": "18.3.11", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", - "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", "license": "MIT", "dependencies": { - "@types/prop-types": "*", - "csstype": "^3.0.2" + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "node_modules/@types/react-dom": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", - "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", + "node_modules/@testing-library/jest-dom": { + "version": "6.6.3", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz", + "integrity": "sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA==", "dev": true, "license": "MIT", "dependencies": { - "@types/react": "*" + "@adobe/css-tools": "^4.4.0", + "aria-query": "^5.0.0", + "chalk": "^3.0.0", + "css.escape": "^1.5.1", + "dom-accessibility-api": "^0.6.3", + "lodash": "^4.17.21", + "redent": "^3.0.0" + }, + "engines": { + "node": ">=14", + "npm": ">=6", + "yarn": ">=1" } }, - "node_modules/@types/react-router": { - "version": "5.1.20", - "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", - "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", + "node_modules/@testing-library/jest-dom/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "license": "MIT", "dependencies": { - "@types/history": "^4.7.11", - "@types/react": "*" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@types/react-router-dom": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", - "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", + "node_modules/@testing-library/jest-dom/node_modules/chalk": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", + "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", "dev": true, "license": "MIT", "dependencies": { - "@types/history": "^4.7.11", - "@types/react": "*", - "@types/react-router": "*" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@testing-library/jest-dom/node_modules/dom-accessibility-api": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz", + "integrity": "sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==", + "dev": true, + "license": "MIT" + }, + "node_modules/@testing-library/jest-dom/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/jest-dom/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@testing-library/react": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-16.2.0.tgz", + "integrity": "sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.5" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@testing-library/dom": "^10.0.0", + "@types/react": "^18.0.0 || ^19.0.0", + "@types/react-dom": "^18.0.0 || ^19.0.0", + "react": "^18.0.0 || ^19.0.0", + "react-dom": "^18.0.0 || ^19.0.0" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "@types/react-dom": { + "optional": true + } + } + }, + "node_modules/@types/aria-query": { + "version": "5.0.4", + "resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-5.0.4.tgz", + "integrity": "sha512-rfT93uj5s0PRL7EzccGMs3brplhcrghnDoV26NqKhCAS1hVo+WdNsPvE/yb6ilfr5hi2MEk6d5EWJTKdxg8jVw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/axios": { + "version": "0.14.4", + "resolved": "https://registry.npmjs.org/@types/axios/-/axios-0.14.4.tgz", + "integrity": "sha512-9JgOaunvQdsQ/qW2OPmE5+hCeUB52lQSolecrFrthct55QekhmXEwT203s20RL+UHtCQc15y3VXpby9E7Kkh/g==", + "deprecated": "This is a stub types definition. axios provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "axios": "*" + } + }, + "node_modules/@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "node_modules/@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.20.6", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", + "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.20.7" + } + }, + "node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/history": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@types/history/-/history-5.0.0.tgz", + "integrity": "sha512-hy8b7Y1J8OGe6LbAjj3xniQrj3v6lsivCcrmf4TzSgPzLkhIeKgc5IZnT7ReIqmEuodjfO8EYAuoFvIrHi/+jQ==", + "deprecated": "This is a stub types definition. history provides its own type definitions, so you do not need this installed.", + "dev": true, + "license": "MIT", + "dependencies": { + "history": "*" + } + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/lodash": { + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", + "license": "MIT" + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "license": "MIT" + }, + "node_modules/@types/prop-types": { + "version": "15.7.13", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.13.tgz", + "integrity": "sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==", + "license": "MIT" + }, + "node_modules/@types/react": { + "version": "18.3.11", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", + "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", + "license": "MIT", + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" + } + }, + "node_modules/@types/react-dom": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/react": "*" + } + }, + "node_modules/@types/react-router": { + "version": "5.1.20", + "resolved": "https://registry.npmjs.org/@types/react-router/-/react-router-5.1.20.tgz", + "integrity": "sha512-jGjmu/ZqS7FjSH6owMcD5qpq19+1RS9DeVRqfl1FeBMxTDQAGwlMWOcs52NDoXaNKyG3d1cYQFMs9rCrb88o9Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/history": "^4.7.11", + "@types/react": "*" + } + }, + "node_modules/@types/react-router-dom": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/@types/react-router-dom/-/react-router-dom-5.3.3.tgz", + "integrity": "sha512-kpqnYK4wcdm5UaWI3fLcELopqLrHgLqNsdpHauzlQktfkHL3npOSwtj1Uz9oKBAzs7lFtVkV8j83voAz2D8fhw==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/history": "^4.7.11", + "@types/react": "*", + "@types/react-router": "*" } }, + "node_modules/@types/react-router-dom/node_modules/@types/history": { + "version": "4.7.11", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", + "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", + "dev": true, + "license": "MIT" + }, + "node_modules/@types/react-router/node_modules/@types/history": { + "version": "4.7.11", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.11.tgz", + "integrity": "sha512-qjDJRrmvBMiTx+jyLxvLfJU7UznFuokDv4f3WRuriHKERccVpFU+8XMQUAbDzoiJCsmexxRExQeMwwCdamSKDA==", + "dev": true, + "license": "MIT" + }, "node_modules/@types/react-transition-group": { "version": "4.4.11", "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.11.tgz", @@ -1969,53 +2422,211 @@ "vite": "^4.2.0 || ^5.0.0" } }, - "node_modules/acorn": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", - "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "node_modules/@vitest/coverage-istanbul": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/coverage-istanbul/-/coverage-istanbul-2.1.9.tgz", + "integrity": "sha512-vdYE4FkC/y2lxcN3Dcj54Bw+ericmDwiex0B8LV5F/YNYEYP1mgVwhPnHwWGAXu38qizkjOuyczKbFTALfzFKw==", "dev": true, "license": "MIT", - "bin": { - "acorn": "bin/acorn" + "dependencies": { + "@istanbuljs/schema": "^0.1.3", + "debug": "^4.3.7", + "istanbul-lib-coverage": "^3.2.2", + "istanbul-lib-instrument": "^6.0.3", + "istanbul-lib-report": "^3.0.1", + "istanbul-lib-source-maps": "^5.0.6", + "istanbul-reports": "^3.1.7", + "magicast": "^0.3.5", + "test-exclude": "^7.0.1", + "tinyrainbow": "^1.2.0" }, - "engines": { - "node": ">=0.4.0" + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "vitest": "2.1.9" } }, - "node_modules/acorn-jsx": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", - "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "node_modules/@vitest/expect": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-2.1.9.tgz", + "integrity": "sha512-UJCIkTBenHeKT1TTlKMJWy1laZewsRIzYighyYiJKZreqtdxSos/S1t+ktRMQWu2CKqaarrkeszJx1cgC5tGZw==", "dev": true, "license": "MIT", - "peerDependencies": { - "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + "dependencies": { + "@vitest/spy": "2.1.9", + "@vitest/utils": "2.1.9", + "chai": "^5.1.2", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" } }, - "node_modules/ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "node_modules/@vitest/mocker": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-2.1.9.tgz", + "integrity": "sha512-tVL6uJgoUdi6icpxmdrn5YNo3g3Dxv+IHJBr0GXHaEdTcw3F+cPKnsXFhli6nO+f/6SDKPHEK1UN+k+TQv0Ehg==", "dev": true, "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" + "@vitest/spy": "2.1.9", + "estree-walker": "^3.0.3", + "magic-string": "^0.30.12" }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "msw": "^2.4.9", + "vite": "^5.0.0" + }, + "peerDependenciesMeta": { + "msw": { + "optional": true + }, + "vite": { + "optional": true + } } }, - "node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "node_modules/@vitest/pretty-format": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-2.1.9.tgz", + "integrity": "sha512-KhRIdGV2U9HOUzxfiHmY8IFHTdqtOhIzCpd8WRdJiE7D/HUcZVD0EgQCVjm+Q9gkUXWgBvMmTtZgIG48wq7sOQ==", + "dev": true, "license": "MIT", "dependencies": { - "color-convert": "^1.9.0" + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/runner": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-2.1.9.tgz", + "integrity": "sha512-ZXSSqTFIrzduD63btIfEyOmNcBmQvgOVsPNPe0jYtESiXkhd8u2erDLnMxmGrDCwHCCHE7hxwRDCT3pt0esT4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/utils": "2.1.9", + "pathe": "^1.1.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/snapshot": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-2.1.9.tgz", + "integrity": "sha512-oBO82rEjsxLNJincVhLhaxxZdEtV0EFHMK5Kmx5sJ6H9L183dHECjiefOAdnqpIgT5eZwT04PoggUnW88vOBNQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/pretty-format": "2.1.9", + "magic-string": "^0.30.12", + "pathe": "^1.1.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/spy": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-2.1.9.tgz", + "integrity": "sha512-E1B35FwzXXTs9FHNK6bDszs7mtydNi5MIfUWpceJ8Xbfb1gBMscAnwLbEu+B44ed6W3XjL9/ehLPHR1fkf1KLQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "tinyspy": "^3.0.2" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/@vitest/utils": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-2.1.9.tgz", + "integrity": "sha512-v0psaMSkNJ3A2NMrUEHFRzJtDPFn+/VWZ5WxImB21T9fjucJRmS7xCS3ppEnARb9y11OAzaD+P2Ps+b+BGX5iQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/pretty-format": "2.1.9", + "loupe": "^3.1.2", + "tinyrainbow": "^1.2.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/acorn": { + "version": "8.13.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.13.0.tgz", + "integrity": "sha512-8zSiw54Oxrdym50NlZ9sUusyO1Z1ZchgRLWRaK6c86XJFClyCgFKetdowBg5bKxyp/u+CDBJG4Mpp0m3HLZl9w==", + "dev": true, + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "dev": true, + "license": "MIT", + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz", + "integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "license": "MIT", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", + "dependencies": { + "color-convert": "^1.9.0" }, "engines": { "node": ">=4" @@ -2041,6 +2652,43 @@ "dev": true, "license": "Python-2.0" }, + "node_modules/aria-query": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", + "dev": true, + "license": "Apache-2.0", + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/assertion-error": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz", + "integrity": "sha512-Izi8RQcffqCeNVgFigKli1ssklIbpHnCYc6AknXGYoB6grJqyeby7jv12JUQgmTAnIDnbck1uxksT4dzN3PWBA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", + "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/babel-plugin-macros": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", @@ -2150,6 +2798,29 @@ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, + "node_modules/cac": { + "version": "6.7.14", + "resolved": "https://registry.npmjs.org/cac/-/cac-6.7.14.tgz", + "integrity": "sha512-b6Ilus+c3RrdDk+JhLKUAQfzzgLEPy6wcXqS7f/xe1EETvsDP6GORG7SFuOs6cID5YkqchW/LXZbX5bc8j7ZcQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", @@ -2180,6 +2851,23 @@ ], "license": "CC-BY-4.0" }, + "node_modules/chai": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-5.2.0.tgz", + "integrity": "sha512-mCuXncKXk5iCLhfhwTc0izo0gtEmpz5CtG2y8GiOINBlMVS6v8TMRc5TaLWKS6692m9+dVVfzgeVxR5UxWHTYw==", + "dev": true, + "license": "MIT", + "dependencies": { + "assertion-error": "^2.0.1", + "check-error": "^2.1.1", + "deep-eql": "^5.0.1", + "loupe": "^3.1.0", + "pathval": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", @@ -2194,6 +2882,16 @@ "node": ">=4" } }, + "node_modules/check-error": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-2.1.1.tgz", + "integrity": "sha512-OAlb+T7V4Op9OwdkjmguYRqncdlx5JiofwOAUkmTF+jNdHwzTaTs4sRAGpzLF3oOz5xAyDGrPgeIDFQmDOTiJw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 16" + } + }, "node_modules/chokidar": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", @@ -2251,6 +2949,18 @@ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "license": "MIT" }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -2282,9 +2992,9 @@ } }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "license": "MIT", "dependencies": { @@ -2296,12 +3006,54 @@ "node": ">= 8" } }, + "node_modules/css.escape": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==", + "dev": true, + "license": "MIT" + }, + "node_modules/cssstyle": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-4.3.0.tgz", + "integrity": "sha512-6r0NiY0xizYqfBvWp1G7WXJ06/bZyrk7Dc6PHql82C/pKGUTKu4yAX4Y8JPamb1ob9nBKuxWzCGTRuGwU3yxJQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@asamuzakjp/css-color": "^3.1.1", + "rrweb-cssom": "^0.8.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/cssstyle/node_modules/rrweb-cssom": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.8.0.tgz", + "integrity": "sha512-guoltQEx+9aMf2gDZ0s62EcV8lsXR+0w8915TC3ITdn2YueuNjdAYh/levpU9nFaoChh9RUS5ZdQMrKfVEN9tw==", + "dev": true, + "license": "MIT" + }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "license": "MIT" }, + "node_modules/data-urls": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-5.0.0.tgz", + "integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/debug": { "version": "4.3.7", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", @@ -2319,6 +3071,23 @@ } } }, + "node_modules/decimal.js": { + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz", + "integrity": "sha512-8vDa8Qxvr/+d94hSh5P3IJwI5t8/c0KsMp+g8bNw9cY2icONa5aPfvKeieW1WlG0WQYwwhJ7mjui2xtiePQSXw==", + "dev": true, + "license": "MIT" + }, + "node_modules/deep-eql": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-5.0.2.tgz", + "integrity": "sha512-h5k/5U50IJJFpzfL6nO9jaaumfjO/f2NjK/oYB2Djzm4p9L+3T9qWpZqZ2hAbLPuuYq9wrU08WQyBTL5GbPk5Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", @@ -2326,6 +3095,15 @@ "dev": true, "license": "MIT" }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, "node_modules/dequal": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", @@ -2335,6 +3113,13 @@ "node": ">=6" } }, + "node_modules/dom-accessibility-api": { + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz", + "integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==", + "dev": true, + "license": "MIT" + }, "node_modules/dom-helpers": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", @@ -2345,6 +3130,27 @@ "csstype": "^3.0.2" } }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true, + "license": "MIT" + }, "node_modules/electron-to-chromium": { "version": "1.5.39", "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.39.tgz", @@ -2352,6 +3158,26 @@ "dev": true, "license": "ISC" }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true, + "license": "MIT" + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", @@ -2361,6 +3187,58 @@ "is-arrayish": "^0.2.1" } }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.6.0.tgz", + "integrity": "sha512-qqnD1yMU6tk/jnaMosogGySTZP8YtUgAffA9nMN+E/rjxcfRQ6IEk7IiozUjgxKoFHBGjTLnrHB/YC45r/59EQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/esbuild": { "version": "0.21.5", "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", @@ -2676,6 +3554,16 @@ "node": ">=4.0" } }, + "node_modules/estree-walker": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dev": true, + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", @@ -2686,10 +3574,20 @@ "node": ">=0.10.0" } }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "node_modules/expect-type": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/expect-type/-/expect-type-1.2.0.tgz", + "integrity": "sha512-80F22aiJ3GLyVnS/B3HzgR6RelZVumzj9jkL0Rhz4h0xYbNW9PjlQz5h3J/SShErbXBc295vseR4/MIbVmUbeA==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true, "license": "MIT" }, @@ -2816,6 +3714,58 @@ "dev": true, "license": "ISC" }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", + "dev": true, + "license": "ISC", + "dependencies": { + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/form-data": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", + "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -2849,6 +3799,64 @@ "node": ">=6.9.0" } }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "license": "ISC", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/glob-parent": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -2862,6 +3870,32 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/globals": { "version": "15.11.0", "resolved": "https://registry.npmjs.org/globals/-/globals-15.11.0.tgz", @@ -2884,6 +3918,18 @@ "csstype": "^3.0.10" } }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", @@ -2900,6 +3946,33 @@ "node": ">=4" } }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/hasown": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", @@ -2913,17 +3986,12 @@ } }, "node_modules/history": { - "version": "4.10.1", - "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", - "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/history/-/history-5.3.0.tgz", + "integrity": "sha512-ZqaKwjjrAYUYfLG+htGaIIZ4nioX2L70ZUMIFysS3xvBsSG4x/n1V6TXV3N8ZYNuFGlDirFg32T7B6WOUPDYcQ==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.1.2", - "loose-envify": "^1.2.0", - "resolve-pathname": "^3.0.0", - "tiny-invariant": "^1.0.2", - "tiny-warning": "^1.0.0", - "value-equal": "^1.0.1" + "@babel/runtime": "^7.7.6" } }, "node_modules/hoist-non-react-statics": { @@ -2935,6 +4003,67 @@ "react-is": "^16.7.0" } }, + "node_modules/html-encoding-sniffer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-4.0.0.tgz", + "integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "whatwg-encoding": "^3.1.1" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true, + "license": "MIT" + }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/ignore": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", @@ -2977,6 +4106,16 @@ "node": ">=0.8.19" } }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", @@ -3034,6 +4173,16 @@ "node": ">=0.10.0" } }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -3055,6 +4204,13 @@ "node": ">=0.12.0" } }, + "node_modules/is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true, + "license": "MIT" + }, "node_modules/isarray": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", @@ -3068,61 +4224,225 @@ "dev": true, "license": "ISC" }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "license": "MIT" + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "license": "BSD-3-Clause", + "engines": { + "node": ">=8" + } }, - "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", "dev": true, - "license": "MIT", + "license": "BSD-3-Clause", "dependencies": { - "argparse": "^2.0.1" + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" }, - "bin": { - "js-yaml": "bin/js-yaml.js" + "engines": { + "node": ">=10" } }, - "node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "license": "MIT", + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "dev": true, + "license": "ISC", "bin": { - "jsesc": "bin/jsesc" + "semver": "bin/semver.js" }, "engines": { - "node": ">=6" + "node": ">=10" } }, - "node_modules/json-buffer": { + "node_modules/istanbul-lib-report": { "version": "3.0.1", - "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", - "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, - "license": "MIT" - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "license": "MIT" + "license": "BSD-3-Clause", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=8" + } }, - "node_modules/json-stable-stringify-without-jsonify": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "license": "MIT", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-5.0.6.tgz", + "integrity": "sha512-yg2d+Em4KizZC5niWhQaIomgf5WlL4vOOjZ5xGCmF8SnPE/mDWWXgvRExdcpCgh9lLRRa1/fSYp2ymmbJ1pI+A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.23", + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsdom": { + "version": "25.0.1", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz", + "integrity": "sha512-8i7LzZj7BF8uplX+ZyOlIz86V6TAsSs+np6m1kpW9u0JWi4z/1t+FzcK1aek+ybTnAC4KhBL4uXCNT0wcUIeCw==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssstyle": "^4.1.0", + "data-urls": "^5.0.0", + "decimal.js": "^10.4.3", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^4.0.0", + "http-proxy-agent": "^7.0.2", + "https-proxy-agent": "^7.0.5", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.12", + "parse5": "^7.1.2", + "rrweb-cssom": "^0.7.1", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^5.0.0", + "w3c-xmlserializer": "^5.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^3.1.1", + "whatwg-mimetype": "^4.0.0", + "whatwg-url": "^14.0.0", + "ws": "^8.18.0", + "xml-name-validator": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "canvas": "^2.11.2" + }, + "peerDependenciesMeta": { + "canvas": { + "optional": true + } + } + }, + "node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "license": "MIT", + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true, + "license": "MIT" + }, + "node_modules/json-stable-stringify-without-jsonify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true, "license": "MIT" }, @@ -3210,6 +4530,13 @@ "loose-envify": "cli.js" } }, + "node_modules/loupe": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-3.1.3.tgz", + "integrity": "sha512-kkIp7XSkP78ZxJEsSxW3712C6teJVoeHHwgo9zJ380de7IYyJ2ISlxojcH2pC5OFLewESmnRi/+XCDIEEVyoug==", + "dev": true, + "license": "MIT" + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -3220,6 +4547,76 @@ "yallist": "^3.0.2" } }, + "node_modules/lz-string": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz", + "integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==", + "dev": true, + "license": "MIT", + "bin": { + "lz-string": "bin/bin.js" + } + }, + "node_modules/magic-string": { + "version": "0.30.17", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.17.tgz", + "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" + } + }, + "node_modules/magicast": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/magicast/-/magicast-0.3.5.tgz", + "integrity": "sha512-L0WhttDl+2BOsybvEOLK7fW3UA0OQ0IQ2d6Zl2x/a6vVRs3bAY0ECOSHHeL5jD+SbOpOCUEi0y1DgHEn9Qn1AQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/parser": "^7.25.4", + "@babel/types": "^7.25.4", + "source-map-js": "^1.2.0" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "7.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", + "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", + "dev": true, + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/memoize-one": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-6.0.0.tgz", @@ -3250,6 +4647,37 @@ "node": ">=8.6" } }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/min-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", + "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", @@ -3263,6 +4691,16 @@ "node": "*" } }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -3311,6 +4749,13 @@ "node": ">=0.10.0" } }, + "node_modules/nwsapi": { + "version": "2.2.19", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.19.tgz", + "integrity": "sha512-94bcyI3RsqiZufXjkr3ltkI86iEl+I7uiHVDtcq9wJUTwYQJ5odHDeSzkkrRzi80jJ8MaeZgqKjH1bAWAFw9bA==", + "dev": true, + "license": "MIT" + }, "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", @@ -3370,6 +4815,13 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -3400,6 +4852,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/parse5": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "entities": "^4.5.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, "node_modules/path": { "version": "0.12.7", "resolved": "https://registry.npmjs.org/path/-/path-0.12.7.tgz", @@ -3436,6 +4901,30 @@ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "license": "MIT" }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true, + "license": "ISC" + }, "node_modules/path-to-regexp": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.9.0.tgz", @@ -3454,6 +4943,23 @@ "node": ">=8" } }, + "node_modules/pathe": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/pathe/-/pathe-1.1.2.tgz", + "integrity": "sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/pathval": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-2.0.0.tgz", + "integrity": "sha512-vE7JKRyES09KiunauX7nd2Q9/L7lhok4smP9RZTDeD4MVs72Dp2qNFVz39Nz5a0FVEW0BJR6C0DYrq6unoziZA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14.16" + } + }, "node_modules/picocolors": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", @@ -3511,6 +5017,41 @@ "node": ">= 0.8.0" } }, + "node_modules/pretty-format": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz", + "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "engines": { + "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + } + }, + "node_modules/pretty-format/node_modules/ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/pretty-format/node_modules/react-is": { + "version": "17.0.2", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", + "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==", + "dev": true, + "license": "MIT" + }, "node_modules/process": { "version": "0.11.10", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", @@ -3544,6 +5085,12 @@ "react": ">=0.14.0" } }, + "node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, "node_modules/punycode": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", @@ -3706,30 +5253,58 @@ "react": ">=15" } }, - "node_modules/react-select": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", - "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", + "node_modules/react-router-dom/node_modules/history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", "license": "MIT", "dependencies": { - "@babel/runtime": "^7.12.0", - "@emotion/cache": "^11.4.0", - "@emotion/react": "^11.8.1", - "@floating-ui/dom": "^1.0.1", - "@types/react-transition-group": "^4.4.0", - "memoize-one": "^6.0.0", - "prop-types": "^15.6.0", - "react-transition-group": "^4.3.0", - "use-isomorphic-layout-effect": "^1.1.2" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "node_modules/react-router/node_modules/history": { + "version": "4.10.1", + "resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz", + "integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.1.2", + "loose-envify": "^1.2.0", + "resolve-pathname": "^3.0.0", + "tiny-invariant": "^1.0.2", + "tiny-warning": "^1.0.0", + "value-equal": "^1.0.1" + } + }, + "node_modules/react-select": { + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", + "license": "MIT", + "dependencies": { + "@babel/runtime": "^7.12.0", + "@emotion/cache": "^11.4.0", + "@emotion/react": "^11.8.1", + "@floating-ui/dom": "^1.0.1", + "@types/react-transition-group": "^4.4.0", + "memoize-one": "^6.0.0", + "prop-types": "^15.6.0", + "react-transition-group": "^4.3.0", + "use-isomorphic-layout-effect": "^1.1.2" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/react-transition-group": { + "version": "4.4.5", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", "license": "BSD-3-Clause", "dependencies": { @@ -3755,6 +5330,20 @@ "node": ">=8.10.0" } }, + "node_modules/redent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-3.0.0.tgz", + "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", + "dev": true, + "license": "MIT", + "dependencies": { + "indent-string": "^4.0.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/regenerator-runtime": { "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", @@ -3840,6 +5429,13 @@ "fsevents": "~2.3.2" } }, + "node_modules/rrweb-cssom": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz", + "integrity": "sha512-TrEMa7JGdVm0UThDJSx7ddw5nVm3UJS9o9CCIZ72B1vSyEZoziDqBYP3XIoi/12lKrJR8rE3jeFHMok2F/Mnsg==", + "dev": true, + "license": "MIT" + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -3864,6 +5460,13 @@ "queue-microtask": "^1.2.2" } }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true, + "license": "MIT" + }, "node_modules/sass": { "version": "1.77.6", "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.6.tgz", @@ -3881,6 +5484,19 @@ "node": ">=14.0.0" } }, + "node_modules/saxes": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "dev": true, + "license": "ISC", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=v12.22.7" + } + }, "node_modules/scheduler": { "version": "0.23.2", "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.23.2.tgz", @@ -3923,6 +5539,26 @@ "node": ">=8" } }, + "node_modules/siginfo": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/siginfo/-/siginfo-2.0.0.tgz", + "integrity": "sha512-ybx0WO1/8bSBLEWXZvEd7gMW3Sn3JFlW3TvX1nREbDLRNQNaeNN8WK0meBwPdAaOI7TtRRRJn/Es1zhrrCHu7g==", + "dev": true, + "license": "ISC" + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/source-map": { "version": "0.5.7", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", @@ -3941,6 +5577,130 @@ "node": ">=0.10.0" } }, + "node_modules/stackback": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/stackback/-/stackback-0.0.2.tgz", + "integrity": "sha512-1XMJE5fQo1jGH6Y/7ebnwPOBEkIEnT4QF32d5R1+VXdXveM0IBMJt8zfaxX1P3QhVwrYe+576+jkANtSS2mBbw==", + "dev": true, + "license": "MIT" + }, + "node_modules/std-env": { + "version": "3.8.1", + "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.8.1.tgz", + "integrity": "sha512-vj5lIj3Mwf9D79hBkltk5qmkFI+biIKWS2IBxEyEU3AX1tUf7AoL8nSazCOiiqQsGKIq01SClsKEzweu34uwvA==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "license": "MIT", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/strip-indent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", + "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "min-indent": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -3984,6 +5744,54 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true, + "license": "MIT" + }, + "node_modules/test-exclude": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-7.0.1.tgz", + "integrity": "sha512-pFYqmTw68LXVjeWJMST4+borgQP2AyMNbg1BpZh9LbyhUeNkeaPF9gzfPGUAnSMV3qPYdWUwDIjjCLiSDOl7vg==", + "dev": true, + "license": "ISC", + "dependencies": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^10.4.1", + "minimatch": "^9.0.4" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/test-exclude/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/test-exclude/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", @@ -4003,6 +5811,70 @@ "integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA==", "license": "MIT" }, + "node_modules/tinybench": { + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz", + "integrity": "sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==", + "dev": true, + "license": "MIT" + }, + "node_modules/tinyexec": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz", + "integrity": "sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==", + "dev": true, + "license": "MIT" + }, + "node_modules/tinypool": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz", + "integrity": "sha512-al6n+QEANGFOMf/dmUMsuS5/r9B06uwlyNjZZql/zv8J7ybHCgoihBNORZCY2mzUuAnomQa2JdhyHKzZxPCrFA==", + "dev": true, + "license": "MIT", + "engines": { + "node": "^18.0.0 || >=20.0.0" + } + }, + "node_modules/tinyrainbow": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/tinyrainbow/-/tinyrainbow-1.2.0.tgz", + "integrity": "sha512-weEDEq7Z5eTHPDh4xjX789+fHfF+P8boiFB+0vbWzpbnbsEr/GRaohi/uMKxg8RZMXnl1ItAi/IUHWMsjDV7kQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tinyspy": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/tinyspy/-/tinyspy-3.0.2.tgz", + "integrity": "sha512-n1cw8k1k0x4pgA2+9XrOkFydTerNcJ1zWCO5Nn9scWHTD+5tp8dghT2x1uduQePZTZgd3Tupf+x9BxJjeJi77Q==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tldts": { + "version": "6.1.85", + "resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.85.tgz", + "integrity": "sha512-gBdZ1RjCSevRPFix/hpaUWeak2/RNUZB4/8frF1r5uYMHjFptkiT0JXIebWvgI/0ZHXvxaUDDJshiA0j6GdL3w==", + "dev": true, + "license": "MIT", + "dependencies": { + "tldts-core": "^6.1.85" + }, + "bin": { + "tldts": "bin/cli.js" + } + }, + "node_modules/tldts-core": { + "version": "6.1.85", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.85.tgz", + "integrity": "sha512-DTjUVvxckL1fIoPSb3KE7ISNtkWSawZdpfxGxwiIrZoO6EbHVDXXUIlIuWympPaeS+BLGyggozX/HTMsRAdsoA==", + "dev": true, + "license": "MIT" + }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", @@ -4024,6 +5896,32 @@ "node": ">=8.0" } }, + "node_modules/tough-cookie": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz", + "integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==", + "dev": true, + "license": "BSD-3-Clause", + "dependencies": { + "tldts": "^6.1.32" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/tr46": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-5.1.0.tgz", + "integrity": "sha512-IUWnUK7ADYR5Sl1fZlO1INDUhVhatWl7BtJWsIhwJ0UAK7ilzzIa8uIqOO/aYVWHZPJkKbEL+362wrzoeRF7bw==", + "dev": true, + "license": "MIT", + "dependencies": { + "punycode": "^2.3.1" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/ts-api-utils": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.3.0.tgz", @@ -4239,6 +6137,108 @@ } } }, + "node_modules/vite-node": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/vite-node/-/vite-node-2.1.9.tgz", + "integrity": "sha512-AM9aQ/IPrW/6ENLQg3AGY4K1N2TGZdR5e4gu/MmmR2xR3Ll1+dib+nook92g4TV3PXVyeyxdWwtaCAiUL0hMxA==", + "dev": true, + "license": "MIT", + "dependencies": { + "cac": "^6.7.14", + "debug": "^4.3.7", + "es-module-lexer": "^1.5.4", + "pathe": "^1.1.2", + "vite": "^5.0.0" + }, + "bin": { + "vite-node": "vite-node.mjs" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + } + }, + "node_modules/vitest": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/vitest/-/vitest-2.1.9.tgz", + "integrity": "sha512-MSmPM9REYqDGBI8439mA4mWhV5sKmDlBKWIYbA3lRb2PTHACE0mgKwA8yQ2xq9vxDTuk4iPrECBAEW2aoFXY0Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "@vitest/expect": "2.1.9", + "@vitest/mocker": "2.1.9", + "@vitest/pretty-format": "^2.1.9", + "@vitest/runner": "2.1.9", + "@vitest/snapshot": "2.1.9", + "@vitest/spy": "2.1.9", + "@vitest/utils": "2.1.9", + "chai": "^5.1.2", + "debug": "^4.3.7", + "expect-type": "^1.1.0", + "magic-string": "^0.30.12", + "pathe": "^1.1.2", + "std-env": "^3.8.0", + "tinybench": "^2.9.0", + "tinyexec": "^0.3.1", + "tinypool": "^1.0.1", + "tinyrainbow": "^1.2.0", + "vite": "^5.0.0", + "vite-node": "2.1.9", + "why-is-node-running": "^2.3.0" + }, + "bin": { + "vitest": "vitest.mjs" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://opencollective.com/vitest" + }, + "peerDependencies": { + "@edge-runtime/vm": "*", + "@types/node": "^18.0.0 || >=20.0.0", + "@vitest/browser": "2.1.9", + "@vitest/ui": "2.1.9", + "happy-dom": "*", + "jsdom": "*" + }, + "peerDependenciesMeta": { + "@edge-runtime/vm": { + "optional": true + }, + "@types/node": { + "optional": true + }, + "@vitest/browser": { + "optional": true + }, + "@vitest/ui": { + "optional": true + }, + "happy-dom": { + "optional": true + }, + "jsdom": { + "optional": true + } + } + }, + "node_modules/w3c-xmlserializer": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-5.0.0.tgz", + "integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "xml-name-validator": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/warning": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/warning/-/warning-4.0.3.tgz", @@ -4248,6 +6248,53 @@ "loose-envify": "^1.0.0" } }, + "node_modules/webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true, + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + } + }, + "node_modules/whatwg-encoding": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", + "integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "iconv-lite": "0.6.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-mimetype": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz", + "integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=18" + } + }, + "node_modules/whatwg-url": { + "version": "14.2.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-14.2.0.tgz", + "integrity": "sha512-De72GdQZzNTUBBChsXueQUnPKDkg/5A5zp7pFDuQAj5UFoENpiACU0wlCvzpAGnTkj++ihpKwKyYewn/XNUbKw==", + "dev": true, + "license": "MIT", + "dependencies": { + "tr46": "^5.1.0", + "webidl-conversions": "^7.0.0" + }, + "engines": { + "node": ">=18" + } + }, "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", @@ -4264,6 +6311,23 @@ "node": ">= 8" } }, + "node_modules/why-is-node-running": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/why-is-node-running/-/why-is-node-running-2.3.0.tgz", + "integrity": "sha512-hUrmaWBdVDcxvYqnyh09zunKzROWjbZTiNy8dBEjkS7ehEDQibXJ7XvlmtbwuTclUiIyN+CyXQD4Vmko8fNm8w==", + "dev": true, + "license": "MIT", + "dependencies": { + "siginfo": "^2.0.0", + "stackback": "0.0.2" + }, + "bin": { + "why-is-node-running": "cli.js" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/word-wrap": { "version": "1.2.5", "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", @@ -4274,6 +6338,166 @@ "node": ">=0.10.0" } }, + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xml-name-validator": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-5.0.0.tgz", + "integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==", + "dev": true, + "license": "Apache-2.0", + "engines": { + "node": ">=18" + } + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true, + "license": "MIT" + }, "node_modules/yallist": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml index bc30011d8e6..56ae187df9f 100644 --- a/ambari-server/pom.xml +++ b/ambari-server/pom.xml @@ -38,7 +38,7 @@ /usr/lib/ambari-server/lib/ambari_pyaes ${basedir}/docs/api/generated/ ${project.build.directory}/generated-sources/swagger/ - ${basedir}/../ambari-web/public + ${basedir}/../ambari-web/target/classes ${basedir}/../ambari-admin ${basedir}/../contrib/views ${project.basedir}/../ambari-common/src/main/python/resource_management @@ -306,7 +306,7 @@ copy-resources - ${ambari-web-dir}/api-docs + {basedir}/../ambari-web/classic/public/api-docs ${swagger.generated.resources.dir} diff --git a/ambari-web/app/assets/data/hosts/background_operations/logs/task1.json b/ambari-web/app/assets/data/hosts/background_operations/logs/task1.json deleted file mode 100644 index 4a6a7b9a7c6..00000000000 --- a/ambari-web/app/assets/data/hosts/background_operations/logs/task1.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "taskId": 1, - "stageId": 2, - "hostname": "x.y.z.com", - "role": "NAMENODE", - "command": "START", - "status": "PENDING", - "exitcode": "exitcode", - "stderror": "stderror", - "stdout": "stdout", - "startTime": "", - "attemptCount": 8 -} \ No newline at end of file diff --git a/ambari-web/app/assets/data/hosts/background_operations/logs/task2.json b/ambari-web/app/assets/data/hosts/background_operations/logs/task2.json deleted file mode 100644 index d2defbb74c5..00000000000 --- a/ambari-web/app/assets/data/hosts/background_operations/logs/task2.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "taskId": 2, - "stageId": 3, - "hostname": "a.b.c.com", - "role": "DATANODE", - "command": "START", - "status": "PENDING", - "exitcode": "exitcode", - "stderror": "stderror", - "stdout": "stdout", - "startTime": "", - "attemptCount": 8 -} \ No newline at end of file diff --git a/ambari-web/app/assets/data/hosts/background_operations/logs/task3.json b/ambari-web/app/assets/data/hosts/background_operations/logs/task3.json deleted file mode 100644 index 05fa4256595..00000000000 --- a/ambari-web/app/assets/data/hosts/background_operations/logs/task3.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "taskId": 3, - "stageId":4, - "hostname":"host3.com", - "role":"DATANODE", - "command":"STOP", - "status":"PENDING", - "exitcode": "exitcode", - "stderror": "stderror", - "stdout": "stdout", - "startTime": "", - "attemptCount": 8 -} \ No newline at end of file diff --git a/ambari-web/brunch-config.js b/ambari-web/brunch-config.js old mode 100644 new mode 100755 index 1f9ff8bd61b..09c5dd8b55c --- a/ambari-web/brunch-config.js +++ b/ambari-web/brunch-config.js @@ -29,7 +29,9 @@ module.exports.config = { assetsmanager: { copyTo: { 'stylesheets/fonts' : ['vendor/theme/fonts/*'], - 'api-docs' : ['api-docs/*'] + 'api-docs' : ['api-docs/*'], + 'stylesheets/fonts' : ['vendor/theme/fonts/*'], + 'img' : ['img/*'] } } }, diff --git a/ambari-web/api-docs/css/api-explorer.css b/ambari-web/classic/api-docs/css/api-explorer.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/api-explorer.css rename to ambari-web/classic/api-docs/css/api-explorer.css diff --git a/ambari-web/api-docs/css/index.css b/ambari-web/classic/api-docs/css/index.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/index.css rename to ambari-web/classic/api-docs/css/index.css diff --git a/ambari-web/api-docs/css/print.css b/ambari-web/classic/api-docs/css/print.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/print.css rename to ambari-web/classic/api-docs/css/print.css diff --git a/ambari-web/api-docs/css/reset.css b/ambari-web/classic/api-docs/css/reset.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/reset.css rename to ambari-web/classic/api-docs/css/reset.css diff --git a/ambari-web/api-docs/css/screen.css b/ambari-web/classic/api-docs/css/screen.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/screen.css rename to ambari-web/classic/api-docs/css/screen.css diff --git a/ambari-web/api-docs/css/standalone.css b/ambari-web/classic/api-docs/css/standalone.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/standalone.css rename to ambari-web/classic/api-docs/css/standalone.css diff --git a/ambari-web/api-docs/css/typography.css b/ambari-web/classic/api-docs/css/typography.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/css/typography.css rename to ambari-web/classic/api-docs/css/typography.css diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-700.eot b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.eot old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-700.eot rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.eot diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-700.svg b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.svg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-700.svg rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.svg diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-700.ttf b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.ttf old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-700.ttf rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.ttf diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-700.woff b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.woff old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-700.woff rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.woff diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-700.woff2 b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.woff2 old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-700.woff2 rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-700.woff2 diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.eot b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.eot old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.eot rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.eot diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.svg b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.svg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.svg rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.svg diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.ttf b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.ttf old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.ttf rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.ttf diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.woff b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.woff old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.woff rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.woff diff --git a/ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.woff2 b/ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.woff2 old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/fonts/droid-sans-v6-latin-regular.woff2 rename to ambari-web/classic/api-docs/fonts/droid-sans-v6-latin-regular.woff2 diff --git a/ambari-web/api-docs/images/Swagger_explorer.png b/ambari-web/classic/api-docs/images/Swagger_explorer.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/Swagger_explorer.png rename to ambari-web/classic/api-docs/images/Swagger_explorer.png diff --git a/ambari-web/api-docs/images/Swagger_explorer_min.png b/ambari-web/classic/api-docs/images/Swagger_explorer_min.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/Swagger_explorer_min.png rename to ambari-web/classic/api-docs/images/Swagger_explorer_min.png diff --git a/ambari-web/api-docs/images/explorer_icons.png b/ambari-web/classic/api-docs/images/explorer_icons.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/explorer_icons.png rename to ambari-web/classic/api-docs/images/explorer_icons.png diff --git a/ambari-web/api-docs/images/favicon-16x16.png b/ambari-web/classic/api-docs/images/favicon-16x16.png similarity index 100% rename from ambari-web/api-docs/images/favicon-16x16.png rename to ambari-web/classic/api-docs/images/favicon-16x16.png diff --git a/ambari-web/api-docs/images/favicon-32x32.png b/ambari-web/classic/api-docs/images/favicon-32x32.png similarity index 100% rename from ambari-web/api-docs/images/favicon-32x32.png rename to ambari-web/classic/api-docs/images/favicon-32x32.png diff --git a/ambari-web/api-docs/images/favicon.ico b/ambari-web/classic/api-docs/images/favicon.ico similarity index 100% rename from ambari-web/api-docs/images/favicon.ico rename to ambari-web/classic/api-docs/images/favicon.ico diff --git a/ambari-web/api-docs/images/json_editor_integration.png b/ambari-web/classic/api-docs/images/json_editor_integration.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/json_editor_integration.png rename to ambari-web/classic/api-docs/images/json_editor_integration.png diff --git a/ambari-web/api-docs/images/logo_small.png b/ambari-web/classic/api-docs/images/logo_small.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/logo_small.png rename to ambari-web/classic/api-docs/images/logo_small.png diff --git a/ambari-web/api-docs/images/pet_store_api.png b/ambari-web/classic/api-docs/images/pet_store_api.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/pet_store_api.png rename to ambari-web/classic/api-docs/images/pet_store_api.png diff --git a/ambari-web/api-docs/images/senodio.png b/ambari-web/classic/api-docs/images/senodio.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/senodio.png rename to ambari-web/classic/api-docs/images/senodio.png diff --git a/ambari-web/api-docs/images/throbber.gif b/ambari-web/classic/api-docs/images/throbber.gif old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/throbber.gif rename to ambari-web/classic/api-docs/images/throbber.gif diff --git a/ambari-web/api-docs/images/wordnik_api.png b/ambari-web/classic/api-docs/images/wordnik_api.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/images/wordnik_api.png rename to ambari-web/classic/api-docs/images/wordnik_api.png diff --git a/ambari-web/api-docs/index.html b/ambari-web/classic/api-docs/index.html old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/api-docs/index.html rename to ambari-web/classic/api-docs/index.html index 7ca418a3386..925659e4fc8 --- a/ambari-web/api-docs/index.html +++ b/ambari-web/classic/api-docs/index.html @@ -239,4 +239,3 @@

Ambari

- diff --git a/ambari-web/api-docs/lib/backbone-min.js b/ambari-web/classic/api-docs/lib/backbone-min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/backbone-min.js rename to ambari-web/classic/api-docs/lib/backbone-min.js diff --git a/ambari-web/api-docs/lib/bootstrap.min.js b/ambari-web/classic/api-docs/lib/bootstrap.min.js similarity index 100% rename from ambari-web/api-docs/lib/bootstrap.min.js rename to ambari-web/classic/api-docs/lib/bootstrap.min.js diff --git a/ambari-web/api-docs/lib/handlebars-2.0.0.js b/ambari-web/classic/api-docs/lib/handlebars-2.0.0.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/handlebars-2.0.0.js rename to ambari-web/classic/api-docs/lib/handlebars-2.0.0.js diff --git a/ambari-web/api-docs/lib/highlight.7.3.pack.js b/ambari-web/classic/api-docs/lib/highlight.7.3.pack.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/highlight.7.3.pack.js rename to ambari-web/classic/api-docs/lib/highlight.7.3.pack.js diff --git a/ambari-web/api-docs/lib/jquery-1.9.0.min.js b/ambari-web/classic/api-docs/lib/jquery-1.9.0.min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/jquery-1.9.0.min.js rename to ambari-web/classic/api-docs/lib/jquery-1.9.0.min.js diff --git a/ambari-web/api-docs/lib/jquery.ba-bbq.min.js b/ambari-web/classic/api-docs/lib/jquery.ba-bbq.min.js old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/api-docs/lib/jquery.ba-bbq.min.js rename to ambari-web/classic/api-docs/lib/jquery.ba-bbq.min.js index bcbf24834ac..c458f238031 --- a/ambari-web/api-docs/lib/jquery.ba-bbq.min.js +++ b/ambari-web/classic/api-docs/lib/jquery.ba-bbq.min.js @@ -1,7 +1,7 @@ /* * jQuery BBQ: Back Button & Query Library - v1.2.1 - 2/17/2010 * http://benalman.com/projects/jquery-bbq-plugin/ - * + * * Copyright (c) 2010 "Cowboy" Ben Alman * Dual licensed under the MIT and GPL licenses. * http://benalman.com/about/license/ @@ -10,7 +10,7 @@ /* * jQuery hashchange event - v1.2 - 2/11/2010 * http://benalman.com/projects/jquery-hashchange-plugin/ - * + * * Copyright (c) 2010 "Cowboy" Ben Alman * Dual licensed under the MIT and GPL licenses. * http://benalman.com/about/license/ diff --git a/ambari-web/api-docs/lib/jquery.slideto.min.js b/ambari-web/classic/api-docs/lib/jquery.slideto.min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/jquery.slideto.min.js rename to ambari-web/classic/api-docs/lib/jquery.slideto.min.js diff --git a/ambari-web/api-docs/lib/jquery.wiggle.min.js b/ambari-web/classic/api-docs/lib/jquery.wiggle.min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/jquery.wiggle.min.js rename to ambari-web/classic/api-docs/lib/jquery.wiggle.min.js diff --git a/ambari-web/api-docs/lib/jsoneditor.js b/ambari-web/classic/api-docs/lib/jsoneditor.js old mode 100644 new mode 100755 similarity index 98% rename from ambari-web/api-docs/lib/jsoneditor.js rename to ambari-web/classic/api-docs/lib/jsoneditor.js index ba48b06e98c..ad8466e58f7 --- a/ambari-web/api-docs/lib/jsoneditor.js +++ b/ambari-web/classic/api-docs/lib/jsoneditor.js @@ -20,20 +20,20 @@ var Class; (function(){ var initializing = false, fnTest = /xyz/.test(function(){window.postMessage("xyz");}) ? /\b_super\b/ : /.*/; - + // The base Class implementation (does nothing) Class = function(){}; - + // Create a new Class that inherits from this class Class.extend = function(prop) { var _super = this.prototype; - + // Instantiate a base class (but only create the instance, // don't run the init constructor) initializing = true; var prototype = new this(); initializing = false; - + // Copy the properties over onto the new prototype for (var name in prop) { // Check if we're overwriting an existing function @@ -42,41 +42,41 @@ var Class; (function(name, fn){ return function() { var tmp = this._super; - + // Add a new ._super() method that is the same method // but on the super-class this._super = _super[name]; - + // The method only need to be bound temporarily, so we // remove it when we're done executing - var ret = fn.apply(this, arguments); + var ret = fn.apply(this, arguments); this._super = tmp; - + return ret; }; })(name, prop[name]) : prop[name]; } - + // The dummy class constructor function Class() { // All construction is actually done in the init method if ( !initializing && this.init ) this.init.apply(this, arguments); } - + // Populate our constructed prototype object Class.prototype = prototype; - + // Enforce the constructor to be what we expect Class.prototype.constructor = Class; - + // And make this class extendable Class.extend = arguments.callee; - + return Class; }; - + return Class; })(); @@ -102,20 +102,20 @@ var Class; var vendors = ['ms', 'moz', 'webkit', 'o']; for(var x = 0; x < vendors.length && !window.requestAnimationFrame; ++x) { window.requestAnimationFrame = window[vendors[x]+'RequestAnimationFrame']; - window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || + window.cancelAnimationFrame = window[vendors[x]+'CancelAnimationFrame'] || window[vendors[x]+'CancelRequestAnimationFrame']; } - + if (!window.requestAnimationFrame) window.requestAnimationFrame = function(callback, element) { var currTime = new Date().getTime(); var timeToCall = Math.max(0, 16 - (currTime - lastTime)); - var id = window.setTimeout(function() { callback(currTime + timeToCall); }, + var id = window.setTimeout(function() { callback(currTime + timeToCall); }, timeToCall); lastTime = currTime + timeToCall; return id; }; - + if (!window.cancelAnimationFrame) window.cancelAnimationFrame = function(id) { clearTimeout(id); @@ -226,32 +226,32 @@ JSONEditor.prototype = { constructor: JSONEditor, init: function() { var self = this; - + this.ready = false; var theme_class = JSONEditor.defaults.themes[this.options.theme || JSONEditor.defaults.theme]; if(!theme_class) throw "Unknown theme " + (this.options.theme || JSONEditor.defaults.theme); - + this.schema = this.options.schema; this.theme = new theme_class(); this.template = this.options.template; this.refs = this.options.refs || {}; this.uuid = 0; this.__data = {}; - + var icon_class = JSONEditor.defaults.iconlibs[this.options.iconlib || JSONEditor.defaults.iconlib]; if(icon_class) this.iconlib = new icon_class(); this.root_container = this.theme.getContainer(); this.element.appendChild(this.root_container); - + this.translate = this.options.translate || JSONEditor.defaults.translate; // Fetch all external refs via ajax this._loadExternalRefs(this.schema, function() { self._getDefinitions(self.schema); self.validator = new JSONEditor.Validator(self); - + // Create the root editor var editor_class = self.getEditorClass(self.schema); self.root = self.createEditor(editor_class, { @@ -260,7 +260,7 @@ JSONEditor.prototype = { required: true, container: self.root_container }); - + self.root.preBuild(); self.root.build(); self.root.postBuild(); @@ -295,7 +295,7 @@ JSONEditor.prototype = { }, validate: function(value) { if(!this.ready) throw "JSON Editor not ready yet. Listen for 'ready' event before validating"; - + // Custom value if(arguments.length === 1) { return this.validator.validate(value); @@ -308,7 +308,7 @@ JSONEditor.prototype = { destroy: function() { if(this.destroyed) return; if(!this.ready) return; - + this.schema = null; this.options = null; this.root.destroy(); @@ -322,14 +322,14 @@ JSONEditor.prototype = { this.__data = null; this.ready = false; this.element.innerHTML = ''; - + this.destroyed = true; }, on: function(event, callback) { this.callbacks = this.callbacks || {}; this.callbacks[event] = this.callbacks[event] || []; this.callbacks[event].push(callback); - + return this; }, off: function(event, callback) { @@ -353,7 +353,7 @@ JSONEditor.prototype = { else { this.callbacks = {}; } - + return this; }, trigger: function(event) { @@ -362,7 +362,7 @@ JSONEditor.prototype = { this.callbacks[event][i](); } } - + return this; }, setOption: function(option, value) { @@ -374,7 +374,7 @@ JSONEditor.prototype = { else { throw "Option "+option+" must be set during instantiation and cannot be changed later"; } - + return this; }, getEditorClass: function(schema) { @@ -403,30 +403,30 @@ JSONEditor.prototype = { }, onChange: function() { if(!this.ready) return; - + if(this.firing_change) return; this.firing_change = true; - + var self = this; - + window.requestAnimationFrame(function() { self.firing_change = false; if(!self.ready) return; // Validate and cache results self.validation_results = self.validator.validate(self.root.getValue()); - + if(self.options.show_errors !== "never") { self.root.showValidationErrors(self.validation_results); } else { self.root.showValidationErrors([]); } - + // Fire change event self.trigger('change'); }); - + return this; }, compileTemplate: function(template, name) { @@ -469,7 +469,7 @@ JSONEditor.prototype = { else { // No data stored if(!el.hasAttribute('data-jsoneditor-'+key)) return null; - + return this.__data[el.getAttribute('data-jsoneditor-'+key)]; } }, @@ -491,7 +491,7 @@ JSONEditor.prototype = { this.watchlist = this.watchlist || {}; this.watchlist[path] = this.watchlist[path] || []; this.watchlist[path].push(callback); - + return this; }, unwatch: function(path,callback) { @@ -501,7 +501,7 @@ JSONEditor.prototype = { this.watchlist[path] = null; return this; } - + var newlist = []; for(var i=0; i=0) { holder = this.theme.getBlockLinkHolder(); - + link = this.theme.getBlockLink(); link.setAttribute('target','_blank'); - + var media = document.createElement(type); media.setAttribute('controls','controls'); - + this.theme.createMediaLink(holder,link,media); - - // When a watched field changes, update the url + + // When a watched field changes, update the url this.link_watchers.push(function(vars) { var url = href(vars); link.setAttribute('href',url); @@ -1548,15 +1548,15 @@ JSONEditor.AbstractEditor = Class.extend({ holder = this.theme.getBlockLink(); holder.setAttribute('target','_blank'); holder.textContent = data.rel; - - // When a watched field changes, update the url + + // When a watched field changes, update the url this.link_watchers.push(function(vars) { var url = href(vars); holder.setAttribute('href',url); holder.textContent = data.rel || url; }); } - + return holder; }, refreshWatchedFieldValues: function() { @@ -1564,7 +1564,7 @@ JSONEditor.AbstractEditor = Class.extend({ var watched = {}; var changed = false; var self = this; - + if(this.watched) { var val,editor; for(var name in this.watched) { @@ -1575,12 +1575,12 @@ JSONEditor.AbstractEditor = Class.extend({ watched[name] = val; } } - + watched.self = this.getValue(); if(this.watched_values.self !== watched.self) changed = true; - + this.watched_values = watched; - + return changed; }, getWatchedFieldValues: function() { @@ -1610,7 +1610,7 @@ JSONEditor.AbstractEditor = Class.extend({ }, onWatchedFieldChange: function() { var vars; - if(this.header_template) { + if(this.header_template) { vars = $extend(this.getWatchedFieldValues(),{ key: this.key, i: this.key, @@ -1619,7 +1619,7 @@ JSONEditor.AbstractEditor = Class.extend({ title: this.getTitle() }); var header_text = this.header_template(vars); - + if(header_text !== this.header_text) { this.header_text = header_text; this.updateHeaderText(); @@ -1669,12 +1669,12 @@ JSONEditor.AbstractEditor = Class.extend({ getDefault: function() { if(this.schema["default"]) return this.schema["default"]; if(this.schema["enum"]) return this.schema["enum"][0]; - + var type = this.schema.type || this.schema.oneOf; if(type && Array.isArray(type)) type = type[0]; if(type && typeof type === "object") type = type.type; if(type && Array.isArray(type)) type = type[0]; - + if(typeof type === "string") { if(type === "number") return 0.0; if(type === "boolean") return false; @@ -1683,7 +1683,7 @@ JSONEditor.AbstractEditor = Class.extend({ if(type === "object") return {}; if(type === "array") return []; } - + return null; }, getTitle: function() { @@ -1703,11 +1703,11 @@ JSONEditor.AbstractEditor = Class.extend({ else if(this.parent && this.parent.schema && Array.isArray(this.parent.schema.required)) return this.parent.schema.required.indexOf(this.key) > -1; else if(this.jsoneditor.options.required_by_default) return true; else return false; - }, + }, getDisplayText: function(arr) { var disp = []; var used = {}; - + // Determine how many times each attribute name is used. // This helps us pick the most distinct display text for the schemas. $each(arr,function(i,el) { @@ -1728,11 +1728,11 @@ JSONEditor.AbstractEditor = Class.extend({ used[el.type]++; } }); - + // Determine display text for each element of the array $each(arr,function(i,el) { var name; - + // If it's a simple string if(typeof el === "string") name = el; // Object @@ -1746,19 +1746,19 @@ JSONEditor.AbstractEditor = Class.extend({ else if(el.description) name = el.description; else if(JSON.stringify(el).length < 50) name = JSON.stringify(el); else name = "type"; - + disp.push(name); }); - + // Replace identical display text with "text 1", "text 2", etc. var inc = {}; $each(disp,function(i,name) { inc[name] = inc[name] || 0; inc[name]++; - + if(used[name] > 1) disp[i] = name + " " + inc[name]; }); - + return disp; }, getOption: function(key) { @@ -1768,7 +1768,7 @@ JSONEditor.AbstractEditor = Class.extend({ catch(e) { window.console.error(e); } - + return this.options[key]; }, showValidationErrors: function(errors) { @@ -1801,15 +1801,15 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ }, setValue: function(value,initial,from_template) { var self = this; - + if(this.template && !from_template) { return; } - + if(value === null || typeof value === 'undefined') value = ""; else if(typeof value === "object") value = JSON.stringify(value); else if(typeof value !== "string") value = ""+value; - + if(value === this.serialized) return; // Sanitize value before setting it @@ -1820,7 +1820,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ } this.input.value = sanitized; - + // If using SCEditor, update the WYSIWYG if(this.sceditor_instance) { this.sceditor_instance.val(sanitized); @@ -1831,14 +1831,14 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ else if(this.ace_editor) { this.ace_editor.setValue(sanitized); } - + var changed = from_template || this.getValue() !== value; - + this.refreshValue(); - + if(initial) this.is_dirty = false; else if(this.jsoneditor.options.show_errors === "change") this.is_dirty = true; - + if(this.adjust_height) this.adjust_height(this.input); // Bubble this setValue to parents if the value changed @@ -1847,11 +1847,11 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ getNumColumns: function() { var min = Math.ceil(Math.max(this.getTitle().length,this.schema.maxLength||0,this.schema.minLength||0)/5); var num; - + if(this.input_type === 'textarea') num = 6; else if(['text','email'].indexOf(this.input_type) >= 0) num = 4; else num = 2; - + return Math.min(12,Math.max(min,num)); }, build: function() { @@ -1946,7 +1946,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ ) { this.input_type = this.format; this.source_code = true; - + this.input = this.theme.getTextareaInput(); } // HTML5 Input type @@ -1960,7 +1960,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ this.input_type = 'text'; this.input = this.theme.getFormInputField(this.input_type); } - + // minLength, maxLength, and pattern if(typeof this.schema.maxLength !== "undefined") this.input.setAttribute('maxlength',this.schema.maxLength); if(typeof this.schema.pattern !== "undefined") this.input.setAttribute('pattern',this.schema.pattern); @@ -1979,10 +1979,10 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ } this.input - .addEventListener('change',function(e) { + .addEventListener('change',function(e) { e.preventDefault(); e.stopPropagation(); - + // Don't allow changing if this field is a template if(self.schema.template) { this.value = self.value; @@ -1990,19 +1990,19 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ } var val = this.value; - + // sanitize value var sanitized = self.sanitize(val); if(val !== sanitized) { this.value = sanitized; } - + self.is_dirty = true; self.refreshValue(); self.onChange(true); }); - + if(this.options.input_height) this.input.style.height = this.options.input_height; if(this.options.expand_height) { this.adjust_height = function(el) { @@ -2029,7 +2029,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ el.style.height = (ch+1)+'px'; } }; - + this.input.addEventListener('keyup',function(e) { self.adjust_height(this); }); @@ -2076,12 +2076,12 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ }, afterInputReady: function() { var self = this, options; - + // Code editor - if(this.source_code) { + if(this.source_code) { // WYSIWYG html and bbcode editor - if(this.options.wysiwyg && - ['html','bbcode'].indexOf(this.input_type) >= 0 && + if(this.options.wysiwyg && + ['html','bbcode'].indexOf(this.input_type) >= 0 && window.jQuery && window.jQuery.fn && window.jQuery.fn.sceditor ) { options = $extend({},{ @@ -2090,11 +2090,11 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ width: '100%', height: 300 },JSONEditor.plugins.sceditor,self.options.sceditor_options||{}); - + window.jQuery(self.input).sceditor(options); - + self.sceditor_instance = window.jQuery(self.input).sceditor('instance'); - + self.sceditor_instance.blur(function() { // Get editor's value var val = window.jQuery("
"+self.sceditor_instance.val()+"
"); @@ -2112,16 +2112,16 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ this.epiceditor_container = document.createElement('div'); this.input.parentNode.insertBefore(this.epiceditor_container,this.input); this.input.style.display = 'none'; - + options = $extend({},JSONEditor.plugins.epiceditor,{ container: this.epiceditor_container, clientSideStorage: false }); - + this.epiceditor = new window.EpicEditor(options).load(); - + this.epiceditor.importFile(null,this.getValue()); - + this.epiceditor.on('update',function() { var val = self.epiceditor.exportFile(); self.input.value = val; @@ -2137,7 +2137,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ if(mode === 'cpp' || mode === 'c++' || mode === 'c') { mode = 'c_cpp'; } - + this.ace_container = document.createElement('div'); this.ace_container.style.width = '100%'; this.ace_container.style.position = 'relative'; @@ -2145,15 +2145,15 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ this.input.parentNode.insertBefore(this.ace_container,this.input); this.input.style.display = 'none'; this.ace_editor = window.ace.edit(this.ace_container); - + this.ace_editor.setValue(this.getValue()); - + // The theme if(JSONEditor.plugins.ace.theme) this.ace_editor.setTheme('ace/theme/'+JSONEditor.plugins.ace.theme); // The mode mode = window.ace.require("ace/mode/"+mode); if(mode) this.ace_editor.getSession().setMode(new mode.Mode()); - + // Listen for changes this.ace_editor.on('change',function() { var val = self.ace_editor.getValue(); @@ -2164,7 +2164,7 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ }); } } - + self.theme.afterInputReady(self.input); }, refreshValue: function() { @@ -2183,8 +2183,8 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ else if(this.ace_editor) { this.ace_editor.destroy(); } - - + + this.template = null; if(this.input && this.input.parentNode) this.input.parentNode.removeChild(this.input); if(this.label && this.label.parentNode) this.label.parentNode.removeChild(this.label); @@ -2201,23 +2201,23 @@ JSONEditor.defaults.editors.string = JSONEditor.AbstractEditor.extend({ /** * Re-calculates the value if needed */ - onWatchedFieldChange: function() { + onWatchedFieldChange: function() { var self = this, vars, j; - + // If this editor needs to be rendered by a macro template if(this.template) { vars = this.getWatchedFieldValues(); this.setValue(this.template(vars),false,true); } - + this._super(); }, showValidationErrors: function(errors) { var self = this; - + if(this.jsoneditor.options.show_errors === "always") {} else if(!this.is_dirty && this.previous_error_setting===this.jsoneditor.options.show_errors) return; - + this.previous_error_setting = this.jsoneditor.options.show_errors; var messages = []; @@ -2289,7 +2289,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ enable: function() { if(this.editjson_button) this.editjson_button.disabled = false; if(this.addproperty_button) this.addproperty_button.disabled = false; - + this._super(); if(this.editors) { for(var i in this.editors) { @@ -2302,7 +2302,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ if(this.editjson_button) this.editjson_button.disabled = true; if(this.addproperty_button) this.addproperty_button.disabled = true; this.hideEditJSON(); - + this._super(); if(this.editors) { for(var i in this.editors) { @@ -2313,7 +2313,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ }, layoutEditors: function() { var self = this, i, j; - + if(!this.row_container) return; // Sort editors by propertyOrder @@ -2326,9 +2326,9 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ return ordera - orderb; }); - + var container; - + if(this.format === 'grid') { var rows = []; $each(this.property_order, function(j,key) { @@ -2348,7 +2348,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ } } } - + // If there isn't a spot in any of the existing rows, start a new row if(found === false) { rows.push({ @@ -2359,7 +2359,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ }); found = rows.length-1; } - + rows[found].editors.push({ key: key, //editor: editor, @@ -2370,7 +2370,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ rows[found].minh = Math.min(rows[found].minh,height); rows[found].maxh = Math.max(rows[found].maxh,height); }); - + // Make almost full rows width 12 // Do this by increasing all editors' sizes proprotionately // Any left over space goes to the biggest editor @@ -2390,11 +2390,11 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ rows[i].width = 12; } } - + // layout hasn't changed if(this.layout === JSON.stringify(rows)) return false; this.layout = JSON.stringify(rows); - + // Layout the form container = document.createElement('div'); for(i=0; i= this.schema.maxProperties); - + if(this.addproperty_checkboxes) { this.addproperty_list.innerHTML = ''; } this.addproperty_checkboxes = {}; - + // Check for which editors can't be removed or added back for(i in this.cached_editors) { if(!this.cached_editors.hasOwnProperty(i)) continue; - + this.addPropertyCheckbox(i); - + if(this.isRequired(this.cached_editors[i]) && i in this.editors) { this.addproperty_checkboxes[i].disabled = true; } - + if(typeof this.schema.minProperties !== "undefined" && num_props <= this.schema.minProperties) { this.addproperty_checkboxes[i].disabled = this.addproperty_checkboxes[i].checked; if(!this.addproperty_checkboxes[i].checked) show_modal = true; @@ -3014,11 +3014,11 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ can_remove = true; } } - + if(this.canHaveAdditionalProperties()) { show_modal = true; } - + // Additional addproperty checkboxes not tied to a current editor for(i in this.schema.properties) { if(!this.schema.properties.hasOwnProperty(i)) continue; @@ -3026,7 +3026,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ show_modal = true; this.addPropertyCheckbox(i); } - + // If no editors can be added or removed, hide the modal button if(!show_modal) { this.hideAddProperty(); @@ -3055,7 +3055,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ setValue: function(value, initial) { var self = this; value = value || {}; - + if(typeof value !== "object" || Array.isArray(value)) value = {}; // First, set the values for all of the defined properties @@ -3081,7 +3081,7 @@ JSONEditor.defaults.editors.object = JSONEditor.AbstractEditor.extend({ if(self.editors[i]) self.editors[i].setValue(val,initial); } }); - + this.refreshValue(); this.layoutEditors(); this.onChange(); @@ -3168,11 +3168,11 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ if(this.add_row_button) this.add_row_button.disabled = false; if(this.remove_all_rows_button) this.remove_all_rows_button.disabled = false; if(this.delete_last_row_button) this.delete_last_row_button.disabled = false; - + if(this.rows) { for(var i=0; i= this.rows.length; - + $each(this.rows,function(i,editor) { // Hide the move down button for the last row if(editor.movedown_button) { @@ -3519,15 +3519,15 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ // Get the value for this editor self.value[i] = editor.getValue(); }); - + var controls_needed = false; - + if(!this.value.length) { this.delete_last_row_button.style.display = 'none'; this.remove_all_rows_button.style.display = 'none'; } - else if(this.value.length === 1) { - this.remove_all_rows_button.style.display = 'none'; + else if(this.value.length === 1) { + this.remove_all_rows_button.style.display = 'none'; // If there are minItems items in the array, hide the delete button beneath the rows if(minItems || this.hide_delete_buttons) { @@ -3558,8 +3558,8 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ else { this.add_row_button.style.display = ''; controls_needed = true; - } - + } + if(!this.collapsed && controls_needed) { this.controls.style.display = 'inline-block'; } @@ -3571,7 +3571,7 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ addRow: function(value, initial) { var self = this; var i = this.rows.length; - + self.rows[i] = this.getElementEditor(i); self.row_cache[i] = self.rows[i]; @@ -3588,9 +3588,9 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ self.theme.addTab(self.tabs_holder, self.rows[i].tab); } - + var controls_holder = self.rows[i].title_controls || self.rows[i].array_controls; - + // Buttons to delete row, move row up, and move row down if(!self.hide_delete_buttons) { self.rows[i].delete_button = this.getButton(self.getItemTitle(),'delete','Delete '+self.getItemTitle()); @@ -3615,7 +3615,7 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ // Otherwise, make the previous tab active if there is one else if(j) new_active_tab = self.rows[j-1].tab; } - + return; // If this is the one we're deleting } newval.push(row); @@ -3628,12 +3628,12 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ self.onChange(true); }); - + if(controls_holder) { controls_holder.appendChild(self.rows[i].delete_button); } } - + if(i && !self.hide_move_buttons) { self.rows[i].moveup_button = this.getButton('','moveup','Move up'); self.rows[i].moveup_button.className += ' moveup'; @@ -3655,12 +3655,12 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ self.onChange(true); }); - + if(controls_holder) { controls_holder.appendChild(self.rows[i].moveup_button); } } - + if(!self.hide_move_buttons) { self.rows[i].movedown_button = this.getButton('','movedown','Move down'); self.rows[i].movedown_button.className += ' movedown'; @@ -3681,7 +3681,7 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ self.refreshTabs(); self.onChange(true); }); - + if(controls_holder) { controls_holder.appendChild(self.rows[i].movedown_button); } @@ -3692,7 +3692,7 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ }, addControls: function() { var self = this; - + this.collapsed = false; this.toggle_button = this.getButton('','collapse','Collapse'); this.title_controls.appendChild(this.toggle_button); @@ -3723,7 +3723,7 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ if(this.options.collapsed) { $trigger(this.toggle_button,'click'); } - + // Collapse button disabled if(this.schema.options && typeof this.schema.options.disable_collapse !== "undefined") { if(this.schema.options.disable_collapse) this.toggle_button.style.display = 'none'; @@ -3731,10 +3731,10 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ else if(this.jsoneditor.options.disable_collapse) { this.toggle_button.style.display = 'none'; } - + // Add "new row" and "delete last" buttons below editor this.add_row_button = this.getButton(this.getItemTitle(),'add','Add '+this.getItemTitle()); - + this.add_row_button.addEventListener('click',function(e) { e.preventDefault(); e.stopPropagation(); @@ -3761,10 +3761,10 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ e.preventDefault(); e.stopPropagation(); var rows = self.getValue(); - + var new_active_tab = null; if(self.rows.length > 1 && self.rows[self.rows.length-1].tab === self.active_tab) new_active_tab = self.rows[self.rows.length-2].tab; - + rows.pop(); self.setValue(rows); if(new_active_tab) { @@ -3788,11 +3788,11 @@ JSONEditor.defaults.editors.array = JSONEditor.AbstractEditor.extend({ this.add_row_button.style.width = '100%'; this.add_row_button.style.textAlign = 'left'; this.add_row_button.style.marginBottom = '3px'; - + this.delete_last_row_button.style.width = '100%'; this.delete_last_row_button.style.textAlign = 'left'; this.delete_last_row_button.style.marginBottom = '3px'; - + this.remove_all_rows_button.style.width = '100%'; this.remove_all_rows_button.style.textAlign = 'left'; this.remove_all_rows_button.style.marginBottom = '3px'; @@ -3880,7 +3880,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ var tmp = this.getElementEditor(0,true); this.item_default = tmp.getDefault(); this.width = tmp.getNumColumns() + 2; - + if(!this.options.compact) { this.title = this.theme.getHeader(this.getTitle()); this.container.appendChild(this.title); @@ -3956,7 +3956,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ compact: true, table_row: true }); - + ret.preBuild(); if(!ignore) { ret.build(); @@ -3969,7 +3969,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ ret.table_controls.style.margin = 0; ret.table_controls.style.padding = 0; } - + return ret; }, destroy: function() { @@ -3997,7 +3997,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ if(this.schema.maxItems && value.length > this.schema.maxItems) { value = value.slice(0,this.schema.maxItems); } - + var serialized = JSON.stringify(value); if(serialized === this.serialized) return; @@ -4031,15 +4031,15 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ if(numrows_changed || initial) self.refreshRowButtons(); self.onChange(); - + // TODO: sortable }, refreshRowButtons: function() { var self = this; - + // If we currently have minItems items in the array var minItems = this.schema.minItems && this.schema.minItems >= this.rows.length; - + var need_row_buttons = false; $each(this.rows,function(i,editor) { // Hide the move down button for the last row @@ -4063,12 +4063,12 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ editor.delete_button.style.display = ''; } } - + if(editor.moveup_button) { need_row_buttons = true; } }); - + // Show/hide controls column in table $each(this.rows,function(i,editor) { if(need_row_buttons) { @@ -4084,9 +4084,9 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ else { this.controls_header_cell.style.display = 'none'; } - + var controls_needed = false; - + if(!this.value.length) { this.delete_last_row_button.style.display = 'none'; this.remove_all_rows_button.style.display = 'none'; @@ -4127,7 +4127,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ this.add_row_button.style.display = ''; controls_needed = true; } - + if(!controls_needed) { this.controls.style.display = 'none'; } @@ -4176,7 +4176,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ controls_holder.appendChild(self.rows[i].delete_button); } - + if(i && !this.hide_move_buttons) { self.rows[i].moveup_button = this.getButton('','moveup','Move up'); self.rows[i].moveup_button.className += ' moveup'; @@ -4197,7 +4197,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ }); controls_holder.appendChild(self.rows[i].moveup_button); } - + if(!this.hide_move_buttons) { self.rows[i].movedown_button = this.getButton('','movedown','Move down'); self.rows[i].movedown_button.className += ' movedown'; @@ -4262,7 +4262,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ this.add_row_button.addEventListener('click',function(e) { e.preventDefault(); e.stopPropagation(); - + self.addRow(); self.refreshValue(); self.refreshRowButtons(); @@ -4274,7 +4274,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ this.delete_last_row_button.addEventListener('click',function(e) { e.preventDefault(); e.stopPropagation(); - + var rows = self.getValue(); rows.pop(); self.setValue(rows); @@ -4286,7 +4286,7 @@ JSONEditor.defaults.editors.table = JSONEditor.defaults.editors.array.extend({ this.remove_all_rows_button.addEventListener('click',function(e) { e.preventDefault(); e.stopPropagation(); - + self.setValue([]); self.onChange(true); }); @@ -4766,7 +4766,7 @@ JSONEditor.defaults.editors.select = JSONEditor.AbstractEditor.extend({ // Enum options enumerated if(this.schema["enum"]) { var display = this.schema.options && this.schema.options.enum_titles || []; - + $each(this.schema["enum"],function(i,option) { self.enum_options[i] = ""+option; self.enum_display[i] = ""+(display[i] || option); @@ -4778,20 +4778,20 @@ JSONEditor.defaults.editors.select = JSONEditor.AbstractEditor.extend({ self.enum_options.unshift('undefined'); self.enum_values.unshift(undefined); } - + } // Boolean else if(this.schema.type === "boolean") { self.enum_display = this.schema.options && this.schema.options.enum_titles || ['true','false']; self.enum_options = ['1','']; self.enum_values = [true,false]; - + if(!this.isRequired()){ self.enum_display.unshift(' '); self.enum_options.unshift('undefined'); self.enum_values.unshift(undefined); } - + } // Dynamic Enum else if(this.schema.enumSource) { @@ -4799,7 +4799,7 @@ JSONEditor.defaults.editors.select = JSONEditor.AbstractEditor.extend({ this.enum_display = []; this.enum_options = []; this.enum_values = []; - + // Shortcut declaration for using a single array if(!(Array.isArray(this.schema.enumSource))) { if(this.schema.enumValue) { @@ -4835,7 +4835,7 @@ JSONEditor.defaults.editors.select = JSONEditor.AbstractEditor.extend({ } } } - + // Now, enumSource is an array of sources // Walk through this array and fix up the values for(i=0; i'); input.errmsg = input.parentNode.getElementsByClassName('error')[0]; @@ -6311,7 +6311,7 @@ JSONEditor.defaults.themes.foundation = JSONEditor.AbstractTheme.extend({ else { input.errmsg.style.display = ''; } - + input.errmsg.textContent = text; }, removeInputError: function(input) { @@ -6504,7 +6504,7 @@ JSONEditor.defaults.themes.html = JSONEditor.AbstractTheme.extend({ }, addInputError: function(input, text) { input.style.borderColor = 'red'; - + if(!input.errmsg) { var group = this.closest(input,'.form-control'); input.errmsg = document.createElement('div'); @@ -6516,7 +6516,7 @@ JSONEditor.defaults.themes.html = JSONEditor.AbstractTheme.extend({ else { input.errmsg.style.display = 'block'; } - + input.errmsg.innerHTML = ''; input.errmsg.appendChild(document.createTextNode(text)); }, @@ -6577,7 +6577,7 @@ JSONEditor.defaults.themes.jqueryui = JSONEditor.AbstractTheme.extend({ var el = this._super(label,input,description); if(input.type === 'checkbox') { el.style.lineHeight = '25px'; - + el.style.padding = '3px 0'; } else { @@ -6632,7 +6632,7 @@ JSONEditor.defaults.themes.jqueryui = JSONEditor.AbstractTheme.extend({ button.appendChild(el); button.setAttribute('title',title); - + return button; }, setButtonText: function(button,text, icon, title) { @@ -6718,9 +6718,9 @@ JSONEditor.AbstractIconLib = Class.extend({ }, getIcon: function(key) { var iconclass = this.getIconClass(key); - + if(!iconclass) return null; - + var i = document.createElement('i'); i.className = iconclass; return i; @@ -6848,7 +6848,7 @@ JSONEditor.defaults.templates["default"] = function() { var p = matches[i].replace(/[{}]+/g,'').trim().split('.'); var n = p.length; var func; - + if(n > 1) { var cur; func = function(vars) { @@ -6866,7 +6866,7 @@ JSONEditor.defaults.templates["default"] = function() { return vars[p]; }; } - + replacements.push({ s: matches[i], r: func @@ -6976,17 +6976,17 @@ JSONEditor.defaults.options = {}; JSONEditor.defaults.translate = function(key, variables) { var lang = JSONEditor.defaults.languages[JSONEditor.defaults.language]; if(!lang) throw "Unknown language "+JSONEditor.defaults.language; - + var string = lang[key] || JSONEditor.defaults.languages[JSONEditor.defaults.default_language][key]; - + if(typeof string === "undefined") throw "Unknown translate string "+key; - + if(variables) { for(var i=0; i 1) { editor.setValue(arguments[1]); @@ -7241,7 +7241,7 @@ JSONEditor.defaults.resolvers.unshift(function(schema) { } else if(options === 'validate') { if(!editor) throw "Must initialize jsoneditor before validating"; - + // Validate a specific value if(arguments.length > 1) { return editor.validate(arguments[1]); @@ -7262,11 +7262,11 @@ JSONEditor.defaults.resolvers.unshift(function(schema) { if(editor) { editor.destroy(); } - + // Create editor editor = new JSONEditor(this.get(0),options); this.data('jsoneditor',editor); - + // Setup event listeners editor.on('change',function() { self.trigger('change'); @@ -7275,7 +7275,7 @@ JSONEditor.defaults.resolvers.unshift(function(schema) { self.trigger('ready'); }); } - + return this; }; } diff --git a/ambari-web/api-docs/lib/marked.js b/ambari-web/classic/api-docs/lib/marked.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/marked.js rename to ambari-web/classic/api-docs/lib/marked.js diff --git a/ambari-web/api-docs/lib/swagger-oauth.js b/ambari-web/classic/api-docs/lib/swagger-oauth.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/swagger-oauth.js rename to ambari-web/classic/api-docs/lib/swagger-oauth.js diff --git a/ambari-web/api-docs/lib/underscore-min.js b/ambari-web/classic/api-docs/lib/underscore-min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/underscore-min.js rename to ambari-web/classic/api-docs/lib/underscore-min.js diff --git a/ambari-web/api-docs/lib/underscore-min.map b/ambari-web/classic/api-docs/lib/underscore-min.map old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/lib/underscore-min.map rename to ambari-web/classic/api-docs/lib/underscore-min.map diff --git a/ambari-web/api-docs/o2c.html b/ambari-web/classic/api-docs/o2c.html old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/o2c.html rename to ambari-web/classic/api-docs/o2c.html diff --git a/ambari-web/api-docs/swagger-ui.js b/ambari-web/classic/api-docs/swagger-ui.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/swagger-ui.js rename to ambari-web/classic/api-docs/swagger-ui.js diff --git a/ambari-web/api-docs/swagger-ui.min.js b/ambari-web/classic/api-docs/swagger-ui.min.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/api-docs/swagger-ui.min.js rename to ambari-web/classic/api-docs/swagger-ui.min.js diff --git a/ambari-web/app/app.js b/ambari-web/classic/app/app.js old mode 100644 new mode 100755 similarity index 96% rename from ambari-web/app/app.js rename to ambari-web/classic/app/app.js index 91b4b068a44..fc472ce98cb --- a/ambari-web/app/app.js +++ b/ambari-web/classic/app/app.js @@ -16,6 +16,11 @@ * limitations under the License. */ +// First ensure Ember is loaded +if (typeof Ember === 'undefined') { + throw new Error('Ember must be loaded before app.js'); +} + if (Ember.$.uuid === undefined) { Ember.$.uuid = 0; } @@ -28,6 +33,18 @@ require('utils/bootstrap_popups'); var stringUtils = require('utils/string_utils'); var stompClientClass = require('utils/stomp_client'); +// Register injection for controllers +// Ember.Application.registerInjection({ +// name: 'controllers', +// before: 'stores', +// injection: function(app, router, property) { +// if (!/^[A-Z].*Controller$/.test(property)) { return; } +// var name = property.charAt(0).toLowerCase() + property.substr(1); +// var controller = app[property].create(); +// // App.router.set(name, controller); +// } +// }); + module.exports = Em.Application.create({ name: 'Ambari Web', rootElement: '#wrapper', diff --git a/ambari-web/app/assets/data/alerts/HDP2/host_alerts.json b/ambari-web/classic/app/assets/data/alerts/HDP2/host_alerts.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/HDP2/host_alerts.json rename to ambari-web/classic/app/assets/data/alerts/HDP2/host_alerts.json diff --git a/ambari-web/app/assets/data/alerts/HDP2/service_alerts.json b/ambari-web/classic/app/assets/data/alerts/HDP2/service_alerts.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/HDP2/service_alerts.json rename to ambari-web/classic/app/assets/data/alerts/HDP2/service_alerts.json diff --git a/ambari-web/app/assets/data/alerts/alertDefinitions.json b/ambari-web/classic/app/assets/data/alerts/alertDefinitions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alertDefinitions.json rename to ambari-web/classic/app/assets/data/alerts/alertDefinitions.json diff --git a/ambari-web/app/assets/data/alerts/alertGroup.json b/ambari-web/classic/app/assets/data/alerts/alertGroup.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alertGroup.json rename to ambari-web/classic/app/assets/data/alerts/alertGroup.json diff --git a/ambari-web/app/assets/data/alerts/alertGroups.json b/ambari-web/classic/app/assets/data/alerts/alertGroups.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alertGroups.json rename to ambari-web/classic/app/assets/data/alerts/alertGroups.json diff --git a/ambari-web/app/assets/data/alerts/alertNotifications.json b/ambari-web/classic/app/assets/data/alerts/alertNotifications.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alertNotifications.json rename to ambari-web/classic/app/assets/data/alerts/alertNotifications.json diff --git a/ambari-web/app/assets/data/alerts/alert_instances.json b/ambari-web/classic/app/assets/data/alerts/alert_instances.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alert_instances.json rename to ambari-web/classic/app/assets/data/alerts/alert_instances.json diff --git a/ambari-web/app/assets/data/alerts/alert_instances_history.json b/ambari-web/classic/app/assets/data/alerts/alert_instances_history.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alert_instances_history.json rename to ambari-web/classic/app/assets/data/alerts/alert_instances_history.json diff --git a/ambari-web/app/assets/data/alerts/alert_summary.json b/ambari-web/classic/app/assets/data/alerts/alert_summary.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alert_summary.json rename to ambari-web/classic/app/assets/data/alerts/alert_summary.json diff --git a/ambari-web/app/assets/data/alerts/alerts.jsonp b/ambari-web/classic/app/assets/data/alerts/alerts.jsonp old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/alerts/alerts.jsonp rename to ambari-web/classic/app/assets/data/alerts/alerts.jsonp diff --git a/ambari-web/app/assets/data/ambari_components/component_version.json b/ambari-web/classic/app/assets/data/ambari_components/component_version.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/ambari_components/component_version.json rename to ambari-web/classic/app/assets/data/ambari_components/component_version.json diff --git a/ambari-web/app/assets/data/background_operations/host_upgrade_tasks.json b/ambari-web/classic/app/assets/data/background_operations/host_upgrade_tasks.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/background_operations/host_upgrade_tasks.json rename to ambari-web/classic/app/assets/data/background_operations/host_upgrade_tasks.json diff --git a/ambari-web/app/assets/data/background_operations/list_on_start.json b/ambari-web/classic/app/assets/data/background_operations/list_on_start.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/background_operations/list_on_start.json rename to ambari-web/classic/app/assets/data/background_operations/list_on_start.json diff --git a/ambari-web/app/assets/data/background_operations/one_task.json b/ambari-web/classic/app/assets/data/background_operations/one_task.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/background_operations/one_task.json rename to ambari-web/classic/app/assets/data/background_operations/one_task.json diff --git a/ambari-web/app/assets/data/background_operations/task_by_request12.json b/ambari-web/classic/app/assets/data/background_operations/task_by_request12.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/background_operations/task_by_request12.json rename to ambari-web/classic/app/assets/data/background_operations/task_by_request12.json diff --git a/ambari-web/app/assets/data/background_operations/task_by_request13.json b/ambari-web/classic/app/assets/data/background_operations/task_by_request13.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/background_operations/task_by_request13.json rename to ambari-web/classic/app/assets/data/background_operations/task_by_request13.json diff --git a/ambari-web/app/assets/data/cluster_metrics/cpu.json b/ambari-web/classic/app/assets/data/cluster_metrics/cpu.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/cpu.json rename to ambari-web/classic/app/assets/data/cluster_metrics/cpu.json diff --git a/ambari-web/app/assets/data/cluster_metrics/cpu_1hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/cpu_1hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/cpu_1hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/cpu_1hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/cpu_2hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/cpu_2hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/cpu_2hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/cpu_2hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/load_1hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/load_1hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/load_1hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/load_1hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/load_2hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/load_2hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/load_2hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/load_2hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/load_4hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/load_4hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/load_4hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/load_4hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/load_day.json b/ambari-web/classic/app/assets/data/cluster_metrics/load_day.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/load_day.json rename to ambari-web/classic/app/assets/data/cluster_metrics/load_day.json diff --git a/ambari-web/app/assets/data/cluster_metrics/memory_1hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/memory_1hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/memory_1hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/memory_1hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/memory_2hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/memory_2hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/memory_2hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/memory_2hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/network_1hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/network_1hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/network_1hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/network_1hr.json diff --git a/ambari-web/app/assets/data/cluster_metrics/network_2hr.json b/ambari-web/classic/app/assets/data/cluster_metrics/network_2hr.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/cluster_metrics/network_2hr.json rename to ambari-web/classic/app/assets/data/cluster_metrics/network_2hr.json diff --git a/ambari-web/app/assets/data/clusters/HDP2/cluster.json b/ambari-web/classic/app/assets/data/clusters/HDP2/cluster.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/clusters/HDP2/cluster.json rename to ambari-web/classic/app/assets/data/clusters/HDP2/cluster.json diff --git a/ambari-web/app/assets/data/clusters/cluster.json b/ambari-web/classic/app/assets/data/clusters/cluster.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/clusters/cluster.json rename to ambari-web/classic/app/assets/data/clusters/cluster.json diff --git a/ambari-web/app/assets/data/clusters/info.json b/ambari-web/classic/app/assets/data/clusters/info.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/clusters/info.json rename to ambari-web/classic/app/assets/data/clusters/info.json diff --git a/ambari-web/app/assets/data/clusters/tags_and_groups.json b/ambari-web/classic/app/assets/data/clusters/tags_and_groups.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/clusters/tags_and_groups.json rename to ambari-web/classic/app/assets/data/clusters/tags_and_groups.json diff --git a/ambari-web/app/assets/data/configuration/cluster_env_site.json b/ambari-web/classic/app/assets/data/configuration/cluster_env_site.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configuration/cluster_env_site.json rename to ambari-web/classic/app/assets/data/configuration/cluster_env_site.json diff --git a/ambari-web/app/assets/data/configuration/core-site.json b/ambari-web/classic/app/assets/data/configuration/core-site.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configuration/core-site.json rename to ambari-web/classic/app/assets/data/configuration/core-site.json diff --git a/ambari-web/app/assets/data/configuration/hdfs-site.json b/ambari-web/classic/app/assets/data/configuration/hdfs-site.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configuration/hdfs-site.json rename to ambari-web/classic/app/assets/data/configuration/hdfs-site.json diff --git a/ambari-web/app/assets/data/configurations/cluster_level_actual_configs.json b/ambari-web/classic/app/assets/data/configurations/cluster_level_actual_configs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/cluster_level_actual_configs.json rename to ambari-web/classic/app/assets/data/configurations/cluster_level_actual_configs.json diff --git a/ambari-web/app/assets/data/configurations/cluster_level_configs.json b/ambari-web/classic/app/assets/data/configurations/cluster_level_configs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/cluster_level_configs.json rename to ambari-web/classic/app/assets/data/configurations/cluster_level_configs.json diff --git a/ambari-web/app/assets/data/configurations/config_group.json b/ambari-web/classic/app/assets/data/configurations/config_group.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/config_group.json rename to ambari-web/classic/app/assets/data/configurations/config_group.json diff --git a/ambari-web/app/assets/data/configurations/config_groups.json b/ambari-web/classic/app/assets/data/configurations/config_groups.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/config_groups.json rename to ambari-web/classic/app/assets/data/configurations/config_groups.json diff --git a/ambari-web/app/assets/data/configurations/config_versions.json b/ambari-web/classic/app/assets/data/configurations/config_versions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/config_versions.json rename to ambari-web/classic/app/assets/data/configurations/config_versions.json diff --git a/ambari-web/app/assets/data/configurations/host_level_overrides_configs.json b/ambari-web/classic/app/assets/data/configurations/host_level_overrides_configs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/host_level_overrides_configs.json rename to ambari-web/classic/app/assets/data/configurations/host_level_overrides_configs.json diff --git a/ambari-web/app/assets/data/configurations/quicklinks.json b/ambari-web/classic/app/assets/data/configurations/quicklinks.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/quicklinks.json rename to ambari-web/classic/app/assets/data/configurations/quicklinks.json diff --git a/ambari-web/app/assets/data/configurations/quicklinks_services.json b/ambari-web/classic/app/assets/data/configurations/quicklinks_services.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/quicklinks_services.json rename to ambari-web/classic/app/assets/data/configurations/quicklinks_services.json diff --git a/ambari-web/app/assets/data/configurations/recommendations/configuration_dependencies.json b/ambari-web/classic/app/assets/data/configurations/recommendations/configuration_dependencies.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/recommendations/configuration_dependencies.json rename to ambari-web/classic/app/assets/data/configurations/recommendations/configuration_dependencies.json diff --git a/ambari-web/app/assets/data/configurations/service_version.json b/ambari-web/classic/app/assets/data/configurations/service_version.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/service_version.json rename to ambari-web/classic/app/assets/data/configurations/service_version.json diff --git a/ambari-web/app/assets/data/configurations/service_versions.json b/ambari-web/classic/app/assets/data/configurations/service_versions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/service_versions.json rename to ambari-web/classic/app/assets/data/configurations/service_versions.json diff --git a/ambari-web/app/assets/data/configurations/service_versions_total.json b/ambari-web/classic/app/assets/data/configurations/service_versions_total.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/service_versions_total.json rename to ambari-web/classic/app/assets/data/configurations/service_versions_total.json diff --git a/ambari-web/app/assets/data/configurations/theme.json b/ambari-web/classic/app/assets/data/configurations/theme.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/theme.json rename to ambari-web/classic/app/assets/data/configurations/theme.json diff --git a/ambari-web/app/assets/data/configurations/theme_services.json b/ambari-web/classic/app/assets/data/configurations/theme_services.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/configurations/theme_services.json rename to ambari-web/classic/app/assets/data/configurations/theme_services.json diff --git a/ambari-web/app/assets/data/dashboard/HDP2/master_components.json b/ambari-web/classic/app/assets/data/dashboard/HDP2/master_components.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/dashboard/HDP2/master_components.json rename to ambari-web/classic/app/assets/data/dashboard/HDP2/master_components.json diff --git a/ambari-web/app/assets/data/dashboard/serviceComponents.json b/ambari-web/classic/app/assets/data/dashboard/serviceComponents.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/dashboard/serviceComponents.json rename to ambari-web/classic/app/assets/data/dashboard/serviceComponents.json diff --git a/ambari-web/app/assets/data/dashboard/services_multi_hosts.json b/ambari-web/classic/app/assets/data/dashboard/services_multi_hosts.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/dashboard/services_multi_hosts.json rename to ambari-web/classic/app/assets/data/dashboard/services_multi_hosts.json diff --git a/ambari-web/app/assets/data/hosts/HDP2/decommission_state.json b/ambari-web/classic/app/assets/data/hosts/HDP2/decommission_state.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/HDP2/decommission_state.json rename to ambari-web/classic/app/assets/data/hosts/HDP2/decommission_state.json diff --git a/ambari-web/app/assets/data/hosts/HDP2/hc_host_status.json b/ambari-web/classic/app/assets/data/hosts/HDP2/hc_host_status.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/HDP2/hc_host_status.json rename to ambari-web/classic/app/assets/data/hosts/HDP2/hc_host_status.json diff --git a/ambari-web/app/assets/data/hosts/HDP2/host_status_counters.json b/ambari-web/classic/app/assets/data/hosts/HDP2/host_status_counters.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/HDP2/host_status_counters.json rename to ambari-web/classic/app/assets/data/hosts/HDP2/host_status_counters.json diff --git a/ambari-web/app/assets/data/hosts/HDP2/hosts.json b/ambari-web/classic/app/assets/data/hosts/HDP2/hosts.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/HDP2/hosts.json rename to ambari-web/classic/app/assets/data/hosts/HDP2/hosts.json diff --git a/ambari-web/app/assets/data/hosts/HDP2/hosts_init.json b/ambari-web/classic/app/assets/data/hosts/HDP2/hosts_init.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/HDP2/hosts_init.json rename to ambari-web/classic/app/assets/data/hosts/HDP2/hosts_init.json diff --git a/ambari-web/app/assets/data/hosts/background_operations/bg_operations.json b/ambari-web/classic/app/assets/data/hosts/background_operations/bg_operations.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/background_operations/bg_operations.json rename to ambari-web/classic/app/assets/data/hosts/background_operations/bg_operations.json diff --git a/ambari-web/app/assets/data/hosts/hosts70.json b/ambari-web/classic/app/assets/data/hosts/hosts70.json old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/assets/data/hosts/hosts70.json rename to ambari-web/classic/app/assets/data/hosts/hosts70.json index 8342b24ee12..ec74c598c34 --- a/ambari-web/app/assets/data/hosts/hosts70.json +++ b/ambari-web/classic/app/assets/data/hosts/hosts70.json @@ -74,9 +74,9 @@ } } ] - }, + }, { - + "href" : "http://dev.hortonworks.com:8080/api/clusters/mycluster/hosts/dev2.hortonworks.com", "Hosts" : { "cpu_count" : 1, @@ -151,7 +151,7 @@ ] }, { - + "href" : "http://dev.hortonworks.com:8080/api/clusters/mycluster/hosts/dev3.hortonworks.com", "Hosts" : { "cpu_count" : 1, diff --git a/ambari-web/app/assets/data/hosts/metrics/cpu.json b/ambari-web/classic/app/assets/data/hosts/metrics/cpu.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/cpu.json rename to ambari-web/classic/app/assets/data/hosts/metrics/cpu.json diff --git a/ambari-web/app/assets/data/hosts/metrics/disk.json b/ambari-web/classic/app/assets/data/hosts/metrics/disk.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/disk.json rename to ambari-web/classic/app/assets/data/hosts/metrics/disk.json diff --git a/ambari-web/app/assets/data/hosts/metrics/load.json b/ambari-web/classic/app/assets/data/hosts/metrics/load.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/load.json rename to ambari-web/classic/app/assets/data/hosts/metrics/load.json diff --git a/ambari-web/app/assets/data/hosts/metrics/memory.json b/ambari-web/classic/app/assets/data/hosts/metrics/memory.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/memory.json rename to ambari-web/classic/app/assets/data/hosts/metrics/memory.json diff --git a/ambari-web/app/assets/data/hosts/metrics/network.json b/ambari-web/classic/app/assets/data/hosts/metrics/network.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/network.json rename to ambari-web/classic/app/assets/data/hosts/metrics/network.json diff --git a/ambari-web/app/assets/data/hosts/metrics/processes.json b/ambari-web/classic/app/assets/data/hosts/metrics/processes.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/metrics/processes.json rename to ambari-web/classic/app/assets/data/hosts/metrics/processes.json diff --git a/ambari-web/app/assets/data/hosts/quick_links.json b/ambari-web/classic/app/assets/data/hosts/quick_links.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/hosts/quick_links.json rename to ambari-web/classic/app/assets/data/hosts/quick_links.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Append_95th_percentile.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Append_95th_percentile.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Append_95th_percentile.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Append_95th_percentile.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Append_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Append_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Append_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Append_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Append_num_ops_&_Delete_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Append_num_ops_&_Delete_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Append_num_ops_&_Delete_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Append_num_ops_&_Delete_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Delete_95th_percentile.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Delete_95th_percentile.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Delete_95th_percentile.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Delete_95th_percentile.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Delete_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Delete_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Delete_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Delete_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Get_95th_percentile.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Get_95th_percentile.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Get_95th_percentile.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Get_95th_percentile.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Get_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Get_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Get_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Get_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Increment_95th_percentile.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Increment_95th_percentile.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Increment_95th_percentile.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Increment_95th_percentile.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Mutate_95th_percentile.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Mutate_95th_percentile.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Mutate_95th_percentile.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Mutate_95th_percentile.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Mutate_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Mutate_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Mutate_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Mutate_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/Scan_num_ops.json b/ambari-web/classic/app/assets/data/metrics/HBASE/Scan_num_ops.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/Scan_num_ops.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/Scan_num_ops.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/definition.json b/ambari-web/classic/app/assets/data/metrics/HBASE/definition.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/definition.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/definition.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/numActiveHandler.json b/ambari-web/classic/app/assets/data/metrics/HBASE/numActiveHandler.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/numActiveHandler.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/numActiveHandler.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/numCallsInGeneralQueue.json b/ambari-web/classic/app/assets/data/metrics/HBASE/numCallsInGeneralQueue.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/numCallsInGeneralQueue.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/numCallsInGeneralQueue.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/numOpenConnection.json b/ambari-web/classic/app/assets/data/metrics/HBASE/numOpenConnection.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/numOpenConnection.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/numOpenConnection.json diff --git a/ambari-web/app/assets/data/metrics/HBASE/updatesBlockedTime.json b/ambari-web/classic/app/assets/data/metrics/HBASE/updatesBlockedTime.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/metrics/HBASE/updatesBlockedTime.json rename to ambari-web/classic/app/assets/data/metrics/HBASE/updatesBlockedTime.json diff --git a/ambari-web/app/assets/data/requests/1.json b/ambari-web/classic/app/assets/data/requests/1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/requests/1.json rename to ambari-web/classic/app/assets/data/requests/1.json diff --git a/ambari-web/app/assets/data/requests/host_check/1.json b/ambari-web/classic/app/assets/data/requests/host_check/1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/requests/host_check/1.json rename to ambari-web/classic/app/assets/data/requests/host_check/1.json diff --git a/ambari-web/app/assets/data/requests/host_check/jdk_check_results.json b/ambari-web/classic/app/assets/data/requests/host_check/jdk_check_results.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/requests/host_check/jdk_check_results.json rename to ambari-web/classic/app/assets/data/requests/host_check/jdk_check_results.json diff --git a/ambari-web/app/assets/data/services/HDP2/components_state.json b/ambari-web/classic/app/assets/data/services/HDP2/components_state.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/HDP2/components_state.json rename to ambari-web/classic/app/assets/data/services/HDP2/components_state.json diff --git a/ambari-web/app/assets/data/services/HDP2/services.json b/ambari-web/classic/app/assets/data/services/HDP2/services.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/HDP2/services.json rename to ambari-web/classic/app/assets/data/services/HDP2/services.json diff --git a/ambari-web/app/assets/data/services/ambari.json b/ambari-web/classic/app/assets/data/services/ambari.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/ambari.json rename to ambari-web/classic/app/assets/data/services/ambari.json diff --git a/ambari-web/app/assets/data/services/ambari_server.json b/ambari-web/classic/app/assets/data/services/ambari_server.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/ambari_server.json rename to ambari-web/classic/app/assets/data/services/ambari_server.json diff --git a/ambari-web/app/assets/data/services/components.json b/ambari-web/classic/app/assets/data/services/components.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/components.json rename to ambari-web/classic/app/assets/data/services/components.json diff --git a/ambari-web/app/assets/data/services/hdfs.json b/ambari-web/classic/app/assets/data/services/hdfs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/hdfs.json rename to ambari-web/classic/app/assets/data/services/hdfs.json diff --git a/ambari-web/app/assets/data/services/host_component_actual_configs.json b/ambari-web/classic/app/assets/data/services/host_component_actual_configs.json old mode 100644 new mode 100755 similarity index 98% rename from ambari-web/app/assets/data/services/host_component_actual_configs.json rename to ambari-web/classic/app/assets/data/services/host_component_actual_configs.json index 99c1a7ca2de..faf3ac43377 --- a/ambari-web/app/assets/data/services/host_component_actual_configs.json +++ b/ambari-web/classic/app/assets/data/services/host_component_actual_configs.json @@ -385,13 +385,13 @@ }, "actual_configs" : { "hdfs-site" : { - "tag": "version1" + "tag": "version1" }, "global" : { - "tag": "version1" + "tag": "version1" }, "core-site" : { - "tag": "version1" + "tag": "version1" } }, "cluster_name" : "cl1", @@ -412,13 +412,13 @@ }, "actual_configs" : { "hdfs-site" : { - "tag": "version4" + "tag": "version4" }, "global" : { - "tag": "version1" + "tag": "version1" }, "core-site" : { - "tag": "version1" + "tag": "version1" } }, "cluster_name" : "cl1", @@ -439,13 +439,13 @@ }, "actual_configs" : { "hdfs-site" : { - "tag": "version4" + "tag": "version4" }, "global" : { - "tag": "version4" + "tag": "version4" }, "core-site" : { - "tag": "version1" + "tag": "version1" } }, "cluster_name" : "cl1", @@ -466,13 +466,13 @@ }, "actual_configs" : { "hdfs-site" : { - "tag": "version4" + "tag": "version4" }, "global" : { - "tag": "version4" + "tag": "version4" }, "core-site" : { - "tag": "version4" + "tag": "version4" } }, "cluster_name" : "cl1", @@ -493,13 +493,13 @@ }, "actual_configs" : { "hdfs-site" : { - "tag": "version4" + "tag": "version4" }, "global" : { - "tag": "version4" + "tag": "version4" }, "core-site" : { - "tag": "version4" + "tag": "version4" } }, "cluster_name" : "cl1", diff --git a/ambari-web/app/assets/data/services/host_component_stale_configs.json b/ambari-web/classic/app/assets/data/services/host_component_stale_configs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/host_component_stale_configs.json rename to ambari-web/classic/app/assets/data/services/host_component_stale_configs.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/master_average_load.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/master_average_load.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/master_average_load.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/master_average_load.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_blockcache_hitpercent.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_blockcache_hitpercent.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_blockcache_hitpercent.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_blockcache_hitpercent.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_compaction_queue_size.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_compaction_queue_size.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_compaction_queue_size.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_compaction_queue_size.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_regions.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_regions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_regions.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_regions.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_requests.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_requests.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_requests.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_requests.json diff --git a/ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_store_files.json b/ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_store_files.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/ambari_metrics/regionserver_store_files.json rename to ambari-web/classic/app/assets/data/services/metrics/ambari_metrics/regionserver_store_files.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/channelFillPct.json b/ambari-web/classic/app/assets/data/services/metrics/flume/channelFillPct.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/channelFillPct.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/channelFillPct.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/channelSize.json b/ambari-web/classic/app/assets/data/services/metrics/flume/channelSize.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/channelSize.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/channelSize.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/cpu_user.json b/ambari-web/classic/app/assets/data/services/metrics/flume/cpu_user.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/cpu_user.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/cpu_user.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/jvmGcTime.json b/ambari-web/classic/app/assets/data/services/metrics/flume/jvmGcTime.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/jvmGcTime.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/jvmGcTime.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/jvmMemHeapUsedM.json b/ambari-web/classic/app/assets/data/services/metrics/flume/jvmMemHeapUsedM.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/jvmMemHeapUsedM.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/jvmMemHeapUsedM.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/jvmThreadsRunnable.json b/ambari-web/classic/app/assets/data/services/metrics/flume/jvmThreadsRunnable.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/jvmThreadsRunnable.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/jvmThreadsRunnable.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/sinkConnectionFailedCount.json b/ambari-web/classic/app/assets/data/services/metrics/flume/sinkConnectionFailedCount.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/sinkConnectionFailedCount.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/sinkConnectionFailedCount.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/sinkDrainSuccessCount.json b/ambari-web/classic/app/assets/data/services/metrics/flume/sinkDrainSuccessCount.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/sinkDrainSuccessCount.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/sinkDrainSuccessCount.json diff --git a/ambari-web/app/assets/data/services/metrics/flume/sourceEventAccepted.json b/ambari-web/classic/app/assets/data/services/metrics/flume/sourceEventAccepted.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/flume/sourceEventAccepted.json rename to ambari-web/classic/app/assets/data/services/metrics/flume/sourceEventAccepted.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/cluster_requests.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/cluster_requests.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/cluster_requests.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/cluster_requests.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/hlog_split_size.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/hlog_split_size.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/hlog_split_size.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/hlog_split_size.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/hlog_split_time.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/hlog_split_time.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/hlog_split_time.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/hlog_split_time.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/regionserver_queuesize.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_queuesize.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/regionserver_queuesize.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_queuesize.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/regionserver_regions.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_regions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/regionserver_regions.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_regions.json diff --git a/ambari-web/app/assets/data/services/metrics/hbase/regionserver_rw_requests.json b/ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_rw_requests.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hbase/regionserver_rw_requests.json rename to ambari-web/classic/app/assets/data/services/metrics/hbase/regionserver_rw_requests.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/block_status.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/block_status.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/block_status.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/block_status.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/file_operations.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/file_operations.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/file_operations.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/gc.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/gc.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/gc.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/gc.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/io.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/io.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/io.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/io.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/jvm_heap.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/jvm_heap.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/jvm_heap.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/jvm_threads.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/jvm_threads.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/jvm_threads.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/rpc.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/rpc.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/rpc.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/rpc.json diff --git a/ambari-web/app/assets/data/services/metrics/hdfs/space_utilization.json b/ambari-web/classic/app/assets/data/services/metrics/hdfs/space_utilization.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/hdfs/space_utilization.json rename to ambari-web/classic/app/assets/data/services/metrics/hdfs/space_utilization.json diff --git a/ambari-web/app/assets/data/services/metrics/storm/storm_rest_api_metrics.json b/ambari-web/classic/app/assets/data/services/metrics/storm/storm_rest_api_metrics.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/storm/storm_rest_api_metrics.json rename to ambari-web/classic/app/assets/data/services/metrics/storm/storm_rest_api_metrics.json diff --git a/ambari-web/app/assets/data/services/metrics/yarn/gc.json b/ambari-web/classic/app/assets/data/services/metrics/yarn/gc.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/yarn/gc.json rename to ambari-web/classic/app/assets/data/services/metrics/yarn/gc.json diff --git a/ambari-web/app/assets/data/services/metrics/yarn/jvm_heap.json b/ambari-web/classic/app/assets/data/services/metrics/yarn/jvm_heap.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/yarn/jvm_heap.json rename to ambari-web/classic/app/assets/data/services/metrics/yarn/jvm_heap.json diff --git a/ambari-web/app/assets/data/services/metrics/yarn/jvm_threads.json b/ambari-web/classic/app/assets/data/services/metrics/yarn/jvm_threads.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/yarn/jvm_threads.json rename to ambari-web/classic/app/assets/data/services/metrics/yarn/jvm_threads.json diff --git a/ambari-web/app/assets/data/services/metrics/yarn/rpc.json b/ambari-web/classic/app/assets/data/services/metrics/yarn/rpc.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/metrics/yarn/rpc.json rename to ambari-web/classic/app/assets/data/services/metrics/yarn/rpc.json diff --git a/ambari-web/app/assets/data/services/summary/hbase.json b/ambari-web/classic/app/assets/data/services/summary/hbase.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/summary/hbase.json rename to ambari-web/classic/app/assets/data/services/summary/hbase.json diff --git a/ambari-web/app/assets/data/services/summary/hdfs.json b/ambari-web/classic/app/assets/data/services/summary/hdfs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/services/summary/hdfs.json rename to ambari-web/classic/app/assets/data/services/summary/hdfs.json diff --git a/ambari-web/app/assets/data/settings/motd.json b/ambari-web/classic/app/assets/data/settings/motd.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/settings/motd.json rename to ambari-web/classic/app/assets/data/settings/motd.json diff --git a/ambari-web/app/assets/data/stack_versions/pre_upgrade_check.json b/ambari-web/classic/app/assets/data/stack_versions/pre_upgrade_check.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/pre_upgrade_check.json rename to ambari-web/classic/app/assets/data/stack_versions/pre_upgrade_check.json diff --git a/ambari-web/app/assets/data/stack_versions/repo_versions_all.json b/ambari-web/classic/app/assets/data/stack_versions/repo_versions_all.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/repo_versions_all.json rename to ambari-web/classic/app/assets/data/stack_versions/repo_versions_all.json diff --git a/ambari-web/app/assets/data/stack_versions/stack_version_all.json b/ambari-web/classic/app/assets/data/stack_versions/stack_version_all.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/stack_version_all.json rename to ambari-web/classic/app/assets/data/stack_versions/stack_version_all.json diff --git a/ambari-web/app/assets/data/stack_versions/start_upgrade.json b/ambari-web/classic/app/assets/data/stack_versions/start_upgrade.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/start_upgrade.json rename to ambari-web/classic/app/assets/data/stack_versions/start_upgrade.json diff --git a/ambari-web/app/assets/data/stack_versions/supported_upgrade_types.json b/ambari-web/classic/app/assets/data/stack_versions/supported_upgrade_types.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/supported_upgrade_types.json rename to ambari-web/classic/app/assets/data/stack_versions/supported_upgrade_types.json diff --git a/ambari-web/app/assets/data/stack_versions/upgrade.json b/ambari-web/classic/app/assets/data/stack_versions/upgrade.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/upgrade.json rename to ambari-web/classic/app/assets/data/stack_versions/upgrade.json diff --git a/ambari-web/app/assets/data/stack_versions/upgrade_item.json b/ambari-web/classic/app/assets/data/stack_versions/upgrade_item.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/upgrade_item.json rename to ambari-web/classic/app/assets/data/stack_versions/upgrade_item.json diff --git a/ambari-web/app/assets/data/stack_versions/upgrade_task.json b/ambari-web/classic/app/assets/data/stack_versions/upgrade_task.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/upgrade_task.json rename to ambari-web/classic/app/assets/data/stack_versions/upgrade_task.json diff --git a/ambari-web/app/assets/data/stack_versions/upgrades.json b/ambari-web/classic/app/assets/data/stack_versions/upgrades.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stack_versions/upgrades.json rename to ambari-web/classic/app/assets/data/stack_versions/upgrades.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.1/operating_systems.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.1/operating_systems.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.1/operating_systems.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.1/operating_systems.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.1/recommendations.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.1/recommendations.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.1/recommendations.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.1/recommendations.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.1/recommendations_configs.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.1/recommendations_configs.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.1/recommendations_configs.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.1/recommendations_configs.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.1/service_components.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.1/service_components.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.1/service_components.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.1/service_components.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.1/validations.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.1/validations.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.1/validations.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.1/validations.json diff --git a/ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json b/ambari-web/classic/app/assets/data/stacks/HDP-2.2/configurations.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/stacks/HDP-2.2/configurations.json rename to ambari-web/classic/app/assets/data/stacks/HDP-2.2/configurations.json diff --git a/ambari-web/app/assets/data/user_settings/admin_settings_show_bg.json b/ambari-web/classic/app/assets/data/user_settings/admin_settings_show_bg.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/user_settings/admin_settings_show_bg.json rename to ambari-web/classic/app/assets/data/user_settings/admin_settings_show_bg.json diff --git a/ambari-web/app/assets/data/user_settings/pagination_displayLength.json b/ambari-web/classic/app/assets/data/user_settings/pagination_displayLength.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/user_settings/pagination_displayLength.json rename to ambari-web/classic/app/assets/data/user_settings/pagination_displayLength.json diff --git a/ambari-web/app/assets/data/user_settings/showJobsForNonAdmin.json b/ambari-web/classic/app/assets/data/user_settings/showJobsForNonAdmin.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/user_settings/showJobsForNonAdmin.json rename to ambari-web/classic/app/assets/data/user_settings/showJobsForNonAdmin.json diff --git a/ambari-web/app/assets/data/users/privileges.json b/ambari-web/classic/app/assets/data/users/privileges.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/users/privileges.json rename to ambari-web/classic/app/assets/data/users/privileges.json diff --git a/ambari-web/app/assets/data/users/privileges_admin.json b/ambari-web/classic/app/assets/data/users/privileges_admin.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/users/privileges_admin.json rename to ambari-web/classic/app/assets/data/users/privileges_admin.json diff --git a/ambari-web/app/assets/data/users/user_admin.json b/ambari-web/classic/app/assets/data/users/user_admin.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/users/user_admin.json rename to ambari-web/classic/app/assets/data/users/user_admin.json diff --git a/ambari-web/app/assets/data/users/user_user.json b/ambari-web/classic/app/assets/data/users/user_user.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/users/user_user.json rename to ambari-web/classic/app/assets/data/users/user_user.json diff --git a/ambari-web/app/assets/data/users/users.json b/ambari-web/classic/app/assets/data/users/users.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/users/users.json rename to ambari-web/classic/app/assets/data/users/users.json diff --git a/ambari-web/app/assets/data/views/instances.json b/ambari-web/classic/app/assets/data/views/instances.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/views/instances.json rename to ambari-web/classic/app/assets/data/views/instances.json diff --git a/ambari-web/app/assets/data/views/views.json b/ambari-web/classic/app/assets/data/views/views.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/views/views.json rename to ambari-web/classic/app/assets/data/views/views.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE/default_dashboard.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE/default_dashboard.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE/default_dashboard.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/empty_user_layout.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE/empty_user_layout.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE/empty_user_layout.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE/empty_user_layout.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/filled_user_layout.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE/filled_user_layout.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE/filled_user_layout.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE/filled_user_layout.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/layouts.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE/layouts.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE/layouts.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE/layouts.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE/stack_layout.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE/stack_layout.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE/stack_layout.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE/stack_layout.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE_HEATMAPS.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE_HEATMAPS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE_HEATMAPS.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE_HEATMAPS.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE_HEATMAPS_WIDGETS.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE_HEATMAPS_WIDGETS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE_HEATMAPS_WIDGETS.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE_HEATMAPS_WIDGETS.json diff --git a/ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json b/ambari-web/classic/app/assets/data/widget_layouts/HBASE_SUMMARY.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HBASE_SUMMARY.json rename to ambari-web/classic/app/assets/data/widget_layouts/HBASE_SUMMARY.json diff --git a/ambari-web/app/assets/data/widget_layouts/HDFS_HEATMAPS.json b/ambari-web/classic/app/assets/data/widget_layouts/HDFS_HEATMAPS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HDFS_HEATMAPS.json rename to ambari-web/classic/app/assets/data/widget_layouts/HDFS_HEATMAPS.json diff --git a/ambari-web/app/assets/data/widget_layouts/HDFS_HEATMAPS_WIDGETS.json b/ambari-web/classic/app/assets/data/widget_layouts/HDFS_HEATMAPS_WIDGETS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HDFS_HEATMAPS_WIDGETS.json rename to ambari-web/classic/app/assets/data/widget_layouts/HDFS_HEATMAPS_WIDGETS.json diff --git a/ambari-web/app/assets/data/widget_layouts/HDFS_SUMMARY.json b/ambari-web/classic/app/assets/data/widget_layouts/HDFS_SUMMARY.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/HDFS_SUMMARY.json rename to ambari-web/classic/app/assets/data/widget_layouts/HDFS_SUMMARY.json diff --git a/ambari-web/app/assets/data/widget_layouts/SYSTEM_HEATMAPS.json b/ambari-web/classic/app/assets/data/widget_layouts/SYSTEM_HEATMAPS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/SYSTEM_HEATMAPS.json rename to ambari-web/classic/app/assets/data/widget_layouts/SYSTEM_HEATMAPS.json diff --git a/ambari-web/app/assets/data/widget_layouts/SYSTEM_HEATMAPS_WIDGETS.json b/ambari-web/classic/app/assets/data/widget_layouts/SYSTEM_HEATMAPS_WIDGETS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/SYSTEM_HEATMAPS_WIDGETS.json rename to ambari-web/classic/app/assets/data/widget_layouts/SYSTEM_HEATMAPS_WIDGETS.json diff --git a/ambari-web/app/assets/data/widget_layouts/YARN_HEATMAPS.json b/ambari-web/classic/app/assets/data/widget_layouts/YARN_HEATMAPS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/YARN_HEATMAPS.json rename to ambari-web/classic/app/assets/data/widget_layouts/YARN_HEATMAPS.json diff --git a/ambari-web/app/assets/data/widget_layouts/YARN_HEATMAPS_WIDGETS.json b/ambari-web/classic/app/assets/data/widget_layouts/YARN_HEATMAPS_WIDGETS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/YARN_HEATMAPS_WIDGETS.json rename to ambari-web/classic/app/assets/data/widget_layouts/YARN_HEATMAPS_WIDGETS.json diff --git a/ambari-web/app/assets/data/widget_layouts/YARN_SUMMARY.json b/ambari-web/classic/app/assets/data/widget_layouts/YARN_SUMMARY.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/YARN_SUMMARY.json rename to ambari-web/classic/app/assets/data/widget_layouts/YARN_SUMMARY.json diff --git a/ambari-web/app/assets/data/widget_layouts/all_heatmaps.json b/ambari-web/classic/app/assets/data/widget_layouts/all_heatmaps.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/all_heatmaps.json rename to ambari-web/classic/app/assets/data/widget_layouts/all_heatmaps.json diff --git a/ambari-web/app/assets/data/widget_layouts/all_mine_widgets.json b/ambari-web/classic/app/assets/data/widget_layouts/all_mine_widgets.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/all_mine_widgets.json rename to ambari-web/classic/app/assets/data/widget_layouts/all_mine_widgets.json diff --git a/ambari-web/app/assets/data/widget_layouts/all_shared_widgets.json b/ambari-web/classic/app/assets/data/widget_layouts/all_shared_widgets.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/widget_layouts/all_shared_widgets.json rename to ambari-web/classic/app/assets/data/widget_layouts/all_shared_widgets.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/bootstrap.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/bootstrap.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/bootstrap.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/bootstrap.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/poll_1.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/poll_2.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/single_host_information.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/single_host_information.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/single_host_information.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/single_host_information.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/single_host_registration.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/single_host_registration.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/single_host_registration.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/single_host_registration.json diff --git a/ambari-web/app/assets/data/wizard/bootstrap/two_hosts_information.json b/ambari-web/classic/app/assets/data/wizard/bootstrap/two_hosts_information.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/bootstrap/two_hosts_information.json rename to ambari-web/classic/app/assets/data/wizard/bootstrap/two_hosts_information.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_2.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_3.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_4.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_4.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_5.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_5.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_5.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_5.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_5_failed.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_5_failed.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_5_failed.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_5_failed.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_6.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_6.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_6.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_6.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_7.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_7.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_7.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_7.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_8.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_8.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_8.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_8.json diff --git a/ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_9.json b/ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_9.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/2_hosts/poll_9.json rename to ambari-web/classic/app/assets/data/wizard/deploy/2_hosts/poll_9.json diff --git a/ambari-web/app/assets/data/wizard/deploy/4_hosts_install_fail_without_failed_status/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/4_hosts_install_fail_without_failed_status/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/4_hosts_install_fail_without_failed_status/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/4_hosts_install_fail_without_failed_status/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/get_hosts_state.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/get_hosts_state.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/get_hosts_state.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/get_hosts_state.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_10.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_10.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_10.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_10.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_2.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_3.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_4.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_4.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_5.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_5.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_5.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_5.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_6.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_6.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_6.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_6.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_7.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_7.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_7.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_7.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_8.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_8.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_8.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_8.json diff --git a/ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_9.json b/ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_9.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/5_hosts/poll_9.json rename to ambari-web/classic/app/assets/data/wizard/deploy/5_hosts/poll_9.json diff --git a/ambari-web/app/assets/data/wizard/deploy/master_failure/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/master_failure/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/master_failure/poll_2.json b/ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/master_failure/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/deploy/master_failure/poll_3.json b/ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/master_failure/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/deploy/master_failure/poll_4.json b/ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/master_failure/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/deploy/master_failure/poll_4.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_2.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_3.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_4.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_failure/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_failure/poll_4.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_1.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_10.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_10.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_10.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_10.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_2.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_3.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_4.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_4.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_5.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_5.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_5.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_5.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_6.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_6.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_6.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_6.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_7.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_7.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_7.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_7.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_8.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_8.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_8.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_8.json diff --git a/ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_9.json b/ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_9.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/slave_warning/poll_9.json rename to ambari-web/classic/app/assets/data/wizard/deploy/slave_warning/poll_9.json diff --git a/ambari-web/app/assets/data/wizard/deploy/task_log.json b/ambari-web/classic/app/assets/data/wizard/deploy/task_log.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/deploy/task_log.json rename to ambari-web/classic/app/assets/data/wizard/deploy/task_log.json diff --git a/ambari-web/app/assets/data/wizard/kerberos/kerberize_cluster.json b/ambari-web/classic/app/assets/data/wizard/kerberos/kerberize_cluster.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/kerberos/kerberize_cluster.json rename to ambari-web/classic/app/assets/data/wizard/kerberos/kerberize_cluster.json diff --git a/ambari-web/app/assets/data/wizard/kerberos/stack_descriptors.json b/ambari-web/classic/app/assets/data/wizard/kerberos/stack_descriptors.json old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/assets/data/wizard/kerberos/stack_descriptors.json rename to ambari-web/classic/app/assets/data/wizard/kerberos/stack_descriptors.json index ff9b6693204..f651cfb22c4 --- a/ambari-web/app/assets/data/wizard/kerberos/stack_descriptors.json +++ b/ambari-web/classic/app/assets/data/wizard/kerberos/stack_descriptors.json @@ -319,4 +319,3 @@ } } } - diff --git a/ambari-web/app/assets/data/wizard/reassign/request_id.json b/ambari-web/classic/app/assets/data/wizard/reassign/request_id.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/request_id.json rename to ambari-web/classic/app/assets/data/wizard/reassign/request_id.json diff --git a/ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll1.json b/ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll1.json rename to ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll1.json diff --git a/ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll2.json b/ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll2.json rename to ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll2.json diff --git a/ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll3.json b/ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll3.json rename to ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll3.json diff --git a/ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll4.json b/ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll4.json rename to ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll4.json diff --git a/ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll5.json b/ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll5.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/reassign/step14PolledData/tasks_poll5.json rename to ambari-web/classic/app/assets/data/wizard/reassign/step14PolledData/tasks_poll5.json diff --git a/ambari-web/app/assets/data/wizard/stack/HDPLocal_versions.json b/ambari-web/classic/app/assets/data/wizard/stack/HDPLocal_versions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/HDPLocal_versions.json rename to ambari-web/classic/app/assets/data/wizard/stack/HDPLocal_versions.json diff --git a/ambari-web/app/assets/data/wizard/stack/HDP_version_definitions.json b/ambari-web/classic/app/assets/data/wizard/stack/HDP_version_definitions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/HDP_version_definitions.json rename to ambari-web/classic/app/assets/data/wizard/stack/HDP_version_definitions.json diff --git a/ambari-web/app/assets/data/wizard/stack/HDP_versions.json b/ambari-web/classic/app/assets/data/wizard/stack/HDP_versions.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/HDP_versions.json rename to ambari-web/classic/app/assets/data/wizard/stack/HDP_versions.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version/2.0.1.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version/2.0.1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version/2.0.1.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version/2.0.1.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version/2.0.5.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version/2.0.5.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version/2.0.5.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version/2.0.5.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/FALCON.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/FALCON.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/FALCON.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/FALCON.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/GANGLIA.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/GANGLIA.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/GANGLIA.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/GANGLIA.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HBASE.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HDFS.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/HIVE.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/KERBEROS.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/KERBEROS.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/KERBEROS.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/KERBEROS.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/MAPREDUCE2.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/OOZIE.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/OOZIE.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/OOZIE.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/OOZIE.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/PIG.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/PIG.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/PIG.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/PIG.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/SQOOP.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/SQOOP.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/SQOOP.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/SQOOP.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/STORM.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/STORM.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/STORM.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/STORM.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/TEZ.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/TEZ.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/TEZ.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/TEZ.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/WEBHCAT.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/WEBHCAT.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/WEBHCAT.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/WEBHCAT.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/YARN.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/YARN.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/YARN.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/YARN.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/ZOOKEEPER.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/ZOOKEEPER.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/ZOOKEEPER.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/ZOOKEEPER.json diff --git a/ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/global.json b/ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/global.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/hdp/version2.0.1/global.json rename to ambari-web/classic/app/assets/data/wizard/stack/hdp/version2.0.1/global.json diff --git a/ambari-web/app/assets/data/wizard/stack/stacks.json b/ambari-web/classic/app/assets/data/wizard/stack/stacks.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/stacks.json rename to ambari-web/classic/app/assets/data/wizard/stack/stacks.json diff --git a/ambari-web/app/assets/data/wizard/stack/stacks2.json b/ambari-web/classic/app/assets/data/wizard/stack/stacks2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stack/stacks2.json rename to ambari-web/classic/app/assets/data/wizard/stack/stacks2.json diff --git a/ambari-web/app/assets/data/wizard/stop_services/poll_1.json b/ambari-web/classic/app/assets/data/wizard/stop_services/poll_1.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stop_services/poll_1.json rename to ambari-web/classic/app/assets/data/wizard/stop_services/poll_1.json diff --git a/ambari-web/app/assets/data/wizard/stop_services/poll_2.json b/ambari-web/classic/app/assets/data/wizard/stop_services/poll_2.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stop_services/poll_2.json rename to ambari-web/classic/app/assets/data/wizard/stop_services/poll_2.json diff --git a/ambari-web/app/assets/data/wizard/stop_services/poll_3.json b/ambari-web/classic/app/assets/data/wizard/stop_services/poll_3.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stop_services/poll_3.json rename to ambari-web/classic/app/assets/data/wizard/stop_services/poll_3.json diff --git a/ambari-web/app/assets/data/wizard/stop_services/poll_4.json b/ambari-web/classic/app/assets/data/wizard/stop_services/poll_4.json old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/data/wizard/stop_services/poll_4.json rename to ambari-web/classic/app/assets/data/wizard/stop_services/poll_4.json diff --git a/ambari-web/app/assets/font/fontawesome-webfont.eot b/ambari-web/classic/app/assets/font/fontawesome-webfont.eot old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/font/fontawesome-webfont.eot rename to ambari-web/classic/app/assets/font/fontawesome-webfont.eot diff --git a/ambari-web/app/assets/font/fontawesome-webfont.svg b/ambari-web/classic/app/assets/font/fontawesome-webfont.svg old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/assets/font/fontawesome-webfont.svg rename to ambari-web/classic/app/assets/font/fontawesome-webfont.svg index 2edb4ec34cb..d071a43ea7f --- a/ambari-web/app/assets/font/fontawesome-webfont.svg +++ b/ambari-web/classic/app/assets/font/fontawesome-webfont.svg @@ -396,4 +396,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ambari-web/app/assets/font/fontawesome-webfont.ttf b/ambari-web/classic/app/assets/font/fontawesome-webfont.ttf old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/font/fontawesome-webfont.ttf rename to ambari-web/classic/app/assets/font/fontawesome-webfont.ttf diff --git a/ambari-web/app/assets/font/fontawesome-webfont.woff b/ambari-web/classic/app/assets/font/fontawesome-webfont.woff old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/font/fontawesome-webfont.woff rename to ambari-web/classic/app/assets/font/fontawesome-webfont.woff diff --git a/ambari-web/app/assets/fonts/glyphicons-halflings-regular.eot b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.eot old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/fonts/glyphicons-halflings-regular.eot rename to ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.eot diff --git a/ambari-web/vendor/fonts/glyphicons-halflings-regular.svg b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.svg old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/vendor/fonts/glyphicons-halflings-regular.svg rename to ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.svg index 94fb5490a2e..f155876e1b9 --- a/ambari-web/vendor/fonts/glyphicons-halflings-regular.svg +++ b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.svg @@ -285,4 +285,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/ambari-web/app/assets/fonts/glyphicons-halflings-regular.ttf b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.ttf old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/fonts/glyphicons-halflings-regular.ttf rename to ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.ttf diff --git a/ambari-web/app/assets/fonts/glyphicons-halflings-regular.woff b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.woff old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/fonts/glyphicons-halflings-regular.woff rename to ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.woff diff --git a/ambari-web/app/assets/fonts/glyphicons-halflings-regular.woff2 b/ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.woff2 old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/fonts/glyphicons-halflings-regular.woff2 rename to ambari-web/classic/app/assets/fonts/glyphicons-halflings-regular.woff2 diff --git a/ambari-web/app/assets/img/ambari-logo.png b/ambari-web/classic/app/assets/img/ambari-logo.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/ambari-logo.png rename to ambari-web/classic/app/assets/img/ambari-logo.png diff --git a/ambari-web/app/assets/img/ambari-view-default.png b/ambari-web/classic/app/assets/img/ambari-view-default.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/ambari-view-default.png rename to ambari-web/classic/app/assets/img/ambari-view-default.png diff --git a/ambari-web/app/assets/img/arrow-right.png b/ambari-web/classic/app/assets/img/arrow-right.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/arrow-right.png rename to ambari-web/classic/app/assets/img/arrow-right.png diff --git a/ambari-web/app/assets/img/clippy.svg b/ambari-web/classic/app/assets/img/clippy.svg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/clippy.svg rename to ambari-web/classic/app/assets/img/clippy.svg diff --git a/ambari-web/app/assets/img/glyphicons-halflings-white.png b/ambari-web/classic/app/assets/img/glyphicons-halflings-white.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/glyphicons-halflings-white.png rename to ambari-web/classic/app/assets/img/glyphicons-halflings-white.png diff --git a/ambari-web/app/assets/img/glyphicons-halflings.png b/ambari-web/classic/app/assets/img/glyphicons-halflings.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/glyphicons-halflings.png rename to ambari-web/classic/app/assets/img/glyphicons-halflings.png diff --git a/ambari-web/app/assets/img/health-status-dead-orange.png b/ambari-web/classic/app/assets/img/health-status-dead-orange.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/health-status-dead-orange.png rename to ambari-web/classic/app/assets/img/health-status-dead-orange.png diff --git a/ambari-web/app/assets/img/health-status-dead-yellow.png b/ambari-web/classic/app/assets/img/health-status-dead-yellow.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/health-status-dead-yellow.png rename to ambari-web/classic/app/assets/img/health-status-dead-yellow.png diff --git a/ambari-web/app/assets/img/health-status-dead.png b/ambari-web/classic/app/assets/img/health-status-dead.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/health-status-dead.png rename to ambari-web/classic/app/assets/img/health-status-dead.png diff --git a/ambari-web/app/assets/img/health-status-live.png b/ambari-web/classic/app/assets/img/health-status-live.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/health-status-live.png rename to ambari-web/classic/app/assets/img/health-status-live.png diff --git a/ambari-web/app/assets/img/heatmap_node_critical_block.png b/ambari-web/classic/app/assets/img/heatmap_node_critical_block.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/heatmap_node_critical_block.png rename to ambari-web/classic/app/assets/img/heatmap_node_critical_block.png diff --git a/ambari-web/app/assets/img/heatmap_node_dead_block.png b/ambari-web/classic/app/assets/img/heatmap_node_dead_block.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/heatmap_node_dead_block.png rename to ambari-web/classic/app/assets/img/heatmap_node_dead_block.png diff --git a/ambari-web/app/assets/img/heatmap_node_live_block.png b/ambari-web/classic/app/assets/img/heatmap_node_live_block.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/heatmap_node_live_block.png rename to ambari-web/classic/app/assets/img/heatmap_node_live_block.png diff --git a/ambari-web/app/assets/img/icons.png b/ambari-web/classic/app/assets/img/icons.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/icons.png rename to ambari-web/classic/app/assets/img/icons.png diff --git a/ambari-web/app/assets/img/install-box.svg b/ambari-web/classic/app/assets/img/install-box.svg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/install-box.svg rename to ambari-web/classic/app/assets/img/install-box.svg diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_flat_0_aaaaaa_40x100.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_55_fbf9ee_1x400.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_65_ffffff_1x400.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_dadada_1x400.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_e6e6e6_1x400.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_glass_75_ffffff_1x400.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_highlight-soft_75_cccccc_1x100.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-bg_inset-soft_95_fef1ec_1x100.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_222222_256x240.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_2e83ff_256x240.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_454545_256x240.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_888888_256x240.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_cd0a0a_256x240.png diff --git a/ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png b/ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png rename to ambari-web/classic/app/assets/img/jquery-ui-bootstrap/ui-icons_f6cf3b_256x240.png diff --git a/ambari-web/app/assets/img/logo.png b/ambari-web/classic/app/assets/img/logo.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/logo.png rename to ambari-web/classic/app/assets/img/logo.png diff --git a/ambari-web/app/assets/img/rack-state-minus.png b/ambari-web/classic/app/assets/img/rack-state-minus.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-state-minus.png rename to ambari-web/classic/app/assets/img/rack-state-minus.png diff --git a/ambari-web/app/assets/img/rack-state-plus.png b/ambari-web/classic/app/assets/img/rack-state-plus.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-state-plus.png rename to ambari-web/classic/app/assets/img/rack-state-plus.png diff --git a/ambari-web/app/assets/img/rack-state-toggler.png b/ambari-web/classic/app/assets/img/rack-state-toggler.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-state-toggler.png rename to ambari-web/classic/app/assets/img/rack-state-toggler.png diff --git a/ambari-web/app/assets/img/rack-status-critical.png b/ambari-web/classic/app/assets/img/rack-status-critical.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-status-critical.png rename to ambari-web/classic/app/assets/img/rack-status-critical.png diff --git a/ambari-web/app/assets/img/rack-status-dead.png b/ambari-web/classic/app/assets/img/rack-status-dead.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-status-dead.png rename to ambari-web/classic/app/assets/img/rack-status-dead.png diff --git a/ambari-web/app/assets/img/rack-status-live.png b/ambari-web/classic/app/assets/img/rack-status-live.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack-status-live.png rename to ambari-web/classic/app/assets/img/rack-status-live.png diff --git a/ambari-web/app/assets/img/rack_node_hover.png b/ambari-web/classic/app/assets/img/rack_node_hover.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/rack_node_hover.png rename to ambari-web/classic/app/assets/img/rack_node_hover.png diff --git a/ambari-web/app/assets/img/status-corrupt.jpg b/ambari-web/classic/app/assets/img/status-corrupt.jpg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/status-corrupt.jpg rename to ambari-web/classic/app/assets/img/status-corrupt.jpg diff --git a/ambari-web/app/assets/img/status-ok.jpg b/ambari-web/classic/app/assets/img/status-ok.jpg old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/status-ok.jpg rename to ambari-web/classic/app/assets/img/status-ok.jpg diff --git a/ambari-web/app/assets/img/task-detail-open-dialog.png b/ambari-web/classic/app/assets/img/task-detail-open-dialog.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-detail-open-dialog.png rename to ambari-web/classic/app/assets/img/task-detail-open-dialog.png diff --git a/ambari-web/app/assets/img/task-log-cancelled.png b/ambari-web/classic/app/assets/img/task-log-cancelled.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-cancelled.png rename to ambari-web/classic/app/assets/img/task-log-cancelled.png diff --git a/ambari-web/app/assets/img/task-log-copy.png b/ambari-web/classic/app/assets/img/task-log-copy.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-copy.png rename to ambari-web/classic/app/assets/img/task-log-copy.png diff --git a/ambari-web/app/assets/img/task-log-fail.png b/ambari-web/classic/app/assets/img/task-log-fail.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-fail.png rename to ambari-web/classic/app/assets/img/task-log-fail.png diff --git a/ambari-web/app/assets/img/task-log-pending.png b/ambari-web/classic/app/assets/img/task-log-pending.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-pending.png rename to ambari-web/classic/app/assets/img/task-log-pending.png diff --git a/ambari-web/app/assets/img/task-log-progress.png b/ambari-web/classic/app/assets/img/task-log-progress.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-progress.png rename to ambari-web/classic/app/assets/img/task-log-progress.png diff --git a/ambari-web/app/assets/img/task-log-show-detail.png b/ambari-web/classic/app/assets/img/task-log-show-detail.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-show-detail.png rename to ambari-web/classic/app/assets/img/task-log-show-detail.png diff --git a/ambari-web/app/assets/img/task-log-success.png b/ambari-web/classic/app/assets/img/task-log-success.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-success.png rename to ambari-web/classic/app/assets/img/task-log-success.png diff --git a/ambari-web/app/assets/img/task-log-timedout.png b/ambari-web/classic/app/assets/img/task-log-timedout.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/task-log-timedout.png rename to ambari-web/classic/app/assets/img/task-log-timedout.png diff --git a/ambari-web/app/assets/img/widget-gauge.png b/ambari-web/classic/app/assets/img/widget-gauge.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/widget-gauge.png rename to ambari-web/classic/app/assets/img/widget-gauge.png diff --git a/ambari-web/app/assets/img/widget-graph.png b/ambari-web/classic/app/assets/img/widget-graph.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/widget-graph.png rename to ambari-web/classic/app/assets/img/widget-graph.png diff --git a/ambari-web/app/assets/img/widget-number.png b/ambari-web/classic/app/assets/img/widget-number.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/widget-number.png rename to ambari-web/classic/app/assets/img/widget-number.png diff --git a/ambari-web/app/assets/img/widget-template.png b/ambari-web/classic/app/assets/img/widget-template.png old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/img/widget-template.png rename to ambari-web/classic/app/assets/img/widget-template.png diff --git a/ambari-web/app/assets/index.html b/ambari-web/classic/app/assets/index.html old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/assets/index.html rename to ambari-web/classic/app/assets/index.html index 99f1fe04446..37f37b43f9f --- a/ambari-web/app/assets/index.html +++ b/ambari-web/classic/app/assets/index.html @@ -50,4 +50,4 @@ - + \ No newline at end of file diff --git a/ambari-web/app/assets/licenses/NOTICE.txt b/ambari-web/classic/app/assets/licenses/NOTICE.txt old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/licenses/NOTICE.txt rename to ambari-web/classic/app/assets/licenses/NOTICE.txt diff --git a/ambari-web/app/assets/test/karma_setup.js b/ambari-web/classic/app/assets/test/karma_setup.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/test/karma_setup.js rename to ambari-web/classic/app/assets/test/karma_setup.js diff --git a/ambari-web/app/assets/test/test.html b/ambari-web/classic/app/assets/test/test.html old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/test/test.html rename to ambari-web/classic/app/assets/test/test.html diff --git a/ambari-web/app/assets/test/tests.js b/ambari-web/classic/app/assets/test/tests.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/assets/test/tests.js rename to ambari-web/classic/app/assets/test/tests.js diff --git a/ambari-web/app/config.js b/ambari-web/classic/app/config.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/config.js rename to ambari-web/classic/app/config.js diff --git a/ambari-web/app/controllers.js b/ambari-web/classic/app/controllers.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers.js rename to ambari-web/classic/app/controllers.js diff --git a/ambari-web/app/controllers/application.js b/ambari-web/classic/app/controllers/application.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/application.js rename to ambari-web/classic/app/controllers/application.js diff --git a/ambari-web/app/controllers/experimental.js b/ambari-web/classic/app/controllers/experimental.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/experimental.js rename to ambari-web/classic/app/controllers/experimental.js diff --git a/ambari-web/app/controllers/global/background_operations_controller.js b/ambari-web/classic/app/controllers/global/background_operations_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/background_operations_controller.js rename to ambari-web/classic/app/controllers/global/background_operations_controller.js diff --git a/ambari-web/app/controllers/global/cluster_controller.js b/ambari-web/classic/app/controllers/global/cluster_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/cluster_controller.js rename to ambari-web/classic/app/controllers/global/cluster_controller.js diff --git a/ambari-web/app/controllers/global/configuration_controller.js b/ambari-web/classic/app/controllers/global/configuration_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/configuration_controller.js rename to ambari-web/classic/app/controllers/global/configuration_controller.js diff --git a/ambari-web/app/controllers/global/errors_handler_controller.js b/ambari-web/classic/app/controllers/global/errors_handler_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/errors_handler_controller.js rename to ambari-web/classic/app/controllers/global/errors_handler_controller.js diff --git a/ambari-web/app/controllers/global/update_controller.js b/ambari-web/classic/app/controllers/global/update_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/update_controller.js rename to ambari-web/classic/app/controllers/global/update_controller.js diff --git a/ambari-web/app/controllers/global/user_settings_controller.js b/ambari-web/classic/app/controllers/global/user_settings_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/user_settings_controller.js rename to ambari-web/classic/app/controllers/global/user_settings_controller.js diff --git a/ambari-web/app/controllers/global/wizard_watcher_controller.js b/ambari-web/classic/app/controllers/global/wizard_watcher_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/global/wizard_watcher_controller.js rename to ambari-web/classic/app/controllers/global/wizard_watcher_controller.js diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/classic/app/controllers/installer.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/installer.js rename to ambari-web/classic/app/controllers/installer.js diff --git a/ambari-web/app/controllers/login_controller.js b/ambari-web/classic/app/controllers/login_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/login_controller.js rename to ambari-web/classic/app/controllers/login_controller.js diff --git a/ambari-web/app/controllers/main.js b/ambari-web/classic/app/controllers/main.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main.js rename to ambari-web/classic/app/controllers/main.js diff --git a/ambari-web/app/controllers/main/admin.js b/ambari-web/classic/app/controllers/main/admin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin.js rename to ambari-web/classic/app/controllers/main/admin.js diff --git a/ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/routerBasedFederation/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/routerBasedFederation/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/routerBasedFederation/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/routerBasedFederation/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/federation/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/federation/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/federation/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/federation/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/activateStandby/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/activateStandby/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/addStandby/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/addStandby/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/hawq/removeStandby/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/hawq/removeStandby/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/progress_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/progress_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/progress_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/progress_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step5_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step5_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step5_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step5_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step6_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step6_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step6_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step6_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/step7_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step7_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/step7_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/step7_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/journalNode/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/journalNode/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/journalNode/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/rollback_wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/rollback_wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/rollback_wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/rollback_wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollbackHA/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollback_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollback_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/rollback_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/rollback_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step5_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step5_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step5_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step5_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step6_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step6_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step6_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step6_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step7_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step7_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step7_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step7_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step8_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step8_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step8_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step8_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/step9_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step9_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/step9_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/step9_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/nameNode/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/nameNode/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/nameNode/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/progress_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/progress_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/progress_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/progress_popup_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/progress_popup_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/progress_popup_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/rangerAdmin/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/resourceManager/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability/resourceManager/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability/resourceManager/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability/resourceManager/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/highAvailability_controller.js b/ambari-web/classic/app/controllers/main/admin/highAvailability_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/highAvailability_controller.js rename to ambari-web/classic/app/controllers/main/admin/highAvailability_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos.js b/ambari-web/classic/app/controllers/main/admin/kerberos.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos.js rename to ambari-web/classic/app/controllers/main/admin/kerberos.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/disable_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/disable_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/disable_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/disable_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/progress_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/progress_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/progress_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/progress_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step1_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step1_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step1_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step2_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step2_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step2_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step3_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step3_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step3_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step4_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step4_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step4_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step5_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step5_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step5_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step5_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step6_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step6_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step6_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step6_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step7_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step7_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step7_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step7_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/step8_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/step8_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/step8_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/step8_controller.js diff --git a/ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js b/ambari-web/classic/app/controllers/main/admin/kerberos/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js rename to ambari-web/classic/app/controllers/main/admin/kerberos/wizard_controller.js diff --git a/ambari-web/app/controllers/main/admin/serviceAccounts_controller.js b/ambari-web/classic/app/controllers/main/admin/serviceAccounts_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/serviceAccounts_controller.js rename to ambari-web/classic/app/controllers/main/admin/serviceAccounts_controller.js diff --git a/ambari-web/app/controllers/main/admin/service_auto_start.js b/ambari-web/classic/app/controllers/main/admin/service_auto_start.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/service_auto_start.js rename to ambari-web/classic/app/controllers/main/admin/service_auto_start.js diff --git a/ambari-web/app/controllers/main/admin/stack_and_upgrade_controller.js b/ambari-web/classic/app/controllers/main/admin/stack_and_upgrade_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/stack_and_upgrade_controller.js rename to ambari-web/classic/app/controllers/main/admin/stack_and_upgrade_controller.js diff --git a/ambari-web/app/controllers/main/admin/stack_upgrade_history_controller.js b/ambari-web/classic/app/controllers/main/admin/stack_upgrade_history_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/admin/stack_upgrade_history_controller.js rename to ambari-web/classic/app/controllers/main/admin/stack_upgrade_history_controller.js diff --git a/ambari-web/app/controllers/main/alert_definitions_controller.js b/ambari-web/classic/app/controllers/main/alert_definitions_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alert_definitions_controller.js rename to ambari-web/classic/app/controllers/main/alert_definitions_controller.js diff --git a/ambari-web/app/controllers/main/alerts/add_alert_definition/add_alert_definition_controller.js b/ambari-web/classic/app/controllers/main/alerts/add_alert_definition/add_alert_definition_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/add_alert_definition/add_alert_definition_controller.js rename to ambari-web/classic/app/controllers/main/alerts/add_alert_definition/add_alert_definition_controller.js diff --git a/ambari-web/app/controllers/main/alerts/add_alert_definition/step1_controller.js b/ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/add_alert_definition/step1_controller.js rename to ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step1_controller.js diff --git a/ambari-web/app/controllers/main/alerts/add_alert_definition/step2_controller.js b/ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/add_alert_definition/step2_controller.js rename to ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step2_controller.js diff --git a/ambari-web/app/controllers/main/alerts/add_alert_definition/step3_controller.js b/ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/add_alert_definition/step3_controller.js rename to ambari-web/classic/app/controllers/main/alerts/add_alert_definition/step3_controller.js diff --git a/ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js b/ambari-web/classic/app/controllers/main/alerts/alert_definitions_actions_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/alert_definitions_actions_controller.js rename to ambari-web/classic/app/controllers/main/alerts/alert_definitions_actions_controller.js diff --git a/ambari-web/app/controllers/main/alerts/alert_instances_controller.js b/ambari-web/classic/app/controllers/main/alerts/alert_instances_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/alert_instances_controller.js rename to ambari-web/classic/app/controllers/main/alerts/alert_instances_controller.js diff --git a/ambari-web/app/controllers/main/alerts/definition_configs_controller.js b/ambari-web/classic/app/controllers/main/alerts/definition_configs_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/definition_configs_controller.js rename to ambari-web/classic/app/controllers/main/alerts/definition_configs_controller.js diff --git a/ambari-web/app/controllers/main/alerts/definition_details_controller.js b/ambari-web/classic/app/controllers/main/alerts/definition_details_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/definition_details_controller.js rename to ambari-web/classic/app/controllers/main/alerts/definition_details_controller.js diff --git a/ambari-web/app/controllers/main/alerts/manage_alert_groups_controller.js b/ambari-web/classic/app/controllers/main/alerts/manage_alert_groups_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/manage_alert_groups_controller.js rename to ambari-web/classic/app/controllers/main/alerts/manage_alert_groups_controller.js diff --git a/ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js b/ambari-web/classic/app/controllers/main/alerts/manage_alert_notifications_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/alerts/manage_alert_notifications_controller.js rename to ambari-web/classic/app/controllers/main/alerts/manage_alert_notifications_controller.js diff --git a/ambari-web/app/controllers/main/charts.js b/ambari-web/classic/app/controllers/main/charts.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/charts.js rename to ambari-web/classic/app/controllers/main/charts.js diff --git a/ambari-web/app/controllers/main/charts/heatmap.js b/ambari-web/classic/app/controllers/main/charts/heatmap.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/charts/heatmap.js rename to ambari-web/classic/app/controllers/main/charts/heatmap.js diff --git a/ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric.js b/ambari-web/classic/app/controllers/main/charts/heatmap_metrics/heatmap_metric.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/charts/heatmap_metrics/heatmap_metric.js rename to ambari-web/classic/app/controllers/main/charts/heatmap_metrics/heatmap_metric.js diff --git a/ambari-web/app/controllers/main/dashboard.js b/ambari-web/classic/app/controllers/main/dashboard.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/dashboard.js rename to ambari-web/classic/app/controllers/main/dashboard.js diff --git a/ambari-web/app/controllers/main/dashboard/config_history_controller.js b/ambari-web/classic/app/controllers/main/dashboard/config_history_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/dashboard/config_history_controller.js rename to ambari-web/classic/app/controllers/main/dashboard/config_history_controller.js diff --git a/ambari-web/app/controllers/main/host.js b/ambari-web/classic/app/controllers/main/host.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host.js rename to ambari-web/classic/app/controllers/main/host.js diff --git a/ambari-web/app/controllers/main/host/addHost/step4_controller.js b/ambari-web/classic/app/controllers/main/host/addHost/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/addHost/step4_controller.js rename to ambari-web/classic/app/controllers/main/host/addHost/step4_controller.js diff --git a/ambari-web/app/controllers/main/host/add_controller.js b/ambari-web/classic/app/controllers/main/host/add_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/add_controller.js rename to ambari-web/classic/app/controllers/main/host/add_controller.js diff --git a/ambari-web/app/controllers/main/host/bulk_operations_controller.js b/ambari-web/classic/app/controllers/main/host/bulk_operations_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/bulk_operations_controller.js rename to ambari-web/classic/app/controllers/main/host/bulk_operations_controller.js diff --git a/ambari-web/app/controllers/main/host/combo_search_box.js b/ambari-web/classic/app/controllers/main/host/combo_search_box.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/combo_search_box.js rename to ambari-web/classic/app/controllers/main/host/combo_search_box.js diff --git a/ambari-web/app/controllers/main/host/configs_service.js b/ambari-web/classic/app/controllers/main/host/configs_service.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/configs_service.js rename to ambari-web/classic/app/controllers/main/host/configs_service.js diff --git a/ambari-web/app/controllers/main/host/details.js b/ambari-web/classic/app/controllers/main/host/details.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/details.js rename to ambari-web/classic/app/controllers/main/host/details.js diff --git a/ambari-web/app/controllers/main/host/host_alerts_controller.js b/ambari-web/classic/app/controllers/main/host/host_alerts_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/host/host_alerts_controller.js rename to ambari-web/classic/app/controllers/main/host/host_alerts_controller.js diff --git a/ambari-web/app/controllers/main/service.js b/ambari-web/classic/app/controllers/main/service.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service.js rename to ambari-web/classic/app/controllers/main/service.js diff --git a/ambari-web/app/controllers/main/service/add_controller.js b/ambari-web/classic/app/controllers/main/service/add_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/add_controller.js rename to ambari-web/classic/app/controllers/main/service/add_controller.js diff --git a/ambari-web/app/controllers/main/service/info/audit.js b/ambari-web/classic/app/controllers/main/service/info/audit.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/info/audit.js rename to ambari-web/classic/app/controllers/main/service/info/audit.js diff --git a/ambari-web/app/controllers/main/service/info/configs.js b/ambari-web/classic/app/controllers/main/service/info/configs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/info/configs.js rename to ambari-web/classic/app/controllers/main/service/info/configs.js diff --git a/ambari-web/app/controllers/main/service/info/heatmap.js b/ambari-web/classic/app/controllers/main/service/info/heatmap.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/info/heatmap.js rename to ambari-web/classic/app/controllers/main/service/info/heatmap.js diff --git a/ambari-web/app/controllers/main/service/info/metric.js b/ambari-web/classic/app/controllers/main/service/info/metric.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/info/metric.js rename to ambari-web/classic/app/controllers/main/service/info/metric.js diff --git a/ambari-web/app/controllers/main/service/info/summary.js b/ambari-web/classic/app/controllers/main/service/info/summary.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/info/summary.js rename to ambari-web/classic/app/controllers/main/service/info/summary.js diff --git a/ambari-web/app/controllers/main/service/item.js b/ambari-web/classic/app/controllers/main/service/item.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/item.js rename to ambari-web/classic/app/controllers/main/service/item.js diff --git a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js b/ambari-web/classic/app/controllers/main/service/manage_config_groups_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/manage_config_groups_controller.js rename to ambari-web/classic/app/controllers/main/service/manage_config_groups_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step1_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step1_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step1_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step2_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step2_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step2_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step3_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step3_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step3_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step4_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step4_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step4_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step5_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step5_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step5_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step5_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step6_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step6_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step6_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step6_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign/step7_controller.js b/ambari-web/classic/app/controllers/main/service/reassign/step7_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign/step7_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign/step7_controller.js diff --git a/ambari-web/app/controllers/main/service/reassign_controller.js b/ambari-web/classic/app/controllers/main/service/reassign_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/reassign_controller.js rename to ambari-web/classic/app/controllers/main/service/reassign_controller.js diff --git a/ambari-web/app/controllers/main/service/widgets/create/step1_controller.js b/ambari-web/classic/app/controllers/main/service/widgets/create/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/widgets/create/step1_controller.js rename to ambari-web/classic/app/controllers/main/service/widgets/create/step1_controller.js diff --git a/ambari-web/app/controllers/main/service/widgets/create/step2_controller.js b/ambari-web/classic/app/controllers/main/service/widgets/create/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/widgets/create/step2_controller.js rename to ambari-web/classic/app/controllers/main/service/widgets/create/step2_controller.js diff --git a/ambari-web/app/controllers/main/service/widgets/create/step3_controller.js b/ambari-web/classic/app/controllers/main/service/widgets/create/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/widgets/create/step3_controller.js rename to ambari-web/classic/app/controllers/main/service/widgets/create/step3_controller.js diff --git a/ambari-web/app/controllers/main/service/widgets/create/wizard_controller.js b/ambari-web/classic/app/controllers/main/service/widgets/create/wizard_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/widgets/create/wizard_controller.js rename to ambari-web/classic/app/controllers/main/service/widgets/create/wizard_controller.js diff --git a/ambari-web/app/controllers/main/service/widgets/edit_controller.js b/ambari-web/classic/app/controllers/main/service/widgets/edit_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/service/widgets/edit_controller.js rename to ambari-web/classic/app/controllers/main/service/widgets/edit_controller.js diff --git a/ambari-web/app/controllers/main/views/details_controller.js b/ambari-web/classic/app/controllers/main/views/details_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/views/details_controller.js rename to ambari-web/classic/app/controllers/main/views/details_controller.js diff --git a/ambari-web/app/controllers/main/views_controller.js b/ambari-web/classic/app/controllers/main/views_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/main/views_controller.js rename to ambari-web/classic/app/controllers/main/views_controller.js diff --git a/ambari-web/app/controllers/wizard.js b/ambari-web/classic/app/controllers/wizard.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard.js rename to ambari-web/classic/app/controllers/wizard.js diff --git a/ambari-web/app/controllers/wizard/step0_controller.js b/ambari-web/classic/app/controllers/wizard/step0_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step0_controller.js rename to ambari-web/classic/app/controllers/wizard/step0_controller.js diff --git a/ambari-web/app/controllers/wizard/step10_controller.js b/ambari-web/classic/app/controllers/wizard/step10_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step10_controller.js rename to ambari-web/classic/app/controllers/wizard/step10_controller.js diff --git a/ambari-web/app/controllers/wizard/step1_controller.js b/ambari-web/classic/app/controllers/wizard/step1_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step1_controller.js rename to ambari-web/classic/app/controllers/wizard/step1_controller.js diff --git a/ambari-web/app/controllers/wizard/step2_controller.js b/ambari-web/classic/app/controllers/wizard/step2_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step2_controller.js rename to ambari-web/classic/app/controllers/wizard/step2_controller.js diff --git a/ambari-web/app/controllers/wizard/step3_controller.js b/ambari-web/classic/app/controllers/wizard/step3_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step3_controller.js rename to ambari-web/classic/app/controllers/wizard/step3_controller.js diff --git a/ambari-web/app/controllers/wizard/step4_controller.js b/ambari-web/classic/app/controllers/wizard/step4_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step4_controller.js rename to ambari-web/classic/app/controllers/wizard/step4_controller.js diff --git a/ambari-web/app/controllers/wizard/step5_controller.js b/ambari-web/classic/app/controllers/wizard/step5_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step5_controller.js rename to ambari-web/classic/app/controllers/wizard/step5_controller.js diff --git a/ambari-web/app/controllers/wizard/step6_controller.js b/ambari-web/classic/app/controllers/wizard/step6_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step6_controller.js rename to ambari-web/classic/app/controllers/wizard/step6_controller.js diff --git a/ambari-web/app/controllers/wizard/step7/assign_master_controller.js b/ambari-web/classic/app/controllers/wizard/step7/assign_master_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step7/assign_master_controller.js rename to ambari-web/classic/app/controllers/wizard/step7/assign_master_controller.js diff --git a/ambari-web/app/controllers/wizard/step7/pre_install_checks_controller.js b/ambari-web/classic/app/controllers/wizard/step7/pre_install_checks_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step7/pre_install_checks_controller.js rename to ambari-web/classic/app/controllers/wizard/step7/pre_install_checks_controller.js diff --git a/ambari-web/app/controllers/wizard/step7_controller.js b/ambari-web/classic/app/controllers/wizard/step7_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step7_controller.js rename to ambari-web/classic/app/controllers/wizard/step7_controller.js diff --git a/ambari-web/app/controllers/wizard/step8_controller.js b/ambari-web/classic/app/controllers/wizard/step8_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step8_controller.js rename to ambari-web/classic/app/controllers/wizard/step8_controller.js diff --git a/ambari-web/app/controllers/wizard/step9_controller.js b/ambari-web/classic/app/controllers/wizard/step9_controller.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/controllers/wizard/step9_controller.js rename to ambari-web/classic/app/controllers/wizard/step9_controller.js diff --git a/ambari-web/app/data/BIGTOP/site_properties.js b/ambari-web/classic/app/data/BIGTOP/site_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/BIGTOP/site_properties.js rename to ambari-web/classic/app/data/BIGTOP/site_properties.js diff --git a/ambari-web/app/data/configs/alert_notification.js b/ambari-web/classic/app/data/configs/alert_notification.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/alert_notification.js rename to ambari-web/classic/app/data/configs/alert_notification.js diff --git a/ambari-web/app/data/configs/services/accumulo_properties.js b/ambari-web/classic/app/data/configs/services/accumulo_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/accumulo_properties.js rename to ambari-web/classic/app/data/configs/services/accumulo_properties.js diff --git a/ambari-web/app/data/configs/services/ambari_infra_solr_properties.js b/ambari-web/classic/app/data/configs/services/ambari_infra_solr_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/ambari_infra_solr_properties.js rename to ambari-web/classic/app/data/configs/services/ambari_infra_solr_properties.js diff --git a/ambari-web/app/data/configs/services/ambari_metrics_properties.js b/ambari-web/classic/app/data/configs/services/ambari_metrics_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/ambari_metrics_properties.js rename to ambari-web/classic/app/data/configs/services/ambari_metrics_properties.js diff --git a/ambari-web/app/data/configs/services/falcon_properties.js b/ambari-web/classic/app/data/configs/services/falcon_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/falcon_properties.js rename to ambari-web/classic/app/data/configs/services/falcon_properties.js diff --git a/ambari-web/app/data/configs/services/flume_properties.js b/ambari-web/classic/app/data/configs/services/flume_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/flume_properties.js rename to ambari-web/classic/app/data/configs/services/flume_properties.js diff --git a/ambari-web/app/data/configs/services/glusterfs_properties.js b/ambari-web/classic/app/data/configs/services/glusterfs_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/glusterfs_properties.js rename to ambari-web/classic/app/data/configs/services/glusterfs_properties.js diff --git a/ambari-web/app/data/configs/services/hawq_properties.js b/ambari-web/classic/app/data/configs/services/hawq_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/hawq_properties.js rename to ambari-web/classic/app/data/configs/services/hawq_properties.js diff --git a/ambari-web/app/data/configs/services/hbase_properties.js b/ambari-web/classic/app/data/configs/services/hbase_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/hbase_properties.js rename to ambari-web/classic/app/data/configs/services/hbase_properties.js diff --git a/ambari-web/app/data/configs/services/hdfs_properties.js b/ambari-web/classic/app/data/configs/services/hdfs_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/hdfs_properties.js rename to ambari-web/classic/app/data/configs/services/hdfs_properties.js diff --git a/ambari-web/app/data/configs/services/hive_properties.js b/ambari-web/classic/app/data/configs/services/hive_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/hive_properties.js rename to ambari-web/classic/app/data/configs/services/hive_properties.js diff --git a/ambari-web/app/data/configs/services/kafka_properties.js b/ambari-web/classic/app/data/configs/services/kafka_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/kafka_properties.js rename to ambari-web/classic/app/data/configs/services/kafka_properties.js diff --git a/ambari-web/app/data/configs/services/kerberos_properties.js b/ambari-web/classic/app/data/configs/services/kerberos_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/kerberos_properties.js rename to ambari-web/classic/app/data/configs/services/kerberos_properties.js diff --git a/ambari-web/app/data/configs/services/knox_properties.js b/ambari-web/classic/app/data/configs/services/knox_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/knox_properties.js rename to ambari-web/classic/app/data/configs/services/knox_properties.js diff --git a/ambari-web/app/data/configs/services/logsearch_properties.js b/ambari-web/classic/app/data/configs/services/logsearch_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/logsearch_properties.js rename to ambari-web/classic/app/data/configs/services/logsearch_properties.js diff --git a/ambari-web/app/data/configs/services/mapreduce2_properties.js b/ambari-web/classic/app/data/configs/services/mapreduce2_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/mapreduce2_properties.js rename to ambari-web/classic/app/data/configs/services/mapreduce2_properties.js diff --git a/ambari-web/app/data/configs/services/oozie_properties.js b/ambari-web/classic/app/data/configs/services/oozie_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/oozie_properties.js rename to ambari-web/classic/app/data/configs/services/oozie_properties.js diff --git a/ambari-web/app/data/configs/services/ranger_properties.js b/ambari-web/classic/app/data/configs/services/ranger_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/ranger_properties.js rename to ambari-web/classic/app/data/configs/services/ranger_properties.js diff --git a/ambari-web/app/data/configs/services/storm_properties.js b/ambari-web/classic/app/data/configs/services/storm_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/storm_properties.js rename to ambari-web/classic/app/data/configs/services/storm_properties.js diff --git a/ambari-web/app/data/configs/services/tez_properties.js b/ambari-web/classic/app/data/configs/services/tez_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/tez_properties.js rename to ambari-web/classic/app/data/configs/services/tez_properties.js diff --git a/ambari-web/app/data/configs/services/yarn_properties.js b/ambari-web/classic/app/data/configs/services/yarn_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/yarn_properties.js rename to ambari-web/classic/app/data/configs/services/yarn_properties.js diff --git a/ambari-web/app/data/configs/services/zookeeper_properties.js b/ambari-web/classic/app/data/configs/services/zookeeper_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/services/zookeeper_properties.js rename to ambari-web/classic/app/data/configs/services/zookeeper_properties.js diff --git a/ambari-web/app/data/configs/site_properties.js b/ambari-web/classic/app/data/configs/site_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/site_properties.js rename to ambari-web/classic/app/data/configs/site_properties.js diff --git a/ambari-web/app/data/configs/ui_properties.js b/ambari-web/classic/app/data/configs/ui_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/ui_properties.js rename to ambari-web/classic/app/data/configs/ui_properties.js diff --git a/ambari-web/app/data/configs/wizards/federation_properties.js b/ambari-web/classic/app/data/configs/wizards/federation_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/federation_properties.js rename to ambari-web/classic/app/data/configs/wizards/federation_properties.js diff --git a/ambari-web/app/data/configs/wizards/ha_properties.js b/ambari-web/classic/app/data/configs/wizards/ha_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/ha_properties.js rename to ambari-web/classic/app/data/configs/wizards/ha_properties.js diff --git a/ambari-web/app/data/configs/wizards/hawq_activate_standby_properties.js b/ambari-web/classic/app/data/configs/wizards/hawq_activate_standby_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/hawq_activate_standby_properties.js rename to ambari-web/classic/app/data/configs/wizards/hawq_activate_standby_properties.js diff --git a/ambari-web/app/data/configs/wizards/hawq_ha_properties.js b/ambari-web/classic/app/data/configs/wizards/hawq_ha_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/hawq_ha_properties.js rename to ambari-web/classic/app/data/configs/wizards/hawq_ha_properties.js diff --git a/ambari-web/app/data/configs/wizards/kerberos_descriptor_properties.js b/ambari-web/classic/app/data/configs/wizards/kerberos_descriptor_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/kerberos_descriptor_properties.js rename to ambari-web/classic/app/data/configs/wizards/kerberos_descriptor_properties.js diff --git a/ambari-web/app/data/configs/wizards/kerberos_identities.js b/ambari-web/classic/app/data/configs/wizards/kerberos_identities.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/kerberos_identities.js rename to ambari-web/classic/app/data/configs/wizards/kerberos_identities.js diff --git a/ambari-web/app/data/configs/wizards/move_journal_node_properties.js b/ambari-web/classic/app/data/configs/wizards/move_journal_node_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/move_journal_node_properties.js rename to ambari-web/classic/app/data/configs/wizards/move_journal_node_properties.js diff --git a/ambari-web/app/data/configs/wizards/rm_ha_properties.js b/ambari-web/classic/app/data/configs/wizards/rm_ha_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/rm_ha_properties.js rename to ambari-web/classic/app/data/configs/wizards/rm_ha_properties.js diff --git a/ambari-web/app/data/configs/wizards/router_federation_properties.js b/ambari-web/classic/app/data/configs/wizards/router_federation_properties.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/router_federation_properties.js rename to ambari-web/classic/app/data/configs/wizards/router_federation_properties.js diff --git a/ambari-web/app/data/configs/wizards/secure_mapping.js b/ambari-web/classic/app/data/configs/wizards/secure_mapping.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/configs/wizards/secure_mapping.js rename to ambari-web/classic/app/data/configs/wizards/secure_mapping.js diff --git a/ambari-web/app/data/controller_route.js b/ambari-web/classic/app/data/controller_route.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/controller_route.js rename to ambari-web/classic/app/data/controller_route.js diff --git a/ambari-web/app/data/custom_stack_map.js b/ambari-web/classic/app/data/custom_stack_map.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/custom_stack_map.js rename to ambari-web/classic/app/data/custom_stack_map.js diff --git a/ambari-web/app/data/dashboard_widgets.js b/ambari-web/classic/app/data/dashboard_widgets.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/dashboard_widgets.js rename to ambari-web/classic/app/data/dashboard_widgets.js diff --git a/ambari-web/app/data/db_properties_info.js b/ambari-web/classic/app/data/db_properties_info.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/db_properties_info.js rename to ambari-web/classic/app/data/db_properties_info.js diff --git a/ambari-web/app/data/host/categories.js b/ambari-web/classic/app/data/host/categories.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/host/categories.js rename to ambari-web/classic/app/data/host/categories.js diff --git a/ambari-web/app/data/service_configs.js b/ambari-web/classic/app/data/service_configs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/service_configs.js rename to ambari-web/classic/app/data/service_configs.js diff --git a/ambari-web/app/data/service_graph_config.js b/ambari-web/classic/app/data/service_graph_config.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/service_graph_config.js rename to ambari-web/classic/app/data/service_graph_config.js diff --git a/ambari-web/app/data/statusCodes.js b/ambari-web/classic/app/data/statusCodes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/data/statusCodes.js rename to ambari-web/classic/app/data/statusCodes.js diff --git a/ambari-web/app/ember.js b/ambari-web/classic/app/ember.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/ember.js rename to ambari-web/classic/app/ember.js diff --git a/ambari-web/app/initialize.js b/ambari-web/classic/app/initialize.js old mode 100644 new mode 100755 similarity index 98% rename from ambari-web/app/initialize.js rename to ambari-web/classic/app/initialize.js index 0251b690ac0..0760ecaa278 --- a/ambari-web/app/initialize.js +++ b/ambari-web/classic/app/initialize.js @@ -64,6 +64,7 @@ return new bootstrap.Popover(popoverTriggerEl) }) console.log('after initialize'); +console.log('this is new code 11111'); console.log('TRACE: app.js-> localStorage:Ambari.authenticated=' + localStorage.getItem('Ambari' + 'authenticated')); console.log('TRACE: app.js-> localStorage:currentStep=' + localStorage.getItem(App.get('router').getLoginName() + 'Installer' + 'currentStep')); console.log('TRACE: app.js-> router.authenticated=' + App.get('router.loggedIn')); diff --git a/ambari-web/app/mappers.js b/ambari-web/classic/app/mappers.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers.js rename to ambari-web/classic/app/mappers.js diff --git a/ambari-web/app/mappers/alert_definition_summary_mapper.js b/ambari-web/classic/app/mappers/alert_definition_summary_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/alert_definition_summary_mapper.js rename to ambari-web/classic/app/mappers/alert_definition_summary_mapper.js diff --git a/ambari-web/app/mappers/alert_definitions_mapper.js b/ambari-web/classic/app/mappers/alert_definitions_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/alert_definitions_mapper.js rename to ambari-web/classic/app/mappers/alert_definitions_mapper.js diff --git a/ambari-web/app/mappers/alert_groups_mapper.js b/ambari-web/classic/app/mappers/alert_groups_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/alert_groups_mapper.js rename to ambari-web/classic/app/mappers/alert_groups_mapper.js diff --git a/ambari-web/app/mappers/alert_instances_mapper.js b/ambari-web/classic/app/mappers/alert_instances_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/alert_instances_mapper.js rename to ambari-web/classic/app/mappers/alert_instances_mapper.js diff --git a/ambari-web/app/mappers/alert_notification_mapper.js b/ambari-web/classic/app/mappers/alert_notification_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/alert_notification_mapper.js rename to ambari-web/classic/app/mappers/alert_notification_mapper.js diff --git a/ambari-web/app/mappers/cluster_mapper.js b/ambari-web/classic/app/mappers/cluster_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/cluster_mapper.js rename to ambari-web/classic/app/mappers/cluster_mapper.js diff --git a/ambari-web/app/mappers/components_state_mapper.js b/ambari-web/classic/app/mappers/components_state_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/components_state_mapper.js rename to ambari-web/classic/app/mappers/components_state_mapper.js diff --git a/ambari-web/app/mappers/configs/config_groups_mapper.js b/ambari-web/classic/app/mappers/configs/config_groups_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/configs/config_groups_mapper.js rename to ambari-web/classic/app/mappers/configs/config_groups_mapper.js diff --git a/ambari-web/app/mappers/configs/service_config_version_mapper.js b/ambari-web/classic/app/mappers/configs/service_config_version_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/configs/service_config_version_mapper.js rename to ambari-web/classic/app/mappers/configs/service_config_version_mapper.js diff --git a/ambari-web/app/mappers/configs/stack_config_properties_mapper.js b/ambari-web/classic/app/mappers/configs/stack_config_properties_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/configs/stack_config_properties_mapper.js rename to ambari-web/classic/app/mappers/configs/stack_config_properties_mapper.js diff --git a/ambari-web/app/mappers/configs/themes_mapper.js b/ambari-web/classic/app/mappers/configs/themes_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/configs/themes_mapper.js rename to ambari-web/classic/app/mappers/configs/themes_mapper.js diff --git a/ambari-web/app/mappers/hosts_mapper.js b/ambari-web/classic/app/mappers/hosts_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/hosts_mapper.js rename to ambari-web/classic/app/mappers/hosts_mapper.js diff --git a/ambari-web/app/mappers/quicklinks_mapper.js b/ambari-web/classic/app/mappers/quicklinks_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/quicklinks_mapper.js rename to ambari-web/classic/app/mappers/quicklinks_mapper.js diff --git a/ambari-web/app/mappers/repository_version_mapper.js b/ambari-web/classic/app/mappers/repository_version_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/repository_version_mapper.js rename to ambari-web/classic/app/mappers/repository_version_mapper.js diff --git a/ambari-web/app/mappers/server_data_mapper.js b/ambari-web/classic/app/mappers/server_data_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/server_data_mapper.js rename to ambari-web/classic/app/mappers/server_data_mapper.js diff --git a/ambari-web/app/mappers/service_mapper.js b/ambari-web/classic/app/mappers/service_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/service_mapper.js rename to ambari-web/classic/app/mappers/service_mapper.js diff --git a/ambari-web/app/mappers/service_metrics_mapper.js b/ambari-web/classic/app/mappers/service_metrics_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/service_metrics_mapper.js rename to ambari-web/classic/app/mappers/service_metrics_mapper.js diff --git a/ambari-web/app/mappers/socket/alert_definitions_mapper_adapter.js b/ambari-web/classic/app/mappers/socket/alert_definitions_mapper_adapter.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/alert_definitions_mapper_adapter.js rename to ambari-web/classic/app/mappers/socket/alert_definitions_mapper_adapter.js diff --git a/ambari-web/app/mappers/socket/alert_groups_mapper_adapter.js b/ambari-web/classic/app/mappers/socket/alert_groups_mapper_adapter.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/alert_groups_mapper_adapter.js rename to ambari-web/classic/app/mappers/socket/alert_groups_mapper_adapter.js diff --git a/ambari-web/app/mappers/socket/alert_summary_mapper.js b/ambari-web/classic/app/mappers/socket/alert_summary_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/alert_summary_mapper.js rename to ambari-web/classic/app/mappers/socket/alert_summary_mapper.js diff --git a/ambari-web/app/mappers/socket/host_component_status_mapper.js b/ambari-web/classic/app/mappers/socket/host_component_status_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/host_component_status_mapper.js rename to ambari-web/classic/app/mappers/socket/host_component_status_mapper.js diff --git a/ambari-web/app/mappers/socket/host_state_mapper.js b/ambari-web/classic/app/mappers/socket/host_state_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/host_state_mapper.js rename to ambari-web/classic/app/mappers/socket/host_state_mapper.js diff --git a/ambari-web/app/mappers/socket/service_state_mapper.js b/ambari-web/classic/app/mappers/socket/service_state_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/service_state_mapper.js rename to ambari-web/classic/app/mappers/socket/service_state_mapper.js diff --git a/ambari-web/app/mappers/socket/topology_mapper.js b/ambari-web/classic/app/mappers/socket/topology_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/topology_mapper.js rename to ambari-web/classic/app/mappers/socket/topology_mapper.js diff --git a/ambari-web/app/mappers/socket/upgrade_state_mapper.js b/ambari-web/classic/app/mappers/socket/upgrade_state_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/socket/upgrade_state_mapper.js rename to ambari-web/classic/app/mappers/socket/upgrade_state_mapper.js diff --git a/ambari-web/app/mappers/stack_mapper.js b/ambari-web/classic/app/mappers/stack_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/stack_mapper.js rename to ambari-web/classic/app/mappers/stack_mapper.js diff --git a/ambari-web/app/mappers/stack_service_mapper.js b/ambari-web/classic/app/mappers/stack_service_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/stack_service_mapper.js rename to ambari-web/classic/app/mappers/stack_service_mapper.js diff --git a/ambari-web/app/mappers/stack_upgrade_history_mapper.js b/ambari-web/classic/app/mappers/stack_upgrade_history_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/stack_upgrade_history_mapper.js rename to ambari-web/classic/app/mappers/stack_upgrade_history_mapper.js diff --git a/ambari-web/app/mappers/stack_version_mapper.js b/ambari-web/classic/app/mappers/stack_version_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/stack_version_mapper.js rename to ambari-web/classic/app/mappers/stack_version_mapper.js diff --git a/ambari-web/app/mappers/users_mapper.js b/ambari-web/classic/app/mappers/users_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/users_mapper.js rename to ambari-web/classic/app/mappers/users_mapper.js diff --git a/ambari-web/app/mappers/widget_layout_mapper.js b/ambari-web/classic/app/mappers/widget_layout_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/widget_layout_mapper.js rename to ambari-web/classic/app/mappers/widget_layout_mapper.js diff --git a/ambari-web/app/mappers/widget_mapper.js b/ambari-web/classic/app/mappers/widget_mapper.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mappers/widget_mapper.js rename to ambari-web/classic/app/mappers/widget_mapper.js diff --git a/ambari-web/app/messages.js b/ambari-web/classic/app/messages.js old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/messages.js rename to ambari-web/classic/app/messages.js index 350883769db..1abff251c17 --- a/ambari-web/app/messages.js +++ b/ambari-web/classic/app/messages.js @@ -44,6 +44,7 @@ Em.I18n.translations = { 'app.settings':'Settings', 'app.manageAmbari': 'Manage Ambari', 'app.aboutAmbari':'About', + 'app.switchExperience':'Switch to latest UI', 'app.settings.selectTimezone': 'Timezone', 'app.settings.notshowBgOperationsPopup': 'Do not show the Background Operations dialog when starting an operation', 'app.settings.notShowBgOperations': 'Do not show this dialog again when starting a background operation', @@ -218,6 +219,7 @@ Em.I18n.translations = { 'common.misc': 'Misc', 'common.userSettings': 'User Settings', 'common.aboutAmbari': 'About', + 'common.switchExperience': 'Switch to latest UI', 'common.notAvailable': 'Not Available', 'common.na': 'n/a', 'common.operations': 'Operations', diff --git a/ambari-web/app/mixins.js b/ambari-web/classic/app/mixins.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins.js rename to ambari-web/classic/app/mixins.js diff --git a/ambari-web/app/mixins/common/blueprint.js b/ambari-web/classic/app/mixins/common/blueprint.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/blueprint.js rename to ambari-web/classic/app/mixins/common/blueprint.js diff --git a/ambari-web/app/mixins/common/configs/config_recommendation_parser.js b/ambari-web/classic/app/mixins/common/configs/config_recommendation_parser.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/config_recommendation_parser.js rename to ambari-web/classic/app/mixins/common/configs/config_recommendation_parser.js diff --git a/ambari-web/app/mixins/common/configs/config_recommendations.js b/ambari-web/classic/app/mixins/common/configs/config_recommendations.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/config_recommendations.js rename to ambari-web/classic/app/mixins/common/configs/config_recommendations.js diff --git a/ambari-web/app/mixins/common/configs/config_with_override_recommendation_parser.js b/ambari-web/classic/app/mixins/common/configs/config_with_override_recommendation_parser.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/config_with_override_recommendation_parser.js rename to ambari-web/classic/app/mixins/common/configs/config_with_override_recommendation_parser.js diff --git a/ambari-web/app/mixins/common/configs/configs_comparator.js b/ambari-web/classic/app/mixins/common/configs/configs_comparator.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/configs_comparator.js rename to ambari-web/classic/app/mixins/common/configs/configs_comparator.js diff --git a/ambari-web/app/mixins/common/configs/configs_loader.js b/ambari-web/classic/app/mixins/common/configs/configs_loader.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/configs_loader.js rename to ambari-web/classic/app/mixins/common/configs/configs_loader.js diff --git a/ambari-web/app/mixins/common/configs/configs_saver.js b/ambari-web/classic/app/mixins/common/configs/configs_saver.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/configs_saver.js rename to ambari-web/classic/app/mixins/common/configs/configs_saver.js diff --git a/ambari-web/app/mixins/common/configs/enhanced_configs.js b/ambari-web/classic/app/mixins/common/configs/enhanced_configs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/enhanced_configs.js rename to ambari-web/classic/app/mixins/common/configs/enhanced_configs.js diff --git a/ambari-web/app/mixins/common/configs/toggle_isrequired.js b/ambari-web/classic/app/mixins/common/configs/toggle_isrequired.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/toggle_isrequired.js rename to ambari-web/classic/app/mixins/common/configs/toggle_isrequired.js diff --git a/ambari-web/app/mixins/common/configs/widgets/unique/num_llap_nodes.js b/ambari-web/classic/app/mixins/common/configs/widgets/unique/num_llap_nodes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/configs/widgets/unique/num_llap_nodes.js rename to ambari-web/classic/app/mixins/common/configs/widgets/unique/num_llap_nodes.js diff --git a/ambari-web/app/mixins/common/hosts/host_component_recommendation_mixin.js b/ambari-web/classic/app/mixins/common/hosts/host_component_recommendation_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/hosts/host_component_recommendation_mixin.js rename to ambari-web/classic/app/mixins/common/hosts/host_component_recommendation_mixin.js diff --git a/ambari-web/app/mixins/common/hosts/host_component_validation_mixin.js b/ambari-web/classic/app/mixins/common/hosts/host_component_validation_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/hosts/host_component_validation_mixin.js rename to ambari-web/classic/app/mixins/common/hosts/host_component_validation_mixin.js diff --git a/ambari-web/app/mixins/common/infinite_scroll_mixin.js b/ambari-web/classic/app/mixins/common/infinite_scroll_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/infinite_scroll_mixin.js rename to ambari-web/classic/app/mixins/common/infinite_scroll_mixin.js diff --git a/ambari-web/app/mixins/common/kdc_credentials_controller_mixin.js b/ambari-web/classic/app/mixins/common/kdc_credentials_controller_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/kdc_credentials_controller_mixin.js rename to ambari-web/classic/app/mixins/common/kdc_credentials_controller_mixin.js diff --git a/ambari-web/app/mixins/common/loading_overlay_support.js b/ambari-web/classic/app/mixins/common/loading_overlay_support.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/loading_overlay_support.js rename to ambari-web/classic/app/mixins/common/loading_overlay_support.js diff --git a/ambari-web/app/mixins/common/localStorage.js b/ambari-web/classic/app/mixins/common/localStorage.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/localStorage.js rename to ambari-web/classic/app/mixins/common/localStorage.js diff --git a/ambari-web/app/mixins/common/persist.js b/ambari-web/classic/app/mixins/common/persist.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/persist.js rename to ambari-web/classic/app/mixins/common/persist.js diff --git a/ambari-web/app/mixins/common/reload_popup.js b/ambari-web/classic/app/mixins/common/reload_popup.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/reload_popup.js rename to ambari-web/classic/app/mixins/common/reload_popup.js diff --git a/ambari-web/app/mixins/common/serverValidator.js b/ambari-web/classic/app/mixins/common/serverValidator.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/serverValidator.js rename to ambari-web/classic/app/mixins/common/serverValidator.js diff --git a/ambari-web/app/mixins/common/table_server_mixin.js b/ambari-web/classic/app/mixins/common/table_server_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/table_server_mixin.js rename to ambari-web/classic/app/mixins/common/table_server_mixin.js diff --git a/ambari-web/app/mixins/common/table_server_view_mixin.js b/ambari-web/classic/app/mixins/common/table_server_view_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/table_server_view_mixin.js rename to ambari-web/classic/app/mixins/common/table_server_view_mixin.js diff --git a/ambari-web/app/mixins/common/track_request_mixin.js b/ambari-web/classic/app/mixins/common/track_request_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/track_request_mixin.js rename to ambari-web/classic/app/mixins/common/track_request_mixin.js diff --git a/ambari-web/app/mixins/common/widgets/export_metrics_mixin.js b/ambari-web/classic/app/mixins/common/widgets/export_metrics_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/widgets/export_metrics_mixin.js rename to ambari-web/classic/app/mixins/common/widgets/export_metrics_mixin.js diff --git a/ambari-web/app/mixins/common/widgets/time_range_mixin.js b/ambari-web/classic/app/mixins/common/widgets/time_range_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/widgets/time_range_mixin.js rename to ambari-web/classic/app/mixins/common/widgets/time_range_mixin.js diff --git a/ambari-web/app/mixins/common/widgets/widget_mixin.js b/ambari-web/classic/app/mixins/common/widgets/widget_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/widgets/widget_mixin.js rename to ambari-web/classic/app/mixins/common/widgets/widget_mixin.js diff --git a/ambari-web/app/mixins/common/widgets/widget_section.js b/ambari-web/classic/app/mixins/common/widgets/widget_section.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/common/widgets/widget_section.js rename to ambari-web/classic/app/mixins/common/widgets/widget_section.js diff --git a/ambari-web/app/mixins/main/dashboard/widgets/editable.js b/ambari-web/classic/app/mixins/main/dashboard/widgets/editable.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/dashboard/widgets/editable.js rename to ambari-web/classic/app/mixins/main/dashboard/widgets/editable.js diff --git a/ambari-web/app/mixins/main/dashboard/widgets/editable_with_limit.js b/ambari-web/classic/app/mixins/main/dashboard/widgets/editable_with_limit.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/dashboard/widgets/editable_with_limit.js rename to ambari-web/classic/app/mixins/main/dashboard/widgets/editable_with_limit.js diff --git a/ambari-web/app/mixins/main/dashboard/widgets/namenode_widget.js b/ambari-web/classic/app/mixins/main/dashboard/widgets/namenode_widget.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/dashboard/widgets/namenode_widget.js rename to ambari-web/classic/app/mixins/main/dashboard/widgets/namenode_widget.js diff --git a/ambari-web/app/mixins/main/dashboard/widgets/single_numeric_threshold.js b/ambari-web/classic/app/mixins/main/dashboard/widgets/single_numeric_threshold.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/dashboard/widgets/single_numeric_threshold.js rename to ambari-web/classic/app/mixins/main/dashboard/widgets/single_numeric_threshold.js diff --git a/ambari-web/app/mixins/main/host/details/actions/check_host.js b/ambari-web/classic/app/mixins/main/host/details/actions/check_host.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/host/details/actions/check_host.js rename to ambari-web/classic/app/mixins/main/host/details/actions/check_host.js diff --git a/ambari-web/app/mixins/main/host/details/actions/install_new_version.js b/ambari-web/classic/app/mixins/main/host/details/actions/install_new_version.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/host/details/actions/install_new_version.js rename to ambari-web/classic/app/mixins/main/host/details/actions/install_new_version.js diff --git a/ambari-web/app/mixins/main/host/details/host_components/decommissionable.js b/ambari-web/classic/app/mixins/main/host/details/host_components/decommissionable.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/host/details/host_components/decommissionable.js rename to ambari-web/classic/app/mixins/main/host/details/host_components/decommissionable.js diff --git a/ambari-web/app/mixins/main/host/details/host_components/install_component.js b/ambari-web/classic/app/mixins/main/host/details/host_components/install_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/host/details/host_components/install_component.js rename to ambari-web/classic/app/mixins/main/host/details/host_components/install_component.js diff --git a/ambari-web/app/mixins/main/host/details/support_client_configs_download.js b/ambari-web/classic/app/mixins/main/host/details/support_client_configs_download.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/host/details/support_client_configs_download.js rename to ambari-web/classic/app/mixins/main/host/details/support_client_configs_download.js diff --git a/ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js b/ambari-web/classic/app/mixins/main/service/configs/component_actions_by_configs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/configs/component_actions_by_configs.js rename to ambari-web/classic/app/mixins/main/service/configs/component_actions_by_configs.js diff --git a/ambari-web/app/mixins/main/service/configs/config_overridable.js b/ambari-web/classic/app/mixins/main/service/configs/config_overridable.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/configs/config_overridable.js rename to ambari-web/classic/app/mixins/main/service/configs/config_overridable.js diff --git a/ambari-web/app/mixins/main/service/configs/hive_interactive_check.js b/ambari-web/classic/app/mixins/main/service/configs/hive_interactive_check.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/configs/hive_interactive_check.js rename to ambari-web/classic/app/mixins/main/service/configs/hive_interactive_check.js diff --git a/ambari-web/app/mixins/main/service/configs/widget_popover_support.js b/ambari-web/classic/app/mixins/main/service/configs/widget_popover_support.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/configs/widget_popover_support.js rename to ambari-web/classic/app/mixins/main/service/configs/widget_popover_support.js diff --git a/ambari-web/app/mixins/main/service/groups_mapping.js b/ambari-web/classic/app/mixins/main/service/groups_mapping.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/groups_mapping.js rename to ambari-web/classic/app/mixins/main/service/groups_mapping.js diff --git a/ambari-web/app/mixins/main/service/summary/hdfs_summary_widgets.js b/ambari-web/classic/app/mixins/main/service/summary/hdfs_summary_widgets.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/summary/hdfs_summary_widgets.js rename to ambari-web/classic/app/mixins/main/service/summary/hdfs_summary_widgets.js diff --git a/ambari-web/app/mixins/main/service/themes_mapping.js b/ambari-web/classic/app/mixins/main/service/themes_mapping.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/main/service/themes_mapping.js rename to ambari-web/classic/app/mixins/main/service/themes_mapping.js diff --git a/ambari-web/app/mixins/routers/redirections.js b/ambari-web/classic/app/mixins/routers/redirections.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/routers/redirections.js rename to ambari-web/classic/app/mixins/routers/redirections.js diff --git a/ambari-web/app/mixins/unit_convert/base_unit_convert_mixin.js b/ambari-web/classic/app/mixins/unit_convert/base_unit_convert_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/unit_convert/base_unit_convert_mixin.js rename to ambari-web/classic/app/mixins/unit_convert/base_unit_convert_mixin.js diff --git a/ambari-web/app/mixins/unit_convert/convert_unit_widget_view_mixin.js b/ambari-web/classic/app/mixins/unit_convert/convert_unit_widget_view_mixin.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/unit_convert/convert_unit_widget_view_mixin.js rename to ambari-web/classic/app/mixins/unit_convert/convert_unit_widget_view_mixin.js diff --git a/ambari-web/app/mixins/wizard/addSecurityConfigs.js b/ambari-web/classic/app/mixins/wizard/addSecurityConfigs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/addSecurityConfigs.js rename to ambari-web/classic/app/mixins/wizard/addSecurityConfigs.js diff --git a/ambari-web/app/mixins/wizard/assign_master_components.js b/ambari-web/classic/app/mixins/wizard/assign_master_components.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/assign_master_components.js rename to ambari-web/classic/app/mixins/wizard/assign_master_components.js diff --git a/ambari-web/app/mixins/wizard/selectHost.js b/ambari-web/classic/app/mixins/wizard/selectHost.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/selectHost.js rename to ambari-web/classic/app/mixins/wizard/selectHost.js diff --git a/ambari-web/app/mixins/wizard/wizardDeployProgressController.js b/ambari-web/classic/app/mixins/wizard/wizardDeployProgressController.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizardDeployProgressController.js rename to ambari-web/classic/app/mixins/wizard/wizardDeployProgressController.js diff --git a/ambari-web/app/mixins/wizard/wizardEnableDone.js b/ambari-web/classic/app/mixins/wizard/wizardEnableDone.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizardEnableDone.js rename to ambari-web/classic/app/mixins/wizard/wizardEnableDone.js diff --git a/ambari-web/app/mixins/wizard/wizardHostsLoading.js b/ambari-web/classic/app/mixins/wizard/wizardHostsLoading.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizardHostsLoading.js rename to ambari-web/classic/app/mixins/wizard/wizardHostsLoading.js diff --git a/ambari-web/app/mixins/wizard/wizardProgressPageController.js b/ambari-web/classic/app/mixins/wizard/wizardProgressPageController.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizardProgressPageController.js rename to ambari-web/classic/app/mixins/wizard/wizardProgressPageController.js diff --git a/ambari-web/app/mixins/wizard/wizardProgressPageView.js b/ambari-web/classic/app/mixins/wizard/wizardProgressPageView.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizardProgressPageView.js rename to ambari-web/classic/app/mixins/wizard/wizardProgressPageView.js diff --git a/ambari-web/app/mixins/wizard/wizard_menu_view.js b/ambari-web/classic/app/mixins/wizard/wizard_menu_view.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizard_menu_view.js rename to ambari-web/classic/app/mixins/wizard/wizard_menu_view.js diff --git a/ambari-web/app/mixins/wizard/wizard_misc_property_checker.js b/ambari-web/classic/app/mixins/wizard/wizard_misc_property_checker.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/mixins/wizard/wizard_misc_property_checker.js rename to ambari-web/classic/app/mixins/wizard/wizard_misc_property_checker.js diff --git a/ambari-web/app/models.js b/ambari-web/classic/app/models.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models.js rename to ambari-web/classic/app/models.js diff --git a/ambari-web/app/models/alerts/alert_config.js b/ambari-web/classic/app/models/alerts/alert_config.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_config.js rename to ambari-web/classic/app/models/alerts/alert_config.js diff --git a/ambari-web/app/models/alerts/alert_definition.js b/ambari-web/classic/app/models/alerts/alert_definition.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_definition.js rename to ambari-web/classic/app/models/alerts/alert_definition.js diff --git a/ambari-web/app/models/alerts/alert_group.js b/ambari-web/classic/app/models/alerts/alert_group.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_group.js rename to ambari-web/classic/app/models/alerts/alert_group.js diff --git a/ambari-web/app/models/alerts/alert_instance.js b/ambari-web/classic/app/models/alerts/alert_instance.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_instance.js rename to ambari-web/classic/app/models/alerts/alert_instance.js diff --git a/ambari-web/app/models/alerts/alert_instance_local.js b/ambari-web/classic/app/models/alerts/alert_instance_local.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_instance_local.js rename to ambari-web/classic/app/models/alerts/alert_instance_local.js diff --git a/ambari-web/app/models/alerts/alert_notification.js b/ambari-web/classic/app/models/alerts/alert_notification.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/alerts/alert_notification.js rename to ambari-web/classic/app/models/alerts/alert_notification.js diff --git a/ambari-web/app/models/client_component.js b/ambari-web/classic/app/models/client_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/client_component.js rename to ambari-web/classic/app/models/client_component.js diff --git a/ambari-web/app/models/cluster.js b/ambari-web/classic/app/models/cluster.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/cluster.js rename to ambari-web/classic/app/models/cluster.js diff --git a/ambari-web/app/models/cluster_states.js b/ambari-web/classic/app/models/cluster_states.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/cluster_states.js rename to ambari-web/classic/app/models/cluster_states.js diff --git a/ambari-web/app/models/configs/config_group.js b/ambari-web/classic/app/models/configs/config_group.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/config_group.js rename to ambari-web/classic/app/models/configs/config_group.js diff --git a/ambari-web/app/models/configs/objects/service_config.js b/ambari-web/classic/app/models/configs/objects/service_config.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/objects/service_config.js rename to ambari-web/classic/app/models/configs/objects/service_config.js diff --git a/ambari-web/app/models/configs/objects/service_config_category.js b/ambari-web/classic/app/models/configs/objects/service_config_category.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/objects/service_config_category.js rename to ambari-web/classic/app/models/configs/objects/service_config_category.js diff --git a/ambari-web/app/models/configs/objects/service_config_property.js b/ambari-web/classic/app/models/configs/objects/service_config_property.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/objects/service_config_property.js rename to ambari-web/classic/app/models/configs/objects/service_config_property.js diff --git a/ambari-web/app/models/configs/service_config_version.js b/ambari-web/classic/app/models/configs/service_config_version.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/service_config_version.js rename to ambari-web/classic/app/models/configs/service_config_version.js diff --git a/ambari-web/app/models/configs/stack_config_property.js b/ambari-web/classic/app/models/configs/stack_config_property.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/stack_config_property.js rename to ambari-web/classic/app/models/configs/stack_config_property.js diff --git a/ambari-web/app/models/configs/theme/config_action.js b/ambari-web/classic/app/models/configs/theme/config_action.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/config_action.js rename to ambari-web/classic/app/models/configs/theme/config_action.js diff --git a/ambari-web/app/models/configs/theme/section.js b/ambari-web/classic/app/models/configs/theme/section.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/section.js rename to ambari-web/classic/app/models/configs/theme/section.js diff --git a/ambari-web/app/models/configs/theme/sub_section.js b/ambari-web/classic/app/models/configs/theme/sub_section.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/sub_section.js rename to ambari-web/classic/app/models/configs/theme/sub_section.js diff --git a/ambari-web/app/models/configs/theme/sub_section_tab.js b/ambari-web/classic/app/models/configs/theme/sub_section_tab.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/sub_section_tab.js rename to ambari-web/classic/app/models/configs/theme/sub_section_tab.js diff --git a/ambari-web/app/models/configs/theme/tab.js b/ambari-web/classic/app/models/configs/theme/tab.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/tab.js rename to ambari-web/classic/app/models/configs/theme/tab.js diff --git a/ambari-web/app/models/configs/theme/theme_condition.js b/ambari-web/classic/app/models/configs/theme/theme_condition.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/configs/theme/theme_condition.js rename to ambari-web/classic/app/models/configs/theme/theme_condition.js diff --git a/ambari-web/app/models/finished_upgrade_entity.js b/ambari-web/classic/app/models/finished_upgrade_entity.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/finished_upgrade_entity.js rename to ambari-web/classic/app/models/finished_upgrade_entity.js diff --git a/ambari-web/app/models/host.js b/ambari-web/classic/app/models/host.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/host.js rename to ambari-web/classic/app/models/host.js diff --git a/ambari-web/app/models/host_component.js b/ambari-web/classic/app/models/host_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/host_component.js rename to ambari-web/classic/app/models/host_component.js diff --git a/ambari-web/app/models/host_component_log.js b/ambari-web/classic/app/models/host_component_log.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/host_component_log.js rename to ambari-web/classic/app/models/host_component_log.js diff --git a/ambari-web/app/models/host_stack_version.js b/ambari-web/classic/app/models/host_stack_version.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/host_stack_version.js rename to ambari-web/classic/app/models/host_stack_version.js diff --git a/ambari-web/app/models/hosts.js b/ambari-web/classic/app/models/hosts.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/hosts.js rename to ambari-web/classic/app/models/hosts.js diff --git a/ambari-web/app/models/master_component.js b/ambari-web/classic/app/models/master_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/master_component.js rename to ambari-web/classic/app/models/master_component.js diff --git a/ambari-web/app/models/operating_system.js b/ambari-web/classic/app/models/operating_system.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/operating_system.js rename to ambari-web/classic/app/models/operating_system.js diff --git a/ambari-web/app/models/quick_links.js b/ambari-web/classic/app/models/quick_links.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/quick_links.js rename to ambari-web/classic/app/models/quick_links.js diff --git a/ambari-web/app/models/quicklinks/quick_links_config.js b/ambari-web/classic/app/models/quicklinks/quick_links_config.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/quicklinks/quick_links_config.js rename to ambari-web/classic/app/models/quicklinks/quick_links_config.js diff --git a/ambari-web/app/models/repository.js b/ambari-web/classic/app/models/repository.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/repository.js rename to ambari-web/classic/app/models/repository.js diff --git a/ambari-web/app/models/service.js b/ambari-web/classic/app/models/service.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service.js rename to ambari-web/classic/app/models/service.js diff --git a/ambari-web/app/models/service/flume.js b/ambari-web/classic/app/models/service/flume.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/flume.js rename to ambari-web/classic/app/models/service/flume.js diff --git a/ambari-web/app/models/service/hbase.js b/ambari-web/classic/app/models/service/hbase.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/hbase.js rename to ambari-web/classic/app/models/service/hbase.js diff --git a/ambari-web/app/models/service/hdfs.js b/ambari-web/classic/app/models/service/hdfs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/hdfs.js rename to ambari-web/classic/app/models/service/hdfs.js diff --git a/ambari-web/app/models/service/mapreduce2.js b/ambari-web/classic/app/models/service/mapreduce2.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/mapreduce2.js rename to ambari-web/classic/app/models/service/mapreduce2.js diff --git a/ambari-web/app/models/service/onefs.js b/ambari-web/classic/app/models/service/onefs.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/onefs.js rename to ambari-web/classic/app/models/service/onefs.js diff --git a/ambari-web/app/models/service/ranger.js b/ambari-web/classic/app/models/service/ranger.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/ranger.js rename to ambari-web/classic/app/models/service/ranger.js diff --git a/ambari-web/app/models/service/storm.js b/ambari-web/classic/app/models/service/storm.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/storm.js rename to ambari-web/classic/app/models/service/storm.js diff --git a/ambari-web/app/models/service/yarn.js b/ambari-web/classic/app/models/service/yarn.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/service/yarn.js rename to ambari-web/classic/app/models/service/yarn.js diff --git a/ambari-web/app/models/slave_component.js b/ambari-web/classic/app/models/slave_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/slave_component.js rename to ambari-web/classic/app/models/slave_component.js diff --git a/ambari-web/app/models/stack.js b/ambari-web/classic/app/models/stack.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack.js rename to ambari-web/classic/app/models/stack.js diff --git a/ambari-web/app/models/stack_service.js b/ambari-web/classic/app/models/stack_service.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_service.js rename to ambari-web/classic/app/models/stack_service.js diff --git a/ambari-web/app/models/stack_service_component.js b/ambari-web/classic/app/models/stack_service_component.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_service_component.js rename to ambari-web/classic/app/models/stack_service_component.js diff --git a/ambari-web/app/models/stack_version/os.js b/ambari-web/classic/app/models/stack_version/os.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_version/os.js rename to ambari-web/classic/app/models/stack_version/os.js diff --git a/ambari-web/app/models/stack_version/repository_version.js b/ambari-web/classic/app/models/stack_version/repository_version.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_version/repository_version.js rename to ambari-web/classic/app/models/stack_version/repository_version.js diff --git a/ambari-web/app/models/stack_version/service_simple.js b/ambari-web/classic/app/models/stack_version/service_simple.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_version/service_simple.js rename to ambari-web/classic/app/models/stack_version/service_simple.js diff --git a/ambari-web/app/models/stack_version/stack_upgrade_history.js b/ambari-web/classic/app/models/stack_version/stack_upgrade_history.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_version/stack_upgrade_history.js rename to ambari-web/classic/app/models/stack_version/stack_upgrade_history.js diff --git a/ambari-web/app/models/stack_version/version.js b/ambari-web/classic/app/models/stack_version/version.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/stack_version/version.js rename to ambari-web/classic/app/models/stack_version/version.js diff --git a/ambari-web/app/models/upgrade_entity.js b/ambari-web/classic/app/models/upgrade_entity.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/upgrade_entity.js rename to ambari-web/classic/app/models/upgrade_entity.js diff --git a/ambari-web/app/models/user.js b/ambari-web/classic/app/models/user.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/user.js rename to ambari-web/classic/app/models/user.js diff --git a/ambari-web/app/models/view_instance.js b/ambari-web/classic/app/models/view_instance.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/view_instance.js rename to ambari-web/classic/app/models/view_instance.js diff --git a/ambari-web/app/models/widget.js b/ambari-web/classic/app/models/widget.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/widget.js rename to ambari-web/classic/app/models/widget.js diff --git a/ambari-web/app/models/widget_layout.js b/ambari-web/classic/app/models/widget_layout.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/widget_layout.js rename to ambari-web/classic/app/models/widget_layout.js diff --git a/ambari-web/app/models/widget_property.js b/ambari-web/classic/app/models/widget_property.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/models/widget_property.js rename to ambari-web/classic/app/models/widget_property.js diff --git a/ambari-web/app/router.js b/ambari-web/classic/app/router.js old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/router.js rename to ambari-web/classic/app/router.js index 1330cf302b6..d17446041c4 --- a/ambari-web/app/router.js +++ b/ambari-web/classic/app/router.js @@ -284,15 +284,15 @@ App.Router = Em.Router.extend({ var dfd = $.Deferred(); var self = this; var auth = App.db.getAuthenticated(); - this.getClusterDataRequest().always(function (xhr) { - if (xhr) { + this.getClusterDataRequest().always(function (xhr, textStatus, jqXHRorErrorThrown) { + if (xhr && textStatus == 'success') { // if server knows the user and user authenticated by UI if (auth) { dfd.resolve(self.get('loggedIn')); // if server knows the user but UI don't, check the response header // and try to authorize - } else if (xhr.getResponseHeader('User')) { - var user = xhr.getResponseHeader('User'); + } else if (jqXHRorErrorThrown.getResponseHeader('User')) { + var user = jqXHRorErrorThrown.getResponseHeader('User'); App.ajax.send({ name: 'router.afterLogin', sender: self, diff --git a/ambari-web/app/routes/activate_hawq_standby_routes.js b/ambari-web/classic/app/routes/activate_hawq_standby_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/activate_hawq_standby_routes.js rename to ambari-web/classic/app/routes/activate_hawq_standby_routes.js diff --git a/ambari-web/app/routes/add_alert_definition_routes.js b/ambari-web/classic/app/routes/add_alert_definition_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/add_alert_definition_routes.js rename to ambari-web/classic/app/routes/add_alert_definition_routes.js diff --git a/ambari-web/app/routes/add_hawq_standby_routes.js b/ambari-web/classic/app/routes/add_hawq_standby_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/add_hawq_standby_routes.js rename to ambari-web/classic/app/routes/add_hawq_standby_routes.js diff --git a/ambari-web/app/routes/add_host_routes.js b/ambari-web/classic/app/routes/add_host_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/add_host_routes.js rename to ambari-web/classic/app/routes/add_host_routes.js diff --git a/ambari-web/app/routes/add_kerberos_routes.js b/ambari-web/classic/app/routes/add_kerberos_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/add_kerberos_routes.js rename to ambari-web/classic/app/routes/add_kerberos_routes.js diff --git a/ambari-web/app/routes/add_service_routes.js b/ambari-web/classic/app/routes/add_service_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/add_service_routes.js rename to ambari-web/classic/app/routes/add_service_routes.js diff --git a/ambari-web/app/routes/create_widget.js b/ambari-web/classic/app/routes/create_widget.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/create_widget.js rename to ambari-web/classic/app/routes/create_widget.js diff --git a/ambari-web/app/routes/dfsrouter_federation_routes.js b/ambari-web/classic/app/routes/dfsrouter_federation_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/dfsrouter_federation_routes.js rename to ambari-web/classic/app/routes/dfsrouter_federation_routes.js diff --git a/ambari-web/app/routes/edit_widget.js b/ambari-web/classic/app/routes/edit_widget.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/edit_widget.js rename to ambari-web/classic/app/routes/edit_widget.js diff --git a/ambari-web/app/routes/high_availability_routes.js b/ambari-web/classic/app/routes/high_availability_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/high_availability_routes.js rename to ambari-web/classic/app/routes/high_availability_routes.js diff --git a/ambari-web/app/routes/installer.js b/ambari-web/classic/app/routes/installer.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/installer.js rename to ambari-web/classic/app/routes/installer.js diff --git a/ambari-web/app/routes/main.js b/ambari-web/classic/app/routes/main.js old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/routes/main.js rename to ambari-web/classic/app/routes/main.js index f7217c3eb32..87a0b23f874 --- a/ambari-web/app/routes/main.js +++ b/ambari-web/classic/app/routes/main.js @@ -939,4 +939,4 @@ module.exports = Em.Route.extend(App.RouterRedirections, { var service = event.context; router.transitionTo('main.services.service.summary', service); } -}); +}); \ No newline at end of file diff --git a/ambari-web/app/routes/manage_journalnode_routes.js b/ambari-web/classic/app/routes/manage_journalnode_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/manage_journalnode_routes.js rename to ambari-web/classic/app/routes/manage_journalnode_routes.js diff --git a/ambari-web/app/routes/namenode_federation_routes.js b/ambari-web/classic/app/routes/namenode_federation_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/namenode_federation_routes.js rename to ambari-web/classic/app/routes/namenode_federation_routes.js diff --git a/ambari-web/app/routes/ra_high_availability_routes.js b/ambari-web/classic/app/routes/ra_high_availability_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/ra_high_availability_routes.js rename to ambari-web/classic/app/routes/ra_high_availability_routes.js diff --git a/ambari-web/app/routes/reassign_master_routes.js b/ambari-web/classic/app/routes/reassign_master_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/reassign_master_routes.js rename to ambari-web/classic/app/routes/reassign_master_routes.js diff --git a/ambari-web/app/routes/remove_hawq_standby_routes.js b/ambari-web/classic/app/routes/remove_hawq_standby_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/remove_hawq_standby_routes.js rename to ambari-web/classic/app/routes/remove_hawq_standby_routes.js diff --git a/ambari-web/app/routes/rm_high_availability_routes.js b/ambari-web/classic/app/routes/rm_high_availability_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/rm_high_availability_routes.js rename to ambari-web/classic/app/routes/rm_high_availability_routes.js diff --git a/ambari-web/app/routes/rollbackHA_routes.js b/ambari-web/classic/app/routes/rollbackHA_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/rollbackHA_routes.js rename to ambari-web/classic/app/routes/rollbackHA_routes.js diff --git a/ambari-web/app/routes/stack_upgrade_routes.js b/ambari-web/classic/app/routes/stack_upgrade_routes.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/stack_upgrade_routes.js rename to ambari-web/classic/app/routes/stack_upgrade_routes.js diff --git a/ambari-web/app/routes/view.js b/ambari-web/classic/app/routes/view.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/view.js rename to ambari-web/classic/app/routes/view.js diff --git a/ambari-web/app/routes/views.js b/ambari-web/classic/app/routes/views.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/routes/views.js rename to ambari-web/classic/app/routes/views.js diff --git a/ambari-web/app/styles/alert_badge.less b/ambari-web/classic/app/styles/alert_badge.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/alert_badge.less rename to ambari-web/classic/app/styles/alert_badge.less diff --git a/ambari-web/app/styles/alerts.less b/ambari-web/classic/app/styles/alerts.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/alerts.less rename to ambari-web/classic/app/styles/alerts.less diff --git a/ambari-web/app/styles/application.less b/ambari-web/classic/app/styles/application.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/application.less rename to ambari-web/classic/app/styles/application.less diff --git a/ambari-web/app/styles/bootstrap_overrides.less b/ambari-web/classic/app/styles/bootstrap_overrides.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/bootstrap_overrides.less rename to ambari-web/classic/app/styles/bootstrap_overrides.less diff --git a/ambari-web/app/styles/circle-toggle-switch.less b/ambari-web/classic/app/styles/circle-toggle-switch.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/circle-toggle-switch.less rename to ambari-web/classic/app/styles/circle-toggle-switch.less diff --git a/ambari-web/app/styles/common.less b/ambari-web/classic/app/styles/common.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/common.less rename to ambari-web/classic/app/styles/common.less diff --git a/ambari-web/app/styles/config_versions_control.less b/ambari-web/classic/app/styles/config_versions_control.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/config_versions_control.less rename to ambari-web/classic/app/styles/config_versions_control.less diff --git a/ambari-web/app/styles/dashboard.less b/ambari-web/classic/app/styles/dashboard.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/dashboard.less rename to ambari-web/classic/app/styles/dashboard.less diff --git a/ambari-web/app/styles/enhanced_service_dashboard.less b/ambari-web/classic/app/styles/enhanced_service_dashboard.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/enhanced_service_dashboard.less rename to ambari-web/classic/app/styles/enhanced_service_dashboard.less diff --git a/ambari-web/app/styles/hosts.less b/ambari-web/classic/app/styles/hosts.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/hosts.less rename to ambari-web/classic/app/styles/hosts.less diff --git a/ambari-web/app/styles/log_file_search.less b/ambari-web/classic/app/styles/log_file_search.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/log_file_search.less rename to ambari-web/classic/app/styles/log_file_search.less diff --git a/ambari-web/app/styles/modal_popups.less b/ambari-web/classic/app/styles/modal_popups.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/modal_popups.less rename to ambari-web/classic/app/styles/modal_popups.less diff --git a/ambari-web/app/styles/service_configurations.less b/ambari-web/classic/app/styles/service_configurations.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/service_configurations.less rename to ambari-web/classic/app/styles/service_configurations.less diff --git a/ambari-web/app/styles/stack_versions.less b/ambari-web/classic/app/styles/stack_versions.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/stack_versions.less rename to ambari-web/classic/app/styles/stack_versions.less diff --git a/ambari-web/app/styles/theme/bootstrap-ambari.css b/ambari-web/classic/app/styles/theme/bootstrap-ambari.css old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/theme/bootstrap-ambari.css rename to ambari-web/classic/app/styles/theme/bootstrap-ambari.css diff --git a/ambari-web/app/styles/timepicker-overrides.less b/ambari-web/classic/app/styles/timepicker-overrides.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/timepicker-overrides.less rename to ambari-web/classic/app/styles/timepicker-overrides.less diff --git a/ambari-web/app/styles/top-nav.less b/ambari-web/classic/app/styles/top-nav.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/top-nav.less rename to ambari-web/classic/app/styles/top-nav.less diff --git a/ambari-web/app/styles/visualsearch.less b/ambari-web/classic/app/styles/visualsearch.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/visualsearch.less rename to ambari-web/classic/app/styles/visualsearch.less diff --git a/ambari-web/app/styles/widgets.less b/ambari-web/classic/app/styles/widgets.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/widgets.less rename to ambari-web/classic/app/styles/widgets.less diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/classic/app/styles/wizard.less old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/styles/wizard.less rename to ambari-web/classic/app/styles/wizard.less diff --git a/ambari-web/app/templates.js b/ambari-web/classic/app/templates.js old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates.js rename to ambari-web/classic/app/templates.js diff --git a/ambari-web/app/templates/application.hbs b/ambari-web/classic/app/templates/application.hbs old mode 100644 new mode 100755 similarity index 99% rename from ambari-web/app/templates/application.hbs rename to ambari-web/classic/app/templates/application.hbs index 25e4e2a2f9e..60e1bbedc03 --- a/ambari-web/app/templates/application.hbs +++ b/ambari-web/classic/app/templates/application.hbs @@ -67,6 +67,8 @@ {{! about }}
  • {{t app.aboutAmbari}}
  • +
  • {{t app.switchExperience}}
  • + {{! about end }} {{! manage ambari }} @@ -229,4 +231,4 @@ {{outlet}} - + \ No newline at end of file diff --git a/ambari-web/app/templates/common/about.hbs b/ambari-web/classic/app/templates/common/about.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/about.hbs rename to ambari-web/classic/app/templates/common/about.hbs diff --git a/ambari-web/app/templates/common/alert_badge.hbs b/ambari-web/classic/app/templates/common/alert_badge.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/alert_badge.hbs rename to ambari-web/classic/app/templates/common/alert_badge.hbs diff --git a/ambari-web/app/templates/common/assign_master_components.hbs b/ambari-web/classic/app/templates/common/assign_master_components.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/assign_master_components.hbs rename to ambari-web/classic/app/templates/common/assign_master_components.hbs diff --git a/ambari-web/app/templates/common/breadcrumbs.hbs b/ambari-web/classic/app/templates/common/breadcrumbs.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/breadcrumbs.hbs rename to ambari-web/classic/app/templates/common/breadcrumbs.hbs diff --git a/ambari-web/app/templates/common/button_progress.hbs b/ambari-web/classic/app/templates/common/button_progress.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/button_progress.hbs rename to ambari-web/classic/app/templates/common/button_progress.hbs diff --git a/ambari-web/app/templates/common/chart/linear_time.hbs b/ambari-web/classic/app/templates/common/chart/linear_time.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/chart/linear_time.hbs rename to ambari-web/classic/app/templates/common/chart/linear_time.hbs diff --git a/ambari-web/app/templates/common/checkbox.hbs b/ambari-web/classic/app/templates/common/checkbox.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/checkbox.hbs rename to ambari-web/classic/app/templates/common/checkbox.hbs diff --git a/ambari-web/app/templates/common/chosen_plugin.hbs b/ambari-web/classic/app/templates/common/chosen_plugin.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/chosen_plugin.hbs rename to ambari-web/classic/app/templates/common/chosen_plugin.hbs diff --git a/ambari-web/app/templates/common/configs/addPropertyWindow.hbs b/ambari-web/classic/app/templates/common/configs/addPropertyWindow.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/addPropertyWindow.hbs rename to ambari-web/classic/app/templates/common/configs/addPropertyWindow.hbs diff --git a/ambari-web/app/templates/common/configs/config_versions_control.hbs b/ambari-web/classic/app/templates/common/configs/config_versions_control.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/config_versions_control.hbs rename to ambari-web/classic/app/templates/common/configs/config_versions_control.hbs diff --git a/ambari-web/app/templates/common/configs/config_versions_dropdown.hbs b/ambari-web/classic/app/templates/common/configs/config_versions_dropdown.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/config_versions_dropdown.hbs rename to ambari-web/classic/app/templates/common/configs/config_versions_dropdown.hbs diff --git a/ambari-web/app/templates/common/configs/configs_comparison_cell.hbs b/ambari-web/classic/app/templates/common/configs/configs_comparison_cell.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/configs_comparison_cell.hbs rename to ambari-web/classic/app/templates/common/configs/configs_comparison_cell.hbs diff --git a/ambari-web/app/templates/common/configs/configs_comparison_row.hbs b/ambari-web/classic/app/templates/common/configs/configs_comparison_row.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/configs_comparison_row.hbs rename to ambari-web/classic/app/templates/common/configs/configs_comparison_row.hbs diff --git a/ambari-web/app/templates/common/configs/controls.hbs b/ambari-web/classic/app/templates/common/configs/controls.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/controls.hbs rename to ambari-web/classic/app/templates/common/configs/controls.hbs diff --git a/ambari-web/app/templates/common/configs/notifications_configs.hbs b/ambari-web/classic/app/templates/common/configs/notifications_configs.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/notifications_configs.hbs rename to ambari-web/classic/app/templates/common/configs/notifications_configs.hbs diff --git a/ambari-web/app/templates/common/configs/overriddenProperty.hbs b/ambari-web/classic/app/templates/common/configs/overriddenProperty.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/overriddenProperty.hbs rename to ambari-web/classic/app/templates/common/configs/overriddenProperty.hbs diff --git a/ambari-web/app/templates/common/configs/overriddenPropertyRow.hbs b/ambari-web/classic/app/templates/common/configs/overriddenPropertyRow.hbs old mode 100644 new mode 100755 similarity index 100% rename from ambari-web/app/templates/common/configs/overriddenPropertyRow.hbs rename to ambari-web/classic/app/templates/common/configs/overriddenPropertyRow.hbs diff --git a/ambari-web/app/templates/common/configs/overrideWindow.hbs b/ambari-web/classic/app/templates/common/configs/overrideWindow.hbs old mode 100644 new mode 100755 similarity index 97% rename from ambari-web/app/templates/common/configs/overrideWindow.hbs rename to ambari-web/classic/app/templates/common/configs/overrideWindow.hbs index 07d9b0f7c0c..5ac12300d38 --- a/ambari-web/app/templates/common/configs/overrideWindow.hbs +++ b/ambari-web/classic/app/templates/common/configs/overrideWindow.hbs @@ -40,7 +40,7 @@ {{view Ember.TextField valueBinding="view.filterText" id="appendedDropdownButton" placeholderBinding="view.filterTextPlaceholder" classNames="form-control" disabledBinding="view.isDisabled"}}
    -