Skip to content

Commit

Permalink
fix: helm chart & auto find management expose & init generate random
Browse files Browse the repository at this point in the history
root password
  • Loading branch information
wl4g committed Apr 21, 2023
1 parent d0a5405 commit 422498e
Show file tree
Hide file tree
Showing 666 changed files with 2,636 additions and 1,515 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* {@link RengineColletor}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
*/
@QuarkusMain
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
* {@link CollectorProperties2}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobProperties}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* {@link CollectorYamlConstructor}
*
* @author James Wong
* @version 2022-10-27
* @date 2022-10-27
* @since v1.0.0
*/
public class CollectorYamlConstructor extends Constructor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* {@link ElasticJobBootstrapBuilder}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v1.0.0
* @see {@link com.wl4g.rengine.collector.config.ElasticJobBootstrapBuilder}
* @see {@link org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobLiteAutoConfiguration}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* {@link CollectorYamlConstructor}
*
* @author James Wong
* @version 2022-10-27
* @date 2022-10-27
* @since v3.0.0
*/
public class CollectorYamlConstructor extends Constructor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
* {@linkplain @Singleton}: Better performance because there is no client proxy.
*
* @author James Wong
* @version 2022-09-18
* @date 2022-09-18
* @since v1.0.0
* @see https://quarkus.io/guides/lifecycle#listening-for-startup-and-shutdown-events
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* {@link LoggingJobErrorHandler}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v3.0.0
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// * Usages: -Dquarkus.native.additional-build-args="--features=com.wl4g.rengine.collector.graal.QuartzSchedulerReinitFeature"
// *
// * @author James Wong
// * @version 2022-09-25
// * @date 2022-09-25
// * @since v1.0.0
// * @see io.quarkus.runtime.graal.ResourcesFeature
// * @see see:https://foivos.zakkak.net/tutorials/working-with-randoms-native-images/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* smart than prometheus.
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* {@link PrometheusCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* {@link SimpleHttpCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* {@link SimpleJdbcCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v1.0.0
* @see https://github1s.com/apache/commons-dbutils/tree/DBUTILS_1_7/src/test/java/org/apache/commons/dbutils
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
* {@link SimpleRedisCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* {@link SimpleSSHCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.ScriptJobExecutor}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* {@link SimpleTcpCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
@Singleton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* {@link EnvironmentUtils}
*
* @author James Wong
* @version 2022-10-30
* @date 2022-10-30
* @since v3.0.0
*/
public abstract class EnvironmentUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* {@link ExpressionVariablesTests}
*
* @author James Wong
* @version 2022-10-31
* @date 2022-10-31
* @since v1.0.0
*/
public class ExpressionVariables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* {@link HikariJdbcHelper}
*
* @author James Wong
* @version 2022-11-24
* @date 2022-11-24
* @since v1.0.0
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link ParamUtils}
*
* @author James Wong
* @version 2022-10-21
* @date 2022-10-21
* @since v3.0.0
*/
public abstract class ParamUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* an external Zookeeper cluster for production environments.
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
public class LocalZookeeperServer {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* {@link RengineCollectorTests}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
*/
public class RengineCollectorTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link EmbedZookeeperServer}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v3.0.0
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* {@link CollectorPropertiesTests}
*
* @author James Wong
* @version 2022-10-21
* @date 2022-10-21
* @since v3.0.0
*/
public class CollectorPropertiesTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* {@link YamlPolymorphismTests}
*
* @author James Wong
* @version 2022-10-21
* @date 2022-10-21
* @since v3.0.0
*/
public class YamlPolymorphismTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* {@link PromethuesEventJobExecutorTests}
*
* @author James Wong
* @version 2022-10-22
* @date 2022-10-22
* @since v3.0.0
*/
public class PromethuesEventJobExecutorTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* {@link ExpressionVariablesTests}
*
* @author James Wong
* @version 2022-11-25
* @date 2022-11-25
* @since v1.0.0
*/
public class ExpressionVariablesTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* {@link ParamUtilsTests}
*
* @author James Wong
* @version 2022-10-22
* @date 2022-10-22
* @since v3.0.0
*/
public class ParamUtilsTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// * {@link SpelVariablesTests}
// *
// * @author James Wong
// * @version 2022-10-22
// * @date 2022-10-22
// * @since v3.0.0
// */
//public class SpelVariablesTests {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* {@link RengineCollector}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* {@link CollectorAutoConfiguration}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobLiteAutoConfiguration}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
* {@link CollectorProperties}
*
* @author James Wong
* @version 2022-10-16
* @date 2022-10-16
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.lite.spring.boot.job.ElasticJobProperties}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* {@link CollectorYamlConstructor}
*
* @author James Wong
* @version 2022-10-27
* @date 2022-10-27
* @since v1.0.0
*/
public class CollectorYamlConstructor extends Constructor {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* {@link LoggingJobErrorHandler}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v3.0.0
*/
@Slf4j
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
* smart than prometheus.
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
*/
@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* {@link PrometheusCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* {@link SimpleHttpCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
* {@link SimpleJdbcCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v1.0.0
* @see https://github1s.com/apache/commons-dbutils/tree/DBUTILS_1_7/src/test/java/org/apache/commons/dbutils
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* {@link SimpleRedisCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
public class SimpleRedisCollectJobExecutor extends CollectJobExecutor<SimpleRedisCollectJobExecutor.SimpleRedisJobParam>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
* {@link SimpleSSHCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-20
* @date 2022-10-20
* @since v1.0.0
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.HttpJobExecutor}
* @see {@link org.apache.shardingsphere.elasticjob.http.executor.ScriptJobExecutor}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* {@link SimpleTcpCollectJobExecutor}
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
public class SimpleTcpCollectJobExecutor extends CollectJobExecutor<SimpleTcpCollectJobExecutor.SimpleTcpJobParam> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* {@link EnvironmentUtils}
*
* @author James Wong
* @version 2022-10-30
* @date 2022-10-30
* @since v3.0.0
*/
public abstract class EnvironmentUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* {@link ParamUtils}
*
* @author James Wong
* @version 2022-10-21
* @date 2022-10-21
* @since v3.0.0
*/
public abstract class ParamUtils {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* {@link SpelVariables}
*
* @author James Wong
* @version 2022-10-31
* @date 2022-10-31
* @since v3.0.0
*/
public class SpelVariables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* an external Zookeeper cluster for production environments.
*
* @author James Wong
* @version 2022-10-26
* @date 2022-10-26
* @since v3.0.0
*/
public class LocalZookeeperServer {
Expand Down
Loading

0 comments on commit 422498e

Please sign in to comment.