repo_name stringclasses 5
values | pr_number int64 1.52k 15.5k | pr_title stringlengths 8 143 | pr_description stringlengths 0 10.2k | author stringlengths 3 18 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 11 10.2k | filepath stringlengths 6 220 | before_content stringlengths 0 597M | after_content stringlengths 0 597M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
apolloconfig/apollo | 3,575 | Added support for consul service discovery | 新增 Consul 服务发现支持 | klboke | 2021-03-01T12:24:03Z | 2021-03-03T00:19:54Z | d2059e6c6757d735f95c39b30fb4fbaebe73eb11 | 3ff84d195c660df1173ec04b2d6ea7152a557fae | Added support for consul service discovery. 新增 Consul 服务发现支持 | ./doc/images/item-created-in-new-namespace.png | PNG
IHDR 3t IDATxUE&79 9J0`B"AŀcY|fwvg⨀9%*9ɹ=Wv{ܾSUWUuOgw8D@D@D, P,(" " N@AD@D! ;kZ8kHΚVEE@D@* ˲RK" " "P^X=vQS9D@D@R!Pb;kG:uj[ժUS⊀@ Pb=oثUfD@D@D %7WpɴFVyE@D@" d*^-" "2^Ȕ@D@D S H2Tn HRF" " J@-rL@22%TLm9[D@D e)@ej˩... | PNG
IHDR 3t IDATxUE&79 9J0`B"AŀcY|fwvg⨀9%*9ɹ=Wv{ܾSUWUuOgw8D@D@D, P,(" " N@AD@D! ;kZ8kHΚVEE@D@* ˲RK" " "P^X=vQS9D@D@R!Pb;kG:uj[ժUS⊀@ Pb=oثUfD@D@D %7WpɴFVyE@D@" d*^-" "2^Ȕ@D@D S H2Tn HRF" " J@-rL@22%TLm9[D@D e)@ej˩... | -1 |
apolloconfig/apollo | 3,575 | Added support for consul service discovery | 新增 Consul 服务发现支持 | klboke | 2021-03-01T12:24:03Z | 2021-03-03T00:19:54Z | d2059e6c6757d735f95c39b30fb4fbaebe73eb11 | 3ff84d195c660df1173ec04b2d6ea7152a557fae | Added support for consul service discovery. 新增 Consul 服务发现支持 | ./apollo-adminservice/src/main/java/com/ctrip/framework/apollo/adminservice/AdminServiceHealthIndicator.java | package com.ctrip.framework.apollo.adminservice;
import com.ctrip.framework.apollo.biz.service.AppService;
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Com... | package com.ctrip.framework.apollo.adminservice;
import com.ctrip.framework.apollo.biz.service.AppService;
import org.springframework.boot.actuate.health.Health;
import org.springframework.boot.actuate.health.HealthIndicator;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Com... | -1 |
apolloconfig/apollo | 3,575 | Added support for consul service discovery | 新增 Consul 服务发现支持 | klboke | 2021-03-01T12:24:03Z | 2021-03-03T00:19:54Z | d2059e6c6757d735f95c39b30fb4fbaebe73eb11 | 3ff84d195c660df1173ec04b2d6ea7152a557fae | Added support for consul service discovery. 新增 Consul 服务发现支持 | ./doc/images/local-development/PortalApplication-Overview.png | PNG
IHDR > iCCPICC Profile HWXS[R -)7At{6B AŎ,*TDQTtUĶ@֊>QYYXPy}s3ɹ lFU }ILR7@
4ӉzGE(mh况$ֿWQD (S"N 59| Po4;?W VB q NaM N Rh_Y l0 % of'Qpp@`s!~Y+!6O.Nbdǰ,l[rţkAEKruۛ5+TFDBe>Wj/3Aqr~0 lPu f؞-B{4+ǩYh ;"Lgy/xWD16i`a
3bd< neń}fFKDl0h^
-]... | PNG
IHDR > iCCPICC Profile HWXS[R -)7At{6B AŎ,*TDQTtUĶ@֊>QYYXPy}s3ɹ lFU }ILR7@
4ӉzGE(mh况$ֿWQD (S"N 59| Po4;?W VB q NaM N Rh_Y l0 % of'Qpp@`s!~Y+!6O.Nbdǰ,l[rţkAEKruۛ5+TFDBe>Wj/3Aqr~0 lPu f؞-B{4+ǩYh ;"Lgy/xWD16i`a
3bd< neń}fFKDl0h^
-]... | -1 |
apolloconfig/apollo | 3,575 | Added support for consul service discovery | 新增 Consul 服务发现支持 | klboke | 2021-03-01T12:24:03Z | 2021-03-03T00:19:54Z | d2059e6c6757d735f95c39b30fb4fbaebe73eb11 | 3ff84d195c660df1173ec04b2d6ea7152a557fae | Added support for consul service discovery. 新增 Consul 服务发现支持 | ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/OpenItemDTO.java | package com.ctrip.framework.apollo.openapi.dto;
public class OpenItemDTO extends BaseDTO {
private String key;
private String value;
private String comment;
public String getKey() {
return key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return valu... | package com.ctrip.framework.apollo.openapi.dto;
public class OpenItemDTO extends BaseDTO {
private String key;
private String value;
private String comment;
public String getKey() {
return key;
}
public void setKey(String key) {
this.key = key;
}
public String getValue() {
return valu... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/src/main/docker/Dockerfile | # Dockerfile for apollo-adminservice
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-adminservice
# 3. Run with: docker run -p 8090:8090 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e S... | # Dockerfile for apollo-adminservice
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-adminservice
# 3. Run with: docker run -p 8090:8090 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e S... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-configservice/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-configservice/src/main/docker/Dockerfile | # Dockerfile for apollo-configservice
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-configservice
# 3. Run with: docker run -p 8080:8080 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e... | # Dockerfile for apollo-configservice
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-configservice
# 3. Run with: docker run -p 8080:8080 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/docker/Dockerfile | # Dockerfile for apollo-portal
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-portal
# 3. Run with: docker run -p 8070:8070 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloPortalDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASO... | # Dockerfile for apollo-portal
# 1. ./scripts/build.sh
# 2. Build with: mvn docker:build -pl apollo-portal
# 3. Run with: docker run -p 8070:8070 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloPortalDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASO... | 1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-configservice/src/main/resources/logback.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-configservice.log}" />
<include resource="org/springframework/boot/logging/logbac... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-configservice.log}" />
<include resource="org/springframework/boot/logging/logbac... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/src/main/resources/logback.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-adminservice.log}" />
<include resource="org/springframework/boot/logging/logback... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-adminservice.log}" />
<include resource="org/springframework/boot/logging/logback... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-common/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-configservice/src/assembly/assembly-descriptor.xml | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest3.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest7.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest6.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-demo/src/main/resources/log4j2.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-demo][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef ref="Console"/>
</Async>
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-demo][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef ref="Console"/>
</Async>
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-biz/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apo... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apo... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest9.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.o... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.o... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest3.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-assembly/src/test/resources/logback-test.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-common/src/main/resources/datasource.xml | <!--
for ctrip datasource
-->
<Datasources>
<Datasource
name="${pro_titan_dbname}"
testWhileIdle="true"
testOnBorrow="true"
testOnReturn="false"
validationQuery="SELECT 1"
initSql="set names utf8mb4"
validationInterval="30000"
... | <!--
for ctrip datasource
-->
<Datasources>
<Datasource
name="${pro_titan_dbname}"
testWhileIdle="true"
testOnBorrow="true"
testOnReturn="false"
validationQuery="SELECT 1"
initSql="set names utf8mb4"
validationInterval="30000"
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest5.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest2.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-demo/src/main/resources/spring.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://w... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://w... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-core/src/test/resources/log4j2.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-client][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef ref... | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-client][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef ref... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-openapi/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.fr... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.fr... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-demo/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.framework.... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.framework.... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-mockserver/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.fr... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>apollo</artifactId>
<groupId>com.ctrip.fr... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/assembly/assembly-descriptor.xml | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-assembly/src/main/resources/logback.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-assembly.log}" />
<include resource="org/springframework/boot/logging/logback/fil... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-assembly.log}" />
<include resource="org/springframework/boot/logging/logback/fil... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest10.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-openapi/src/test/resources/log4j2.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-open-api][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef r... | <?xml version="1.0" encoding="UTF-8"?>
<configuration monitorInterval="60">
<appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="[apollo-open-api][%t]%d %-5p [%c] %m%n"/>
</Console>
<Async name="Async" includeLocation="true">
<AppenderRef r... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest8.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/resources/logback.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-portal.log}" />
<include resource="org/springframework/boot/logging/logback/file-... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
<property name="LOG_FILE"
value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-portal.log}" />
<include resource="org/springframework/boot/logging/logback/file-... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest2.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-biz/src/test/resources/logback-test.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-assembly/pom.xml | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apoll... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest6.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-buildtools/src/main/resources/google_checks.xml | <?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!--
Checkstyle configuration that checks the Google coding conventions from Google Java Style
that can be found at https://google.github.i... | <?xml version="1.0"?>
<!DOCTYPE module PUBLIC
"-//Puppy Crawl//DTD Check Configuration 1.3//EN"
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd">
<!--
Checkstyle configuration that checks the Google coding conventions from Google Java Style
that can be found at https://google.github.i... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/src/assembly/assembly-descriptor.xml | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | <assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
<id>apollo-assembly</id>
<formats>
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-configservice/src/test/resources/logback-test.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/src/test/resources/logback-test.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest4.xml | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:apollo="http://www.ctrip.com/schema/apollo"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/test/resources/logback-test.xml | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<charset>utf-8</charset>
<Pattern>[%p] %c - %m%n</Pattern>
</encoder>
</appender>
<logger name="org.springframework.test" level="OFF" />
<root level="WARN">
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/local-development/ConfigAdminApplication-Eureka.png | PNG
IHDR 4 (IDATxwu|]{{9}pn[$8v#& **8"@ 10aH0EʹB$AH&Q-j>jWծCsXJvvU3Ӏ~) Wb'
4 4 y2G˛ߐkjrEKΝ#G>ߓGF?
Ha @ѽ;dN,Iʫ,[X ƥu_ukV/"g.yѾ˼&u h$
٥%O?ɥz[ZļdG39 HVл;^xG팦FaHw2Doľ hɖoҝ2nۺEXwA{lk_ Ww1ix... | PNG
IHDR 4 (IDATxwu|]{{9}pn[$8v#& **8"@ 10aH0EʹB$AH&Q-j>jWծCsXJvvU3Ӏ~) Wb'
4 4 y2G˛ߐkjrEKΝ#G>ߓGF?
Ha @ѽ;dN,Iʫ,[X ƥu_ukV/"g.yѾ˼&u h$
٥%O?ɥz[ZļdG39 HVл;^xG팦FaHw2Doľ hɖoҝ2nۺEXwA{lk_ Ww1ix... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/resources/static/scripts/services/AccessKeyService.js | appService.service('AccessKeyService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var access_key_resource = $resource('', {}, {
load_access_keys: {
method: 'GET',
isArray: true,
url: AppUtil.prefixPath() + '/apps/:appId/envs/:env/accesskeys'
... | appService.service('AccessKeyService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var access_key_resource = $resource('', {}, {
load_access_keys: {
method: 'GET',
isArray: true,
url: AppUtil.prefixPath() + '/apps/:appId/envs/:env/accesskeys'
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-client/src/main/java/com/ctrip/framework/apollo/spi/ConfigFactoryManager.java | package com.ctrip.framework.apollo.spi;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConfigFactoryManager {
/**
* Get the config factory for the namespace.
*
* @param namespace the namespace
* @return the config factory for this namespace
*/
ConfigFactory getFactory(String namesp... | package com.ctrip.framework.apollo.spi;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConfigFactoryManager {
/**
* Get the config factory for the namespace.
*
* @param namespace the namespace
* @return the config factory for this namespace
*/
ConfigFactory getFactory(String namesp... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/gray-release/full-release-confirm-dialog.png | PNG
IHDR Q IDATxieWyԒZBԚЌ4`a08`ر$$8NUʧ$8&l#f4G4OygxZLݭUg^gkߞiq!!!!!!!!!{<e{|
RN b_:B@@@@@@@@%V%H5B B B B B`"011[' LJicD1J@@@@tD/7܌c@%lٲ~5kZ%"%
j@@@@O?EիWXR@=/M6>xXj;@ľ2Ʉ@@@@ aAXDKK4˾g}KEpo[?2;... | PNG
IHDR Q IDATxieWyԒZBԚЌ4`a08`ر$$8NUʧ$8&l#f4G4OygxZLݭUg^gkߞiq!!!!!!!!!{<e{|
RN b_:B@@@@@@@@%V%H5B B B B B`"011[' LJicD1J@@@@tD/7܌c@%lٲ~5kZ%"%
j@@@@O?EիWXR@=/M6>xXj;@ľ2Ʉ@@@@ aAXDKK4˾g}KEpo[?2;... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./scripts/apollo-on-kubernetes/apollo-config-server/.dockerignore | ./Dockerfile*
| ./Dockerfile*
| -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/test/resources/sql/permission/insert-test-userroles.sql | INSERT INTO `userrole` (`Id`, `UserId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)
VALUES (990, 'someUser', 990, 'someOperator', 'someOperator');
INSERT INTO `userrole` (`Id`, `UserId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)
VALUES (991, 'anotherUser', 990, 'someOperator'... | INSERT INTO `userrole` (`Id`, `UserId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)
VALUES (990, 'someUser', 990, 'someOperator', 'someOperator');
INSERT INTO `userrole` (`Id`, `UserId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)
VALUES (991, 'anotherUser', 990, 'someOperator'... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./scripts/helm/apollo-service/templates/deployment-configservice.yaml | ---
# configmap for apollo-configservice
kind: ConfigMap
apiVersion: v1
metadata:
{{- $configServiceFullName := include "apollo.configService.fullName" . }}
name: {{ $configServiceFullName }}
data:
application-github.properties: |
spring.datasource.url = jdbc:mysql://{{include "apollo.configdb.serviceName" .}... | ---
# configmap for apollo-configservice
kind: ConfigMap
apiVersion: v1
metadata:
{{- $configServiceFullName := include "apollo.configService.fullName" . }}
name: {{ $configServiceFullName }}
data:
application-github.properties: |
spring.datasource.url = jdbc:mysql://{{include "apollo.configdb.serviceName" .}... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./docs/zh/faq/faq.md | ## 1. Apollo是什么?
Apollo(阿波罗)是携程框架部门研发的配置管理平台,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。
更多介绍,可以参考[Apollo配置中心介绍](zh/design/apollo-introduction)
## 2. Cluster是什么?
一个应用下不同实例的分组,比如典型的可以按照数据中心分,把A机房的应用实例分为一个集群,把B机房的应用实例分为另一个集群。
## 3. Namespace是什么?
一个应用下不同配置的分组。
请参考[Apollo核心概念之“Namespace”](zh/design/apollo-c... | ## 1. Apollo是什么?
Apollo(阿波罗)是携程框架部门研发的配置管理平台,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。
更多介绍,可以参考[Apollo配置中心介绍](zh/design/apollo-introduction)
## 2. Cluster是什么?
一个应用下不同实例的分组,比如典型的可以按照数据中心分,把A机房的应用实例分为一个集群,把B机房的应用实例分为另一个集群。
## 3. Namespace是什么?
一个应用下不同配置的分组。
请参考[Apollo核心概念之“Namespace”](zh/design/apollo-c... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/gray-release/full-release-confirm-dialog-2.png | PNG
IHDR 2 _ IDATxWfyMX`sXX dQd,ilJK.UW߅\_¡D&%[)%R4I1$3<❴?5gytw9#?"A @A @A
FWE)R @A @A :B! @A @A UUT% @A (FFFVT~ jC`j*o)[mu,!@A @MNN_~ڵeB:
M.@h۰aC;%DV!V[<A @ˎDۺukG_o٫$A`!`Qe۶mmZeKqkG k01... | PNG
IHDR 2 _ IDATxWfyMX`sXX dQd,ilJK.UW߅\_¡D&%[)%R4I1$3<❴?5gytw9#?"A @A @A
FWE)R @A @A :B! @A @A UUT% @A (FFFVT~ jC`j*o)[mu,!@A @MNN_~ڵeB:
M.@h۰aC;%DV!V[<A @ˎDۺukG_o٫$A`!`Qe۶mmZeKqkG k01... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./scripts/apollo-on-kubernetes/apollo-portal-server/scripts/startup-kubernetes.sh | #!/bin/bash
SERVICE_NAME=apollo-portal
## Adjust log dir if necessary
LOG_DIR=/opt/logs/apollo-portal-server
## Adjust server port if necessary
SERVER_PORT=8070
# SERVER_URL="http://localhost:$SERVER_PORT"
SERVER_URL="http://${APOLLO_PORTAL_SERVICE_NAME}:${SERVER_PORT}"
## Adjust memory settings if necessary
#export ... | #!/bin/bash
SERVICE_NAME=apollo-portal
## Adjust log dir if necessary
LOG_DIR=/opt/logs/apollo-portal-server
## Adjust server port if necessary
SERVER_PORT=8070
# SERVER_URL="http://localhost:$SERVER_PORT"
SERVER_URL="http://${APOLLO_PORTAL_SERVICE_NAME}:${SERVER_PORT}"
## Adjust memory settings if necessary
#export ... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/local-development/NewConfiguration-Application.png | PNG
IHDR ?
iCCPICC Profile HT[̤ZB{5A:JHc Pೠ"6!ERDEĂPPׇ*;=o|͝g ,Q'3&6 2z,@LGhh@53Uhrm:Y߯Ws29 @('r39(B#es\2]6ININ;Ss"¼P@aE) ?yf6'Cl!({ᱹ(ltlOuRR3QZNL.y?դ-
q~S'aNWsށ3,Nah^~+bEKäXRN d/kx3͏?Ùiၳsy8LsWqسE#퇛#"YҚpY6é:+`,@JʝRr?@wM%0,, ܃ӟ1 C9^7 g:3H... | PNG
IHDR ?
iCCPICC Profile HT[̤ZB{5A:JHc Pೠ"6!ERDEĂPPׇ*;=o|͝g ,Q'3&6 2z,@LGhh@53Uhrm:Y߯Ws29 @('r39(B#es\2]6ININ;Ss"¼P@aE) ?yf6'Cl!({ᱹ(ltlOuRR3QZNL.y?դ-
q~S'aNWsށ3,Nah^~+bEKäXRN d/kx3͏?Ùiၳsy8LsWqسE#퇛#"YҚpY6é:+`,@JʝRr?@wM%0,, ܃ӟ1 C9^7 g:3H... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./scripts/helm/apollo-portal/values.yaml | name: apollo-portal
fullNameOverride: ""
replicaCount: 1
containerPort: 8070
image:
repository: apolloconfig/apollo-portal
tag: ""
pullPolicy: IfNotPresent
imagePullSecrets: []
service:
fullNameOverride: ""
port: 8070
targetPort: 8070
type: ClusterIP
sessionAffinity: ClientIP
ingress:
enabled: false
... | name: apollo-portal
fullNameOverride: ""
replicaCount: 1
containerPort: 8070
image:
repository: apolloconfig/apollo-portal
tag: ""
pullPolicy: IfNotPresent
imagePullSecrets: []
service:
fullNameOverride: ""
port: 8070
targetPort: 8070
type: ClusterIP
sessionAffinity: ClientIP
ingress:
enabled: false
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/CommitController.java | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.common.dto.CommitDTO;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framework.apollo.portal.service.CommitService;
import javax.va... | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.common.dto.CommitDTO;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framework.apollo.portal.service.CommitService;
import javax.va... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/spi/defaultImpl/RoleInitializationServiceTest.java | package com.ctrip.framework.apollo.portal.spi.defaultImpl;
import com.ctrip.framework.apollo.common.entity.App;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.AbstractUnitTest;
import com.ctrip.framework.apollo.portal.component.config.PortalConfig;
import com.ctrip.f... | package com.ctrip.framework.apollo.portal.spi.defaultImpl;
import com.ctrip.framework.apollo.common.entity.App;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.AbstractUnitTest;
import com.ctrip.framework.apollo.portal.component.config.PortalConfig;
import com.ctrip.f... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/http/RichResponseEntity.java | package com.ctrip.framework.apollo.common.http;
import org.springframework.http.HttpStatus;
public class RichResponseEntity<T>{
private int code;
private Object message;
private T body;
public static <T> RichResponseEntity<T> ok(T body){
RichResponseEntity<T> richResponseEntity = new RichResponseEntity<... | package com.ctrip.framework.apollo.common.http;
import org.springframework.http.HttpStatus;
public class RichResponseEntity<T>{
private int code;
private Object message;
private T body;
public static <T> RichResponseEntity<T> ok(T body){
RichResponseEntity<T> richResponseEntity = new RichResponseEntity<... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-core/src/main/java/com/ctrip/framework/apollo/core/MetaDomainConsts.java | package com.ctrip.framework.apollo.core;
import com.ctrip.framework.apollo.core.enums.Env;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
impo... | package com.ctrip.framework.apollo.core;
import com.ctrip.framework.apollo.core.enums.Env;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
impo... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/config/RefreshableConfig.java | package com.ctrip.framework.apollo.common.config;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory;
import com.ctrip.framework.apollo.tracer.Tracer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sprin... | package com.ctrip.framework.apollo.common.config;
import com.google.common.base.Splitter;
import com.google.common.base.Strings;
import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory;
import com.ctrip.framework.apollo.tracer.Tracer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.sprin... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/resources/static/scripts/services/OrganizationService.js | appService.service("OrganizationService", ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var organization_source = $resource("", {}, {
find_organizations: {
method: 'GET',
isArray: true,
url: AppUtil.prefixPath() + '/organizations'
}
});
... | appService.service("OrganizationService", ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var organization_source = $resource("", {}, {
find_organizations: {
method: 'GET',
isArray: true,
url: AppUtil.prefixPath() + '/organizations'
}
});
... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-adminservice/src/test/java/com/ctrip/framework/apollo/adminservice/controller/AppNamespaceControllerTest.java | package com.ctrip.framework.apollo.adminservice.controller;
import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository;
import com.ctrip.framework.apollo.common.dto.AppNamespaceDTO;
import com.ctrip.framework.apollo.common.entity.AppNamespace;
import org.junit.Assert;
import org.junit.Test;
import org.sp... | package com.ctrip.framework.apollo.adminservice.controller;
import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository;
import com.ctrip.framework.apollo.common.dto.AppNamespaceDTO;
import com.ctrip.framework.apollo.common.entity.AppNamespace;
import org.junit.Assert;
import org.junit.Test;
import org.sp... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/delete-app-cluster-namespace-entry.png | PNG
IHDR :f
iCCPICC Profile HT̤ZBޑN 5A: %A
(""X**EւX-
,
Xxyߜo|on= G(Le Hd\QLS 4n%017=>EqxZ!ˋM K禠|3\( M:C8(Eh(YY=3'$
Q G =ZgfrQ
eS/@eGnr>F))|eщfDÉ.Ld#%Y<
4) " tdkV+aA̒9fp;tnQsα8)e9g9IK$l Ǧ{qߓ=9 !s[2Is$u8HsS)q9H!B/CRJ3\%$`ɳDONd}; ~X3@Flnl?>!邞X&... | PNG
IHDR :f
iCCPICC Profile HT̤ZBޑN 5A: %A
(""X**EւX-
,
Xxyߜo|on= G(Le Hd\QLS 4n%017=>EqxZ!ˋM K禠|3\( M:C8(Eh(YY=3'$
Q G =ZgfrQ
eS/@eGnr>F))|eщfDÉ.Ld#%Y<
4) " tdkV+aA̒9fp;tnQsα8)e9g9IK$l Ǧ{qߓ=9 !s[2Is$u8HsS)q9H!B/CRJ3\%$`ɳDONd}; ~X3@Flnl?>!邞X&... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-assembly/src/main/java/com/ctrip/framework/apollo/assembly/ApolloApplication.java | package com.ctrip.framework.apollo.assembly;
import com.ctrip.framework.apollo.adminservice.AdminServiceApplication;
import com.ctrip.framework.apollo.configservice.ConfigServiceApplication;
import com.ctrip.framework.apollo.portal.PortalApplication;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org... | package com.ctrip.framework.apollo.assembly;
import com.ctrip.framework.apollo.adminservice.AdminServiceApplication;
import com.ctrip.framework.apollo.configservice.ConfigServiceApplication;
import com.ctrip.framework.apollo.portal.PortalApplication;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./doc/images/tech-support-qq.png | PNG
IHDR " IDATx^]U}aaA$Ɔ+*` !Q
XbXQ=jlX1
β}w7}v;93sΙ@2LBP@(Ъ[ҸP QA( $HD@P@ ]
9@bLtA( @
90 Qx@( $HD@P@ ]
9@bLtA( @
90 Qx@( $HD@P@ ]
9@bLtA( @
Z@UN>#seKk[n
8?cxSy?p<쳶2nnk/[Yo#Oi ;1C6[dDO6
DL *So Dt... | PNG
IHDR " IDATx^]U}aaA$Ɔ+*` !Q
XbXQ=jlX1
β}w7}v;93sΙ@2LBP@(Ъ[ҸP QA( $HD@P@ ]
9@bLtA( @
90 Qx@( $HD@P@ ]
9@bLtA( @
90 Qx@( $HD@P@ ]
9@bLtA( @
Z@UN>#seKk[n
8?cxSy?p<쳶2nnk/[Yo#Oi ;1C6[dDO6
DL *So Dt... | -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/message/MessageSender.java | package com.ctrip.framework.apollo.biz.message;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface MessageSender {
void sendMessage(String message, String channel);
}
| package com.ctrip.framework.apollo.biz.message;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface MessageSender {
void sendMessage(String message, String channel);
}
| -1 |
apolloconfig/apollo | 3,572 | slim docker images | ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/ap... | finchcn | 2021-02-26T00:22:41Z | 2021-02-27T07:44:53Z | 0a7b76023641c6fb1e18aea845296a4b3e6276ad | aa4c3a9273b0840b63b21a1afee7da394110ff60 | slim docker images. ## What's the purpose of this PR
slim docker images,recreate #3530
## Which issue(s) this PR fixes:
Fixes #3527
## Brief changelog
slim docker images
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://git... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/SystemInfo.java | package com.ctrip.framework.apollo.portal.entity.vo;
import com.google.common.collect.Lists;
import java.util.List;
public class SystemInfo {
private String version;
private List<EnvironmentInfo> environments = Lists.newLinkedList();
public String getVersion() {
return version;
}
public void setVers... | package com.ctrip.framework.apollo.portal.entity.vo;
import com.google.common.collect.Lists;
import java.util.List;
public class SystemInfo {
private String version;
private List<EnvironmentInfo> environments = Lists.newLinkedList();
public String getVersion() {
return version;
}
public void setVers... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./.github/ISSUE_TEMPLATE/bug_report_en.md | ---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- The content in here will not be show。To forbid duplication,easier search in the feature,before you create an issue,please check the following. If your question is a newer/beginner's,recommand to https://github.co... | ---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''
---
<!-- The content in here will not be show。To forbid duplication,easier search in the feature,before you create an issue,please check the following. If your question is a newer/beginner's,recommand to https://github.co... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./.github/ISSUE_TEMPLATE/bug_report_zh.md | ---
name: 报告Bug/使用疑问
about: 提交Apollo Bug/使用疑问,使用这个模板
title: ''
labels: ''
assignees: ''
---
<!-- 这段文字不会显示在你的内容中。为了避免重复的信息,方便后续的检索,在提issue之前,请检查如下事项。如果是比较新手级别的问题,推荐到讨论区https://github.com/ctripcorp/apollo/discussions 提问 -->
- [ ] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions)
- [ ] 我已经搜索过[issues](... | ---
name: 报告Bug/使用疑问
about: 提交Apollo Bug/使用疑问,使用这个模板
title: ''
labels: ''
assignees: ''
---
<!-- 这段文字不会显示在你的内容中。为了避免重复的信息,方便后续的检索,在提issue之前,请检查如下事项。如果是比较新手级别的问题,推荐到讨论区https://github.com/ctripcorp/apollo/discussions 提问 -->
- [ ] 我已经检查过[discussions](https://github.com/ctripcorp/apollo/discussions)
- [ ] 我已经搜索过[issues](... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/client/ApolloOpenApiClient.java | package com.ctrip.framework.apollo.openapi.client;
import com.ctrip.framework.apollo.openapi.client.constant.ApolloOpenApiConstants;
import com.ctrip.framework.apollo.openapi.client.service.AppOpenApiService;
import com.ctrip.framework.apollo.openapi.client.service.ClusterOpenApiService;
import com.ctrip.framework.apo... | package com.ctrip.framework.apollo.openapi.client;
import com.ctrip.framework.apollo.openapi.client.constant.ApolloOpenApiConstants;
import com.ctrip.framework.apollo.openapi.client.service.AppOpenApiService;
import com.ctrip.framework.apollo.openapi.client.service.ClusterOpenApiService;
import com.ctrip.framework.apo... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/config/PortalConfig.java | package com.ctrip.framework.apollo.portal.component.config;
import com.ctrip.framework.apollo.common.config.RefreshableConfig;
import com.ctrip.framework.apollo.common.config.RefreshablePropertySource;
import com.ctrip.framework.apollo.portal.entity.vo.Organization;
import com.ctrip.framework.apollo.portal.environmen... | package com.ctrip.framework.apollo.portal.component.config;
import com.ctrip.framework.apollo.common.config.RefreshableConfig;
import com.ctrip.framework.apollo.common.config.RefreshablePropertySource;
import com.ctrip.framework.apollo.portal.entity.vo.Organization;
import com.ctrip.framework.apollo.portal.environmen... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/resources/static/namespace.html | <!doctype html>
<html ng-app="namespace">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="./img/config.png">
<!-- styles -->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"... | <!doctype html>
<html ng-app="namespace">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="./img/config.png">
<!-- styles -->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/resources/static/system_info.html | <!doctype html>
<html ng-app="system_info">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="img/config.png">
<!-- styles -->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"... | <!doctype html>
<html ng-app="system_info">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="img/config.png">
<!-- styles -->
<link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css"... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./docs/zh/deployment/distributed-deployment-guide.md | 本文档介绍了如何按照分布式部署的方式编译、打包、部署Apollo配置中心,从而可以在开发、测试、生产等环境分别部署运行。
> 如果只是需要在本地快速部署试用Apollo的话,可以参考[Quick Start](zh/deployment/quick-start)
#
# 一、准备工作
## 1.1 运行时环境
### 1.1.1 OS
服务端基于Spring Boot,启动脚本理论上支持所有Linux发行版,建议[CentOS 7](https://www.centos.org/)。
### 1.1.2 Java
* Apollo服务端:1.8+
* Apollo客户端:1.7+
由于需要同时运行服务端... | 本文档介绍了如何按照分布式部署的方式编译、打包、部署Apollo配置中心,从而可以在开发、测试、生产等环境分别部署运行。
> 如果只是需要在本地快速部署试用Apollo的话,可以参考[Quick Start](zh/deployment/quick-start)
#
# 一、准备工作
## 1.1 运行时环境
### 1.1.1 OS
服务端基于Spring Boot,启动脚本理论上支持所有Linux发行版,建议[CentOS 7](https://www.centos.org/)。
### 1.1.2 Java
* Apollo服务端:1.8+
* Apollo客户端:1.7+
由于需要同时运行服务端... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./docs/zh/faq/common-issues-in-deployment-and-development-phase.md | ### 1. windows怎么执行build.sh?
安装[Git Bash](https://git-for-windows.github.io/),然后运行 “./build.sh” 注意前面 “./”
### 2. 本地运行时Portal一直报Env is down.
默认config service启动在8080端口,admin service启动在8090端口。请确认这两个端口是否被其它应用程序占用。
如果还伴有异常信息:org.springframework.web.client.HttpClientErrorException: 405 Method Not Allowed,一般是由于本地启动了`Shadow... | ### 1. windows怎么执行build.sh?
安装[Git Bash](https://git-for-windows.github.io/),然后运行 “./build.sh” 注意前面 “./”
### 2. 本地运行时Portal一直报Env is down.
默认config service启动在8080端口,admin service启动在8090端口。请确认这两个端口是否被其它应用程序占用。
如果还伴有异常信息:org.springframework.web.client.HttpClientErrorException: 405 Method Not Allowed,一般是由于本地启动了`Shadow... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./scripts/helm/README.md | # Apollo Helm Chart
[Apollo](https://github.com/ctripcorp/apollo) is a reliable configuration management system.
## 1. Introduction
The apollo-service and apollo-portal charts create deployments for apollo-configservice, apollo-adminservice and apollo-portal, which utilize the kubernetes native service discovery.
#... | # Apollo Helm Chart
[Apollo](https://github.com/ctripcorp/apollo) is a reliable configuration management system.
## 1. Introduction
The apollo-service and apollo-portal charts create deployments for apollo-configservice, apollo-adminservice and apollo-portal, which utilize the kubernetes native service discovery.
#... | 1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-biz/src/test/java/com/ctrip/framework/apollo/biz/BizTestConfiguration.java | package com.ctrip.framework.apollo.biz;
import com.ctrip.framework.apollo.common.ApolloCommonConfig;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableA... | package com.ctrip.framework.apollo.biz;
import com.ctrip.framework.apollo.common.ApolloCommonConfig;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableA... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/dto/GrayReleaseRuleDTO.java | package com.ctrip.framework.apollo.common.dto;
import com.google.common.collect.Sets;
import java.util.Set;
public class GrayReleaseRuleDTO extends BaseDTO {
private String appId;
private String clusterName;
private String namespaceName;
private String branchName;
private Set<GrayReleaseRuleItemDTO> ... | package com.ctrip.framework.apollo.common.dto;
import com.google.common.collect.Sets;
import java.util.Set;
public class GrayReleaseRuleDTO extends BaseDTO {
private String appId;
private String clusterName;
private String namespaceName;
private String branchName;
private Set<GrayReleaseRuleItemDTO> ... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-openapi/src/test/java/com/ctrip/framework/apollo/openapi/client/service/ClusterOpenApiServiceTest.java | package com.ctrip.framework.apollo.openapi.client.service;
import static org.junit.Assert.*;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import com.ctrip.framework.apollo.openapi.dto.OpenClusterDTO;
import org.apache.http.client.methods.Ht... | package com.ctrip.framework.apollo.openapi.client.service;
import static org.junit.Assert.*;
import static org.mockito.Mockito.times;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import com.ctrip.framework.apollo.openapi.dto.OpenClusterDTO;
import org.apache.http.client.methods.Ht... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/annotation/ApolloAnnotationProcessor.java | package com.ctrip.framework.apollo.spring.annotation;
import com.ctrip.framework.apollo.Config;
import com.ctrip.framework.apollo.ConfigChangeListener;
import com.ctrip.framework.apollo.ConfigService;
import com.ctrip.framework.apollo.build.ApolloInjector;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
imp... | package com.ctrip.framework.apollo.spring.annotation;
import com.ctrip.framework.apollo.Config;
import com.ctrip.framework.apollo.ConfigChangeListener;
import com.ctrip.framework.apollo.ConfigService;
import com.ctrip.framework.apollo.build.ApolloInjector;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
imp... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/config/ConfigPropertySourcesProcessor.java | package com.ctrip.framework.apollo.spring.config;
import com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.support.BeanDefinitionRegistry... | package com.ctrip.framework.apollo.spring.config;
import com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.support.BeanDefinitionRegistry... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/AccessKeyController.java | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.common.dto.AccessKeyDTO;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.service.AccessKeyService;
import com.ctrip.framework.apollo.portal.spi.UserInfoHolder;
import org.springfra... | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.common.dto.AccessKeyDTO;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.service.AccessKeyService;
import com.ctrip.framework.apollo.portal.spi.UserInfoHolder;
import org.springfra... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/NamespaceRolesAssignedUsers.java | package com.ctrip.framework.apollo.portal.entity.vo;
import com.ctrip.framework.apollo.portal.entity.bo.UserInfo;
import java.util.Set;
public class NamespaceRolesAssignedUsers {
private String appId;
private String namespaceName;
private Set<UserInfo> modifyRoleUsers;
private Set<UserInfo> releaseRoleUser... | package com.ctrip.framework.apollo.portal.entity.vo;
import com.ctrip.framework.apollo.portal.entity.bo.UserInfo;
import java.util.Set;
public class NamespaceRolesAssignedUsers {
private String appId;
private String namespaceName;
private Set<UserInfo> modifyRoleUsers;
private Set<UserInfo> releaseRoleUser... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-core/src/main/java/com/ctrip/framework/foundation/Foundation.java | package com.ctrip.framework.foundation;
import com.ctrip.framework.foundation.internals.NullProviderManager;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
import com.ctrip.framework.foundation.spi.ProviderManager;
import com.ctrip.framework.foundation.spi.provider.ApplicationProvider;
import com.ct... | package com.ctrip.framework.foundation;
import com.ctrip.framework.foundation.internals.NullProviderManager;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
import com.ctrip.framework.foundation.spi.ProviderManager;
import com.ctrip.framework.foundation.spi.provider.ApplicationProvider;
import com.ct... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-core/src/main/java/com/ctrip/framework/apollo/core/dto/ServiceDTO.java | package com.ctrip.framework.apollo.core.dto;
public class ServiceDTO {
private String appName;
private String instanceId;
private String homepageUrl;
public String getAppName() {
return appName;
}
public String getHomepageUrl() {
return homepageUrl;
}
public String getInstanceId() {
r... | package com.ctrip.framework.apollo.core.dto;
public class ServiceDTO {
private String appName;
private String instanceId;
private String homepageUrl;
public String getAppName() {
return appName;
}
public String getHomepageUrl() {
return homepageUrl;
}
public String getInstanceId() {
r... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/txtresolver/ConfigTextResolver.java | package com.ctrip.framework.apollo.portal.component.txtresolver;
import com.ctrip.framework.apollo.common.dto.ItemChangeSets;
import com.ctrip.framework.apollo.common.dto.ItemDTO;
import java.util.List;
/**
* users can modify config in text mode.so need resolve text.
*/
public interface ConfigTextResolver {
Ite... | package com.ctrip.framework.apollo.portal.component.txtresolver;
import com.ctrip.framework.apollo.common.dto.ItemChangeSets;
import com.ctrip.framework.apollo.common.dto.ItemDTO;
import java.util.List;
/**
* users can modify config in text mode.so need resolve text.
*/
public interface ConfigTextResolver {
Ite... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/RetryableRestTemplateTest.java | package com.ctrip.framework.apollo.portal;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import ... | package com.ctrip.framework.apollo.portal;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertTrue;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import ... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/package-info.java | /**
* This package defines common interfaces so that each company could provide their own implementations.<br/>
* Currently we provide 2 implementations: Ctrip and Default.<br/>
* Ctrip implementation will be activated only when spring.profiles.active = ctrip.
* So if spring.profiles.active is not ctrip, the defaul... | /**
* This package defines common interfaces so that each company could provide their own implementations.<br/>
* Currently we provide 2 implementations: Ctrip and Default.<br/>
* Ctrip implementation will be activated only when spring.profiles.active = ctrip.
* So if spring.profiles.active is not ctrip, the defaul... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-core/src/main/java/com/ctrip/framework/apollo/core/signature/HmacSha1Utils.java | package com.ctrip.framework.apollo.core.signature;
import com.google.common.io.BaseEncoding;
import java.io.UnsupportedEncodingException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
/**
* @author nisiyong
*... | package com.ctrip.framework.apollo.core.signature;
import com.google.common.io.BaseEncoding;
import java.io.UnsupportedEncodingException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import javax.crypto.Mac;
import javax.crypto.spec.SecretKeySpec;
/**
* @author nisiyong
*... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/RetryableRestTemplate.java | package com.ctrip.framework.apollo.portal.component;
import com.ctrip.framework.apollo.common.exception.ServiceException;
import com.ctrip.framework.apollo.core.dto.ServiceDTO;
import com.ctrip.framework.apollo.portal.component.config.PortalConfig;
import com.ctrip.framework.apollo.portal.constant.TracerEventType;
imp... | package com.ctrip.framework.apollo.portal.component;
import com.ctrip.framework.apollo.common.exception.ServiceException;
import com.ctrip.framework.apollo.core.dto.ServiceDTO;
import com.ctrip.framework.apollo.portal.component.config.PortalConfig;
import com.ctrip.framework.apollo.portal.constant.TracerEventType;
imp... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-configservice/src/test/java/com/ctrip/framework/apollo/configservice/service/AppNamespaceServiceWithCacheTest.java | package com.ctrip.framework.apollo.configservice.service;
import com.ctrip.framework.apollo.biz.config.BizConfig;
import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository;
import com.ctrip.framework.apollo.common.entity.AppNamespace;
import com.google.common.collect.Lists;
import com.google.common.colle... | package com.ctrip.framework.apollo.configservice.service;
import com.ctrip.framework.apollo.biz.config.BizConfig;
import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository;
import com.ctrip.framework.apollo.common.entity.AppNamespace;
import com.google.common.collect.Lists;
import com.google.common.colle... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/config/RefreshablePropertySource.java | package com.ctrip.framework.apollo.common.config;
import org.springframework.core.env.MapPropertySource;
import java.util.Map;
public abstract class RefreshablePropertySource extends MapPropertySource {
public RefreshablePropertySource(String name, Map<String, Object> source) {
super(name, source);
}
@O... | package com.ctrip.framework.apollo.common.config;
import org.springframework.core.env.MapPropertySource;
import java.util.Map;
public abstract class RefreshablePropertySource extends MapPropertySource {
public RefreshablePropertySource(String name, Map<String, Object> source) {
super(name, source);
}
@O... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/resources/static/views/component/namespace-panel-master-tab.html | <!--master panel body when not initialized-->
<section class="master-panel-body" ng-if="!namespace.initialized">
<!--main header-->
<header class="panel-heading">
<div class="row">
<div class="col-md-6 col-sm-6 header-namespace">
<b class="namespace-name" ng-bind="namespace.v... | <!--master panel body when not initialized-->
<section class="master-panel-body" ng-if="!namespace.initialized">
<!--main header-->
<header class="panel-heading">
<div class="row">
<div class="col-md-6 col-sm-6 header-namespace">
<b class="namespace-name" ng-bind="namespace.v... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/Number.java | package com.ctrip.framework.apollo.portal.entity.vo;
public class Number {
private int num;
public Number(int num){
this.num = num;
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
}
| package com.ctrip.framework.apollo.portal.entity.vo;
public class Number {
private int num;
public Number(int num){
this.num = num;
}
public int getNum() {
return num;
}
public void setNum(int num) {
this.num = num;
}
}
| -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-demo/src/main/java/com/ctrip/framework/apollo/demo/spring/springBootDemo/refresh/SpringBootApolloRefreshConfig.java | package com.ctrip.framework.apollo.demo.spring.springBootDemo.refresh;
import com.ctrip.framework.apollo.core.ConfigConsts;
import com.ctrip.framework.apollo.demo.spring.springBootDemo.config.SampleRedisConfig;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
import com.ctrip.framework.apollo.spring.annotati... | package com.ctrip.framework.apollo.demo.spring.springBootDemo.refresh;
import com.ctrip.framework.apollo.core.ConfigConsts;
import com.ctrip.framework.apollo.demo.spring.springBootDemo.config.SampleRedisConfig;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
import com.ctrip.framework.apollo.spring.annotati... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/property/SpringValue.java | package com.ctrip.framework.apollo.spring.property;
import java.lang.ref.WeakReference;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import org.springframework.core.MethodParameter;
/**
* Spring @Value method info
... | package com.ctrip.framework.apollo.spring.property;
import java.lang.ref.WeakReference;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import org.springframework.core.MethodParameter;
/**
* Spring @Value method info
... | -1 |
apolloconfig/apollo | 3,563 | update wiki url and refine documentation | ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request.
- [x] Write a pull ... | nobodyiam | 2021-02-21T12:19:55Z | 2021-02-21T12:25:34Z | 2fdca1f79afb12c1ed8064bb94da7bd4155545ef | c7da6409ca9f0fd8204a16831dff5149a1d2bb91 | update wiki url and refine documentation. ## What's the purpose of this PR
update wiki url and refine documentation
Follow this checklist to help us incorporate your contribution quickly and easily:
- [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before maki... | ./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/AuditService.java | package com.ctrip.framework.apollo.biz.service;
import com.ctrip.framework.apollo.biz.entity.Audit;
import com.ctrip.framework.apollo.biz.repository.AuditRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Service
public ... | package com.ctrip.framework.apollo.biz.service;
import com.ctrip.framework.apollo.biz.entity.Audit;
import com.ctrip.framework.apollo.biz.repository.AuditRepository;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@Service
public ... | -1 |