-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #74 from dromara/dev
Dev
- Loading branch information
Showing
1,034 changed files
with
10,068 additions
and
2,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#/bin/bash | ||
version=2.2.1 | ||
version=2.2.2 | ||
docker build -t orion-visor-adminer:${version} . | ||
docker tag orion-visor-adminer:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-adminer:${version} | ||
docker tag orion-visor-adminer:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-adminer:${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#/bin/bash | ||
version=2.2.1 | ||
version=2.2.2 | ||
cp -r ../../sql ./sql | ||
docker build -t orion-visor-mysql:${version} . | ||
rm -rf ./sql | ||
docker tag orion-visor-mysql:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-mysql:${version} | ||
docker tag orion-visor-mysql:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-mysql:${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#/bin/bash | ||
version=2.2.1 | ||
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-adminer:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-mysql:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-service:${version} | ||
version=2.2.2 | ||
docker push registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-adminer:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-mysql:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-redis:${version} | ||
docker push registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-service:${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#/bin/bash | ||
version=2.2.1 | ||
version=2.2.2 | ||
docker build -t orion-visor-redis:${version} . | ||
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-redis:${version} | ||
docker tag orion-visor-redis:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-redis:${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#/bin/bash | ||
version=2.2.1 | ||
version=2.2.2 | ||
mv ../../orion-visor-launch/target/orion-visor-launch.jar ./orion-visor-launch.jar | ||
mv ../../orion-visor-ui/dist ./dist | ||
docker build --no-cache -t orion-visor-service:${version} . | ||
rm -rf ./orion-visor-launch.jar | ||
rm -rf ./dist | ||
docker tag orion-visor-service:${version} registry.cn-hangzhou.aliyuncs.com/lijiahangmax/orion-visor-service:${version} | ||
docker tag orion-visor-service:${version} registry.cn-hangzhou.aliyuncs.com/orionsec/orion-visor-service:${version} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 8 additions & 1 deletion
9
...n/java/org/dromara/visor/framework/common/configuration/OrionCommonAutoConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...ain/java/org/dromara/visor/framework/common/configuration/config/AsyncExecutorConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
@@ -29,7 +36,7 @@ public interface AppConst extends OrionConst { | |
/** | ||
* 同 ${orion.version} 迭代时候需要手动更改 | ||
*/ | ||
String VERSION = "2.2.1"; | ||
String VERSION = "2.2.2"; | ||
|
||
/** | ||
* 同 ${spring.application.name} | ||
|
9 changes: 8 additions & 1 deletion
9
...on/src/main/java/org/dromara/visor/framework/common/constant/AutoConfigureOrderConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...work-common/src/main/java/org/dromara/visor/framework/common/constant/BeanOrderConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...r-framework-common/src/main/java/org/dromara/visor/framework/common/constant/CnConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...sor-framework-common/src/main/java/org/dromara/visor/framework/common/constant/Const.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...framework-common/src/main/java/org/dromara/visor/framework/common/constant/ErrorCode.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
@@ -119,6 +126,8 @@ public interface ErrorMessage { | |
|
||
String AUTH_ERROR = "认证失败"; | ||
|
||
String FILE_UPLOAD_ERROR = "文件上传失败"; | ||
|
||
String SCRIPT_UPLOAD_ERROR = "脚本上传失败"; | ||
|
||
String EXEC_ERROR = "执行失败"; | ||
|
9 changes: 8 additions & 1 deletion
9
...ork-common/src/main/java/org/dromara/visor/framework/common/constant/ExtraFieldConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...ramework-common/src/main/java/org/dromara/visor/framework/common/constant/FieldConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...framework-common/src/main/java/org/dromara/visor/framework/common/constant/FileConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
9 changes: 8 additions & 1 deletion
9
...rk-common/src/main/java/org/dromara/visor/framework/common/constant/FilterOrderConst.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
/* | ||
* Copyright (c) 2023 - present Jiahang Li (visor.orionsec.cn [email protected]). | ||
* Copyright (c) 2023 - present Dromara, All rights reserved. | ||
* | ||
* https://visor.dromara.org | ||
* https://visor.dromara.org.cn | ||
* https://visor.orionsec.cn | ||
* | ||
* Members: | ||
* Jiahang Li - [email protected] - author | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
|
Oops, something went wrong.