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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/util/OpenApiBeanUtils.java | package com.ctrip.framework.apollo.openapi.util;
import java.lang.reflect.Type;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import org.springframework.util.CollectionUtils;
import com.ctrip.framework.a... | package com.ctrip.framework.apollo.openapi.util;
import java.lang.reflect.Type;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import org.springframework.util.CollectionUtils;
import com.ctrip.framework.a... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/test/java/com/ctrip/framework/apollo/openapi/filter/ConsumerAuthenticationFilterTest.java | package com.ctrip.framework.apollo.openapi.filter;
import com.ctrip.framework.apollo.openapi.util.ConsumerAuditUtil;
import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.Mocki... | package com.ctrip.framework.apollo.openapi.filter;
import com.ctrip.framework.apollo.openapi.util.ConsumerAuditUtil;
import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.junit.Mocki... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/resources/static/vendor/bootstrap/css/bootstrap-theme.min.css | /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=822d18dc2e4e823a577b)
* Config saved to config.json and https://... | /*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=822d18dc2e4e823a577b)
* Config saved to config.json and https://... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/NamespaceGrayDelReleaseDTO.java | package com.ctrip.framework.apollo.openapi.dto;
import java.util.Set;
public class NamespaceGrayDelReleaseDTO extends NamespaceReleaseDTO {
private Set<String> grayDelKeys;
public Set<String> getGrayDelKeys() {
return grayDelKeys;
}
public void setGrayDelKeys(Set<String> grayDelKeys) {
... | package com.ctrip.framework.apollo.openapi.dto;
import java.util.Set;
public class NamespaceGrayDelReleaseDTO extends NamespaceReleaseDTO {
private Set<String> grayDelKeys;
public Set<String> getGrayDelKeys() {
return grayDelKeys;
}
public void setGrayDelKeys(Set<String> grayDelKeys) {
... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/SsoHeartbeatController.java | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.spi.SsoHeartbeatHandler;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.... | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.spi.SsoHeartbeatHandler;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-core/src/test/resources/properties/server.properties | idc=SHAJQ
env=DEV
subenv=Dev123
bigdata=true
tooling=true
pci=true
| idc=SHAJQ
env=DEV
subenv=Dev123
bigdata=true
tooling=true
pci=true
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-openapi/src/test/java/com/ctrip/framework/apollo/openapi/client/ApolloOpenApiClientTest.java | package com.ctrip.framework.apollo.openapi.client;
import static org.junit.Assert.*;
import org.junit.Test;
public class ApolloOpenApiClientTest {
@Test
public void testCreate() {
String someUrl = "http://someUrl";
String someToken = "someToken";
ApolloOpenApiClient client = ApolloOpenApiClient.new... | package com.ctrip.framework.apollo.openapi.client;
import static org.junit.Assert.*;
import org.junit.Test;
public class ApolloOpenApiClientTest {
@Test
public void testCreate() {
String someUrl = "http://someUrl";
String someToken = "someToken";
ApolloOpenApiClient client = ApolloOpenApiClient.new... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./.git/logs/refs/remotes/origin/HEAD | 0000000000000000000000000000000000000000 6657a58831a544606f78177b61d92bb959ccce94 jupyter <jupyter@data-collection2-susnato.c.rishabh-experiments.internal> 1704839356 +0000 clone: from https://github.com/apolloconfig/apollo.git
| 0000000000000000000000000000000000000000 6657a58831a544606f78177b61d92bb959ccce94 jupyter <jupyter@data-collection2-susnato.c.rishabh-experiments.internal> 1704839356 +0000 clone: from https://github.com/apolloconfig/apollo.git
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./scripts/helm/apollo-service/values.yaml | configdb:
name: apollo-configdb
# apolloconfigdb host
host: ""
port: 3306
dbName: ApolloConfigDB
# apolloconfigdb user name
userName: ""
# apolloconfigdb password
password: ""
connectionStringProperties: characterEncoding=utf8
service:
# whether to create a Service for this host or not
ena... | configdb:
name: apollo-configdb
# apolloconfigdb host
host: ""
port: 3306
dbName: ApolloConfigDB
# apolloconfigdb user name
userName: ""
# apolloconfigdb password
password: ""
connectionStringProperties: characterEncoding=utf8
service:
# whether to create a Service for this host or not
ena... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/resources/static/vendor/jquery-plugin/textareafullscreen.css | .tx-editor-wrapper {
position: relative;
}
.tx-editor-wrapper .tx-editor.expanded {
position: fixed;
top: 0;
left: 0;
width: 80%;
height: 80%;
z-index: 500;
}
.tx-editor-wrapper .tx-editor {
height: 140px;
}
.tx-editor-wrapper .tx-editor .tx-icon {
position: absolute;
right: 5px;
top: 5px;
wid... | .tx-editor-wrapper {
position: relative;
}
.tx-editor-wrapper .tx-editor.expanded {
position: fixed;
top: 0;
left: 0;
width: 80%;
height: 80%;
z-index: 500;
}
.tx-editor-wrapper .tx-editor {
height: 140px;
}
.tx-editor-wrapper .tx-editor .tx-icon {
position: absolute;
right: 5px;
top: 5px;
wid... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-core/src/main/java/com/ctrip/framework/foundation/spi/provider/ServerProvider.java | package com.ctrip.framework.foundation.spi.provider;
import java.io.IOException;
import java.io.InputStream;
/**
* Provider for server related properties
*/
public interface ServerProvider extends Provider {
/**
* @return current environment or {@code null} if not set
*/
String getEnvType();
/**
* @... | package com.ctrip.framework.foundation.spi.provider;
import java.io.IOException;
import java.io.InputStream;
/**
* Provider for server related properties
*/
public interface ServerProvider extends Provider {
/**
* @return current environment or {@code null} if not set
*/
String getEnvType();
/**
* @... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/resources/static/img/hide_sidebar.png | PNG
IHDR X IDATx^Or33ˑ|cN0 i1 lNx2K q`ka,E狖mUԟ[wUe}YUb? ; 0 M `t@ F 372B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4... | PNG
IHDR X IDATx^Or33ˑ|cN0 i1 lNx2K q`ka,E狖mUԟ[wUe}YUb? ; 0 M `t@ F 372B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4F qC)# Dn 72B I4... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-configservice/src/main/resources/application-nacos-discovery.properties | apollo.eureka.server.enabled=false
eureka.client.enabled=false
spring.cloud.discovery.enabled=false
#nacos enabled
nacos.discovery.register.enabled=true
nacos.discovery.auto-register=true
nacos.discovery.register.service-name=apollo-configservice
| apollo.eureka.server.enabled=false
eureka.client.enabled=false
spring.cloud.discovery.enabled=false
#nacos enabled
nacos.discovery.register.enabled=true
nacos.discovery.auto-register=true
nacos.discovery.register.service-name=apollo-configservice
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/resources/static/delete_app_cluster_namespace.html | <!doctype html>
<html ng-app="delete_app_cluster_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... | <!doctype html>
<html ng-app="delete_app_cluster_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... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-client/src/main/resources/META-INF/spring.handlers | http\://www.ctrip.com/schema/apollo=com.ctrip.framework.apollo.spring.config.NamespaceHandler | http\://www.ctrip.com/schema/apollo=com.ctrip.framework.apollo.spring.config.NamespaceHandler | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-client/src/main/java/com/ctrip/framework/apollo/util/OrderedProperties.java | package com.ctrip.framework.apollo.util;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
/**
* An OrderedProperti... | package com.ctrip.framework.apollo.util;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
/**
* An OrderedProperti... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-demo/src/main/java/com/ctrip/framework/apollo/demo/spring/javaConfigDemo/AnnotationApplication.java | package com.ctrip.framework.apollo.demo.spring.javaConfigDemo;
import com.ctrip.framework.apollo.demo.spring.common.bean.AnnotatedBean;
import com.google.common.base.Charsets;
import com.google.common.base.Strings;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import org.... | package com.ctrip.framework.apollo.demo.spring.javaConfigDemo;
import com.ctrip.framework.apollo.demo.spring.common.bean.AnnotatedBean;
import com.google.common.base.Charsets;
import com.google.common.base.Strings;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import org.... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./scripts/helm/apollo-portal/templates/NOTES.txt | Portal url for current release:
{{- if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "apollo.portal.fullName" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o... | Portal url for current release:
{{- if contains "NodePort" .Values.service.type }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "apollo.portal.fullName" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-client/src/test/java/com/ctrip/framework/apollo/internals/DefaultConfigTest.java | package com.ctrip.framework.apollo.internals;
import static org.awaitility.Awaitility.await;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
impo... | package com.ctrip.framework.apollo.internals;
import static org.awaitility.Awaitility.await;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
impo... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-mockserver/src/test/java/com/ctrip/framework/apollo/mockserver/ApolloMockServerSpringIntegrationTest.java | package com.ctrip.framework.apollo.mockserver;
import com.ctrip.framework.apollo.enums.PropertyChangeType;
import com.ctrip.framework.apollo.mockserver.ApolloMockServerSpringIntegrationTest.TestConfiguration;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
import com.ctrip.framework.apollo.spring.annotation... | package com.ctrip.framework.apollo.mockserver;
import com.ctrip.framework.apollo.enums.PropertyChangeType;
import com.ctrip.framework.apollo.mockserver.ApolloMockServerSpringIntegrationTest.TestConfiguration;
import com.ctrip.framework.apollo.model.ConfigChangeEvent;
import com.ctrip.framework.apollo.spring.annotation... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/NamespaceReleaseDTO.java | package com.ctrip.framework.apollo.openapi.dto;
public class NamespaceReleaseDTO {
private String releaseTitle;
private String releaseComment;
private String releasedBy;
private boolean isEmergencyPublish;
public String getReleaseTitle() {
return releaseTitle;
}
public void setReleaseTitle(String... | package com.ctrip.framework.apollo.openapi.dto;
public class NamespaceReleaseDTO {
private String releaseTitle;
private String releaseComment;
private String releasedBy;
private boolean isEmergencyPublish;
public String getReleaseTitle() {
return releaseTitle;
}
public void setReleaseTitle(String... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/ConfigsExportService.java | package com.ctrip.framework.apollo.portal.service;
import com.ctrip.framework.apollo.common.dto.ClusterDTO;
import com.ctrip.framework.apollo.common.entity.App;
import com.ctrip.framework.apollo.core.enums.ConfigFileFormat;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framew... | package com.ctrip.framework.apollo.portal.service;
import com.ctrip.framework.apollo.common.dto.ClusterDTO;
import com.ctrip.framework.apollo.common.entity.App;
import com.ctrip.framework.apollo.core.enums.ConfigFileFormat;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framew... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/resources/static/vendor/angular/ui-bootstrap-tpls-0.13.0.min.js | /*
* angular-ui-bootstrap
* http://angular-ui.github.io/bootstrap/
* Version: 0.13.0 - 2015-05-02
* License: MIT
*/
angular.module("ui.bootstrap", ["ui.bootstrap.tpls", "ui.bootstrap.collapse", "ui.bootstrap.accordion", "ui.bootstrap.alert", "ui.bootstrap.bindHtml", "ui.bootstrap.buttons", "ui.bootstrap.carousel"... | /*
* angular-ui-bootstrap
* http://angular-ui.github.io/bootstrap/
* Version: 0.13.0 - 2015-05-02
* License: MIT
*/
angular.module("ui.bootstrap", ["ui.bootstrap.tpls", "ui.bootstrap.collapse", "ui.bootstrap.accordion", "ui.bootstrap.alert", "ui.bootstrap.bindHtml", "ui.bootstrap.buttons", "ui.bootstrap.carousel"... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./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,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/exception/BeanUtilsException.java | package com.ctrip.framework.apollo.common.exception;
public class BeanUtilsException extends RuntimeException{
public BeanUtilsException(Throwable e){
super(e);
}
}
| package com.ctrip.framework.apollo.common.exception;
public class BeanUtilsException extends RuntimeException{
public BeanUtilsException(Throwable e){
super(e);
}
}
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-common/src/main/java/com/ctrip/framework/apollo/common/dto/ItemDTO.java | package com.ctrip.framework.apollo.common.dto;
public class ItemDTO extends BaseDTO{
private long id;
private long namespaceId;
private String key;
private String value;
private String comment;
private int lineNum;
public ItemDTO() {
}
public ItemDTO(String key, String value, String comment... | package com.ctrip.framework.apollo.common.dto;
public class ItemDTO extends BaseDTO{
private long id;
private long namespaceId;
private String key;
private String value;
private String comment;
private int lineNum;
public ItemDTO() {
}
public ItemDTO(String key, String value, String comment... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./scripts/apollo-on-kubernetes/kubernetes/apollo-env-test-alpha/service-apollo-config-server-test-alpha.yaml |
---
# configmap for apollo-config-server-test-alpha
kind: ConfigMap
apiVersion: v1
metadata:
namespace: sre
name: configmap-apollo-config-server-test-alpha
data:
application-github.properties: |
spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-test-alpha-env.sre:3306/TestAlphaApolloConfigDB?char... |
---
# configmap for apollo-config-server-test-alpha
kind: ConfigMap
apiVersion: v1
metadata:
namespace: sre
name: configmap-apollo-config-server-test-alpha
data:
application-github.properties: |
spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-test-alpha-env.sre:3306/TestAlphaApolloConfigDB?char... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./docs/charts/apollo-service-0.1.2.tgz | ) +aHR0cHM6Ly95b3V0dS5iZS96OVV6MWljandyTQo=Helm <o:YŬžW<e]Qw,6TIiRdɲ'mqM3p82 D1.v.D(ݵn=9:2nwQw;ERh\$#
I9s`ַHf_{ݷ<2]_j-1pn.8 c-¼ɹP><@Jt&TM*AC+E]/)ȝ$
3LUND*ɷvȅ"~G
:%#Q`%
BM,=RPHj0>=%Ntn0W= "W.q9&S<K݇3K4Y*ݳSɿ`3G(w +rr K`ʥsղ 9px= ѵ7{ m"g
w\x[1r63T@(㪈P\2{M"5~m... | ) +aHR0cHM6Ly95b3V0dS5iZS96OVV6MWljandyTQo=Helm <o:YŬžW<e]Qw,6TIiRdɲ'mqM3p82 D1.v.D(ݵn=9:2nwQw;ERh\$#
I9s`ַHf_{ݷ<2]_j-1pn.8 c-¼ɹP><@Jt&TM*AC+E]/)ȝ$
3LUND*ɷvȅ"~G
:%#Q`%
BM,=RPHj0>=%Ntn0W= "W.q9&S<K݇3K4Y*ݳSɿ`3G(w +rr K`ʥsղ 9px= ѵ7{ m"g
w\x[1r63T@(㪈P\2{M"5~m... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-client/src/main/java/com/ctrip/framework/apollo/ConfigFileChangeListener.java | package com.ctrip.framework.apollo;
import com.ctrip.framework.apollo.model.ConfigFileChangeEvent;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConfigFileChangeListener {
/**
* Invoked when there is any config change for the namespace.
* @param changeEvent the event for this change
*/
... | package com.ctrip.framework.apollo;
import com.ctrip.framework.apollo.model.ConfigFileChangeEvent;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConfigFileChangeListener {
/**
* Invoked when there is any config change for the namespace.
* @param changeEvent the event for this change
*/
... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./.git/logs/refs/heads/master | 0000000000000000000000000000000000000000 6657a58831a544606f78177b61d92bb959ccce94 jupyter <jupyter@data-collection2-susnato.c.rishabh-experiments.internal> 1704839356 +0000 clone: from https://github.com/apolloconfig/apollo.git
| 0000000000000000000000000000000000000000 6657a58831a544606f78177b61d92bb959ccce94 jupyter <jupyter@data-collection2-susnato.c.rishabh-experiments.internal> 1704839356 +0000 clone: from https://github.com/apolloconfig/apollo.git
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/service/FavoriteServiceTest.java | package com.ctrip.framework.apollo.portal.service;
import com.ctrip.framework.apollo.common.exception.BadRequestException;
import com.ctrip.framework.apollo.portal.AbstractIntegrationTest;
import com.ctrip.framework.apollo.portal.entity.po.Favorite;
import com.ctrip.framework.apollo.portal.repository.FavoriteRepositor... | package com.ctrip.framework.apollo.portal.service;
import com.ctrip.framework.apollo.common.exception.BadRequestException;
import com.ctrip.framework.apollo.portal.AbstractIntegrationTest;
import com.ctrip.framework.apollo.portal.entity.po.Favorite;
import com.ctrip.framework.apollo.portal.repository.FavoriteRepositor... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/AccessKeyService.java | package com.ctrip.framework.apollo.biz.service;
import com.ctrip.framework.apollo.biz.entity.AccessKey;
import com.ctrip.framework.apollo.biz.entity.Audit;
import com.ctrip.framework.apollo.biz.repository.AccessKeyRepository;
import com.ctrip.framework.apollo.common.exception.BadRequestException;
import java.util.List... | package com.ctrip.framework.apollo.biz.service;
import com.ctrip.framework.apollo.biz.entity.AccessKey;
import com.ctrip.framework.apollo.biz.entity.Audit;
import com.ctrip.framework.apollo.biz.repository.AccessKeyRepository;
import com.ctrip.framework.apollo.common.exception.BadRequestException;
import java.util.List... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ReleaseHistoryController.java | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framework.apollo.portal.entity.bo.ReleaseHistoryBO;
import com.ctrip.framework.apollo.portal.service.ReleaseHistorySe... | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.environment.Env;
import com.ctrip.framework.apollo.portal.component.PermissionValidator;
import com.ctrip.framework.apollo.portal.entity.bo.ReleaseHistoryBO;
import com.ctrip.framework.apollo.portal.service.ReleaseHistorySe... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-client/src/test/resources/spring/yaml/case9.yml | someKey: someValue
| someKey: someValue
| -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/repository/ConsumerAuditRepository.java | package com.ctrip.framework.apollo.openapi.repository;
import com.ctrip.framework.apollo.openapi.entity.ConsumerAudit;
import org.springframework.data.repository.PagingAndSortingRepository;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConsumerAuditRepository extends PagingAndSortingRepository<Con... | package com.ctrip.framework.apollo.openapi.repository;
import com.ctrip.framework.apollo.openapi.entity.ConsumerAudit;
import org.springframework.data.repository.PagingAndSortingRepository;
/**
* @author Jason Song(song_s@ctrip.com)
*/
public interface ConsumerAuditRepository extends PagingAndSortingRepository<Con... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/FavoriteController.java | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.entity.po.Favorite;
import com.ctrip.framework.apollo.portal.service.FavoriteService;
import org.springframework.data.domain.Pageable;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.... | package com.ctrip.framework.apollo.portal.controller;
import com.ctrip.framework.apollo.portal.entity.po.Favorite;
import com.ctrip.framework.apollo.portal.service.FavoriteService;
import org.springframework.data.domain.Pageable;
import org.springframework.web.bind.annotation.DeleteMapping;
import org.springframework.... | -1 |
apolloconfig/apollo | 3,658 | update apolloconfig.com domain | ## What's the purpose of this PR
update apolloconfig.com domain
| nobodyiam | 2021-05-02T02:26:41Z | 2021-05-02T02:31:15Z | a1b19ace8e6eb73e791f89ad30e2210003ba9d33 | e1a6cf9cd40300fad156b6b87835c27b5e378f16 | update apolloconfig.com domain. ## What's the purpose of this PR
update apolloconfig.com domain
| ./apollo-core/src/test/resources/META-INF/services/com.ctrip.framework.foundation.internals.ServiceBootstrapTest$Interface4 | com.ctrip.framework.foundation.internals.ServiceBootstrapTest$Interface1Impl
| com.ctrip.framework.foundation.internals.ServiceBootstrapTest$Interface1Impl
| -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./README.md | <img src="https://raw.githubusercontent.com/ctripcorp/apollo/master/doc/images/logo/logo-simple.png" alt="apollo-logo" width="40%">
# Apollo - A reliable configuration management system
[](https://github.com/ctripcorp/apollo/actions)
[](https://github.com/ctripcorp/apollo/actions)
[
- [Releases](https://github.com/ctripcorp/apollo/releases) | - [**Home**](en/README.md)
- [Releases](https://github.com/ctripcorp/apollo/releases) | 1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/README.md | <img src="https://raw.githubusercontent.com/ctripcorp/apollo/master/doc/images/logo/logo-simple.png" alt="apollo-logo" width="40%">
# Introduction
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
服务端基于Spring Boot和Spring Cloud开发,打包后可以直接运行,不需要额外安装Tomcat等应用容器。
Java客户端不... | <img src="https://raw.githubusercontent.com/ctripcorp/apollo/master/doc/images/logo/logo-simple.png" alt="apollo-logo" width="40%">
# Introduction
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
服务端基于Spring Boot和Spring Cloud开发,打包后可以直接运行,不需要额外安装Tomcat等应用容器。
Java客户端不... | 1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./.github/ISSUE_TEMPLATE/feature_request_en.md | ---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and con... | ---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and con... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./.github/PULL_REQUEST_TEMPLATE.md | ## What's the purpose of this PR
XXXXX
## Which issue(s) this PR fixes:
Fixes #
## Brief changelog
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
- [ ] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull r... | ## What's the purpose of this PR
XXXXX
## Which issue(s) this PR fixes:
Fixes #
## Brief changelog
XXXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
- [ ] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull r... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/design/apollo-introduction.md | #
# 1、What is Apollo
## 1.1 背景
随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址……
对程序配置的期望值也越来越高:配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制……
在这样的大环境下,传统的通过配置文件、数据库等方式已经越来越无法满足开发人员对配置管理的需求。
Apollo配置中心应运而生!
## 1.2 Apollo简介
Apollo(阿波罗)是携程框架部门研发的开源配置管理中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。
Apollo支... | #
# 1、What is Apollo
## 1.1 背景
随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址……
对程序配置的期望值也越来越高:配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制……
在这样的大环境下,传统的通过配置文件、数据库等方式已经越来越无法满足开发人员对配置管理的需求。
Apollo配置中心应运而生!
## 1.2 Apollo简介
Apollo(阿波罗)是携程框架部门研发的开源配置管理中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。
Apollo支... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./CONTRIBUTING.md | ## Contributing to apollo
Apollo is released under the non-restrictive Apache 2.0 license, and follows a very standard Github development process, using Github tracker for issues and merging pull requests into master. If you want to contribute even something trivial please do not hesitate, but follow the guidelines be... | ## Contributing to apollo
Apollo is released under the non-restrictive Apache 2.0 license, and follows a very standard Github development process, using Github tracker for issues and merging pull requests into master. If you want to contribute even something trivial please do not hesitate, but follow the guidelines be... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/_navbar.md | - Translations
- [:uk: English](/en/)
- [:cn: 中文](/zh/) | - Translations
- [:uk: English](/en/)
- [:cn: 中文](/zh/) | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./.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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/en/quick-start.md |
# Prepare
Wait for content...
```bash
content for copy
``` |
# Prepare
Wait for content...
```bash
content for copy
``` | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/_sidebar.md | - [**首页**](zh/README.md)
- 设计文档
- [Apollo配置中心设计](zh/design/apollo-design.md)
- [Apollo配置中心介绍](zh/design/apollo-introduction.md)
- [Apollo核心概念之“Namespace”](zh/design/apollo-core-concept-namespace.md)
- [Apollo源码解析(全)](http://www.iocoder.cn/categories/Apollo/)
- 部署文档
- [Quick Start](zh/deployment/quick-start.... | - [**首页**](zh/README.md)
- 设计文档
- [Apollo配置中心设计](zh/design/apollo-design.md)
- [Apollo配置中心介绍](zh/design/apollo-introduction.md)
- [Apollo核心概念之“Namespace”](zh/design/apollo-core-concept-namespace.md)
- [Apollo源码解析(全)](http://www.iocoder.cn/categories/Apollo/)
- 部署文档
- [Quick Start](zh/deployment/quick-start.... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./.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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/misc/apollo-benchmark.md | 很多同学关心Apollo的性能和可靠性,以下数据是采集携程内部生产环境单台机器的数据。监控工具是[Cat](https://github.com/dianping/cat)。
### 一、测试机器配置
#### 1.1 机器配置
4C12G
#### 1.2 JVM参数
````
-Xms6144m -Xmx6144m -Xss256k -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:NewSize=4096m -XX:MaxNewSize=4096m -XX:SurvivorRatio=8
-XX:+UseParNewGC -XX:ParallelGCThreads=... | 很多同学关心Apollo的性能和可靠性,以下数据是采集携程内部生产环境单台机器的数据。监控工具是[Cat](https://github.com/dianping/cat)。
### 一、测试机器配置
#### 1.1 机器配置
4C12G
#### 1.2 JVM参数
````
-Xms6144m -Xmx6144m -Xss256k -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=384m -XX:NewSize=4096m -XX:MaxNewSize=4096m -XX:SurvivorRatio=8
-XX:+UseParNewGC -XX:ParallelGCThreads=... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/usage/apollo-user-guide.md | #
# 名词解释
* 普通应用
* 普通应用指的是独立运行的程序,如
* Web应用程序
* 带有main函数的程序
* 公共组件
* 公共组件指的是发布的类库、客户端程序,不会自己独立运行,如
* Java的jar包
* .Net的dll文件
# 一、普通应用接入指南
## 1.1 创建项目
要使用Apollo,第一步需要创建项目。
1. 打开apollo-portal主页
2. 点击“创建项目”

> 非常感谢[@zouyx](https://github.com/zouyx)提供Go Apollo客户端的支持
### Apollo Go 客户端 2
项目地址:[philchia/agollo](https://github.com/philchia/agollo)
> 非常感谢[@philchia](https://github.com/philchia)提供Go Apollo客户端的支持
### Apollo Go 客户端 3
项目地址:[shima-p... | ## 1. Go
### Apollo Go 客户端 1
项目地址:[zouyx/agollo](https://github.com/zouyx/agollo)
> 非常感谢[@zouyx](https://github.com/zouyx)提供Go Apollo客户端的支持
### Apollo Go 客户端 2
项目地址:[philchia/agollo](https://github.com/philchia/agollo)
> 非常感谢[@philchia](https://github.com/philchia)提供Go Apollo客户端的支持
### Apollo Go 客户端 3
项目地址:[shima-p... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/usage/dotnet-sdk-user-guide.md | >注意:本文档适用对象是Apollo系统的使用者,如果你是公司内Apollo系统的开发者/维护人员,建议先参考[Apollo开发指南](zh/development/apollo-development-guide)。
#
# 一、准备工作
## 1.1 环境要求
* .Net: 4.0+
## 1.2 必选设置
Apollo客户端依赖于`AppId`,`Environment`等环境信息来工作,所以请确保阅读下面的说明并且做正确的配置:
### 1.2.1 AppId
AppId是应用的身份信息,是从服务端获取配置的一个重要信息。
请确保在app.config或web.config有AppID的... | >注意:本文档适用对象是Apollo系统的使用者,如果你是公司内Apollo系统的开发者/维护人员,建议先参考[Apollo开发指南](zh/development/apollo-development-guide)。
#
# 一、准备工作
## 1.1 环境要求
* .Net: 4.0+
## 1.2 必选设置
Apollo客户端依赖于`AppId`,`Environment`等环境信息来工作,所以请确保阅读下面的说明并且做正确的配置:
### 1.2.1 AppId
AppId是应用的身份信息,是从服务端获取配置的一个重要信息。
请确保在app.config或web.config有AppID的... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/development/portal-how-to-enable-webhook-notification.md | 从 1.8.0 版本开始,apollo 增加了 webhook 支持,从而可以在配置发布时触发 webhook 并告知配置发布的信息。
## 启用方式
> 配置项统一存储在ApolloPortalDB.ServerConfig表中,也可以通过`管理员工具 - 系统参数`页面进行配置,修改完一分钟实时生效。
1. webhook.supported.envs
开启 webhook 的环境列表,多个环境以英文逗号分隔,如
```
DEV,FAT,UAT,PRO
```
2. config.release.webhook.service.url
webhook 通知的 url 地址,需要接收 HTTP POST 请求。如有多... | 从 1.8.0 版本开始,apollo 增加了 webhook 支持,从而可以在配置发布时触发 webhook 并告知配置发布的信息。
## 启用方式
> 配置项统一存储在ApolloPortalDB.ServerConfig表中,也可以通过`管理员工具 - 系统参数`页面进行配置,修改完一分钟实时生效。
1. webhook.supported.envs
开启 webhook 的环境列表,多个环境以英文逗号分隔,如
```
DEV,FAT,UAT,PRO
```
2. config.release.webhook.service.url
webhook 通知的 url 地址,需要接收 HTTP POST 请求。如有多... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/development/portal-how-to-implement-user-login-function.md | Apollo是配置管理系统,会提供权限管理(Authorization),理论上是不负责用户登录认证功能的实现(Authentication)。
所以Apollo定义了一些SPI用来解耦,Apollo接入登录的关键就是实现这些SPI。
## 实现方式一:使用Apollo提供的Spring Security简单认证
可能很多公司并没有统一的登录认证系统,如果自己实现一套会比较麻烦。Apollo针对这种情况,从0.9.0开始提供了利用Spring Security实现的Http Basic简单认证版本。
使用步骤如下:
### 1. 安装0.9.0以上版本
>如果之前是0.8.0版本,需要导入[apolloportaldb-v0... | Apollo是配置管理系统,会提供权限管理(Authorization),理论上是不负责用户登录认证功能的实现(Authentication)。
所以Apollo定义了一些SPI用来解耦,Apollo接入登录的关键就是实现这些SPI。
## 实现方式一:使用Apollo提供的Spring Security简单认证
可能很多公司并没有统一的登录认证系统,如果自己实现一套会比较麻烦。Apollo针对这种情况,从0.9.0开始提供了利用Spring Security实现的Http Basic简单认证版本。
使用步骤如下:
### 1. 安装0.9.0以上版本
>如果之前是0.8.0版本,需要导入[apolloportaldb-v0... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/deployment/quick-start.md | 为了让大家更快的上手了解Apollo配置中心,我们这里准备了一个Quick Start,能够在几分钟内在本地环境部署、启动Apollo配置中心。
考虑到Docker的便捷性,我们还提供了Quick Start的Docker版本,如果你对Docker比较熟悉的话,可以参考[Apollo Quick Start Docker部署](zh/deployment/quick-start-docker)通过Docker快速部署Apollo。
不过这里需要注意的是,Quick Start只针对本地测试使用,如果要部署到生产环境,还请另行参考[分布式部署指南](zh/deployment/distributed-deployment-guid... | 为了让大家更快的上手了解Apollo配置中心,我们这里准备了一个Quick Start,能够在几分钟内在本地环境部署、启动Apollo配置中心。
考虑到Docker的便捷性,我们还提供了Quick Start的Docker版本,如果你对Docker比较熟悉的话,可以参考[Apollo Quick Start Docker部署](zh/deployment/quick-start-docker)通过Docker快速部署Apollo。
不过这里需要注意的是,Quick Start只针对本地测试使用,如果要部署到生产环境,还请另行参考[分布式部署指南](zh/deployment/distributed-deployment-guid... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/_coverpage.md | <img src="https://raw.githubusercontent.com/ctripcorp/apollo/master/doc/images/logo/logo-simple.png" alt="apollo-logo" width="30%">
> A reliable configuration management system
- Multiple environments and clusters support
- Configuration changes take effect in real time
- Versioned and grayscale releases management
-... | <img src="https://raw.githubusercontent.com/ctripcorp/apollo/master/doc/images/logo/logo-simple.png" alt="apollo-logo" width="30%">
> A reliable configuration management system
- Multiple environments and clusters support
- Configuration changes take effect in real time
- Versioned and grayscale releases management
-... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./docs/zh/design/apollo-core-concept-namespace.md | ### 1. 什么是Namespace?
Namespace是配置项的集合,类似于一个配置文件的概念。
### 2. 什么是“application”的Namespace?
Apollo在创建项目的时候,都会默认创建一个“application”的Namespace。顾名思义,“application”是给应用自身使用的,熟悉Spring Boot的同学都知道,Spring Boot项目都有一个默认配置文件application.yml。在这里application.yml就等同于“application”的Namespace。对于90%的应用来说,“application”的Namespace已经满足日常配置使用场景了。
##... | ### 1. 什么是Namespace?
Namespace是配置项的集合,类似于一个配置文件的概念。
### 2. 什么是“application”的Namespace?
Apollo在创建项目的时候,都会默认创建一个“application”的Namespace。顾名思义,“application”是给应用自身使用的,熟悉Spring Boot的同学都知道,Spring Boot项目都有一个默认配置文件application.yml。在这里application.yml就等同于“application”的Namespace。对于90%的应用来说,“application”的Namespace已经满足日常配置使用场景了。
##... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./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,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/resources/static/config_export.html | <!doctype html>
<html ng-app="config_export">
<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/cs... | <!doctype html>
<html ng-app="config_export">
<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/cs... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-client/src/main/java/com/ctrip/framework/apollo/build/ApolloInjector.java | package com.ctrip.framework.apollo.build;
import com.ctrip.framework.apollo.exceptions.ApolloConfigException;
import com.ctrip.framework.apollo.internals.Injector;
import com.ctrip.framework.apollo.tracer.Tracer;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
/**
* @author Jason Song(song_s@ctrip.... | package com.ctrip.framework.apollo.build;
import com.ctrip.framework.apollo.exceptions.ApolloConfigException;
import com.ctrip.framework.apollo.internals.Injector;
import com.ctrip.framework.apollo.tracer.Tracer;
import com.ctrip.framework.foundation.internals.ServiceBootstrap;
/**
* @author Jason Song(song_s@ctrip.... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-configservice/src/test/java/com/ctrip/framework/apollo/configservice/controller/ConfigFileControllerTest.java | package com.ctrip.framework.apollo.configservice.controller;
import com.ctrip.framework.apollo.biz.entity.ReleaseMessage;
import com.ctrip.framework.apollo.biz.grayReleaseRule.GrayReleaseRulesHolder;
import com.ctrip.framework.apollo.biz.message.Topics;
import com.ctrip.framework.apollo.configservice.util.NamespaceUti... | package com.ctrip.framework.apollo.configservice.controller;
import com.ctrip.framework.apollo.biz.entity.ReleaseMessage;
import com.ctrip.framework.apollo.biz.grayReleaseRule.GrayReleaseRulesHolder;
import com.ctrip.framework.apollo.biz.message.Topics;
import com.ctrip.framework.apollo.configservice.util.NamespaceUti... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-configservice/src/test/java/com/ctrip/framework/apollo/metaservice/service/KubernetesDiscoveryServiceTest.java | package com.ctrip.framework.apollo.metaservice.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.biz.config.BizConfig;
import com.ctrip.framework.apollo.core.ServiceNam... | package com.ctrip.framework.apollo.metaservice.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.biz.config.BizConfig;
import com.ctrip.framework.apollo.core.ServiceNam... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-client/src/main/java/com/ctrip/framework/apollo/util/function/Functions.java | package com.ctrip.framework.apollo.util.function;
import java.util.Date;
import com.ctrip.framework.apollo.exceptions.ApolloConfigException;
import com.ctrip.framework.apollo.util.parser.ParserException;
import com.ctrip.framework.apollo.util.parser.Parsers;
import com.google.common.base.Function;
/**
* @author Jas... | package com.ctrip.framework.apollo.util.function;
import java.util.Date;
import com.ctrip.framework.apollo.exceptions.ApolloConfigException;
import com.ctrip.framework.apollo.util.parser.ParserException;
import com.ctrip.framework.apollo.util.parser.Parsers;
import com.google.common.base.Function;
/**
* @author Jas... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-client/src/main/java/com/ctrip/framework/apollo/util/OrderedProperties.java | package com.ctrip.framework.apollo.util;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
/**
* An OrderedProperti... | package com.ctrip.framework.apollo.util;
import java.util.Collections;
import java.util.Enumeration;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.LinkedHashSet;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.Set;
/**
* An OrderedProperti... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/resources/static/img/edit.png | PNG
IHDR X 0IDATx^MzF*3hn |H 9ALYD'|8Q@"пՍ/[
@k`d ݁nI @H @H,Arè$ =9M ,7I ғ4K @rè$ =9M ,7I ғ4K @r( i麮eKu
@:G(Z~%us51MjGgՕ mvh }8c\/bV]6 "E:rT,ϙiO7Z,l FG LeEό]{ja;צ )!\Xܛ@ N?&-8B"|@G'# w{P8|#o-߉C@^<_H Ksh{ :^A<_3dyoigg/c)N4" ... | PNG
IHDR X 0IDATx^MzF*3hn |H 9ALYD'|8Q@"пՍ/[
@k`d ݁nI @H @H,Arè$ =9M ,7I ғ4K @rè$ =9M ,7I ғ4K @r( i麮eKu
@:G(Z~%us51MjGgՕ mvh }8c\/bV]6 "E:rT,ϙiO7Z,l FG LeEό]{ja;צ )!\Xܛ@ N?&-8B"|@G'# w{P8|#o-߉C@^<_H Ksh{ :^A<_3dyoigg/c)N4" ... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/resources/static/scripts/controller/config/ConfigNamespaceController.js | application_module.controller("ConfigNamespaceController",
['$rootScope', '$scope', '$translate', 'toastr', 'AppUtil', 'EventManager', 'ConfigService',
'PermissionService', 'UserService', 'NamespaceBranchService', 'NamespaceService',
controller]);
function controller($rootScope, $scope, $translate,... | application_module.controller("ConfigNamespaceController",
['$rootScope', '$scope', '$translate', 'toastr', 'AppUtil', 'EventManager', 'ConfigService',
'PermissionService', 'UserService', 'NamespaceBranchService', 'NamespaceService',
controller]);
function controller($rootScope, $scope, $translate,... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/resources/static/scripts/services/ServerConfigService.js | appService.service('ServerConfigService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var server_config_resource = $resource('', {}, {
create_server_config: {
method: 'POST',
url: AppUtil.prefixPath() + '/server/config'
},
get_server_config_info... | appService.service('ServerConfigService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) {
var server_config_resource = $resource('', {}, {
create_server_config: {
method: 'POST',
url: AppUtil.prefixPath() + '/server/config'
},
get_server_config_info... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./doc/images/text-mode-spring-boot-config-sample.png | PNG
IHDR x
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?>!邞... | PNG
IHDR x
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?>!邞... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-client/src/main/resources/META-INF/services/com.ctrip.framework.apollo.spring.spi.ApolloConfigRegistrarHelper | com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
| com.ctrip.framework.apollo.spring.spi.DefaultApolloConfigRegistrarHelper
| -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/ItemDiffs.java | package com.ctrip.framework.apollo.portal.entity.vo;
import com.ctrip.framework.apollo.common.dto.ItemChangeSets;
public class ItemDiffs {
private NamespaceIdentifier namespace;
private ItemChangeSets diffs;
private String extInfo;
public ItemDiffs(NamespaceIdentifier namespace) {
this.namespace = namesp... | package com.ctrip.framework.apollo.portal.entity.vo;
import com.ctrip.framework.apollo.common.dto.ItemChangeSets;
public class ItemDiffs {
private NamespaceIdentifier namespace;
private ItemChangeSets diffs;
private String extInfo;
public ItemDiffs(NamespaceIdentifier namespace) {
this.namespace = namesp... | -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/LogoutHandler.java | package com.ctrip.framework.apollo.portal.spi;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface LogoutHandler {
void logout(HttpServletRequest request, HttpServletResponse response);
}
| package com.ctrip.framework.apollo.portal.spi;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public interface LogoutHandler {
void logout(HttpServletRequest request, HttpServletResponse response);
}
| -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./apollo-client/src/test/resources/spring/yaml/case2-new.yml | batch: 2001
| batch: 2001
| -1 |
apolloconfig/apollo | 3,656 | add English version of readme | ## What's the purpose of this PR
add English version of readme | nobodyiam | 2021-05-01T05:18:07Z | 2021-05-01T05:35:25Z | de05540e6c9a18cdf370ae95ca5e544d7b8d04bf | 01b5c2a05ad019a7b46177a5570fee8e11b05940 | add English version of readme. ## What's the purpose of this PR
add English version of readme | ./.git/refs/remotes/origin/HEAD | ref: refs/remotes/origin/master
| ref: refs/remotes/origin/master
| -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./CHANGES.md | Changes by Version
==================
Release Notes.
Apollo 1.9.0
------------------
* [extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64.](https://github.com/ctripcorp/apollo/pull/3552)
* [add spring configuration metadata](https://github.com/ctripcorp/apollo/pull/3553)
* [fix #3551 and optimize l... | Changes by Version
==================
Release Notes.
Apollo 1.9.0
------------------
* [extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64.](https://github.com/ctripcorp/apollo/pull/3552)
* [add spring configuration metadata](https://github.com/ctripcorp/apollo/pull/3553)
* [fix #3551 and optimize l... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/client/ApolloOpenApiClient.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/client/service/AppOpenApiService.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/service/ConsumerService.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/v1/controller/AppController.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/test/resources/sql/cleanup.sql | --
-- Copyright 2021 Apollo Authors
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to i... | --
-- Copyright 2021 Apollo Authors
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to i... | 1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/emailbuilder/MergeEmailBuilder.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/repository/AppRepository.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/LockInfo.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/UserInfoHolder.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./scripts/sql/delta/v040-v050/apolloportaldb-v040-v050.sql | --
-- Copyright 2021 Apollo Authors
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to i... | --
-- Copyright 2021 Apollo Authors
--
-- Licensed under the Apache License, Version 2.0 (the "License");
-- you may not use this file except in compliance with the License.
-- You may obtain a copy of the License at
--
-- http://www.apache.org/licenses/LICENSE-2.0
--
-- Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/OrganizationController.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-client-config-data/src/main/java/com/ctrip/framework/apollo/config/data/ApolloClientConfigDataAutoConfiguration.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/enums/ChangeType.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |
apolloconfig/apollo | 3,647 | feat(open-api): get authorized apps | ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us incorporate your contribution quickl... | Anilople | 2021-04-24T06:40:38Z | 2021-06-26T13:21:02Z | 9a6f8e277f678fa583a23f551ed1648d5e13bdfa | f1eca02f4033d050bd71ede288d1707954d3dea4 | feat(open-api): get authorized apps. ## What's the purpose of this PR
Let open api know that which applications it can operate.
## Which issue(s) this PR fixes:
Relate to #3607
## Brief changelog
Add a new controller in portal
Add a new method in ApolloOpenApiClient
Follow this checklist to help us... | ./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/FavoriteController.java | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2021 Apollo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | -1 |