little-cui closed pull request #284: Prepare Service-Center 1.0.0-m1 Release
URL: https://github.com/apache/incubator-servicecomb-service-center/pull/284
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/NOTICE b/NOTICE
index 5111231c..5be72fcd 100644
--- a/NOTICE
+++ b/NOTICE
@@ -26,6 +26,7 @@ github.com/prometheus/client_golang/prometheus
 github.com/prometheus/client_model/go
 github.com/prometheus/common
 github.com/prometheus/procfs/xfs
+github.com/ServiceComb/paas-lager
 
 ================================================================
 The MIT License
@@ -37,12 +38,20 @@ github.com/beorn7/perks/quantile
 github.com/boltdb/bolt
 github.com/satori/go.uuid
 github.com/rs/cors
-AngularJS v1.6.6 (http://angularjs.org)
+AngularJS v1.6.8 (http://angularjs.org)
 Bootstrap v3.3.7 (http://getbootstrap.com)
-Chart.js (https://github.com/chartjs/Chart.js)
-jquery (https://github.com/jquery/jquery)
-JSZip (https://github.com/Stuk/jszip)
-yaml.js (https://github.com/jeremyfa/yaml.js)
+Chart.js v2.7.0 (https://github.com/chartjs/Chart.js)
+jquery v3.2.1 (https://github.com/jquery/jquery)
+JSZip v3.1.4 (https://github.com/Stuk/jszip)
+yaml.js v0.1.5 (https://github.com/jeremyfa/yaml.js)
+js-yaml v3.10.0 (http://github.com/nodeca/js-yaml)
+FileSaver.js v1.1.20151003 (http://github.com/eligrey/FileSaver.js)
+angular-yamljs (http://github.com/mmumshad/angular-yamljs)
+angular-material v1.1.5 (http://github.com/angular/bower-material)
+angular-material-data-table v0.10.10 
(http://github.com/daniel-nagy/md-data-table)
+angular-translate v2.15.2 
(http://github.com/angular-translate/bower-angular-translate)
+angular-translate-loader-static-files v2.15.2 
(http://github.com/angular-translate/bower-angular-translate-loader-static-files)
+
 
 ================================================================
 The BSD Licenses
@@ -60,7 +69,7 @@ github.com/xiang90/probing
 golang.org/x/crypto
 golang.org/x/net
 golang.org/x/text
-angular-chart
+angular-chart.js v1.1.1 (http://github.com/jtblin/angular-chart.js)
 
 ================================================================
 Notice for gopkg.in/yaml.v2:
@@ -206,3 +215,65 @@ Credit to :
 Copyright (c) 2014 Olivier Poitrey <r...@dailymotion.com>
 
 Licensed under MIT
+
+=================================================================
+
+Notice for swagger-ui v3.3.2 (Used via CDN server)
+
+Copyright 2018 SmartBear Software
+
+Licensed under Apache 2.0
+
+=================================================================
+
+Notice for Orange-OpenSource/agular-swagger-ui 0.5.4 (Used via CDN Server)
+
+Copyright (c) 2015 Orange
+
+Licensed under MIT
+
+================================================================
+
+Notice for angular-ui-router v0.2.18 (http://github.com/angular-ui/ui-router)
+
+Copyright (c) 2013-2018 The AngularUI team, Karsten Sperling
+
+Licensed under MIT
+
+===============================================================
+
+Notice for font-awesome v4.7.0 used via CDN Server
+
+Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+
+===============================================================
+
+All the bower components for frontend will be used via CDN Server
+so by default all the Copyrights and Permission Notice will be
+included in the file as Original.
+
+================================================================
+
+For 
vendor/github.com/ServiceComb/paas-lager/third_party/forked/cloudfoundry/lager(Forked
 from github.com/cloudfoundry/lager)
+
+Copyright (c) 2015-Present CloudFoundry.org Foundation, Inc. All Rights 
Reserved.
+
+This project contains software that is Copyright (c) 2014-2015 Pivotal 
Software, Inc.
+
+Licensed 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.
+
+This project may include a number of subcomponents with separate
+copyright notices and license terms. Your use of these subcomponents
+is subject to the terms and conditions of each subcomponent's license,
+as noted in the LICENSE file.
diff --git a/frontend/app/index.html b/frontend/app/index.html
index d7329fed..c6694f2d 100644
--- a/frontend/app/index.html
+++ b/frontend/app/index.html
@@ -47,19 +47,7 @@
       <div class="loader"></div>
     </div>
 
-    <!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
-     <script>
-       
!function(A,n,g,u,l,a,r){A.GoogleAnalyticsObject=l,A[l]=A[l]||function(){
-       (A[l].q=A[l].q||[]).push(arguments)},A[l].l=+new 
Date,a=n.createElement(g),
-       r=n.getElementsByTagName(g)[0],a.src=u,r.parentNode.insertBefore(a,r)
-       
}(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
-
-       ga('create', 'Source-Federation');
-       ga('send', 'pageview');
-    </script>
-
-    <!-- build:js(.) scripts/vendor.js -->
-    <!-- bower:js -->
+    <!-- CDN bower:js -->
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.8/angular.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.6.8/angular-resource.js";></script>
@@ -80,10 +68,6 @@
     <script 
src="https://rawcdn.githack.com/Orange-OpenSource/angular-swagger-ui/0.5.4/dist/scripts/modules/swagger-yaml-parser.min.js";></script>
     <script 
src="https://fastcdn.org/FileSaver.js/1.1.20151003/FileSaver.min.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.4/jszip.js";></script>
-
-
-    <!-- endbower -->
-    <!-- endbuild -->
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-bundle.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/3.3.2/swagger-ui-standalone-preset.js";></script>
     <script 
src="https://cdnjs.cloudflare.com/ajax/libs/js-yaml/3.10.0/js-yaml.min.js";></script>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to