[jira] [Resolved] (SCB-1025) Add microservice properties tab on service detail page

2018-11-16 Thread Mohammad Asif Siddiqui (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohammad Asif Siddiqui resolved SCB-1025.
-
Resolution: Fixed

> Add microservice properties tab on service detail page
> --
>
> Key: SCB-1025
> URL: https://issues.apache.org/jira/browse/SCB-1025
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Reporter: Mohammad Asif Siddiqui
>Assignee: Mohammad Asif Siddiqui
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (SCB-1025) Add microservice properties tab on service detail page

2018-11-16 Thread Mohammad Asif Siddiqui (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mohammad Asif Siddiqui closed SCB-1025.
---

> Add microservice properties tab on service detail page
> --
>
> Key: SCB-1025
> URL: https://issues.apache.org/jira/browse/SCB-1025
> Project: Apache ServiceComb
>  Issue Type: Improvement
>  Components: Service-Center
>Reporter: Mohammad Asif Siddiqui
>Assignee: Mohammad Asif Siddiqui
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (SCB-1028) Prepare 1.1.0 Service-Center Release

2018-11-16 Thread Mohammad Asif Siddiqui (JIRA)
Mohammad Asif Siddiqui created SCB-1028:
---

 Summary: Prepare 1.1.0 Service-Center Release
 Key: SCB-1028
 URL: https://issues.apache.org/jira/browse/SCB-1028
 Project: Apache ServiceComb
  Issue Type: Task
  Components: Service-Center
Reporter: Mohammad Asif Siddiqui
Assignee: Mohammad Asif Siddiqui
 Fix For: service-center-1.1.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-993) Bug fixes

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689186#comment-16689186
 ] 

ASF GitHub Bot commented on SCB-993:


little-cui closed pull request #492: SCB-993 Update the document of 
docker-compose
URL: https://github.com/apache/servicecomb-service-center/pull/492
 
 
   

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/examples/infrastructures/docker/docker-compose.yml 
b/examples/infrastructures/docker/docker-compose.yml
index 964837ef..bab0ac45 100644
--- a/examples/infrastructures/docker/docker-compose.yml
+++ b/examples/infrastructures/docker/docker-compose.yml
@@ -20,25 +20,23 @@ services:
 volumes:
   - grafana_data:/var/lib/grafana
 
-  etcd:
-image: 'quay.io/coreos/etcd:latest'
-# restart: always
-environment:
-  ETCD_ADVERTISE_CLIENT_URLS: http://etcd:2379
-  ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
-  ETCD_INITIAL_ADVERTISE_PEER_URLS: http://etcd:2380
-  ETCD_LISTEN_PEER_URLS: http://0.0.0.0:2380
-  ETCD_INITIAL_CLUSTER: default=http://etcd:2380
+  #etcd:
+  #  image: 'quay.io/coreos/etcd:latest'
+  #  # restart: always
+  #  environment:
+  #ETCD_ADVERTISE_CLIENT_URLS: http://etcd:2379
+  #ETCD_LISTEN_CLIENT_URLS: http://0.0.0.0:2379
+  #ETCD_INITIAL_ADVERTISE_PEER_URLS: http://etcd:2380
+  #ETCD_LISTEN_PEER_URLS: http://0.0.0.0:2380
+  #ETCD_INITIAL_CLUSTER: default=http://etcd:2380
 
   service-center:
-depends_on:
-  - etcd
 image: 'servicecomb/service-center:latest'
 # restart: always
 ports:
   - "30100:30100"
-environment:
-  BACKEND_ADDRESS: etcd:2379
+  #  environment:
+  #BACKEND_ADDRESS: etcd:2379
 
   scfrontend:
 depends_on:
diff --git a/scripts/docker/README.md b/scripts/docker/README.md
index d98d529d..f8f7023b 100644
--- a/scripts/docker/README.md
+++ b/scripts/docker/README.md
@@ -4,6 +4,10 @@ For Making docker images for Service-Center you can refer to 
this [doc](/scripts
 
 For Making the Front-end images you can refer to this 
[doc](/scripts/docker/build-frontend-image)
 
-After Making the images, you can run the following command at the PROJECT_ROOT 
to startup all
+After Making the images, you can run the following command at the 
`PROJECT_ROOT` to startup all
 
-docker-compose up
\ No newline at end of file
+```bash
+# the directory of docker-compose.yml file
+cd examples/infrastructures/docker
+docker-compose up
+```
\ No newline at end of file


 


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


> Bug fixes
> -
>
> Key: SCB-993
> URL: https://issues.apache.org/jira/browse/SCB-993
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-993) Bug fixes

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689158#comment-16689158
 ] 

ASF GitHub Bot commented on SCB-993:


coveralls commented on issue #492: SCB-993 Update the document of docker-compose
URL: 
https://github.com/apache/servicecomb-service-center/pull/492#issuecomment-439317638
 
 
   
   [![Coverage 
Status](https://coveralls.io/builds/20140242/badge)](https://coveralls.io/builds/20140242)
   
   Coverage decreased (-0.0008%) to 62.255% when pulling 
**2792fc887c0ac8ddf0fa0dff1f66bef3670ad40c on little-cui:master** into 
**b3a10ee821c609180d1282b19ae9b9e38d2c9a7b on apache:master**.
   


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


> Bug fixes
> -
>
> Key: SCB-993
> URL: https://issues.apache.org/jira/browse/SCB-993
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-993) Bug fixes

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689157#comment-16689157
 ] 

ASF GitHub Bot commented on SCB-993:


codecov-io commented on issue #492: SCB-993 Update the document of 
docker-compose
URL: 
https://github.com/apache/servicecomb-service-center/pull/492#issuecomment-439317517
 
 
   # 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=h1)
 Report
   > Merging 
[#492](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=desc)
 into 
[master](https://codecov.io/gh/apache/servicecomb-service-center/commit/b3a10ee821c609180d1282b19ae9b9e38d2c9a7b?src=pr=desc)
 will **decrease** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/graphs/tree.svg?width=650=GAaF7zrg8R=150=pr)](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=tree)
   
   ```diff
   @@Coverage Diff @@
   ##   master #492  +/-   ##
   ==
   - Coverage   59.74%   59.72%   -0.03% 
   ==
 Files 165  165  
 Lines   1379613796  
   ==
   - Hits 8242 8239   -3 
 Misses   4973 4973  
   - Partials  581  584   +3
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=tree)
 | Coverage Δ | |
   |---|---|---|
   | 
[pkg/tlsutil/tlsutil.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/diff?src=pr=tree#diff-cGtnL3Rsc3V0aWwvdGxzdXRpbC5nbw==)
 | `73.58% <0%> (-0.95%)` | :arrow_down: |
   | 
[server/service/notification/websocket.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/diff?src=pr=tree#diff-c2VydmVyL3NlcnZpY2Uvbm90aWZpY2F0aW9uL3dlYnNvY2tldC5nbw==)
 | `83.87% <0%> (-0.65%)` | :arrow_down: |
   | 
[server/service/tag.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/diff?src=pr=tree#diff-c2VydmVyL3NlcnZpY2UvdGFnLmdv)
 | `67.4% <0%> (-0.56%)` | :arrow_down: |
   | 
[server/plugin/pkg/registry/etcd/etcd.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/diff?src=pr=tree#diff-c2VydmVyL3BsdWdpbi9wa2cvcmVnaXN0cnkvZXRjZC9ldGNkLmdv)
 | `86.17% <0%> (-0.19%)` | :arrow_down: |
   | 
[pkg/util/util.go](https://codecov.io/gh/apache/servicecomb-service-center/pull/492/diff?src=pr=tree#diff-cGtnL3V0aWwvdXRpbC5nbw==)
 | `67.56% <0%> (+1.35%)` | :arrow_up: |
   
   --
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute  (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=footer).
 Last update 
[b3a10ee...2792fc8](https://codecov.io/gh/apache/servicecomb-service-center/pull/492?src=pr=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


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


> Bug fixes
> -
>
> Key: SCB-993
> URL: https://issues.apache.org/jira/browse/SCB-993
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SCB-993) Bug fixes

2018-11-16 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/SCB-993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16689140#comment-16689140
 ] 

ASF GitHub Bot commented on SCB-993:


little-cui opened a new pull request #492: SCB-993 Update the document of 
docker-compose
URL: https://github.com/apache/servicecomb-service-center/pull/492
 
 
   Follow this checklist to help us incorporate your contribution quickly and 
easily:
   
- [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/SCB) filed for the change (usually 
before you start working on it).  Trivial changes like typos do not require a 
JIRA issue.  Your pull request should address just this issue, without pulling 
in other changes.
- [ ] Each commit in the pull request should have a meaningful subject line 
and body.
- [ ] Format the pull request title like `[SCB-XXX] Fixes bug in 
ApproximateQuantiles`, where you replace `SCB-XXX` with the appropriate JIRA 
issue.
- [ ] Write a pull request description that is detailed enough to 
understand what the pull request does, how, and why.
- [ ] Run `go build` `go test` `go fmt` `go vet` to make sure basic checks 
pass. A more thorough check will be performed on your pull request 
automatically.
- [ ] If this contribution is large, please file an Apache [Individual 
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   ---
   


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


> Bug fixes
> -
>
> Key: SCB-993
> URL: https://issues.apache.org/jira/browse/SCB-993
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (SCB-1027) Fix the core dump in SC which compiled with go1.10+

2018-11-16 Thread little-cui (JIRA)


 [ 
https://issues.apache.org/jira/browse/SCB-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

little-cui resolved SCB-1027.
-
Resolution: Fixed

> Fix the core dump in SC which compiled with go1.10+
> ---
>
> Key: SCB-1027
> URL: https://issues.apache.org/jira/browse/SCB-1027
> Project: Apache ServiceComb
>  Issue Type: Bug
>  Components: Service-Center
>Reporter: little-cui
>Assignee: little-cui
>Priority: Major
> Fix For: service-center-1.1.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)