Skip to content

Commit

Permalink
Rename nflow-explorer-ng to nflow-explorer (#613)
Browse files Browse the repository at this point in the history
* rename nflow-explorer-ng to nflow-explorer

* rename explorer package in examples
  • Loading branch information
efonsell authored Aug 24, 2023
1 parent 1b4c4ca commit 3c9e24f
Show file tree
Hide file tree
Showing 87 changed files with 585 additions and 450 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
check_name: 'Unit Test Report for Java ${{ matrix.java }}'

build-and-test-nflow-explorer-ng:
build-and-test-nflow-explorer:
if: always()
runs-on: ubuntu-latest
steps:
Expand All @@ -50,7 +50,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Run build and unit tests
run: mvn -T1C --no-transfer-progress --color=always -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -am -pl nflow-explorer-ng test
run: mvn -T1C --no-transfer-progress --color=always -Dmaven.javadoc.skip=true -Dmaven.source.skip=true -am -pl nflow-explorer test

javadoc-spotbugs-codeql:
runs-on: ubuntu-latest
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
- export the nflow.database.type as a metric
- `nflow-netty`
- POTENTIALLY BREAKING CHANGE: Netty configuration might need `Jackson2ObjectMapperBuilder` to have `findModulesViaServiceLoader` enabled as joda time module is not in wellknown modules anymore
- `nflow-explorer`
- POTENTIALLY BREAKING CHANGE: old `nflow-explorer` was removed and `nflow-explorer-ng` was renamed to `nflow-explorer`

**Details**

Expand Down Expand Up @@ -66,7 +68,8 @@
- `nflow-netty`
- POTENTIALLY BREAKING CHANGE: `Jackson2ObjectMapperBuilder` might need configuration for jodatime
- Spring Framework 6 doesn't have Joda time module in wellknown anymore, so might need to configure `findModulesViaServiceLoader` to enable it (or some other way)
- `nflow-explorer-ng`
- `nflow-explorer`
- POTENTIALLY BREAKING CHANGE: old `nflow-explorer` was removed and `nflow-explorer-ng` was renamed to `nflow-explorer`
- Improved formatting timestamps
- Fix retry on endpoint change
- Fix querying with parent instance id
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nFlow has been under development since 2014-01-14 and version 1.0.0 was released
## Key Features

* Non-declarative — workflows are defined as code
* Visualization — workflows can be visualized in [nFlow Explorer](https://github.com/NitorCreations/nflow/tree/master/nflow-explorer-ng)
* Visualization — workflows can be visualized in [nFlow Explorer](https://github.com/NitorCreations/nflow/tree/master/nflow-explorer)
* Embeddable — usually embedded as a library, but a standalone server is also provided
* High availability — the same workflows can be processed by multiple deployments
* Fault tolerant — automatic recovery if runtime environment crashes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {

nflowExplorer(
group = "io.nflow",
name = "nflow-explorer-ng",
name = "nflow-explorer",
version = nflowVersion,
ext = "tar.gz"
)
Expand Down
2 changes: 1 addition & 1 deletion nflow-examples/spring-boot/full-stack/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<artifactItems>
<artifactItem>
<groupId>io.nflow</groupId>
<artifactId>nflow-explorer-ng</artifactId>
<artifactId>nflow-explorer</artifactId>
<version>9.0.0-SNAPSHOT</version>
<type>tar.gz</type>
<overWrite>true</overWrite>
Expand Down
29 changes: 0 additions & 29 deletions nflow-explorer-ng/src/cache.ts

This file was deleted.

17 changes: 0 additions & 17 deletions nflow-explorer-ng/src/component/Feedback.scss

This file was deleted.

163 changes: 0 additions & 163 deletions nflow-explorer-ng/src/component/StateGraph.scss

This file was deleted.

94 changes: 0 additions & 94 deletions nflow-explorer-ng/src/index.scss

This file was deleted.

21 changes: 0 additions & 21 deletions nflow-explorer-ng/src/utils.test.ts

This file was deleted.

Loading

0 comments on commit 3c9e24f

Please sign in to comment.