You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ti...@apache.org on 2021/01/05 08:00:26 UTC

[servicecomb-service-center] branch v1.x updated: SCB-2176 Fix: Remove functions in comment lines (#807)

This is an automated email from the ASF dual-hosted git repository.

tianxiaoliang pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-service-center.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new 74df923  SCB-2176 Fix: Remove functions in comment lines (#807)
74df923 is described below

commit 74df92342d74cff95edd0449b3f534f81ccd7ee0
Author: little-cui <su...@qq.com>
AuthorDate: Tue Jan 5 16:00:17 2021 +0800

    SCB-2176 Fix: Remove functions in comment lines (#807)
    
    * SCB-2094 Refresh the README (#707)
    
    (cherry picked from commit 5d40295f69fd37db6f326a52ecaf1d426732afe4)
    
    * SCB-2176 Fix: Remove functions in comment lines
---
 README.md                       |  4 ++++
 frontend/app/apiList/apiList.js | 31 -------------------------------
 proxy.sh                        |  2 +-
 3 files changed, 5 insertions(+), 32 deletions(-)

diff --git a/README.md b/README.md
index 408ecc8..59b6d2b 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,10 @@ you can download dependencies directly using command `go mod`. Please follow bel
 download all the dependency.
 
 ```sh
+# skip the checksum verifying if you use the private proxy
+export GOSUMDB=off
+
+# Download the modules
 GO111MODULE=on go mod download
 GO111MODULE=on go mod vendor
 ```
diff --git a/frontend/app/apiList/apiList.js b/frontend/app/apiList/apiList.js
index 1258f10..71e2636 100644
--- a/frontend/app/apiList/apiList.js
+++ b/frontend/app/apiList/apiList.js
@@ -48,35 +48,4 @@ angular.module('serviceCenter')
                 method: 'DELETE'
             }
         }
-//       v3 api's
-//		api : {
-//			microservice: {
-//				url: 'registry/v3/microservices',
-//				method: 'GET'
-//			},
-//			instances: {
-//				url: 'registry/v3/microservices/{{serviceId}}/instances?tags=',
-//				method: 'GET'
-//			},
-//			consumer: {
-//				url: 'registry/v3/microservices/{{consumerId}}/providers',
-//				method: 'GET'
-//			},
-//			provider: {
-//				url: 'registry/v3/microservices/{{providerId}}/consumers',
-//				method: 'GET'
-//			},
-//			schema: {
-//				url: 'registry/v3/microservices/{{serviceId}}/schemas/{{schemaId}}',
-//				method: 'GET'
-//			},
-//			allServices: {
-//				url: 'registry/v3/govern/services?options=all',
-//				method: 'GET'
-//			},
-//          deleteService: {
-//              url: 'registry/v3/microservices/{{serviceId}}',
-//              method: 'DELETE'
-//          }
-//		}
 	});
diff --git a/proxy.sh b/proxy.sh
index 5fcc641..dd0c9af 100755
--- a/proxy.sh
+++ b/proxy.sh
@@ -13,4 +13,4 @@
 # 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.
-export GOPROXY=https://goproxy.io
+export GOPROXY=https://goproxy.io,direct