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,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/flyway/configdb/V1.1.1__extend_appId.sql
# delta schema to upgrade apollo config db from v1.7.0 to v1.8.0 Use ApolloConfigDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `Cluster` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `GrayReleaseRule` ...
# delta schema to upgrade apollo config db from v1.7.0 to v1.8.0 Use ApolloConfigDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `Cluster` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `GrayReleaseRule` ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/integration-test/test-release.sql
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('someAppId','someAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('somePublicAppId','somePublicAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO Cluster (AppId, Name) VALUES ('so...
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('someAppId','someAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('somePublicAppId','somePublicAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO Cluster (AppId, Name) VALUES ('so...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/test/resources/data.sql
INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003171', 'application', false); INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003171', 'fx.apollo.config', true); INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003172', 'application', false); INSERT INTO AppNamespace (AppId, Name...
INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003171', 'application', false); INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003171', 'fx.apollo.config', true); INSERT INTO AppNamespace (AppId, Name, IsPublic) VALUES ('100003172', 'application', false); INSERT INTO AppNamespace (AppId, Name...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-adminservice/src/test/resources/controller/test-release.sql
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('someAppId','someAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO Cluster (AppId, Name) VALUES ('someAppId', 'default'); INSERT INTO AppNamespace (AppId, Name) VALUES ('someAppId', 'application'); INSERT INTO Namespace (Id, AppId, ClusterNa...
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('someAppId','someAppName','someOwnerName','someOwnerName@ctrip.com'); INSERT INTO Cluster (AppId, Name) VALUES ('someAppId', 'default'); INSERT INTO AppNamespace (AppId, Name) VALUES ('someAppId', 'application'); INSERT INTO Namespace (Id, AppId, ClusterNa...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/flyway/portaldb/V1.1.1__extend_appId.sql
# delta schema to upgrade apollo portal db from v1.7.0 to v1.8.0 Use ApolloPortalDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id';
# delta schema to upgrade apollo portal db from v1.7.0 to v1.8.0 Use ApolloPortalDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id';
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-adminservice/src/test/resources/filter/test-access-control-enabled-no-token.sql
INSERT INTO `ServerConfig` (`Key`, `Cluster`, `Value`) VALUES ('admin-service.access.control.enabled', 'default', 'true');
INSERT INTO `ServerConfig` (`Key`, `Cluster`, `Value`) VALUES ('admin-service.access.control.enabled', 'default', 'true');
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/integration-test/test-release-public-default-override.sql
INSERT INTO RELEASE (id, ReleaseKey, Name, Comment, AppId, ClusterName, NamespaceName, Configurations) VALUES (994, 'TEST-RELEASE-KEY5', 'INTEGRATION-TEST-DEFAULT-OVERRIDE-PUBLIC','First Release','someAppId', 'default', 'somePublicNamespace', '{"k1":"override-v1"}');
INSERT INTO RELEASE (id, ReleaseKey, Name, Comment, AppId, ClusterName, NamespaceName, Configurations) VALUES (994, 'TEST-RELEASE-KEY5', 'INTEGRATION-TEST-DEFAULT-OVERRIDE-PUBLIC','First Release','someAppId', 'default', 'somePublicNamespace', '{"k1":"override-v1"}');
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/resources/sql/permission/insert-test-permissions.sql
INSERT INTO `permission` (`Id`, `PermissionType`, `TargetId`) VALUES (990, 'somePermissionType', 'someTargetId'); INSERT INTO `permission` (`Id`, `PermissionType`, `TargetId`) VALUES (991, 'anotherPermissionType', 'anotherTargetId');
INSERT INTO `permission` (`Id`, `PermissionType`, `TargetId`) VALUES (990, 'somePermissionType', 'someTargetId'); INSERT INTO `permission` (`Id`, `PermissionType`, `TargetId`) VALUES (991, 'anotherPermissionType', 'anotherTargetId');
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/test/resources/sql/release-creation-test.sql
INSERT INTO `app` ( `AppId`, `Name`, `OrgId`, `OrgName`, `OwnerName`, `OwnerEmail`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)VALUES('test', 'test0620-06', 'default', 'default', 'default', 'default', 0, 'default', 'default'); /* normal namespace*/ INSERT INTO `cluster` ( `Name`, `AppId`, `Parent...
INSERT INTO `app` ( `AppId`, `Name`, `OrgId`, `OrgName`, `OwnerName`, `OwnerEmail`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)VALUES('test', 'test0620-06', 'default', 'default', 'default', 'default', 0, 'default', 'default'); /* normal namespace*/ INSERT INTO `cluster` ( `Name`, `AppId`, `Parent...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/integration-test/test-release-message.sql
INSERT INTO `releasemessage` (`Id`, `Message`) VALUES (10, 'someAppId+default+application'); INSERT INTO `releasemessage` (`Id`, `Message`) VALUES (20, 'somePublicAppId+default+somePublicNamespace');
INSERT INTO `releasemessage` (`Id`, `Message`) VALUES (10, 'someAppId+default+application'); INSERT INTO `releasemessage` (`Id`, `Message`) VALUES (20, 'somePublicAppId+default+somePublicNamespace');
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v170-v180/apolloconfigdb-v170-v180.sql
# delta schema to upgrade apollo config db from v1.7.0 to v1.8.0 Use ApolloConfigDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `Cluster` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `GrayReleaseRule` ...
# delta schema to upgrade apollo config db from v1.7.0 to v1.8.0 Use ApolloConfigDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `Cluster` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id'; alter table `GrayReleaseRule` ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/flyway/portaldb/V1.0.0__initialization.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,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/test/resources/sql/clean.sql
DELETE FROM AccessKey; DELETE FROM App; DELETE FROM AppNamespace; DELETE FROM Cluster; DELETE FROM namespace; DELETE FROM grayreleaserule; DELETE FROM release; DELETE FROM item; DELETE FROM releasemessage; DELETE FROM releasehistory; DELETE FROM namespacelock; DELETE FROM `commit`;
DELETE FROM AccessKey; DELETE FROM App; DELETE FROM AppNamespace; DELETE FROM Cluster; DELETE FROM namespace; DELETE FROM grayreleaserule; DELETE FROM release; DELETE FROM item; DELETE FROM releasemessage; DELETE FROM releasehistory; DELETE FROM namespacelock; DELETE FROM `commit`;
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v060-v062/apolloconfigdb-v060-v062.sql
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2 Use ApolloConfigDB; ALTER TABLE `App` DROP INDEX `NAME`; CREATE INDEX `IX_NAME` ON App (`Name`(191));
# delta schema to upgrade apollo config db from v0.6.0 to v0.6.2 Use ApolloConfigDB; ALTER TABLE `App` DROP INDEX `NAME`; CREATE INDEX `IX_NAME` ON App (`Name`(191));
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/test/resources/sql/namespace-test.sql
INSERT INTO `app` ( `AppId`, `Name`, `OrgId`, `OrgName`, `OwnerName`, `OwnerEmail`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)VALUES('testApp', 'test', 'default', 'default', 'default', 'default', 0, 'default', 'default'); INSERT INTO `cluster` (`ID`, `Name`, `AppId`, `ParentClusterId`, `IsDelete...
INSERT INTO `app` ( `AppId`, `Name`, `OrgId`, `OrgName`, `OwnerName`, `OwnerEmail`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`)VALUES('testApp', 'test', 'default', 'default', 'default', 'default', 0, 'default', 'default'); INSERT INTO `cluster` (`ID`, `Name`, `AppId`, `ParentClusterId`, `IsDelete...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v040-v050/apolloportaldb-v040-v050.sql
# delta schema to upgrade apollo portal db from v0.4.0 to v0.5.0 Use ApolloPortalDB; ALTER TABLE `AppNamespace` ADD KEY `IX_AppId` (`AppId`); ALTER TABLE `App` DROP INDEX `Name`; ALTER TABLE `App` ADD KEY `Name` (`Name`);
# delta schema to upgrade apollo portal db from v0.4.0 to v0.5.0 Use ApolloPortalDB; ALTER TABLE `AppNamespace` ADD KEY `IX_AppId` (`AppId`); ALTER TABLE `App` DROP INDEX `Name`; ALTER TABLE `App` ADD KEY `Name` (`Name`);
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-adminservice/src/test/resources/filter/test-access-control-disabled.sql
INSERT INTO `ServerConfig` (`Key`, `Cluster`, `Value`) VALUES ('admin-service.access.tokens', 'default', 'someToken,anotherToken'), ('admin-service.access.control.enabled', 'default', 'false');
INSERT INTO `ServerConfig` (`Key`, `Cluster`, `Value`) VALUES ('admin-service.access.tokens', 'default', 'someToken,anotherToken'), ('admin-service.access.control.enabled', 'default', 'false');
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v060-v062/apolloportaldb-v060-v062.sql
# delta schema to upgrade apollo portal db from v0.6.0 to v0.6.2 Use ApolloPortalDB; ALTER TABLE `App` DROP INDEX `NAME`; CREATE INDEX `IX_NAME` ON App (`Name`(191));
# delta schema to upgrade apollo portal db from v0.6.0 to v0.6.2 Use ApolloPortalDB; ALTER TABLE `App` DROP INDEX `NAME`; CREATE INDEX `IX_NAME` ON App (`Name`(191));
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/data.sql
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003171','apollo-config-service','刘一鸣','liuym@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003172','apollo-admin-service','宋顺','song_s@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003173','a...
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003171','apollo-config-service','刘一鸣','liuym@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003172','apollo-admin-service','宋顺','song_s@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003173','a...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/flyway/configdb/V1.1.0__accesskey.sql
# Dump of table accesskey # ------------------------------------------------------------ Use ApolloConfigDB; DROP TABLE IF EXISTS `AccessKey`; CREATE TABLE `AccessKey` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增主键', `AppId` varchar(500) NOT NULL DEFAULT 'default' COMMENT 'AppID', `Secret` varch...
# Dump of table accesskey # ------------------------------------------------------------ Use ApolloConfigDB; DROP TABLE IF EXISTS `AccessKey`; CREATE TABLE `AccessKey` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增主键', `AppId` varchar(500) NOT NULL DEFAULT 'default' COMMENT 'AppID', `Secret` varch...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v170-v180/apolloportaldb-v170-v180.sql
# delta schema to upgrade apollo portal db from v1.7.0 to v1.8.0 Use ApolloPortalDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id';
# delta schema to upgrade apollo portal db from v1.7.0 to v1.8.0 Use ApolloPortalDB; alter table `AppNamespace` change AppId AppId varchar(64) NOT NULL DEFAULT 'default' COMMENT 'app id';
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/resources/sql/appnamespaceservice/init-appnamespace.sql
INSERT INTO `appnamespace` (`Id`, `Name`, `AppId`, `Format`, `IsPublic`, `Comment`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_CreatedTime`, `DataChange_LastModifiedBy`, `DataChange_LastTime`) VALUES (139, 'FX.old', '100003173', 'properties', 1, '', 0, 'zhanglea', '2016-07-11 10:00:58', 'zhanglea', '2016-07-11 1...
INSERT INTO `appnamespace` (`Id`, `Name`, `AppId`, `Format`, `IsPublic`, `Comment`, `IsDeleted`, `DataChange_CreatedBy`, `DataChange_CreatedTime`, `DataChange_LastModifiedBy`, `DataChange_LastTime`) VALUES (139, 'FX.old', '100003173', 'properties', 1, '', 0, 'zhanglea', '2016-07-11 10:00:58', 'zhanglea', '2016-07-11 1...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v040-v050/apolloconfigdb-v040-v050.sql
# delta schema to upgrade apollo config db from v0.4.0 to v0.5.0 Use ApolloConfigDB; DROP TABLE `Privilege`; ALTER TABLE `Release` DROP `Status`; ALTER TABLE `Namespace` ADD KEY `IX_NamespaceName` (`NamespaceName`(191)); ALTER TABLE `Cluster` ADD KEY `IX_ParentClusterId` (`ParentClusterId`); ALTER TABLE `AppNamespace...
# delta schema to upgrade apollo config db from v0.4.0 to v0.5.0 Use ApolloConfigDB; DROP TABLE `Privilege`; ALTER TABLE `Release` DROP `Status`; ALTER TABLE `Namespace` ADD KEY `IX_NamespaceName` (`NamespaceName`(191)); ALTER TABLE `Cluster` ADD KEY `IX_ParentClusterId` (`ParentClusterId`); ALTER TABLE `AppNamespace...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/resources/sql/permission/insert-test-consumerroles.sql
INSERT INTO `consumerrole` (`Id`, `ConsumerId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`) VALUES (890, 1, 990, 'someOperator', 'someOperator'); INSERT INTO `consumerrole` (`Id`, `ConsumerId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`) VALUES (891, 2, 990, 'someOperator', 'so...
INSERT INTO `consumerrole` (`Id`, `ConsumerId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`) VALUES (890, 1, 990, 'someOperator', 'someOperator'); INSERT INTO `consumerrole` (`Id`, `ConsumerId`, `RoleId`, `DataChange_CreatedBy`, `DataChange_LastModifiedBy`) VALUES (891, 2, 990, 'someOperator', 'so...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v080-v090/apolloportaldb-v080-v090.sql
# delta schema to upgrade apollo portal db from v0.8.0 to v0.9.0 Use ApolloPortalDB; CREATE TABLE `Users` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增Id', `Username` varchar(64) NOT NULL DEFAULT 'default' COMMENT '用户名', `Password` varchar(64) NOT NULL DEFAULT 'default' COMMENT '密码', `Email` var...
# delta schema to upgrade apollo portal db from v0.8.0 to v0.9.0 Use ApolloPortalDB; CREATE TABLE `Users` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增Id', `Username` varchar(64) NOT NULL DEFAULT 'default' COMMENT '用户名', `Password` varchar(64) NOT NULL DEFAULT 'default' COMMENT '密码', `Email` var...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/resources/sql/cleanup.sql
delete from Permission; delete from Role; delete from RolePermission; delete from UserRole; delete from AppNamespace; DELETE FROM Favorite; DELETE FROM ServerConfig; DELETE FROM App;
delete from Permission; delete from Role; delete from RolePermission; delete from UserRole; delete from AppNamespace; DELETE FROM Favorite; DELETE FROM ServerConfig; DELETE FROM App;
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/integration-test/test-gray-release.sql
INSERT INTO GrayReleaseRule (`Id`, `AppId`, `ClusterName`, `NamespaceName`, `BranchName`, `Rules`, `ReleaseId`, `BranchStatus`) VALUES (1, 'someAppId', 'default', 'application', 'gray-branch-1', '[{"clientAppId":"someAppId","clientIpList":["1.1.1.1"]}]', 986, 1); INSERT INTO GrayReleaseRule (`Id`, `AppId`, `ClusterNam...
INSERT INTO GrayReleaseRule (`Id`, `AppId`, `ClusterName`, `NamespaceName`, `BranchName`, `Rules`, `ReleaseId`, `BranchStatus`) VALUES (1, 'someAppId', 'default', 'application', 'gray-branch-1', '[{"clientAppId":"someAppId","clientIpList":["1.1.1.1"]}]', 986, 1); INSERT INTO GrayReleaseRule (`Id`, `AppId`, `ClusterNam...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-adminservice/src/test/resources/data.sql
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003171','apollo-config-service','刘一鸣','liuym@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003172','apollo-admin-service','宋顺','song_s@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003173','a...
INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003171','apollo-config-service','刘一鸣','liuym@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003172','apollo-admin-service','宋顺','song_s@ctrip.com'); INSERT INTO App (AppId, Name, OwnerName, OwnerEmail) VALUES ('100003173','a...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/sql/delta/v151-v160/apolloconfigdb-v151-v160.sql
# delta schema to upgrade apollo config db from v1.5.1 to v1.6.0 Use ApolloConfigDB; CREATE TABLE `AccessKey` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增主键', `AppId` varchar(500) NOT NULL DEFAULT 'default' COMMENT 'AppID', `Secret` varchar(128) NOT NULL DEFAULT '' COMMENT 'Secret', `IsEnabled`...
# delta schema to upgrade apollo config db from v1.5.1 to v1.6.0 Use ApolloConfigDB; CREATE TABLE `AccessKey` ( `Id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT '自增主键', `AppId` varchar(500) NOT NULL DEFAULT 'default' COMMENT 'AppID', `Secret` varchar(128) NOT NULL DEFAULT '' COMMENT 'Secret', `IsEnabled`...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/component/PortalSettings.java
package com.ctrip.framework.apollo.portal.component; import com.ctrip.framework.apollo.portal.environment.PortalMetaDomainService; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory; import com.ctrip.framework.apollo.portal.api.AdminServiceAPI; i...
package com.ctrip.framework.apollo.portal.component; import com.ctrip.framework.apollo.portal.environment.PortalMetaDomainService; import com.ctrip.framework.apollo.portal.environment.Env; import com.ctrip.framework.apollo.core.utils.ApolloThreadFactory; import com.ctrip.framework.apollo.portal.api.AdminServiceAPI; i...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-assembly/src/test/resources/logback-test.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/defaultimpl/DefaultSsoHeartbeatHandler.java
package com.ctrip.framework.apollo.portal.spi.defaultimpl; 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 DefaultSs...
package com.ctrip.framework.apollo.portal.spi.defaultimpl; 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 DefaultSs...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/views/component/entrance.html
<a class="list-group-item hover" href="{{href}}"> <div class="row icon-text icon-{{imgSrc}}"> <p class="btn-title">{{title}}</p> </div> </a>
<a class="list-group-item hover" href="{{href}}"> <div class="row icon-text icon-{{imgSrc}}"> <p class="btn-title">{{title}}</p> </div> </a>
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/api/AdminServiceAPI.java
package com.ctrip.framework.apollo.portal.api; import com.ctrip.framework.apollo.common.dto.*; import com.ctrip.framework.apollo.portal.environment.Env; import com.google.common.base.Joiner; import org.springframework.boot.actuate.health.Health; import org.springframework.core.ParameterizedTypeReference; import org.sp...
package com.ctrip.framework.apollo.portal.api; import com.ctrip.framework.apollo.common.dto.*; import com.ctrip.framework.apollo.portal.environment.Env; import com.google.common.base.Joiner; import org.springframework.boot.actuate.health.Health; import org.springframework.core.ParameterizedTypeReference; import org.sp...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/configuration/AuthFilterConfiguration.java
package com.ctrip.framework.apollo.portal.spi.configuration; import com.ctrip.framework.apollo.openapi.filter.ConsumerAuthenticationFilter; import com.ctrip.framework.apollo.openapi.util.ConsumerAuditUtil; import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil; import org.springframework.boot.web.servlet.Fil...
package com.ctrip.framework.apollo.portal.spi.configuration; import com.ctrip.framework.apollo.openapi.filter.ConsumerAuthenticationFilter; import com.ctrip.framework.apollo.openapi.util.ConsumerAuditUtil; import com.ctrip.framework.apollo.openapi.util.ConsumerAuthUtil; import org.springframework.boot.web.servlet.Fil...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/scripts/services/ReleaseService.js
appService.service('ReleaseService', ['$resource', '$q','AppUtil', function ($resource, $q,AppUtil) { var resource = $resource('', {}, { get: { method: 'GET', url: AppUtil.prefixPath() + '/envs/:env/releases/:releaseId' }, find_all_releases: { method: 'GET...
appService.service('ReleaseService', ['$resource', '$q','AppUtil', function ($resource, $q,AppUtil) { var resource = $resource('', {}, { get: { method: 'GET', url: AppUtil.prefixPath() + '/envs/:env/releases/:releaseId' }, find_all_releases: { method: 'GET...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./doc/images/override-public-namespace-item-done.png
PNG  IHDRх IDATxx_I'zlKwc 16=@HGʟ^Z`z5+Ef~y$$Y;#gfw3բA (%PJ@ (%@+(--,K:)?PJ@ (%PJ@ mVUJ@ (%PJ@ (T塿PJ@ (%PJm#PJ@ (%PJ@ %.PJ@ (%PmD@hdPJ@ (%PJ.WݟK (%P-'/dѾERTQ$>K<OņiOz7CEEEŸl h W$8HnnnP!88X%**opΖCui!!!Cdd_\kp7¹GъI*@...
PNG  IHDRх IDATxx_I'zlKwc 16=@HGʟ^Z`z5+Ef~y$$Y;#gfw3բA (%PJ@ (%@+(--,K:)?PJ@ (%PJ@ mVUJ@ (%PJ@ (T塿PJ@ (%PJm#PJ@ (%PJ@ %.PJ@ (%PmD@hdPJ@ (%PJ.WݟK (%P-'/dѾERTQ$>K<OņiOz7CEEEŸl h W$8HnnnP!88X%**opΖCui!!!Cdd_\kp7¹GъI*@...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/controller/ServerConfigControllerTest.java
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.portal.AbstractIntegrationTest; import com.ctrip.framework.apollo.portal.entity.po.ServerConfig; import org.junit.Assert; import org.junit.Test; import org.springframework.http.ResponseEntity; import org.springframework.test.contex...
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.portal.AbstractIntegrationTest; import com.ctrip.framework.apollo.portal.entity.po.ServerConfig; import org.junit.Assert; import org.junit.Test; import org.springframework.http.ResponseEntity; import org.springframework.test.contex...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-core/src/main/java/com/ctrip/framework/foundation/internals/provider/NullProvider.java
package com.ctrip.framework.foundation.internals.provider; import java.io.InputStream; import com.ctrip.framework.foundation.spi.provider.ApplicationProvider; import com.ctrip.framework.foundation.spi.provider.NetworkProvider; import com.ctrip.framework.foundation.spi.provider.Provider; import com.ctrip.framework.fou...
package com.ctrip.framework.foundation.internals.provider; import java.io.InputStream; import com.ctrip.framework.foundation.spi.provider.ApplicationProvider; import com.ctrip.framework.foundation.spi.provider.NetworkProvider; import com.ctrip.framework.foundation.spi.provider.Provider; import com.ctrip.framework.fou...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/service/AppService.java
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.dto.AppDTO; import com.ctrip.framework.apollo.common.dto.PageDTO; import com.ctrip.framework.apollo.common.entity.App; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.co...
package com.ctrip.framework.apollo.portal.service; import com.ctrip.framework.apollo.common.dto.AppDTO; import com.ctrip.framework.apollo.common.dto.PageDTO; import com.ctrip.framework.apollo.common.entity.App; import com.ctrip.framework.apollo.common.exception.BadRequestException; import com.ctrip.framework.apollo.co...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/test/java/com/ctrip/framework/apollo/portal/environment/EnvTest.java
package com.ctrip.framework.apollo.portal.environment; import org.junit.Test; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import static org.junit.Assert.*; public class EnvTest { @Test public void exist() { assertFalse(Env.exists("xxxyyy234")); ...
package com.ctrip.framework.apollo.portal.environment; import org.junit.Test; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import static org.junit.Assert.*; public class EnvTest { @Test public void exist() { assertFalse(Env.exists("xxxyyy234")); ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./doc/images/gray-release/initial-instance-list.png
PNG  IHDR,IQ IDATx|]ř+]bE.r l abc1wB R|awMvSIfCؐ[ `z3`L16ݖd+}gĈ{eI\^3gsΙޙjhhh0NO ӗPp$B.B@b^9Q*H5 " " " " " " " " ]ļ.rTLk@D@D@D@D@D@D@D@D@p))" " " " ]@$[Zi...
PNG  IHDR,IQ IDATx|]ř+]bE.r l abc1wB R|awMvSIfCؐ[ `z3`L16ݖd+}gĈ{eI\^3gsΙޙjhhh0NO ӗPp$B.B@b^9Q*H5 " " " " " " " " ]ļ.rTLk@D@D@D@D@D@D@D@D@p))" " " " ]@$[Zi...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/entity/Cluster.java
package com.ctrip.framework.apollo.biz.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 Song(s...
package com.ctrip.framework.apollo.biz.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 Song(s...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-common/src/main/java/com/ctrip/framework/apollo/common/utils/ExceptionUtils.java
package com.ctrip.framework.apollo.common.utils; import com.google.common.base.MoreObjects; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import org.springframework.web.client.HttpStatusCodeException; import java.lang.reflect.Type; import java.util.Map; public final class ExceptionUtils { ...
package com.ctrip.framework.apollo.common.utils; import com.google.common.base.MoreObjects; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import org.springframework.web.client.HttpStatusCodeException; import java.lang.reflect.Type; import java.util.Map; public final class ExceptionUtils { ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-openapi/src/main/java/com/ctrip/framework/apollo/openapi/dto/NamespaceGrayDelReleaseDTO.java
package com.ctrip.framework.apollo.openapi.dto; import java.util.Set; public class NamespaceGrayDelReleaseDTO extends NamespaceReleaseDTO { private Set<String> grayDelKeys; public Set<String> getGrayDelKeys() { return grayDelKeys; } public void setGrayDelKeys(Set<String> grayDelKeys) { ...
package com.ctrip.framework.apollo.openapi.dto; import java.util.Set; public class NamespaceGrayDelReleaseDTO extends NamespaceReleaseDTO { private Set<String> grayDelKeys; public Set<String> getGrayDelKeys() { return grayDelKeys; } public void setGrayDelKeys(Set<String> grayDelKeys) { ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/test/resources/application.yml
spring: application: name: apollo-configservice server: port: ${port:8080} logging: level: org.springframework.cloud: 'DEBUG' file: name: /opt/logs/${ctrip.appid}/apollo-configservice.log ctrip: appid: 100003171 eureka: instance: hostname: ${hostname:localhost} preferIpAddress: tru...
spring: application: name: apollo-configservice server: port: ${port:8080} logging: level: org.springframework.cloud: 'DEBUG' file: name: /opt/logs/${ctrip.appid}/apollo-configservice.log ctrip: appid: 100003171 eureka: instance: hostname: ${hostname:localhost} preferIpAddress: tru...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/test/java/com/ctrip/framework/apollo/biz/MockBeanFactory.java
package com.ctrip.framework.apollo.biz; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framework.apollo.biz.entity.Release; import com.ctrip.framework.apollo.biz.entity.ServerConfig; import com.ctrip.framework.apollo.common.entity.AppNamespac...
package com.ctrip.framework.apollo.biz; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framework.apollo.biz.entity.Release; import com.ctrip.framework.apollo.biz.entity.ServerConfig; import com.ctrip.framework.apollo.common.entity.AppNamespac...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ConfigsExportController.java
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.core.enums.ConfigFileFormat; import com.ctrip.framework.apollo.portal.entity.bo.NamespaceBO; import com.ctrip.framework.apollo.portal.environment.Env; import com....
package com.ctrip.framework.apollo.portal.controller; import com.ctrip.framework.apollo.common.exception.ServiceException; import com.ctrip.framework.apollo.core.enums.ConfigFileFormat; import com.ctrip.framework.apollo.portal.entity.bo.NamespaceBO; import com.ctrip.framework.apollo.portal.environment.Env; import com....
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/environment/DefaultPortalMetaServerProvider.java
package com.ctrip.framework.apollo.portal.environment; import static com.ctrip.framework.apollo.portal.environment.Env.transformToEnvMap; import com.ctrip.framework.apollo.core.utils.ResourceUtils; import com.ctrip.framework.apollo.portal.util.KeyValueUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; i...
package com.ctrip.framework.apollo.portal.environment; import static com.ctrip.framework.apollo.portal.environment.Env.transformToEnvMap; import com.ctrip.framework.apollo.core.utils.ResourceUtils; import com.ctrip.framework.apollo.portal.util.KeyValueUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; i...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/scripts/controller/SystemInfoController.js
system_info_module.controller('SystemInfoController', ['$scope', 'toastr', 'AppUtil', 'AppService', 'ClusterService', 'NamespaceService', 'PermissionService', 'SystemInfoService', SystemInfoController]); function SystemInfoController($scope, toastr, AppUtil,...
system_info_module.controller('SystemInfoController', ['$scope', 'toastr', 'AppUtil', 'AppService', 'ClusterService', 'NamespaceService', 'PermissionService', 'SystemInfoService', SystemInfoController]); function SystemInfoController($scope, toastr, AppUtil,...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-client/src/test/java/com/ctrip/framework/apollo/spring/spi/TestRegistrarHelper.java
package com.ctrip.framework.apollo.spring.spi; import org.springframework.beans.factory.support.BeanDefinitionRegistry; import org.springframework.core.type.AnnotationMetadata; public class TestRegistrarHelper extends DefaultApolloConfigRegistrarHelper { @Override public void registerBeanDefinitions(AnnotationMe...
package com.ctrip.framework.apollo.spring.spi; import org.springframework.beans.factory.support.BeanDefinitionRegistry; import org.springframework.core.type.AnnotationMetadata; public class TestRegistrarHelper extends DefaultApolloConfigRegistrarHelper { @Override public void registerBeanDefinitions(AnnotationMe...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-common/src/main/java/com/ctrip/framework/apollo/common/http/MultiResponseEntity.java
package com.ctrip.framework.apollo.common.http; import org.springframework.http.HttpStatus; import java.util.LinkedList; import java.util.List; /** * 一个Response中包含多个ResponseEntity */ public class MultiResponseEntity<T> { private int code; private List<RichResponseEntity<T>> entities = new LinkedList<>(); ...
package com.ctrip.framework.apollo.common.http; import org.springframework.http.HttpStatus; import java.util.LinkedList; import java.util.List; /** * 一个Response中包含多个ResponseEntity */ public class MultiResponseEntity<T> { private int code; private List<RichResponseEntity<T>> entities = new LinkedList<>(); ...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./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,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./doc/images/gray-release/initial-config.png
PNG  IHDR } IDATxřy#( B"I a d|>>s;؇ &H!@H"(Sz j`4~_oUTWWW@"ۦJŠ8 " " " " "4*++m߾}oVh: et +%hb4 =]D@D@D@D 6XUUeddXl&Ǵ yyyn.Ϊ*qwu]'f\\:*D@D 0pޖ-[lֵk&Aɉ@# a3XD@D@D@D`mAAǒ∀y]tJkgTh ҨK/֛֭]xߴݻ>SO=Ս[(E&" D=D...
PNG  IHDR } IDATxřy#( B"I a d|>>s;؇ &H!@H"(Sz j`4~_oUTWWW@"ۦJŠ8 " " " " "4*++m߾}oVh: et +%hb4 =]D@D@D@D 6XUUeddXl&Ǵ yyyn.Ϊ*qwu]'f\\:*D@D 0pޖ-[lֵk&Aɉ@# a3XD@D@D@D`mAAǒ∀y]tJkgTh ҨK/֛֭]xߴݻ>SO=Ս[(E&" D=D...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/helm/apollo-service/templates/_helpers.tpl
{{/* vim: set filetype=mustache: */}} {{/* Common labels */}} {{- define "apollo.service.labels" -}} {{- if .Chart.AppVersion -}} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} {{- end -}} {{/* Service name for configdb */}} {{- define "apollo.configdb.serviceName" -}} {{- if .Values.configdb.s...
{{/* vim: set filetype=mustache: */}} {{/* Common labels */}} {{- define "apollo.service.labels" -}} {{- if .Chart.AppVersion -}} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} {{- end }} {{- end -}} {{/* Service name for configdb */}} {{- define "apollo.configdb.serviceName" -}} {{- if .Values.configdb.s...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/vendor/jquery-plugin/textareafullscreen.css
.tx-editor-wrapper { position: relative; } .tx-editor-wrapper .tx-editor.expanded { position: fixed; top: 0; left: 0; width: 80%; height: 80%; z-index: 500; } .tx-editor-wrapper .tx-editor { height: 140px; } .tx-editor-wrapper .tx-editor .tx-icon { position: absolute; right: 5px; top: 5px; wid...
.tx-editor-wrapper { position: relative; } .tx-editor-wrapper .tx-editor.expanded { position: fixed; top: 0; left: 0; width: 80%; height: 80%; z-index: 500; } .tx-editor-wrapper .tx-editor { height: 140px; } .tx-editor-wrapper .tx-editor .tx-icon { position: absolute; right: 5px; top: 5px; wid...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./doc/images/logo/logo@2x.png
PNG  IHDRm&pgAMA a cHRMz&u0`:pQ< pHYs%%IR$YiTXtXML:com.adobe.xmp<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.4.0"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:tiff="htt...
PNG  IHDRm&pgAMA a cHRMz&u0`:pQ< pHYs%%IR$YiTXtXML:com.adobe.xmp<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="XMP Core 5.4.0"> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:tiff="htt...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-openapi/src/test/java/com/ctrip/framework/apollo/openapi/client/ApolloOpenApiClientTest.java
package com.ctrip.framework.apollo.openapi.client; import static org.junit.Assert.*; import org.junit.Test; public class ApolloOpenApiClientTest { @Test public void testCreate() { String someUrl = "http://someUrl"; String someToken = "someToken"; ApolloOpenApiClient client = ApolloOpenApiClient.new...
package com.ctrip.framework.apollo.openapi.client; import static org.junit.Assert.*; import org.junit.Test; public class ApolloOpenApiClientTest { @Test public void testCreate() { String someUrl = "http://someUrl"; String someToken = "someToken"; ApolloOpenApiClient client = ApolloOpenApiClient.new...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-adminservice/src/main/java/com/ctrip/framework/apollo/adminservice/controller/ItemController.java
package com.ctrip.framework.apollo.adminservice.controller; import com.ctrip.framework.apollo.adminservice.aop.PreAcquireNamespaceLock; import com.ctrip.framework.apollo.biz.entity.Commit; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framew...
package com.ctrip.framework.apollo.adminservice.controller; import com.ctrip.framework.apollo.adminservice.aop.PreAcquireNamespaceLock; import com.ctrip.framework.apollo.biz.entity.Commit; import com.ctrip.framework.apollo.biz.entity.Item; import com.ctrip.framework.apollo.biz.entity.Namespace; import com.ctrip.framew...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-configservice/src/main/java/com/ctrip/framework/apollo/metaservice/service/DiscoveryService.java
package com.ctrip.framework.apollo.metaservice.service; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import java.util.List; public interface DiscoveryService { /** * @param serviceId the service id * @return the service instance list for the specified service id, or an empty list if no service *...
package com.ctrip.framework.apollo.metaservice.service; import com.ctrip.framework.apollo.core.dto.ServiceDTO; import java.util.List; public interface DiscoveryService { /** * @param serviceId the service id * @return the service instance list for the specified service id, or an empty list if no service *...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/img/secret.png
PNG  IHDRXIDATx^ \eyϹ$#4Q$u ݳ$Bɘ={A\  II퐀ɞ 4ZHm) S"c ɞ!`͞s38{?Ϟ{%KI B`r:~H@@dǭ],khʱk:!fJ:DA_K=D0퐃p}ƞ H@zFmI]6W~k?IDǂ:&]<Š,lQ}/ T='3@O^YC{ HGO8<g|(\BAbܾH Hm`ylΤ5ߗ"\̢^v Y|1'5emZ!?⻧MA8*–.D6l*LҥR@4^{27Rp $P3%*_x釬߯L \lRx...
PNG  IHDRXIDATx^ \eyϹ$#4Q$u ݳ$Bɘ={A\  II퐀ɞ 4ZHm) S"c ɞ!`͞s38{?Ϟ{%KI B`r:~H@@dǭ],khʱk:!fJ:DA_K=D0퐃p}ƞ H@zFmI]6W~k?IDǂ:&]<Š,lQ}/ T='3@O^YC{ HGO8<g|(\BAbܾH Hm`ylΤ5ߗ"\̢^v Y|1'5emZ!?⻧MA8*–.D6l*LҥR@4^{27Rp $P3%*_x釬߯L \lRx...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./scripts/helm/apollo-service/.helmignore
# Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *.orig *~ # Various IDEs .proj...
# Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store # Common VCS dirs .git/ .gitignore .bzr/ .bzrignore .hg/ .hgignore .svn/ # Common backup files *.swp *.bak *.tmp *.orig *~ # Various IDEs .proj...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./doc/images/gray-release/manual-input-gray-release-ip-2.png
PNG  IHDRD IDATxifW}tԚ'44! !F`&xH/'* W⾸U7rlW lp0 f $,4yVKnt[m=zN99[U{=ߚmq!!!!!{UxI0B B%4^A`u@@@@@@YDiӦu֖B B`bb|mݺu!0B b@@@@%0==֯_E:Mx9lܸm۶y/?8 D;/T?B B B B` mذ |GqDc}o2Nj!!bڟ)?|ۼys;CbE"^$/~![?2{iP[2lfOMz!!!;#moWз3X9!~aľ } uطD...
PNG  IHDRD IDATxifW}tԚ'44! !F`&xH/'* W⾸U7rlW lp0 f $,4yVKnt[m=zN99[U{=ߚmq!!!!!{UxI0B B%4^A`u@@@@@@YDiӦu֖B B`bb|mݺu!0B b@@@@%0==֯_E:Mx9lܸm۶y/?8 D;/T?B B B B` mذ |GqDc}o2Nj!!bڟ)?|ۼys;CbE"^$/~![?2{iP[2lfOMz!!!;#moWз3X9!~aľ } uطD...
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-biz/src/main/java/com/ctrip/framework/apollo/biz/service/InstanceService.java
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.repository.InstanceConfigRepository; import com.ctrip.framework.apollo.biz.repository.InstanceRepository; import com....
package com.ctrip.framework.apollo.biz.service; import com.ctrip.framework.apollo.biz.entity.Instance; import com.ctrip.framework.apollo.biz.entity.InstanceConfig; import com.ctrip.framework.apollo.biz.repository.InstanceConfigRepository; import com.ctrip.framework.apollo.biz.repository.InstanceRepository; import com....
-1
apolloconfig/apollo
3,552
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually have more than 32 character
vdiskg
2021-02-19T02:08:15Z
2021-03-13T11:28:50Z
1f5b3648fb6fbb1fa9833b04fe9d7ed32eee9932
d6e0b017a6fce1b45d4aa577fd838113f24eb337
extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64. extend DataChange_CreatedBy, DataChange_LastModifiedBy from 32 to 64 1. make the limit of `DataChange_CreatedBy`, `DataChange_LastModifiedBy` equals to `ApolloPortalDB`.`Users`.`Username` 2. oidc subject (oidc user's identification) usually hav...
./apollo-portal/src/main/resources/static/scripts/services/ReleaseHistoryService.js
appService.service('ReleaseHistoryService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) { var resource = $resource('', {}, { find_release_history_by_namespace: { method: 'GET', url: AppUtil.prefixPath() + '/apps/:appId/envs/:env/clusters/:clusterName/namespaces/:...
appService.service('ReleaseHistoryService', ['$resource', '$q', 'AppUtil', function ($resource, $q, AppUtil) { var resource = $resource('', {}, { find_release_history_by_namespace: { method: 'GET', url: AppUtil.prefixPath() + '/apps/:appId/envs/:env/clusters/:clusterName/namespaces/:...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-adminservice/src/main/docker/Dockerfile
# Dockerfile for apollo-adminservice # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-adminservice # 3. Run with: docker run -p 8090:8090 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e S...
# Dockerfile for apollo-adminservice # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-adminservice # 3. Run with: docker run -p 8090:8090 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e S...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-configservice/src/main/docker/Dockerfile
# Dockerfile for apollo-configservice # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-configservice # 3. Run with: docker run -p 8080:8080 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e...
# Dockerfile for apollo-configservice # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-configservice # 3. Run with: docker run -p 8080:8080 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloConfigDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-portal/src/main/docker/Dockerfile
# Dockerfile for apollo-portal # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-portal # 3. Run with: docker run -p 8070:8070 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloPortalDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASO...
# Dockerfile for apollo-portal # 1. ./scripts/build.sh # 2. Build with: mvn docker:build -pl apollo-portal # 3. Run with: docker run -p 8070:8070 -e SPRING_DATASOURCE_URL="jdbc:mysql://fill-in-the-correct-server:3306/ApolloPortalDB?characterEncoding=utf8" -e SPRING_DATASOURCE_USERNAME=FillInCorrectUser -e SPRING_DATASO...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./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"> <modelVersion>4.0.0</modelVersion> <groupId>com.ctrip.framework.apollo</gro...
<?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"> <modelVersion>4.0.0</modelVersion> <groupId>com.ctrip.framework.apollo</gro...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./scripts/helm/apollo-portal/Chart.yaml
apiVersion: v2 name: apollo-portal description: A Helm chart for Apollo Portal type: application version: 0.2.0 appVersion: 1.8.0-SNAPSHOT home: https://github.com/ctripcorp/apollo icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png maintainers: - ...
apiVersion: v2 name: apollo-portal description: A Helm chart for Apollo Portal type: application version: 0.2.0 appVersion: 1.8.0 home: https://github.com/ctripcorp/apollo icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png maintainers: - name: nob...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./scripts/helm/apollo-service/Chart.yaml
apiVersion: v2 name: apollo-service description: A Helm chart for Apollo Config Service and Apollo Admin Service type: application version: 0.2.0 appVersion: 1.8.0-SNAPSHOT home: https://github.com/ctripcorp/apollo icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/i...
apiVersion: v2 name: apollo-service description: A Helm chart for Apollo Config Service and Apollo Admin Service type: application version: 0.2.0 appVersion: 1.8.0 home: https://github.com/ctripcorp/apollo icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-s...
1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-portal/src/test/resources/yaml/case3.yaml
!!javax.script.ScriptEngineManager [ !!java.net.URLClassLoader [[ !!java.net.URL ["http://localhost"] ]] ]
!!javax.script.ScriptEngineManager [ !!java.net.URLClassLoader [[ !!java.net.URL ["http://localhost"] ]] ]
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-configservice/src/main/resources/logback.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/defaults.xml" /> <property name="LOG_FILE" value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-configservice.log}" /> <include resource="org/springframework/boot/logging/logbac...
<?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot/logging/logback/defaults.xml" /> <property name="LOG_FILE" value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}apollo-configservice.log}" /> <include resource="org/springframework/boot/logging/logbac...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest2.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-configservice/src/test/resources/logback-test.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest4.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/yaml/case7.yaml
xxx
xxx
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./scripts/apollo-on-kubernetes/kubernetes/apollo-env-dev/service-apollo-config-server-dev.yaml
--- # configmap for apollo-config-server-dev kind: ConfigMap apiVersion: v1 metadata: namespace: sre name: configmap-apollo-config-server-dev data: application-github.properties: | spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-dev-env.sre:3306/DevApolloConfigDB?characterEncoding=utf8 spri...
--- # configmap for apollo-config-server-dev kind: ConfigMap apiVersion: v1 metadata: namespace: sre name: configmap-apollo-config-server-dev data: application-github.properties: | spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-dev-env.sre:3306/DevApolloConfigDB?characterEncoding=utf8 spri...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-assembly/src/test/resources/logback-test.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/yaml/orderedcase.yaml
k2: "someValue" k4: "anotherValue" k1: "yetAnotherValue"
k2: "someValue" k4: "anotherValue" k1: "yetAnotherValue"
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/yaml/case8.yaml
,
,
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest10.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest5.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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-buildtools/style/intellij-java-google-style.xml
<?xml version="1.0" encoding="UTF-8"?> <code_scheme name="GoogleStyle"> <option name="OTHER_INDENT_OPTIONS"> <value> <option name="INDENT_SIZE" value="2" /> <option name="CONTINUATION_INDENT_SIZE" value="4" /> <option name="TAB_SIZE" value="2" /> <option name="USE_TAB_CHARACTER" value="fal...
<?xml version="1.0" encoding="UTF-8"?> <code_scheme name="GoogleStyle"> <option name="OTHER_INDENT_OPTIONS"> <value> <option name="INDENT_SIZE" value="2" /> <option name="CONTINUATION_INDENT_SIZE" value="4" /> <option name="TAB_SIZE" value="2" /> <option name="USE_TAB_CHARACTER" value="fal...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-configservice/pom.xml
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./scripts/apollo-on-kubernetes/kubernetes/apollo-env-prod/service-mysql-for-apollo-prod-env.yaml
--- kind: Service apiVersion: v1 metadata: namespace: sre name: service-mysql-for-apollo-prod-env labels: app: service-mysql-for-apollo-prod-env spec: ports: - protocol: TCP port: 3306 targetPort: 3306 type: ClusterIP sessionAffinity: None --- kind: Endpoints apiVersion: v1 metadata: ...
--- kind: Service apiVersion: v1 metadata: namespace: sre name: service-mysql-for-apollo-prod-env labels: app: service-mysql-for-apollo-prod-env spec: ports: - protocol: TCP port: 3306 targetPort: 3306 type: ClusterIP sessionAffinity: None --- kind: Endpoints apiVersion: v1 metadata: ...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/yaml/case4.yaml
timeout: 1000 batch: 2000
timeout: 1000 batch: 2000
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-core/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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigPlaceholderTest5.xml
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:apollo="http://www.ctrip.com/schema/apollo" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/sc...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/XmlConfigAnnotationTest1.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,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./docs/charts/index.yaml
apiVersion: v1 entries: apollo-portal: - apiVersion: v2 appVersion: 1.7.2 created: "2021-01-30T21:37:57.570085+08:00" description: A Helm chart for Apollo Portal digest: 1db8b2435e0471ef55c63c47b970e4ae059800f88ed4ac4f1ca6cd27fe502722 home: https://github.com/ctripcorp/apollo icon: https://r...
apiVersion: v1 entries: apollo-portal: - apiVersion: v2 appVersion: 1.7.2 created: "2021-01-30T21:37:57.570085+08:00" description: A Helm chart for Apollo Portal digest: 1db8b2435e0471ef55c63c47b970e4ae059800f88ed4ac4f1ca6cd27fe502722 home: https://github.com/ctripcorp/apollo icon: https://r...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-biz/src/test/resources/logback-test.xml
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
<?xml version="1.0" encoding="UTF-8"?> <configuration scan="true"> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <charset>utf-8</charset> <Pattern>[%p] %c - %m%n</Pattern> </encoder> </appender> <logger name="org.springframework.test" level="OFF" /> <root level="WARN"> ...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-client/src/test/resources/spring/yaml/case5-new.yaml
timeout: 1001 batch: newBatch
timeout: 1001 batch: newBatch
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./apollo-adminservice/pom.xml
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>com.ctrip.framework.apollo</groupId> <artifactId>apoll...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./scripts/apollo-on-kubernetes/kubernetes/apollo-env-dev/service-apollo-admin-server-dev.yaml
--- # configmap for apollo-admin-server-dev kind: ConfigMap apiVersion: v1 metadata: namespace: sre name: configmap-apollo-admin-server-dev data: application-github.properties: | spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-dev-env.sre:3306/DevApolloConfigDB?characterEncoding=utf8 spring...
--- # configmap for apollo-admin-server-dev kind: ConfigMap apiVersion: v1 metadata: namespace: sre name: configmap-apollo-admin-server-dev data: application-github.properties: | spring.datasource.url = jdbc:mysql://service-mysql-for-apollo-dev-env.sre:3306/DevApolloConfigDB?characterEncoding=utf8 spring...
-1
apolloconfig/apollo
3,548
version to 1.8.0
## What's the purpose of this PR version to 1.8.0 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 description that...
nobodyiam
2021-02-17T13:09:46Z
2021-02-17T13:24:45Z
eb914e7dac207d289f2640d22f66ae8f927121ca
75bcbf41cecfbb1db639f66d0a9a66184feb444a
version to 1.8.0. ## What's the purpose of this PR version to 1.8.0 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...
./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