Skip to content

Commit

Permalink
github-474 Remove Flowman Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
kupferk committed Jan 30, 2024
1 parent 535e8c2 commit 9346334
Show file tree
Hide file tree
Showing 77 changed files with 3 additions and 26,501 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Breaking changes will be documented in this changelog file for each version.
* github-443: Remove Flowman DSL
* github-466: Use frontend-maven-plugin for all npm packages
* github-467: Implement "target_records" metric for "copy" target
* github-474: Remove Flowman Studio


## Version 1.1.0 - 2023-10-10
Expand Down
1 change: 1 addition & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ changes over time.
* github-443: Remove Flowman DSL
* github-466: Use frontend-maven-plugin for all npm packages
* github-467: Implement "target_records" metric for "copy" target
* github-474: Remove Flowman Studio


### Version 1.1.0 - 2023-10-10
Expand Down
21 changes: 0 additions & 21 deletions flowman-dist/bin/flowman-studio

This file was deleted.

14 changes: 1 addition & 13 deletions flowman-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</delimiters>
<useDefaultDelimiters>false</useDefaultDelimiters>
<outputDirectory>${project.build.directory}</outputDirectory>
<filters>target/flowman-server-${project.version}-properties.properties,target/flowman-kernel-server-${project.version}-properties.properties,target/flowman-kernel-tools-${project.version}-properties.properties,target/flowman-tools-${project.version}-properties.properties,target/flowman-studio-${project.version}-properties.properties</filters>
<filters>target/flowman-server-${project.version}-properties.properties,target/flowman-kernel-server-${project.version}-properties.properties,target/flowman-kernel-tools-${project.version}-properties.properties,target/flowman-tools-${project.version}-properties.properties</filters>
<resources>
<resource>
<directory>.</directory>
Expand Down Expand Up @@ -264,14 +264,6 @@
<classifier>properties</classifier>
<outputDirectory>${project.build.directory}</outputDirectory>
</artifactItem>
<artifactItem>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-studio</artifactId>
<version>${project.version}</version>
<type>properties</type>
<classifier>properties</classifier>
<outputDirectory>${project.build.directory}</outputDirectory>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down Expand Up @@ -316,10 +308,6 @@
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-server</artifactId>
</dependency>
<dependency>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-studio</artifactId>
</dependency>

<!-- Explicitly add some dependencies with compile scope for pure Java applications -->
<dependency>
Expand Down
2 changes: 0 additions & 2 deletions flowman-dist/src/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
<include>com.dimajix.flowman:flowman-kernel-tools</include>
<include>com.dimajix.flowman:flowman-kernel-server</include>
<include>com.dimajix.flowman:flowman-server</include>
<include>com.dimajix.flowman:flowman-studio</include>
<include>com.dimajix.flowman:flowman-hub</include>
<!-- Include special dependencies for pure Java tools, which are normally "provided" -->
<include>com.google.protobuf:protobuf-java</include>
<include>com.google.guava:guava</include>
Expand Down
12 changes: 0 additions & 12 deletions flowman-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,18 +384,6 @@
<version>${flowman.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-studio</artifactId>
<version>${flowman.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-studio-ui</artifactId>
<version>${flowman.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.dimajix.flowman</groupId>
<artifactId>flowman-plugin-avro</artifactId>
Expand Down
2 changes: 0 additions & 2 deletions flowman-studio-ui/.browserslistrc

This file was deleted.

18 changes: 0 additions & 18 deletions flowman-studio-ui/.eslintrc.js

This file was deleted.

23 changes: 0 additions & 23 deletions flowman-studio-ui/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions flowman-studio-ui/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions flowman-studio-ui/babel.config.js

This file was deleted.

0 comments on commit 9346334

Please sign in to comment.