Repository: nifi-fds Updated Branches: refs/heads/master b7fcd9faa -> 9a373b8bb
http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index fbf33cb..7e988fb 100644 --- a/package.json +++ b/package.json @@ -1,4 +1,18 @@ { + "//": "Licensed to the Apache Software Foundation (ASF) under one or more", + "//": "contributor license agreements. See the NOTICE file distributed with", + "//": "this work for additional information regarding copyright ownership.", + "//": "The ASF licenses this file to You under the Apache License, Version 2.0", + "//": "(the \"License\"); you may not use this file except in compliance with", + "//": "the License. You may obtain a copy of the License at", + "//": "", + "//": "http://www.apache.org/licenses/LICENSE-2.0", + "//": "", + "//": "Unless required by applicable law or agreed to in writing, software", + "//": "distributed under the License is distributed on an \"AS IS\" BASIS,", + "//": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", + "//": "See the License for the specific language governing permissions and", + "//": "limitations under the License.", "name": "nifi-fds", "version": "0.0.0", "scripts": { @@ -33,11 +47,6 @@ }, "license": "Apache-2.0", "dependencies": { - "jquery": "3.2.1", - "rxjs": "5.5.6", - "systemjs": "0.20.17", - "systemjs-plugin-text": "0.0.11", - "zone.js": "0.8.17", "@angular/animations": "5.2.0", "@angular/cdk": "5.2.0", "@angular/common": "5.2.0", @@ -54,24 +63,29 @@ "detect-libc": "1.0.3", "font-awesome": "4.7.0", "hammerjs": "2.0.8", - "roboto-fontface": "0.7.0" + "jquery": "3.3.1", + "roboto-fontface": "0.9.0", + "rxjs": "5.5.6", + "systemjs": "0.21.3", + "systemjs-plugin-text": "0.0.11", + "zone.js": "0.8.26" }, "devDependencies": { - "grunt": "0.4.5", + "grunt": "1.0.2", "grunt-bump": "0.8.0", "grunt-cli": "1.2.0", "grunt-contrib-compress": "1.4.3", - "grunt-sass": "2.0.0", + "grunt-sass": "2.1.0", "http-server": "0.11.1", - "jasmine-core": "2.8.0", - "karma": "1.7.1", + "jasmine-core": "3.1.0", + "karma": "2.0.2", "karma-chrome-launcher": "2.2.0", "karma-cli": "1.0.1", "karma-coverage": "1.1.1", "karma-jasmine": "1.1.1", - "karma-jasmine-html-reporter": "0.2.2", - "karma-spec-reporter": "0.0.31", + "karma-jasmine-html-reporter": "1.0.0", + "karma-spec-reporter": "0.0.32", "load-grunt-tasks": "3.5.2", - "protractor": "4.0.14" + "protractor": "5.3.1" } } http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/scripts/clean-install ---------------------------------------------------------------------- diff --git a/scripts/clean-install b/scripts/clean-install index 01cc520..e1337dc 100644 --- a/scripts/clean-install +++ b/scripts/clean-install @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. #!/usr/bin/env bash set -e http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/scripts/clean-install-skipTests ---------------------------------------------------------------------- diff --git a/scripts/clean-install-skipTests b/scripts/clean-install-skipTests index 1d4e4d7..903e185 100644 --- a/scripts/clean-install-skipTests +++ b/scripts/clean-install-skipTests @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. #!/usr/bin/env bash set -e @@ -7,6 +21,7 @@ mkdir target cp -R ./src/demo-app/ ./target/demo-app cp -R ./src/platform/ ./target/platform cp package.json ./target/package.json +cp package-lock.json ./target/package-lock.json cp ./src/demo-app/index.html ./target/index.html cp ./test/karma.conf.js ./target/karma.conf.js cp ./test/karma-test-shim.js ./target/karma-test-shim.js http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/scripts/deploy-gh-pages ---------------------------------------------------------------------- diff --git a/scripts/deploy-gh-pages b/scripts/deploy-gh-pages index 2c0ec13..61c799f 100644 --- a/scripts/deploy-gh-pages +++ b/scripts/deploy-gh-pages @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. #!/bin/bash npm run clean:install echo 'Build Complete' http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/scripts/dev-install ---------------------------------------------------------------------- diff --git a/scripts/dev-install b/scripts/dev-install index fe286ef..e29fd8f 100644 --- a/scripts/dev-install +++ b/scripts/dev-install @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. #!/usr/bin/env bash set -e http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/scripts/dev-install-skipTests ---------------------------------------------------------------------- diff --git a/scripts/dev-install-skipTests b/scripts/dev-install-skipTests index a5c6aa6..ba9c142 100644 --- a/scripts/dev-install-skipTests +++ b/scripts/dev-install-skipTests @@ -1,3 +1,17 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. #!/usr/bin/env bash set -e @@ -5,6 +19,7 @@ set -e cp -R ./src/demo-app/ ./target/demo-app cp -R ./src/platform/ ./target/platform cp package.json ./target/package.json +cp package-lock.json ./target/package-lock.json cp ./src/demo-app/index.html ./target/index.html cp ./test/karma.conf.js ./target/karma.conf.js cp ./test/karma-test-shim.js ./target/karma-test-shim.js http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/9a373b8b/src/demo-app/gh-pages.package.json ---------------------------------------------------------------------- diff --git a/src/demo-app/gh-pages.package.json b/src/demo-app/gh-pages.package.json index 70d842e..00753cc 100644 --- a/src/demo-app/gh-pages.package.json +++ b/src/demo-app/gh-pages.package.json @@ -1,4 +1,18 @@ { + "//": "Licensed to the Apache Software Foundation (ASF) under one or more", + "//": "contributor license agreements. See the NOTICE file distributed with", + "//": "this work for additional information regarding copyright ownership.", + "//": "The ASF licenses this file to You under the Apache License, Version 2.0", + "//": "(the \"License\"); you may not use this file except in compliance with", + "//": "the License. You may obtain a copy of the License at", + "//": "", + "//": "http://www.apache.org/licenses/LICENSE-2.0", + "//": "", + "//": "Unless required by applicable law or agreed to in writing, software", + "//": "distributed under the License is distributed on an \"AS IS\" BASIS,", + "//": "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", + "//": "See the License for the specific language governing permissions and", + "//": "limitations under the License.", "name": "nifi-fds-demo", "version": "0.0.0", "scripts": {
