Skip to content

Commit

Permalink
[NIFI-3501] Upgrade D3 to 3.5.17 and allow npm to pull it down at bui…
Browse files Browse the repository at this point in the history
…ld time. This closes #1519
  • Loading branch information
scottyaslan authored and mcgilman committed Feb 21, 2017
1 parent 5df6622 commit 364efa9
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 69 deletions.
30 changes: 0 additions & 30 deletions LICENSE
Expand Up @@ -231,36 +231,6 @@ The source is available under an MIT LICENSE.
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

This product bundles 'Javascript D3 Library' which is available under a
"3-clause BSD" license.

Copyright (c) 2010-2014, Michael Bostock
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* The name Michael Bostock may not be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

This product bundles 'CodeMirror' which is available under an MIT style license.

Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others
Expand Down
2 changes: 1 addition & 1 deletion nifi-assembly/LICENSE
Expand Up @@ -234,7 +234,7 @@ The source is available under an MIT LICENSE.
This product bundles 'Javascript D3 Library' which is available under a
"3-clause BSD" license.

Copyright (c) 2010-2014, Michael Bostock
Copyright (c) 2010-2016, Michael Bostock
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Expand Up @@ -263,7 +263,7 @@ licenses.
This product bundles 'Javascript D3 Library' which is available under a
"3-clause BSD" license.

Copyright (c) 2010-2014, Michael Bostock
Copyright (c) 2010-2016, Michael Bostock
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Expand Up @@ -148,6 +148,9 @@
<directory>${frontend.working.dir}/node_modules</directory>
<filtering>false</filtering>
<includes>
<!-- D3 -->
<include>d3/d3.min.js*</include>
<include>d3/LICENSE</include>
<!-- angular -->
<include>angular/angular.min.js*</include>
<include>angular/LICENSE.md</include>
Expand Down
Expand Up @@ -13,7 +13,8 @@
"slickgrid": "2.3.3",
"jsonlint": "1.6.2",
"JSON2": "0.1.0",
"reset.css": "2.0.2"
"reset.css": "2.0.2",
"d3": "3.5.17"
},
"description": "Apache NiFi 3rd party client side resources.",
"repository": {
Expand Down
Expand Up @@ -211,7 +211,7 @@ licenses.
This product bundles 'Javascript D3 Library' which is available under a
"3-clause BSD" license.

Copyright (c) 2010-2014, Michael Bostock
Copyright (c) 2010-2016, Michael Bostock
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Expand Up @@ -41,7 +41,7 @@
<link rel="stylesheet" href="assets/angular-material/angular-material.min.css" type="text/css" />
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css" type="text/css" />
<script type="text/javascript" src="js/codemirror/lib/codemirror-compressed.js"></script>
<script type="text/javascript" src="js/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="assets/jquery-ui-dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery/jquery.base64.js"></script>
Expand Down
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" href="fonts/flowfont/flowfont.css" type="text/css" />
<link rel="stylesheet" href="assets/angular-material/angular-material.min.css" type="text/css" />
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css" type="text/css" />
<script type="text/javascript" src="js/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery/jquery.base64.js"></script>
<script type="text/javascript" src="js/jquery/jquery.center.js"></script>
Expand Down
Expand Up @@ -39,7 +39,7 @@
<link rel="stylesheet" href="assets/angular-material/angular-material.min.css" type="text/css" />
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css" type="text/css" />
<script type="text/javascript" src="js/codemirror/lib/codemirror-compressed.js"></script>
<script type="text/javascript" src="js/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="assets/jquery-ui-dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery/jquery.base64.js"></script>
Expand Down
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" href="css/slick-nifi-theme.css" type="text/css" />
<link rel="stylesheet" href="fonts/flowfont/flowfont.css" type="text/css" />
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.min.css" type="text/css" />
<script type="text/javascript" src="js/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/d3/d3.min.js"></script>
<script type="text/javascript" src="assets/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="assets/jquery-ui-dist/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery/jquery.base64.js"></script>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 364efa9

Please sign in to comment.