Skip to content

Commit

Permalink
Added pre-seed for ovirt-web-ui
Browse files Browse the repository at this point in the history
Pull Request: oVirt/ovirt-web-ui#1048

Change-Id: I2e89d0d668a32b7fee1ee5003a6d6d46a1cdfbff
Signed-off-by: Bohdan Iakymets <[email protected]>
  • Loading branch information
bond95 committed Jul 2, 2019
1 parent 03de60d commit f2ca9ea
Show file tree
Hide file tree
Showing 3 changed files with 9,322 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ovirt-engine-nodejs-modules.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: ovirt-engine-nodejs-modules
Version: 1.8.12
Version: 1.8.13
Release: 1%{?dist}
Summary: Node.js modules required to build oVirt JavaScript applications
Group: Virtualization/Management
Expand Down Expand Up @@ -36,6 +36,9 @@ cp %{SOURCE2} %{buildroot}%{_datadir}/%{name}/.
%{_datadir}/%{name}

%changelog
* Tue Jul 2 2019 Bohdan Iakymets <[email protected]> - 1.8.13-1
- pre-seed for ovirt-web-ui

* Tue Jun 25 2019 Scott J Dickerson <[email protected]> - 1.8.12-1
- remove pre-seeds from 2018
- pre-seed for:
Expand Down
160 changes: 160 additions & 0 deletions pre-seed/2019-07-02_ovirt-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
{
"name": "ovirt-web-ui",
"version": "0.0.0",
"private": true,
"devDependencies": {
"autoprefixer": "6.4.1",
"babel-cli": "6.26.0",
"babel-core": "6.26.3",
"babel-eslint": "8.2.3",
"babel-jest": "22.4.4",
"babel-loader": "7.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-regenerator": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.7.0",
"babel-preset-flow": "6.23.0",
"babel-preset-latest": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "2.4.1",
"connect-history-api-fallback": "1.5.0",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.24.0",
"detect-port": "1.2.3",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-config-standard-jsx": "5.0.0",
"eslint-config-standard-react": "6.0.0",
"eslint-loader": "2.0.0",
"eslint-plugin-flowtype": "2.48.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-react": "7.8.2",
"eslint-plugin-standard": "3.1.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"filesize": "3.6.1",
"find-cache-dir": "0.1.1",
"flow-babel-webpack-plugin": "1.1.1",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"handlebars": "4.1.0",
"handlebars-loader": "1.7.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"http-proxy-middleware": "0.17.1",
"intl-messageformat-parser": "1.4.0",
"jest": "24.0.0",
"json-loader": "0.5.7",
"json-stable-stringify-without-jsonify": "1.0.1",
"opn": "4.0.2",
"path-exists": "3.0.0",
"postcss-loader": "0.13.0",
"readline-sync": "1.4.9",
"recursive-readdir": "2.2.2",
"request": "2.87.0",
"rimraf": "2.6.2",
"string-natural-compare": "2.0.2",
"strip-ansi": "3.0.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1",
"whatwg-fetch": "1.0.0"
},
"dependencies": {
"@patternfly/react-charts": "4.1.5",
"@patternfly/react-console": "1.10.22",
"@patternfly/react-tokens": "2.5.5",
"babel-polyfill": "6.26.0",
"blob-util": "1.2.1",
"bootstrap": "3.3.7",
"bootstrap-select": "1.13.1",
"bootstrap-switch": "3.3.4",
"connected-react-router": "4.3.0",
"history": "4.7.2",
"immutable": "3.8.2",
"intl-messageformat": "2.2.0",
"jquery": "=3.2.1",
"lodash": "4.17.11",
"moment": "2.22.2",
"moment-duration-format": "2.2.2",
"patternfly": "3.58.0",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.29.15",
"popper.js": "1.14.3",
"prop-types": "15.6.1",
"react": "16.4.0",
"react-bootstrap": "0.32.1",
"react-bootstrap-switch": "15.5.3",
"react-dom": "16.4.0",
"react-infinite-scroller": "1.1.4",
"react-intl": "2.4.0",
"react-intl-po": "2.2.2",
"react-redux": "5.0.7",
"react-router": "4.2.0",
"react-router-config": "1.0.0-beta.4",
"react-router-dom": "4.2.2",
"react-router-navigation-prompt": "1.6.3",
"react-test-renderer": "16.4.0",
"redux": "4.0.0",
"redux-saga": "0.16.0",
"victory": "32.3.1"
},
"resolutions": {
"redux": "4.0.0",
"lodash": "4.17.11"
},
"autogenTest": "Makefile",
"autogenCmd": "./autogen.sh --prefix=/usr --datarootdir=/share",
"scripts": {
"start": "(test -e $npm_package_autogenTest || $npm_package_autogenCmd) && node scripts/start.js",
"prebuild": "yarn run test",
"build": "node scripts/build.js",
"pretest": "(test -e $npm_package_autogenTest || $npm_package_autogenCmd) && node scripts/pretest.js",
"test": "jest --no-watchman",
"test:watch": "yarn run pretest && jest --watch --no-watchman",
"eslint": "eslint -c config/eslint.js src",
"eslint:fix": "eslint -c config/eslint.js src --fix",
"intl:dummy": "babel-node scripts/intl/dummy-locale.js --presets env,flow",
"intl:extract": "babel-node scripts/intl/extract-messages.js --presets env,flow && rip json2pot -o extra/to-zanata/messages.pot extra/to-zanata/messages.json",
"intl:push": "zanata-cli push",
"intl:pull": "zanata-cli pull -e",
"intl:apply": "rip po2json -o extra/from-zanata/translated-messages.json -m extra/to-zanata/messages.json 'extra/from-zanata/*.po' && babel-node scripts/intl/normalize-messages.js --presets env,flow"
},
"jest": {
"moduleFileExtensions": [
"jsx",
"js",
"json"
],
"moduleNameMapper": {
"^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js",
"^.+\\.css$": "<rootDir>/config/jest/CSSStub.js",
"_/ovirtapi": "<rootDir>/src/mock/ovirtapi.mock.js",
"_/(.*)$": "<rootDir>/src/$1"
},
"transform": {
".+\\.(jsx?)$": "<rootDir>/config/jest/transform.js"
},
"setupFiles": [
"<rootDir>/config/polyfills.js",
"<rootDir>/config/jest/chalk.logger.js"
],
"testPathIgnorePatterns": [
"<rootDir>/(build|docs|node_modules|__tests__/helper|config)/"
],
"testEnvironment": "jsdom",
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(js|jsx)$",
"testURL": "http://localhost/"
},
"eslintConfig": {
"extends": "./config/eslint.js"
},
"productionHomepage": "/ovirt-engine/web-ui/"
}
Loading

0 comments on commit f2ca9ea

Please sign in to comment.