Skip to content

Commit a93627f

Browse files
kalencayawangqi
and
wangqi
authored
[Feature][scaleph-ui-react] update scheduler web (#755)
* feature: update prometheus operator 部署 * feature: add schedule web * feature: update schedule web * feature: update schedule web * feature: update schedule group web * feature: update schedule group web * feature: change port to 8868, 8888 * feature: update schedule job form --------- Co-authored-by: wangqi <[email protected]>
1 parent dcfc0af commit a93627f

File tree

63 files changed

+997
-1567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+997
-1567
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<okhttp.version>4.10.0</okhttp.version>
152152
<guava.version>32.1.3-jre</guava.version>
153153
<minio.version>8.3.8</minio.version>
154-
<carp.version>0.0.11</carp.version>
154+
<carp.version>0.0.14</carp.version>
155155
<milky.version>1.0.13</milky.version>
156156
<sakura.version>1.0.2</sakura.version>
157157
<hadoop.version>3.3.4</hadoop.version>
@@ -284,6 +284,11 @@
284284
<artifactId>scaleph-workspace-seatunnel</artifactId>
285285
<version>${project.version}</version>
286286
</dependency>
287+
<dependency>
288+
<groupId>${project.groupId}</groupId>
289+
<artifactId>scaleph-workspace-schedule</artifactId>
290+
<version>${project.version}</version>
291+
</dependency>
287292

288293
<dependency>
289294
<groupId>${project.groupId}</groupId>
@@ -508,6 +513,11 @@
508513
<artifactId>carp-module-security-spring</artifactId>
509514
<version>${carp.version}</version>
510515
</dependency>
516+
<dependency>
517+
<groupId>cn.sliew</groupId>
518+
<artifactId>carp-module-scheduler-manage</artifactId>
519+
<version>${carp.version}</version>
520+
</dependency>
511521
<dependency>
512522
<groupId>cn.sliew</groupId>
513523
<artifactId>carp-module-system</artifactId>

scaleph-api/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@
6868
<groupId>${project.parent.groupId}</groupId>
6969
<artifactId>scaleph-resource</artifactId>
7070
</dependency>
71+
<dependency>
72+
<groupId>${project.parent.groupId}</groupId>
73+
<artifactId>scaleph-workspace-schedule</artifactId>
74+
</dependency>
7175

7276
<dependency>
7377
<groupId>org.springframework.boot</groupId>

scaleph-api/src/main/java/cn/sliew/scaleph/api/config/AsyncConfig.java

Lines changed: 0 additions & 85 deletions
This file was deleted.

scaleph-api/src/main/java/cn/sliew/scaleph/api/config/I18nConfig.java

Lines changed: 0 additions & 66 deletions
This file was deleted.

scaleph-api/src/main/java/cn/sliew/scaleph/api/config/MybatisConfig.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@
3434
//@Configuration
3535
public class MybatisConfig {
3636

37-
@Bean
38-
public MybatisPlusInterceptor paginationInterceptor() {
39-
MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor();
40-
interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
41-
return interceptor;
42-
}
43-
4437
/**
4538
* replace InsertUpdateAspect, which already deleted
4639
*/

scaleph-api/src/main/java/cn/sliew/scaleph/api/config/WebMvcConfig.java

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)