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,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/component/txtresolver/FileTextResolverTest.java
package com.ctrip.framework.apollo.portal.component.txtresolver; import com.ctrip.framework.apollo.common.dto.ItemChangeSets; import com.ctrip.framework.apollo.common.dto.ItemDTO; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.portal.AbstractUnitTest; import org.junit.Assert; i...
package com.ctrip.framework.apollo.portal.component.txtresolver; import com.ctrip.framework.apollo.common.dto.ItemChangeSets; import com.ctrip.framework.apollo.common.dto.ItemDTO; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.portal.AbstractUnitTest; import org.junit.Assert; i...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/test/java/com/ctrip/framework/apollo/biz/service/AdminServiceTransactionTest.java
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.AbstractIntegrationTest; import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository; import com.ctrip.framework.apollo.biz.repository.AppRepository; import com.ctrip.framework.apollo.biz.repository.ClusterRepository; imp...
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.AbstractIntegrationTest; import com.ctrip.framework.apollo.biz.repository.AppNamespaceRepository; import com.ctrip.framework.apollo.biz.repository.AppRepository; import com.ctrip.framework.apollo.biz.repository.ClusterRepository; imp...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/ctrip/CtripSsoHeartbeatHandler.java
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.spi.SsoHeartbeatHandler; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * @author Jason Song(song_s@ctrip.com) */ public class CtripSsoHeartbe...
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.spi.SsoHeartbeatHandler; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * @author Jason Song(song_s@ctrip.com) */ public class CtripSsoHeartbe...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/spi/DefaultConfigPropertySourcesProcessorHelper.java
package com.ctrip.framework.apollo.spring.spi; import com.ctrip.framework.apollo.core.spi.Ordered; import com.ctrip.framework.apollo.spring.annotation.ApolloAnnotationProcessor; import com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor; import com.ctrip.framework.apollo.spring.property.SpringValueDefini...
package com.ctrip.framework.apollo.spring.spi; import com.ctrip.framework.apollo.core.spi.Ordered; import com.ctrip.framework.apollo.spring.annotation.ApolloAnnotationProcessor; import com.ctrip.framework.apollo.spring.annotation.SpringValueProcessor; import com.ctrip.framework.apollo.spring.property.SpringValueDefini...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/PortalDBPropertySource.java
package com.ctrip.framework.apollo.portal.service; import com.google.common.collect.Maps; import com.ctrip.framework.apollo.common.config.RefreshablePropertySource; import com.ctrip.framework.apollo.portal.entity.po.ServerConfig; import com.ctrip.framework.apollo.portal.repository.ServerConfigRepository; import org....
package com.ctrip.framework.apollo.portal.service; import com.google.common.collect.Maps; import com.ctrip.framework.apollo.common.config.RefreshablePropertySource; import com.ctrip.framework.apollo.portal.entity.po.ServerConfig; import com.ctrip.framework.apollo.portal.repository.ServerConfigRepository; import org....
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/entity/Consumer.java
package com.ctrip.framework.apollo.openapi.entity; import com.ctrip.framework.apollo.common.entity.BaseEntity; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; @Entity @Table(name = "...
package com.ctrip.framework.apollo.openapi.entity; import com.ctrip.framework.apollo.common.entity.BaseEntity; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; @Entity @Table(name = "...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ReleaseController.java
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.dto.ReleaseDTO; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.common.exception.NotFoundException; import com.ctrip.framework.apollo.portal.environment.Env; import c...
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.dto.ReleaseDTO; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.common.exception.NotFoundException; import com.ctrip.framework.apollo.portal.environment.Env; import c...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-demo/src/main/java/com/ctrip/framework/apollo/demo/spring/common/bean/AnnotatedBean.java
package com.ctrip.framework.apollo.demo.spring.common.bean; import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; /...
package com.ctrip.framework.apollo.demo.spring.common.bean; import com.ctrip.framework.apollo.spring.annotation.ApolloJsonValue; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; /...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spi/DefaultConfigFactoryManager.java
package com.ctrip.framework.apollo.spi; import java.util.Map; import com.ctrip.framework.apollo.build.ApolloInjector; import com.google.common.collect.Maps; /** * @author Jason Song(song_s@ctrip.com) */ public class DefaultConfigFactoryManager implements ConfigFactoryManager { private ConfigRegistry m_registry; ...
package com.ctrip.framework.apollo.spi; import java.util.Map; import com.ctrip.framework.apollo.build.ApolloInjector; import com.google.common.collect.Maps; /** * @author Jason Song(song_s@ctrip.com) */ public class DefaultConfigFactoryManager implements ConfigFactoryManager { private ConfigRegistry m_registry; ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/entity/vo/LockInfo.java
package com.ctrip.framework.apollo.portal.entity.vo; public class LockInfo { private String lockOwner; private boolean isEmergencyPublishAllowed; public String getLockOwner() { return lockOwner; } public void setLockOwner(String lockOwner) { this.lockOwner = lockOwner; } public boolean isEmer...
package com.ctrip.framework.apollo.portal.entity.vo; public class LockInfo { private String lockOwner; private boolean isEmergencyPublishAllowed; public String getLockOwner() { return lockOwner; } public void setLockOwner(String lockOwner) { this.lockOwner = lockOwner; } public boolean isEmer...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/environment/PortalMetaDomainServiceTest.java
package com.ctrip.framework.apollo.portal.environment; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletResponse; import o...
package com.ctrip.framework.apollo.portal.environment; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletResponse; import o...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/service/AppNamespaceServiceTest.java
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.entity.AppNamespace; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.core.enums.ConfigFileFormat; import com.ctrip.f...
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.entity.AppNamespace; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.core.enums.ConfigFileFormat; import com.ctrip.f...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-openapi/src/test/java/com/ctrip/framework/apollo/openapi/client/service/ReleaseOpenApiServiceTest.java
package com.ctrip.framework.apollo.openapi.client.service; import static org.junit.Assert.*; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import com.ctrip.framework.apollo.openapi.dto.NamespaceReleaseDTO; import org.apache.http.client.metho...
package com.ctrip.framework.apollo.openapi.client.service; import static org.junit.Assert.*; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static org.mockito.Mockito.when; import com.ctrip.framework.apollo.openapi.dto.NamespaceReleaseDTO; import org.apache.http.client.metho...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/entity/ConsumerRole.java
package com.ctrip.framework.apollo.openapi.entity; import com.ctrip.framework.apollo.common.entity.BaseEntity; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; /** * @author Jason So...
package com.ctrip.framework.apollo.openapi.entity; import com.ctrip.framework.apollo.common.entity.BaseEntity; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; /** * @author Jason So...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/configuration/LdapMappingProperties.java
package com.ctrip.framework.apollo.portal.spi.configuration; /** * the LdapMappingProperties description. * * @author wuzishu */ public class LdapMappingProperties { /** * user ldap objectClass */ private String objectClass; /** * user login Id */ private String loginId; /** * user rd...
package com.ctrip.framework.apollo.portal.spi.configuration; /** * the LdapMappingProperties description. * * @author wuzishu */ public class LdapMappingProperties { /** * user ldap objectClass */ private String objectClass; /** * user login Id */ private String loginId; /** * user rd...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-common/src/main/java/com/ctrip/framework/apollo/common/dto/CommitDTO.java
package com.ctrip.framework.apollo.common.dto; public class CommitDTO extends BaseDTO{ private String changeSets; private String appId; private String clusterName; private String namespaceName; private String comment; public String getChangeSets() { return changeSets; } public void setChange...
package com.ctrip.framework.apollo.common.dto; public class CommitDTO extends BaseDTO{ private String changeSets; private String appId; private String clusterName; private String namespaceName; private String comment; public String getChangeSets() { return changeSets; } public void setChange...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/test/java/com/ctrip/framework/apollo/biz/message/DatabaseMessageSenderTest.java
package com.ctrip.framework.apollo.biz.message; import com.ctrip.framework.apollo.biz.AbstractUnitTest; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.repository.ReleaseMessageRepository; import org.junit.Before; import org.junit.Test; import org.mockito.ArgumentCapt...
package com.ctrip.framework.apollo.biz.message; import com.ctrip.framework.apollo.biz.AbstractUnitTest; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.repository.ReleaseMessageRepository; import org.junit.Before; import org.junit.Test; import org.mockito.ArgumentCapt...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/ctrip/WebContextConfiguration.java
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import com.ctrip.framework.apollo.portal.spi.ctrip.filters.UserAccessFilter; import com.google.common.base.Strings; import org.spring...
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import com.ctrip.framework.apollo.portal.spi.ctrip.filters.UserAccessFilter; import com.google.common.base.Strings; import org.spring...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/NamespaceService.java
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Audit; import com.ctrip.framework.apollo.biz.entity.Cluster; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framework.apollo.biz.entity.Release; impo...
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Audit; import com.ctrip.framework.apollo.biz.entity.Cluster; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framework.apollo.biz.entity.Release; impo...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-core/src/main/java/com/ctrip/framework/apollo/core/signature/Signature.java
package com.ctrip.framework.apollo.core.signature; import com.google.common.collect.Maps; import com.google.common.net.HttpHeaders; import java.net.MalformedURLException; import java.net.URL; import java.util.Map; /** * @author nisiyong */ public class Signature { /** * Authorization=Apollo {appId}:{sign} ...
package com.ctrip.framework.apollo.core.signature; import com.google.common.collect.Maps; import com.google.common.net.HttpHeaders; import java.net.MalformedURLException; import java.net.URL; import java.util.Map; /** * @author nisiyong */ public class Signature { /** * Authorization=Apollo {appId}:{sign} ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/test/resources/yaml/case1.yaml
root: key1: "someValue" key2: 100 key3: key4: key5: '(%sender%) %message%' key6: '* %sender% %message%' # commented: "xxx" list: - 'item 1' - 'item 2' intList: - 100 - 200 listOfMap: - key: '#mychannel' value: '' - key: '#myprivatechannel' value: 'mypassword' listO...
root: key1: "someValue" key2: 100 key3: key4: key5: '(%sender%) %message%' key6: '* %sender% %message%' # commented: "xxx" list: - 'item 1' - 'item 2' intList: - 100 - 200 listOfMap: - key: '#mychannel' value: '' - key: '#myprivatechannel' value: 'mypassword' listO...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./scripts/apollo-on-kubernetes/apollo-config-server/Dockerfile
# Dockerfile for apollo-config-server # Build with: # docker build -t apollo-config-server:v1.0.0 . FROM openjdk:8-jre-alpine3.8 RUN \ echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories && \ echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories && \ apk up...
# Dockerfile for apollo-config-server # Build with: # docker build -t apollo-config-server:v1.0.0 . FROM openjdk:8-jre-alpine3.8 RUN \ echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories && \ echo "http://mirrors.aliyun.com/alpine/v3.8/community" >> /etc/apk/repositories && \ apk up...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-common/pom.xml
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> ...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-common/src/main/java/com/ctrip/framework/apollo/common/entity/App.java
package com.ctrip.framework.apollo.common.entity; import com.ctrip.framework.apollo.common.utils.InputValidator; import javax.validation.constraints.NotBlank; import javax.validation.constraints.Pattern; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Colum...
package com.ctrip.framework.apollo.common.entity; import com.ctrip.framework.apollo.common.utils.InputValidator; import javax.validation.constraints.NotBlank; import javax.validation.constraints.Pattern; import org.hibernate.annotations.SQLDelete; import org.hibernate.annotations.Where; import javax.persistence.Colum...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-core/src/test/java/com/ctrip/framework/apollo/core/signature/HmacSha1UtilsTest.java
package com.ctrip.framework.apollo.core.signature; import static org.junit.Assert.assertEquals; import org.junit.Test; /** * @author nisiyong */ public class HmacSha1UtilsTest { @Test public void testSignString() { String stringToSign = "1576478257344\n/configs/100004458/default/application?ip=10.0.0.1"; ...
package com.ctrip.framework.apollo.core.signature; import static org.junit.Assert.assertEquals; import org.junit.Test; /** * @author nisiyong */ public class HmacSha1UtilsTest { @Test public void testSignString() { String stringToSign = "1576478257344\n/configs/100004458/default/application?ip=10.0.0.1"; ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/internals/LocalFileConfigRepository.java
package com.ctrip.framework.apollo.internals; import com.ctrip.framework.apollo.enums.ConfigSourceType; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.file.Files; import java.nio....
package com.ctrip.framework.apollo.internals; import com.ctrip.framework.apollo.enums.ConfigSourceType; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.file.Files; import java.nio....
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/resources/application-ctrip.yml
ctrip: appid: 100003173 email: send: code: 37030033 template: id: 37030033 survival: duration: 5
ctrip: appid: 100003173 email: send: code: 37030033 template: id: 37030033 survival: duration: 5
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/resources/static/scripts/directive/item-modal-directive.js
directive_module.directive('itemmodal', itemModalDirective); function itemModalDirective($translate, toastr, $sce, AppUtil, EventManager, ConfigService) { return { restrict: 'E', templateUrl: AppUtil.prefixPath() + '/views/component/item-modal.html', transclude: true, replace: true,...
directive_module.directive('itemmodal', itemModalDirective); function itemModalDirective($translate, toastr, $sce, AppUtil, EventManager, ConfigService) { return { restrict: 'E', templateUrl: AppUtil.prefixPath() + '/views/component/item-modal.html', transclude: true, replace: true,...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/ServiceExceptionTest.java
package com.ctrip.framework.apollo.portal; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.portal.controller.AppController; import com.ctrip.framework.apollo.portal.entity.model.AppModel; import com.ctrip.framework.apollo.portal.service.AppService; import com.goog...
package com.ctrip.framework.apollo.portal; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.portal.controller.AppController; import com.ctrip.framework.apollo.portal.entity.model.AppModel; import com.ctrip.framework.apollo.portal.service.AppService; import com.goog...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-core/src/main/java/com/ctrip/framework/apollo/core/utils/DNSUtil.java
package com.ctrip.framework.apollo.core.utils; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.List; public class DNSUtil { public static List<String> resolve(String domainName) throws UnknownHostException { List<String> result = new ArrayList<>()...
package com.ctrip.framework.apollo.core.utils; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.List; public class DNSUtil { public static List<String> resolve(String domainName) throws UnknownHostException { List<String> result = new ArrayList<>()...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spi/ConfigFactoryManager.java
package com.ctrip.framework.apollo.spi; /** * @author Jason Song(song_s@ctrip.com) */ public interface ConfigFactoryManager { /** * Get the config factory for the namespace. * * @param namespace the namespace * @return the config factory for this namespace */ ConfigFactory getFactory(String namesp...
package com.ctrip.framework.apollo.spi; /** * @author Jason Song(song_s@ctrip.com) */ public interface ConfigFactoryManager { /** * Get the config factory for the namespace. * * @param namespace the namespace * @return the config factory for this namespace */ ConfigFactory getFactory(String namesp...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./scripts/apollo-on-kubernetes/db/config-db-test-alpha/apolloconfigdb.sql
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101...
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-core/src/main/java/com/ctrip/framework/apollo/core/utils/ResourceUtils.java
package com.ctrip.framework.apollo.core.utils; import java.net.URL; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.FileNotFoundException; import java.nio.file.Paths; import java.util.P...
package com.ctrip.framework.apollo.core.utils; import java.net.URL; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.FileNotFoundException; import java.nio.file.Paths; import java.util.P...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/entity/ConsumerAudit.java
package com.ctrip.framework.apollo.openapi.entity; import com.google.common.base.MoreObjects; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistenc...
package com.ctrip.framework.apollo.openapi.entity; import com.google.common.base.MoreObjects; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistenc...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest3.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/config/NamespaceHandler.java
package com.ctrip.framework.apollo.spring.config; import org.springframework.beans.factory.support.BeanDefinitionBuilder; import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser; import org.springframework.beans.factory.xml.NamespaceHandlerSupport; import org.springframework.core.Ordered; impor...
package com.ctrip.framework.apollo.spring.config; import org.springframework.beans.factory.support.BeanDefinitionBuilder; import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser; import org.springframework.beans.factory.xml.NamespaceHandlerSupport; import org.springframework.core.Ordered; impor...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/listener/ConfigPublishEvent.java
package com.ctrip.framework.apollo.portal.listener; import com.ctrip.framework.apollo.portal.environment.Env; import org.springframework.context.ApplicationEvent; public class ConfigPublishEvent extends ApplicationEvent { private ConfigPublishInfo configPublishInfo; public ConfigPublishEvent(Object source) { ...
package com.ctrip.framework.apollo.portal.listener; import com.ctrip.framework.apollo.portal.environment.Env; import org.springframework.context.ApplicationEvent; public class ConfigPublishEvent extends ApplicationEvent { private ConfigPublishInfo configPublishInfo; public ConfigPublishEvent(Object source) { ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-common/src/main/java/com/ctrip/framework/apollo/common/ApolloCommonConfig.java
package com.ctrip.framework.apollo.common; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @EnableAutoConfiguration @Configuration @ComponentScan(basePackageClasses = Apollo...
package com.ctrip.framework.apollo.common; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @EnableAutoConfiguration @Configuration @ComponentScan(basePackageClasses = Apollo...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/resources/static/config.html
<!DOCTYPE html> <html data-ng-app="application"> <head> <meta charset="UTF-8"> <title>{{'Config.Title' | translate }}</title> <link rel="icon" href="./img/config.png"> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="...
<!DOCTYPE html> <html data-ng-app="application"> <head> <meta charset="UTF-8"> <title>{{'Config.Title' | translate }}</title> <link rel="icon" href="./img/config.png"> <link rel="stylesheet" type="text/css" href="vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/message/DatabaseMessageSender.java
package com.ctrip.framework.apollo.biz.message; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.repository.ReleaseMessageRepository; import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory; import com.ctrip.framework.apollo.tracer.Tracer; import com.ctrip.fra...
package com.ctrip.framework.apollo.biz.message; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.repository.ReleaseMessageRepository; import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory; import com.ctrip.framework.apollo.tracer.Tracer; import com.ctrip.fra...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/SystemInfoController.java
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.Apollo; import com.ctrip.framework.apollo.portal.environment.PortalMetaDomainService; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apoll...
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.Apollo; import com.ctrip.framework.apollo.portal.environment.PortalMetaDomainService; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apoll...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./doc/images/apollo-net-server-url-config.png
PNG  IHDRF)!} iCCPICC ProfileHT[Lz$! ҫ@z *6D',"CbCA/CA]DEeX¾ݳgs͝o3?~P &3cb8  @es2nW}xdֿ_&drfr>EP "K8eEHn?='<ad6[#gfs:d:f._'p>ҧT'/55$)ϼ˴La*{[igh!A|CYmJANϟf7b9e{ϲ8%m٢{YYJ RXRN D7ksxQ͏ ̔09ҼH*9Q-}Ǵ̹8ge}zM,wiMaj\>|fv,d_\`O H ]e%Gpb!&pL3-m...
PNG  IHDRF)!} iCCPICC ProfileHT[Lz$! ҫ@z *6D',"CbCA/CA]DEeX¾ݳgs͝o3?~P &3cb8  @es2nW}xdֿ_&drfr>EP "K8eEHn?='<ad6[#gfs:d:f._'p>ҧT'/55$)ϼ˴La*{[igh!A|CYmJANϟf7b9e{ϲ8%m٢{YYJ RXRN D7ksxQ͏ ̔09ҼH*9Q-}Ǵ̹8ge}zM,wiMaj\>|fv,d_\`O H ]e%Gpb!&pL3-m...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/ConfigsImportService.java
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.dto.NamespaceDTO; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.portal.component.PermissionValidator; import com.ctrip.framework.apollo.portal.entity.model.NamespaceTextM...
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.dto.NamespaceDTO; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.portal.component.PermissionValidator; import com.ctrip.framework.apollo.portal.entity.model.NamespaceTextM...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-adminservice/src/main/resources/application.yml
spring: application: name: apollo-adminservice profiles: active: ${apollo_profile} ctrip: appid: 100003172 server: port: 8090 logging: file: name: /opt/logs/100003172/apollo-adminservice.log eureka: instance: hostname: ${hostname:localhost} preferIpAddress: true status-page-url...
spring: application: name: apollo-adminservice profiles: active: ${apollo_profile} ctrip: appid: 100003172 server: port: 8090 logging: file: name: /opt/logs/100003172/apollo-adminservice.log eureka: instance: hostname: ${hostname:localhost} preferIpAddress: true status-page-url...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./scripts/helm/apollo-portal/templates/service-portaldb.yaml
{{- if .Values.portaldb.service.enabled -}} --- # service definition for mysql kind: Service apiVersion: v1 metadata: name: {{include "apollo.portaldb.serviceName" .}} labels: {{- include "apollo.portal.labels" . | nindent 4 }} spec: type: {{ .Values.portaldb.service.type }} {{- if eq .Values.portaldb.service...
{{- if .Values.portaldb.service.enabled -}} --- # service definition for mysql kind: Service apiVersion: v1 metadata: name: {{include "apollo.portaldb.serviceName" .}} labels: {{- include "apollo.portal.labels" . | nindent 4 }} spec: type: {{ .Values.portaldb.service.type }} {{- if eq .Values.portaldb.service...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./scripts/apollo-on-kubernetes/kubernetes/apollo-env-dev/service-mysql-for-apollo-dev-env.yaml
--- # 为外部 mysql 服务设置 service kind: Service apiVersion: v1 metadata: namespace: sre name: service-mysql-for-apollo-dev-env labels: app: service-mysql-for-apollo-dev-env spec: ports: - protocol: TCP port: 3306 targetPort: 3306 type: ClusterIP sessionAffinity: None --- kind: Endpoints apiV...
--- # 为外部 mysql 服务设置 service kind: Service apiVersion: v1 metadata: namespace: sre name: service-mysql-for-apollo-dev-env labels: app: service-mysql-for-apollo-dev-env spec: ports: - protocol: TCP port: 3306 targetPort: 3306 type: ClusterIP sessionAffinity: None --- kind: Endpoints apiV...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/resources/META-INF/apollo-1.0.0.xsd
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <xsd:schema xmlns="http://www.ctrip.com/schema/apollo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ctrip.com/schema/apollo" elementFormDefault="qualified" attributeFormDefault="unqualified...
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <xsd:schema xmlns="http://www.ctrip.com/schema/apollo" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.ctrip.com/schema/apollo" elementFormDefault="qualified" attributeFormDefault="unqualified...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/repository/AppRepository.java
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.common.entity.App; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.PagingAndSortingRepository; import org.springframework.data.repository.query.Param; import java.util.List; public i...
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.common.entity.App; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.PagingAndSortingRepository; import org.springframework.data.repository.query.Param; import java.util.List; public i...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/test/java/com/ctrip/framework/apollo/biz/AbstractUnitTest.java
package com.ctrip.framework.apollo.biz; import org.junit.runner.RunWith; import org.mockito.junit.MockitoJUnitRunner; @RunWith(MockitoJUnitRunner.class) public abstract class AbstractUnitTest { }
package com.ctrip.framework.apollo.biz; import org.junit.runner.RunWith; import org.mockito.junit.MockitoJUnitRunner; @RunWith(MockitoJUnitRunner.class) public abstract class AbstractUnitTest { }
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/utils/EntityManagerUtil.java
package com.ctrip.framework.apollo.biz.utils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.orm.jpa.EntityManagerFactoryAccessor; import org.springframework.orm.jpa.EntityManagerFactoryUtils; import org.springframework.orm.jpa.EntityManagerHolder; import org.springframework.stereo...
package com.ctrip.framework.apollo.biz.utils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.orm.jpa.EntityManagerFactoryAccessor; import org.springframework.orm.jpa.EntityManagerFactoryUtils; import org.springframework.orm.jpa.EntityManagerHolder; import org.springframework.stereo...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spi/ConfigRegistry.java
package com.ctrip.framework.apollo.spi; /** * The manually config registry, use with caution! * * @author Jason Song(song_s@ctrip.com) */ public interface ConfigRegistry { /** * Register the config factory for the namespace specified. * * @param namespace the namespace * @param factory the factory ...
package com.ctrip.framework.apollo.spi; /** * The manually config registry, use with caution! * * @author Jason Song(song_s@ctrip.com) */ public interface ConfigRegistry { /** * Register the config factory for the namespace specified. * * @param namespace the namespace * @param factory the factory ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/repository/InstanceConfigRepository.java
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; ...
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/config/ConfigPropertySourcesProcessor.java
package com.ctrip.framework.apollo.spring.config; import com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper; import com.ctrip.framework.foundation.internals.ServiceBootstrap; import org.springframework.beans.BeansException; import org.springframework.beans.factory.support.BeanDefinitionRegistry...
package com.ctrip.framework.apollo.spring.config; import com.ctrip.framework.apollo.spring.spi.ConfigPropertySourcesProcessorHelper; import com.ctrip.framework.foundation.internals.ServiceBootstrap; import org.springframework.beans.BeansException; import org.springframework.beans.factory.support.BeanDefinitionRegistry...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-adminservice/src/main/java/com/ctrip/framework/apollo/adminservice/controller/IndexController.java
package com.ctrip.framework.apollo.adminservice.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping(path = "/") public class IndexController ...
package com.ctrip.framework.apollo.adminservice.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping(path = "/") public class IndexController ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/repository/AccessKeyRepository.java
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.biz.entity.AccessKey; import java.util.Date; import java.util.List; import org.springframework.data.repository.PagingAndSortingRepository; public interface AccessKeyRepository extends PagingAndSortingRepository<AccessKey, Long> { ...
package com.ctrip.framework.apollo.biz.repository; import com.ctrip.framework.apollo.biz.entity.AccessKey; import java.util.Date; import java.util.List; import org.springframework.data.repository.PagingAndSortingRepository; public interface AccessKeyRepository extends PagingAndSortingRepository<AccessKey, Long> { ...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-core/src/main/java/com/ctrip/framework/foundation/internals/io/ProxyInputStream.java
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * to You under the Apache License, Version 2.0 (the "License"); you may not use...
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * to You under the Apache License, Version 2.0 (the "License"); you may not use...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-portal/src/main/resources/static/vendor/angular/angular-translate.2.18.1/angular-translate.min.js
/*! * angular-translate - v2.18.1 - 2018-05-19 * * Copyright (c) 2018 The angular-translate team, Pascal Precht; Licensed MIT */ !function(t,e){"function"==typeof define&&define.amd?define([],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():e()}(0,function(){function t(e){"use str...
/*! * angular-translate - v2.18.1 - 2018-05-19 * * Copyright (c) 2018 The angular-translate team, Pascal Precht; Licensed MIT */ !function(t,e){"function"==typeof define&&define.amd?define([],function(){return e()}):"object"==typeof module&&module.exports?module.exports=e():e()}(0,function(){function t(e){"use str...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./doc/images/gray-release/master-branch-instance-list.png
PNG  IHDRe IDATx ř{S[/o7d7lvfoW0QO@<Akf9fƁ~ŧުooOާBD"a " " " " " " " " " ]@˔Dp$B.F G"l˖-VUUeV8hԺwn=zP(q +%Bӯ Ԣ " " " "lǭa ȊRD@leeې!C$emM*{<U)" " " " fn:#DU!" L*x^ڶnj{3(9^...
PNG  IHDRe IDATx ř{S[/o7d7lvfoW0QO@<Akf9fƁ~ŧުooOާBD"a " " " " " " " " " ]@˔Dp$B.F G"l˖-VUUeV8hԺwn=zP(q +%Bӯ Ԣ " " " "lǭa ȊRD@leeې!C$emM*{<U)" " " " fn:#DU!" L*x^ڶnj{3(9^...
-1
apolloconfig/apollo
3,545
misc change
## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull request...
nobodyiam
2021-02-12T03:27:53Z
2021-02-12T11:26:18Z
3f3c4edcdf28794df1e0000409c458092dd6c7c3
d82086b2be884c4aac536d4d099a7148daeadafa
misc change. ## What's the purpose of this PR fix some bugs and update the docs Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./apollo-configservice/src/test/java/com/ctrip/framework/apollo/configservice/util/InstanceConfigAuditUtilTest.java
package com.ctrip.framework.apollo.configservice.util; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.service.InstanceService; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; impo...
package com.ctrip.framework.apollo.configservice.util; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.service.InstanceService; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; impo...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/pom.xml
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/configuration/AuthConfiguration.java
package com.ctrip.framework.apollo.portal.spi.configuration; import com.ctrip.framework.apollo.common.condition.ConditionalOnMissingProfile; import com.ctrip.framework.apollo.core.utils.StringUtils; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.spi.Log...
package com.ctrip.framework.apollo.portal.spi.configuration; import com.ctrip.framework.apollo.common.condition.ConditionalOnMissingProfile; import com.ctrip.framework.apollo.core.utils.StringUtils; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.reposit...
1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./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,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ClusterController.java
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.dto.ClusterDTO; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.portal.service.ClusterService; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import org.springframewo...
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.dto.ClusterDTO; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.portal.service.ClusterService; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import org.springframewo...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/repository/RoleRepository.java
package com.ctrip.framework.apollo.portal.repository; import com.ctrip.framework.apollo.portal.entity.po.Role; import java.util.List; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.PagingAndSortingRepository; /...
package com.ctrip.framework.apollo.portal.repository; import com.ctrip.framework.apollo.portal.entity.po.Role; import java.util.List; import org.springframework.data.jpa.repository.Modifying; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.PagingAndSortingRepository; /...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-configservice/src/test/java/com/ctrip/framework/apollo/configservice/util/InstanceConfigAuditUtilTest.java
package com.ctrip.framework.apollo.configservice.util; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.service.InstanceService; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; impo...
package com.ctrip.framework.apollo.configservice.util; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.service.InstanceService; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; impo...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/emailbuilder/MergeEmailBuilder.java
package com.ctrip.framework.apollo.portal.component.emailbuilder; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.portal.entity.bo.ReleaseHistoryBO; import org.springframework.stereotype.Component; @Component public class MergeEmailBuilder extends ConfigPublishEmailBuild...
package com.ctrip.framework.apollo.portal.component.emailbuilder; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.portal.entity.bo.ReleaseHistoryBO; import org.springframework.stereotype.Component; @Component public class MergeEmailBuilder extends ConfigPublishEmailBuild...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-demo/src/main/resources/spring.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://w...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://w...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./docs/zh/usage/dotnet-sdk-user-guide.md
>注意:本文档适用对象是Apollo系统的使用者,如果你是公司内Apollo系统的开发者/维护人员,建议先参考[Apollo开发指南](zh/development/apollo-development-guide)。 # &nbsp; # 一、准备工作 ## 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)。 # &nbsp; # 一、准备工作 ## 1.1 环境要求 * .Net: 4.0+ ## 1.2 必选设置 Apollo客户端依赖于`AppId`,`Environment`等环境信息来工作,所以请确保阅读下面的说明并且做正确的配置: ### 1.2.1 AppId AppId是应用的身份信息,是从服务端获取配置的一个重要信息。 请确保在app.config或web.config有AppID的...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./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,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/annotation/ApolloConfig.java
package com.ctrip.framework.apollo.spring.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.ctrip.framework.apollo.core.ConfigConsts; /** * Us...
package com.ctrip.framework.apollo.spring.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import com.ctrip.framework.apollo.core.ConfigConsts; /** * Us...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/defaultimpl/DefaultRoleInitializationService.java
package com.ctrip.framework.apollo.portal.spi.defaultimpl; import com.ctrip.framework.apollo.common.entity.App; import com.ctrip.framework.apollo.common.entity.BaseEntity; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.po...
package com.ctrip.framework.apollo.portal.spi.defaultimpl; import com.ctrip.framework.apollo.common.entity.App; import com.ctrip.framework.apollo.common.entity.BaseEntity; import com.ctrip.framework.apollo.core.ConfigConsts; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.po...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/CommitService.java
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Commit; import com.ctrip.framework.apollo.biz.repository.CommitRepository; import java.util.Date; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; import org.springframework.trans...
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Commit; import com.ctrip.framework.apollo.biz.repository.CommitRepository; import java.util.Date; import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; import org.springframework.trans...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-client/src/test/java/com/ctrip/framework/apollo/internals/ConfigServiceLocatorTest.java
package com.ctrip.framework.apollo.internals; import static org.junit.Assert.assertEquals; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import java.util.List; import org.junit.After; import org.junit.Test; public class ConfigServiceLocatorTest { @After public void tearDown() throws Exception { Sys...
package com.ctrip.framework.apollo.internals; import static org.junit.Assert.assertEquals; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import java.util.List; import org.junit.After; import org.junit.Test; public class ConfigServiceLocatorTest { @After public void tearDown() throws Exception { Sys...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-demo/src/main/java/com/ctrip/framework/apollo/demo/api/ApolloConfigDemo.java
package com.ctrip.framework.apollo.demo.api; import com.ctrip.framework.apollo.internals.YamlConfigFile; import com.google.common.base.Charsets; import com.ctrip.framework.apollo.Config; import com.ctrip.framework.apollo.ConfigChangeListener; import com.ctrip.framework.apollo.ConfigFile; import com.ctrip.framework.ap...
package com.ctrip.framework.apollo.demo.api; import com.ctrip.framework.apollo.internals.YamlConfigFile; import com.google.common.base.Charsets; import com.ctrip.framework.apollo.Config; import com.ctrip.framework.apollo.ConfigChangeListener; import com.ctrip.framework.apollo.ConfigFile; import com.ctrip.framework.ap...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/util/KeyValueUtilsTest.java
package com.ctrip.framework.apollo.portal.util; import org.junit.Test; import java.util.HashMap; import java.util.Map; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; public class KeyValueUtilsTest { @Test public void testFilterWithKeyEndswith() { // map ...
package com.ctrip.framework.apollo.portal.util; import org.junit.Test; import java.util.HashMap; import java.util.Map; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; public class KeyValueUtilsTest { @Test public void testFilterWithKeyEndswith() { // map ...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/annotation/ApolloProcessor.java
package com.ctrip.framework.apollo.spring.annotation; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.LinkedList; import java.util.List; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; import org.springframework.core....
package com.ctrip.framework.apollo.spring.annotation; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.LinkedList; import java.util.List; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; import org.springframework.core....
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/openapi/util/ConsumerAuditUtilTest.java
package com.ctrip.framework.apollo.openapi.util; import com.ctrip.framework.apollo.openapi.entity.ConsumerAudit; import com.ctrip.framework.apollo.openapi.service.ConsumerService; import com.google.common.util.concurrent.SettableFuture; import org.junit.After; import org.junit.Before; import org.junit.Test; import org...
package com.ctrip.framework.apollo.openapi.util; import com.ctrip.framework.apollo.openapi.entity.ConsumerAudit; import com.ctrip.framework.apollo.openapi.service.ConsumerService; import com.google.common.util.concurrent.SettableFuture; import org.junit.After; import org.junit.Before; import org.junit.Test; import org...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-core/src/test/java/com/ctrip/framework/apollo/tracer/internals/MockMessageProducerManager.java
package com.ctrip.framework.apollo.tracer.internals; import com.ctrip.framework.apollo.tracer.spi.MessageProducer; import com.ctrip.framework.apollo.tracer.spi.MessageProducerManager; /** * @author Jason Song(song_s@ctrip.com) */ public class MockMessageProducerManager implements MessageProducerManager { private ...
package com.ctrip.framework.apollo.tracer.internals; import com.ctrip.framework.apollo.tracer.spi.MessageProducer; import com.ctrip.framework.apollo.tracer.spi.MessageProducerManager; /** * @author Jason Song(song_s@ctrip.com) */ public class MockMessageProducerManager implements MessageProducerManager { private ...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-client/src/main/java/com/ctrip/framework/apollo/spring/config/ConfigPropertySource.java
package com.ctrip.framework.apollo.spring.config; import com.ctrip.framework.apollo.ConfigChangeListener; import java.util.Set; import org.springframework.core.env.EnumerablePropertySource; import com.ctrip.framework.apollo.Config; /** * Property source wrapper for Config * * @author Jason Song(song_s@ctrip.com)...
package com.ctrip.framework.apollo.spring.config; import com.ctrip.framework.apollo.ConfigChangeListener; import java.util.Set; import org.springframework.core.env.EnumerablePropertySource; import com.ctrip.framework.apollo.Config; /** * Property source wrapper for Config * * @author Jason Song(song_s@ctrip.com)...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-configservice/src/main/java/com/ctrip/framework/apollo/configservice/service/ReleaseMessageServiceWithCache.java
package com.ctrip.framework.apollo.configservice.service; import com.ctrip.framework.apollo.biz.config.BizConfig; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.message.ReleaseMessageListener; import com.ctrip.framework.apollo.biz.message.Topics; import com.ctrip.fra...
package com.ctrip.framework.apollo.configservice.service; import com.ctrip.framework.apollo.biz.config.BizConfig; import com.ctrip.framework.apollo.biz.entity.ReleaseMessage; import com.ctrip.framework.apollo.biz.message.ReleaseMessageListener; import com.ctrip.framework.apollo.biz.message.Topics; import com.ctrip.fra...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./mvnw.cmd
@REM ---------------------------------------------------------------------------- @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file @REM distributed with this work for additional information @REM regarding copyright ownership. The ASF lice...
@REM ---------------------------------------------------------------------------- @REM Licensed to the Apache Software Foundation (ASF) under one @REM or more contributor license agreements. See the NOTICE file @REM distributed with this work for additional information @REM regarding copyright ownership. The ASF lice...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/ctrip/WebContextConfiguration.java
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import com.ctrip.framework.apollo.portal.spi.ctrip.filters.UserAccessFilter; import com.google.common.base.Strings; import org.spring...
package com.ctrip.framework.apollo.portal.spi.ctrip; import com.ctrip.framework.apollo.portal.component.config.PortalConfig; import com.ctrip.framework.apollo.portal.spi.UserInfoHolder; import com.ctrip.framework.apollo.portal.spi.ctrip.filters.UserAccessFilter; import com.google.common.base.Strings; import org.spring...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/resources/static/scripts/controller/AppController.js
app_module.controller('CreateAppController', ['$scope', '$window', '$translate', 'toastr', 'AppService', 'AppUtil', 'OrganizationService', 'SystemRoleService', 'UserService', createAppController]); function createAppController($scope, $window, $translate, toastr, AppService, AppUtil, OrganizationService, S...
app_module.controller('CreateAppController', ['$scope', '$window', '$translate', 'toastr', 'AppService', 'AppUtil', 'OrganizationService', 'SystemRoleService', 'UserService', createAppController]); function createAppController($scope, $window, $translate, toastr, AppService, AppUtil, OrganizationService, S...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./doc/images/text-mode-config-entry.png
PNG  IHDR+Q IDATx|Oz${.JD(+Y+]+*J*j|Orȯpݝ7眙˗%C0 C0 C0J"**FjI_BBDFF g!`!`9(/**Jrh!`!`!PRBBB$99E%4$DB9\J 3 C0 C0 *, C0 C0 C0ʂ g!`!`"`:!`!`!`e 0 C0 C0  C0 C0 C(3V!`!`!`>`!`!`eF@+s)V!`...
PNG  IHDR+Q IDATx|Oz${.JD(+Y+]+*J*j|Orȯpݝ7眙˗%C0 C0 C0J"**FjI_BBDFF g!`!`9(/**Jrh!`!`!PRBBB$99E%4$DB9\J 3 C0 C0 *, C0 C0 C0ʂ g!`!`"`:!`!`!`e 0 C0 C0  C0 C0 C(3V!`!`!`>`!`!`eF@+s)V!`...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./.git/hooks/post-update.sample
#!/bin/sh # # An example hook script to prepare a packed repository for use over # dumb transports. # # To enable this hook, rename this file to "post-update". exec git update-server-info
#!/bin/sh # # An example hook script to prepare a packed repository for use over # dumb transports. # # To enable this hook, rename this file to "post-update". exec git update-server-info
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./scripts/apollo-on-kubernetes/apollo-portal-server/scripts/startup-kubernetes.sh
#!/bin/bash SERVICE_NAME=apollo-portal ## Adjust log dir if necessary LOG_DIR=/opt/logs/apollo-portal-server ## Adjust server port if necessary SERVER_PORT=8070 # SERVER_URL="http://localhost:$SERVER_PORT" SERVER_URL="http://${APOLLO_PORTAL_SERVICE_NAME}:${SERVER_PORT}" ## Adjust memory settings if necessary #export ...
#!/bin/bash SERVICE_NAME=apollo-portal ## Adjust log dir if necessary LOG_DIR=/opt/logs/apollo-portal-server ## Adjust server port if necessary SERVER_PORT=8070 # SERVER_URL="http://localhost:$SERVER_PORT" SERVER_URL="http://${APOLLO_PORTAL_SERVICE_NAME}:${SERVER_PORT}" ## Adjust memory settings if necessary #export ...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/resources/static/scripts/directive/merge-and-publish-modal-directive.js
directive_module.directive('mergeandpublishmodal', mergeAndPublishDirective); function mergeAndPublishDirective(AppUtil, EventManager) { return { restrict: 'E', templateUrl: AppUtil.prefixPath() + '/views/component/merge-and-publish-modal.html', transclude: true, replace: true, ...
directive_module.directive('mergeandpublishmodal', mergeAndPublishDirective); function mergeAndPublishDirective(AppUtil, EventManager) { return { restrict: 'E', templateUrl: AppUtil.prefixPath() + '/views/component/merge-and-publish-modal.html', transclude: true, replace: true, ...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-core/src/main/java/com/ctrip/framework/foundation/internals/io/IOUtils.java
package com.ctrip.framework.foundation.internals.io; public class IOUtils { public static final int EOF = -1; }
package com.ctrip.framework.foundation.internals.io; public class IOUtils { public static final int EOF = -1; }
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-configservice/src/main/java/com/ctrip/framework/apollo/metaservice/controller/ServiceController.java
package com.ctrip.framework.apollo.metaservice.controller; import com.ctrip.framework.apollo.core.ServiceNameConsts; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.metaservice.service.DiscoveryService; import java.util.Collections; import java.util.List; import org.springframe...
package com.ctrip.framework.apollo.metaservice.controller; import com.ctrip.framework.apollo.core.ServiceNameConsts; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.metaservice.service.DiscoveryService; import java.util.Collections; import java.util.List; import org.springframe...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/config/BizConfig.java
package com.ctrip.framework.apollo.biz.config; import com.ctrip.framework.apollo.biz.service.BizDBPropertySource; import com.ctrip.framework.apollo.common.config.RefreshableConfig; import com.ctrip.framework.apollo.common.config.RefreshablePropertySource; import com.google.common.base.Strings; import com.google.common...
package com.ctrip.framework.apollo.biz.config; import com.ctrip.framework.apollo.biz.service.BizDBPropertySource; import com.ctrip.framework.apollo.common.config.RefreshableConfig; import com.ctrip.framework.apollo.common.config.RefreshablePropertySource; import com.google.common.base.Strings; import com.google.common...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-configservice/src/main/java/com/ctrip/framework/apollo/metaservice/service/DefaultDiscoveryService.java
package com.ctrip.framework.apollo.metaservice.service; import com.ctrip.framework.apollo.common.condition.ConditionalOnMissingProfile; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.tracer.Tracer; import com.netflix.appinfo.InstanceInfo; import com.netflix.discovery.EurekaCli...
package com.ctrip.framework.apollo.metaservice.service; import com.ctrip.framework.apollo.common.condition.ConditionalOnMissingProfile; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import com.ctrip.framework.apollo.tracer.Tracer; import com.netflix.appinfo.InstanceInfo; import com.netflix.discovery.EurekaCli...
-1
apolloconfig/apollo
3,534
apollo-portal-oidc
## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: # 必须是 https, oidc 的...
vdiskg
2021-02-03T08:48:15Z
2021-02-06T12:48:25Z
b728d42c3ab71c81a913e0756c50f59346b4abc9
96c8d077ae1535cf799022cf295f670cb36267ef
apollo-portal-oidc. ## What's the purpose of this PR provide OpenID Connect login 1. to configure **application-oidc.yml** ```yaml spring: security: oauth2: client: provider: # provider-name 是 oidc 提供者的名称, 任意字符均可, registration 的配置需要用到这个名称 provider-name: ...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/openapi/auth/ConsumerPermissionValidator.java
package com.ctrip.framework.apollo.openapi.auth; import com.ctrip.framework.apollo.openapi.service.ConsumerRolePermissionService; import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil; import com.ctrip.framework.apollo.portal.constant.PermissionType; import com.ctrip.framework.apollo.portal.util.RoleUtils; i...
package com.ctrip.framework.apollo.openapi.auth; import com.ctrip.framework.apollo.openapi.service.ConsumerRolePermissionService; import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil; import com.ctrip.framework.apollo.portal.constant.PermissionType; import com.ctrip.framework.apollo.portal.util.RoleUtils; i...
-1
apolloconfig/apollo
3,489
doc update
## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull reques...
nobodyiam
2021-01-10T09:40:04Z
2021-01-10T09:40:32Z
dbe243dec3b56d398c0627add53b5ec2c0ac92cb
b4188031befb158dc9f3b37bcec08af3663e8522
doc update. ## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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 [![Build Status](https://github.com/ctripcorp/apollo/workflows/build/badge.svg)](https://github.com/ctripcorp/apollo/actions) [![Git...
<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 [![Build Status](https://github.com/ctripcorp/apollo/workflows/build/badge.svg)](https://github.com/ctripcorp/apollo/actions) [![Git...
1
apolloconfig/apollo
3,489
doc update
## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull reques...
nobodyiam
2021-01-10T09:40:04Z
2021-01-10T09:40:32Z
dbe243dec3b56d398c0627add53b5ec2c0ac92cb
b4188031befb158dc9f3b37bcec08af3663e8522
doc update. ## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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,489
doc update
## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull reques...
nobodyiam
2021-01-10T09:40:04Z
2021-01-10T09:40:32Z
dbe243dec3b56d398c0627add53b5ec2c0ac92cb
b4188031befb158dc9f3b37bcec08af3663e8522
doc update. ## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./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,489
doc update
## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull reques...
nobodyiam
2021-01-10T09:40:04Z
2021-01-10T09:40:32Z
dbe243dec3b56d398c0627add53b5ec2c0ac92cb
b4188031befb158dc9f3b37bcec08af3663e8522
doc update. ## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./scripts/apollo-on-kubernetes/README.md
# 使用方法 ## 一、构建镜像 ### 1.1 获取 apollo 压缩包 从 https://github.com/ctripcorp/apollo/releases 下载预先打好的 java 包 <br/> 例如你下载的是: <br/> apollo-portal-1.0.0-github.zip <br/> apollo-adminservice-1.0.0-github.zip <br/> apollo-configservice-1.0.0-github.zip <br/> ### 1.2 解压压缩包, 获取程序 jar 包 - 解压 apollo-portal-1.0.0-github.zip <br/> 获取 ...
# 使用方法 ## 一、构建镜像 ### 1.1 获取 apollo 压缩包 从 https://github.com/ctripcorp/apollo/releases 下载预先打好的 java 包 <br/> 例如你下载的是: <br/> apollo-portal-1.0.0-github.zip <br/> apollo-adminservice-1.0.0-github.zip <br/> apollo-configservice-1.0.0-github.zip <br/> ### 1.2 解压压缩包, 获取程序 jar 包 - 解压 apollo-portal-1.0.0-github.zip <br/> 获取 ...
-1
apolloconfig/apollo
3,489
doc update
## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a pull reques...
nobodyiam
2021-01-10T09:40:04Z
2021-01-10T09:40:32Z
dbe243dec3b56d398c0627add53b5ec2c0ac92cb
b4188031befb158dc9f3b37bcec08af3663e8522
doc update. ## What's the purpose of this PR add known users and adjust sidebar Follow this checklist to help us incorporate your contribution quickly and easily: - [x] Read the [Contributing Guide](https://github.com/ctripcorp/apollo/blob/master/CONTRIBUTING.md) before making this pull request. - [x] Write a...
./docs/zh/design/apollo-introduction.md
# &nbsp; # 1、What is Apollo ## 1.1 背景 随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址…… 对程序配置的期望值也越来越高:配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制…… 在这样的大环境下,传统的通过配置文件、数据库等方式已经越来越无法满足开发人员对配置管理的需求。 Apollo配置中心应运而生! ## 1.2 Apollo简介 Apollo(阿波罗)是携程框架部门研发的开源配置管理中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。 Apollo支...
# &nbsp; # 1、What is Apollo ## 1.1 背景 随着程序功能的日益复杂,程序的配置日益增多:各种功能的开关、参数的配置、服务器的地址…… 对程序配置的期望值也越来越高:配置修改后实时生效,灰度发布,分环境、分集群管理配置,完善的权限、审核机制…… 在这样的大环境下,传统的通过配置文件、数据库等方式已经越来越无法满足开发人员对配置管理的需求。 Apollo配置中心应运而生! ## 1.2 Apollo简介 Apollo(阿波罗)是携程框架部门研发的开源配置管理中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性。 Apollo支...
-1