update gh-pages
Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/16a14e5f Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/16a14e5f Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/16a14e5f Branch: refs/heads/gh-pages Commit: 16a14e5fd0881f4cdf2ababba25ea2fa20637dde Parents: fac2a48 Author: Scott Aslan <[email protected]> Authored: Tue Jun 5 17:20:29 2018 -0400 Committer: Scott Aslan <[email protected]> Committed: Tue Jun 5 17:20:29 2018 -0400 ---------------------------------------------------------------------- .github/PULL_REQUEST_TEMPLATE.md | 28 -------------- .gitignore | 2 + demo-app/gh-pages.index.html | 36 ------------------ demo-app/gh-pages.package.json | 71 ----------------------------------- 4 files changed, 2 insertions(+), 135 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/16a14e5f/.github/PULL_REQUEST_TEMPLATE.md ---------------------------------------------------------------------- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index 426a211..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,28 +0,0 @@ -Thank you for submitting a contribution to Apache NiFi Flow Design System. - -In order to streamline the review of the contribution we ask you -to ensure the following steps have been taken: - -### For all changes: -- [ ] Is there a JIRA ticket associated with this PR? Is it referenced - in the commit message? - -- [ ] Does your PR title start with either NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character. - -- [ ] Has your PR been rebased against the latest commit within the target branch (typically master)? - -- [ ] Is your initial contribution a single, squashed commit? - -### For code changes: -- [ ] Have you written or updated unit tests to verify your changes? -- [ ] Have you ensured that a full build and that the full suite of unit tests is executed via npm run clean:install at the root nifi-fds folder? -- [ ] Have you written or updated the Apache NiFi Flow Design System demo application to demonstrate any new functionality, provide examples of usage, and to verify your changes via npm start at the nifi-fds/target folder? -- [ ] If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under [ASF 2.0](http://www.apache.org/legal/resolved.html#category-a)? -- [ ] If applicable, have you updated the LICENSE file, including the main LICENSE file under nifi-fds? -- [ ] If applicable, have you updated the NOTICE file, including the main NOTICE file found under nifi-fds? - -### For documentation related changes: -- [ ] Have you ensured that format looks appropriate for the output in which it is rendered? - -### Note: -Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible. http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/16a14e5f/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index bafbf6a..45ff9c3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ node_modules/protractor* node_modules/grunt* node_modules/jasmine* node_modules/webdriver* +.github/ +demo-app/gh-pages* scripts/ src/ test/ http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/16a14e5f/demo-app/gh-pages.index.html ---------------------------------------------------------------------- diff --git a/demo-app/gh-pages.index.html b/demo-app/gh-pages.index.html deleted file mode 100644 index b5c94b7..0000000 --- a/demo-app/gh-pages.index.html +++ /dev/null @@ -1,36 +0,0 @@ -<!-- - 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. ---> -<!DOCTYPE html> -<html> -<head> - <title>Apache NiFi Flow Design System Demo</title> - <base href='/nifi-fds/'> - <meta charset='UTF-8'> - <meta name='viewport' content='width=device-width, initial-scale=1'> - <meta http-equiv='Content-Type' content='text/html; charset=UTF-8'/> - <link rel="stylesheet" href="node_modules/@covalent/core/common/platform.css"> - <link rel="stylesheet" href='node_modules/@nifi-fds/core/common/styles/css/flow-design-system.min.css'/> - <link rel="stylesheet" href='demo-app/css/fds-demo.min.css'/> - <link rel='stylesheet' href='node_modules/font-awesome/css/font-awesome.css'/> -</head> -<body> -<fds-app></fds-app> -</body> -<script src="node_modules/systemjs/dist/system.src.js"></script> -<script src="demo-app/systemjs.config.js?"></script> -<script> - System.import('demo-app/fds-bootstrap.js').catch(function(err) {console.error(err);}); -</script> -</html> http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/16a14e5f/demo-app/gh-pages.package.json ---------------------------------------------------------------------- diff --git a/demo-app/gh-pages.package.json b/demo-app/gh-pages.package.json deleted file mode 100644 index 00753cc..0000000 --- a/demo-app/gh-pages.package.json +++ /dev/null @@ -1,71 +0,0 @@ -{ - "//": "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": { - "start": "./node_modules/http-server/bin/http-server ." - }, - "description": "The Apache NiFi Flow Design System demo provides users with an example web application that consumes the NgModule and allows users to interact with the UI/UX components.", - "keywords": [ - "flow design system", - "angular", - "material", - "material design", - "components", - "reusable", - "covalent" - ], - "repository": { - "type": "git", - "url": "https://github.com/apache/nifi-fds.git" - }, - "bugs": { - "url": "https://github.com/apache/nifi-fds/issues" - }, - "license": "Apache-2.0", - "dependencies": { - "core-js": "2.5.5", - "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", - "@angular/compiler": "5.2.0", - "@angular/core": "5.2.0", - "@angular/flex-layout": "5.0.0-beta.14", - "@angular/forms": "5.2.0", - "@angular/http": "5.2.0", - "@angular/material": "5.2.0", - "@angular/platform-browser": "5.2.0", - "@angular/platform-browser-dynamic": "5.2.0", - "@angular/router": "5.2.0", - "@covalent/core": "1.0.0", - "detect-libc": "1.0.3", - "font-awesome": "4.7.0", - "hammerjs": "2.0.8", - "roboto-fontface": "0.7.0" - }, - "devDependencies": { - "grunt": "0.4.5", - "grunt-cli": "1.2.0", - "grunt-contrib-compress": "1.4.3", - "grunt-sass": "2.0.0", - "load-grunt-tasks": "3.5.2" - } -}
