Skip to content

Commit

Permalink
TE-623: Rename project to Process Inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
trungmaihova committed Jun 26, 2024
1 parent 3ac1ae8 commit 5a62068
Show file tree
Hide file tree
Showing 204 changed files with 1,245 additions and 1,295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v2
uses: axonivy-market/github-workflows/.github/workflows/ci.yml@v4
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v2
uses: axonivy-market/github-workflows/.github/workflows/dev.yml@v4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: workflow_dispatch

jobs:
build:
uses: axonivy-market/github-workflows/.github/workflows/release.yml@v2
uses: axonivy-market/github-workflows/.github/workflows/release.yml@v4
34 changes: 17 additions & 17 deletions .project
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>process-analyzer-modules</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>process-inspector-modules</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.m2e.core.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
</projectDescription>
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Advanced Process Analyzer
# Process Inspector

[![CI Build](https://github.com/axonivy-market/process-analyzer/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/process-analyzer/actions/workflows/ci.yml)
[![CI Build](https://github.com/axonivy-market/process-inspector/actions/workflows/ci.yml/badge.svg)](https://github.com/axonivy-market/process-inspector/actions/workflows/ci.yml)

- Configure needed information directly in the process model
- Default duration of a task for multiple use cases. Each task can have multiple named default durations.
- Different happy path flows. Its possible to set multiple named process paths.
- Different "happy path" flows. It`s possible to set multiple named process paths.
- Possibilities to override settings of the process model
- Override duration
- Override default path for the gateways
- Create a list of all tasks in the process.
- Get configured duration for a task.
- Get all upcoming tasks on a configured process path with expected start timestamp for each task.

Read our [documentation](process-analyzer-product/README.md).
Read our [documentation](process-inspector-product/README.md).
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.axonivy.utils.process.analyzer</groupId>
<name>process-analyzer</name>
<artifactId>process-analyzer-modules</artifactId>
<groupId>com.axonivy.utils.process.inspector</groupId>
<name>process-inspector</name>
<artifactId>process-inspector-modules</artifactId>
<version>11.2.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>process-analyzer</module>
<module>process-analyzer-demo</module>
<module>process-analyzer-test</module>
<module>process-analyzer-product</module>
<module>process-inspector</module>
<module>process-inspector-demo</module>
<module>process-inspector-test</module>
<module>process-inspector-product</module>
</modules>

<scm>
Expand Down
4 changes: 0 additions & 4 deletions process-analyzer-demo/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

11 changes: 0 additions & 11 deletions process-analyzer-demo/META-INF/MANIFEST.MF

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

28 changes: 0 additions & 28 deletions process-analyzer-demo/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions process-analyzer-test/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

6 changes: 0 additions & 6 deletions process-analyzer-test/build.properties

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions process-analyzer/.settings/org.eclipse.core.resources.prefs

This file was deleted.

4 changes: 0 additions & 4 deletions process-analyzer/.settings/org.eclipse.m2e.core.prefs

This file was deleted.

21 changes: 0 additions & 21 deletions process-analyzer/.settings/org.eclipse.wst.common.component

This file was deleted.

12 changes: 0 additions & 12 deletions process-analyzer/META-INF/MANIFEST.MF

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_wsproc">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_dataClasses">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="IVY_CONTAINER"/>
<classpathentry kind="con" path="WEBAPP_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_wsproc">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src_dataClasses">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry exported="true" kind="con" path="IVY_CONTAINER"/>
<classpathentry kind="con" path="WEBAPP_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
38 changes: 19 additions & 19 deletions process-analyzer/.gitignore → process-inspector-demo/.gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# general
Thumbs.db
.DS_Store
*~
*.log

# java
*.class
hs_err_pid*

# maven
target/
lib/mvn-deps/

# ivy
classes/
src_dataClasses/
src_wsproc/
logs/
# general
Thumbs.db
.DS_Store
*~
*.log

# java
*.class
hs_err_pid*

# maven
target/
lib/mvn-deps/

# ivy
classes/
src_dataClasses/
src_wsproc/
logs/
Loading

0 comments on commit 5a62068

Please sign in to comment.