Skip to content

Commit

Permalink
[Feature][scaleph-ui-react] update scheduler web (#755)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
kalencaya and wangqi authored Nov 27, 2024
1 parent dcfc0af commit a93627f
Show file tree
Hide file tree
Showing 63 changed files with 997 additions and 1,567 deletions.
12 changes: 11 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<okhttp.version>4.10.0</okhttp.version>
<guava.version>32.1.3-jre</guava.version>
<minio.version>8.3.8</minio.version>
<carp.version>0.0.11</carp.version>
<carp.version>0.0.14</carp.version>
<milky.version>1.0.13</milky.version>
<sakura.version>1.0.2</sakura.version>
<hadoop.version>3.3.4</hadoop.version>
Expand Down Expand Up @@ -284,6 +284,11 @@
<artifactId>scaleph-workspace-seatunnel</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>scaleph-workspace-schedule</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -508,6 +513,11 @@
<artifactId>carp-module-security-spring</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>carp-module-scheduler-manage</artifactId>
<version>${carp.version}</version>
</dependency>
<dependency>
<groupId>cn.sliew</groupId>
<artifactId>carp-module-system</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions scaleph-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
<groupId>${project.parent.groupId}</groupId>
<artifactId>scaleph-resource</artifactId>
</dependency>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>scaleph-workspace-schedule</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@
//@Configuration
public class MybatisConfig {

@Bean
public MybatisPlusInterceptor paginationInterceptor() {
MybatisPlusInterceptor interceptor = new MybatisPlusInterceptor();
interceptor.addInnerInterceptor(new PaginationInnerInterceptor(DbType.MYSQL));
return interceptor;
}

/**
* replace InsertUpdateAspect, which already deleted
*/
Expand Down

This file was deleted.

Loading

0 comments on commit a93627f

Please sign in to comment.