Commits · develop
veloflow-service
Browse files
Mar 07, 2026
Update anchor sideIndex values from 2 to 1 in `BpmnService` transition logic
· 02d34ddb
pratyush
authored
Mar 07, 2026
02d34ddb
Refactor BPMN import logic: handle BOM and quoted XML, replace...
· 228ef108
pratyush
authored
Mar 07, 2026
228ef108
Mar 05, 2026
Rename package structure and resources to `veloflow`, update workflow fetching...
· 630f6810
pratyush
authored
Mar 05, 2026
630f6810
Mar 04, 2026
Rename project resources to `veloflow`, optimize workflow fetching with steps,...
· d3711a06
pratyush
authored
Mar 04, 2026
d3711a06
Mar 03, 2026
Add `HostnameResponseBodyAdvice`, `RequestIdFilter`, and `RequestContext` for...
· 93333588
pratyush
authored
Mar 03, 2026
93333588
Feb 27, 2026
Introduce `InstanceStatus` for workflow instances, update `Task` with...
· fa41f8a9
pratyush
authored
Feb 27, 2026
fa41f8a9
Add project URL to `pom.xml` and link to README.md
· 200cdb6e
pratyush
authored
Feb 27, 2026
200cdb6e
Update project metadata: license, author details, and hosting information
· 85fecf70
pratyush
authored
Feb 27, 2026
85fecf70
Update README.md with detailed project description, features, setup...
· 286177a6
pratyush
authored
Feb 27, 2026
286177a6
Rename project to `velowflow` and update artifact details in `pom.xml`.
· 1e4f84a3
pratyush
authored
Feb 27, 2026
1e4f84a3
Add `StepCreationTest` to validate step creation with `eventDefinition` and...
· 172bce88
pratyush
authored
Feb 27, 2026
172bce88
Add `EventDefinition` enum, extend `Step` and `StepDto` with `eventDefinition`...
· ac31d431
pratyush
authored
Feb 27, 2026
ac31d431
Feb 25, 2026
Add `name` and `waypoints` fields to `Transition` and `TransitionDto`, and...
· 7f778fef
pratyush
authored
Feb 25, 2026
7f778fef
Add `RequestLoggingFilter` and externalize `show-sql` configuration
· 4f6e1c89
pratyush
authored
Feb 25, 2026
4f6e1c89
Update prod config: set `APP_ENV` to `prod`, adjust DB connection details, and update secrets.
· e6d31df9
pratyush
authored
Feb 25, 2026
e6d31df9
Feb 18, 2026
Define `GatewaySubTypes` and `TaskSubTypes` enums, update `Step` and `StepDto`...
· 0bb38892
pratyush
authored
Feb 18, 2026
0bb38892
Feb 09, 2026
Add `EventTypes` enum, extend `Step` and `StepDto` with `eventType` and...
· b5b0913f
pratyush
authored
Feb 09, 2026
b5b0913f
Feb 08, 2026
Annotate `TaskController` and `InstanceController` with `@RestController`.
· c20f7934
pratyush
authored
Feb 08, 2026
c20f7934
Introduce `InstanceController` and `TaskController`, extend services with...
· 2de82a49
pratyush
authored
Feb 08, 2026
2de82a49
Update Hikari pool configuration: adjust `max-lifetime`, `keepalive-time`,...
· 9e7c94a4
pratyush
authored
Feb 08, 2026
9e7c94a4
Remove unnecessary blank lines in `application.yml` configuration file.
· da0096d6
pratyush
authored
Feb 08, 2026
da0096d6
Adjust Hikari configuration: update `max-lifetime` and `keepalive-time` values...
· 4a9853c2
pratyush
authored
Feb 08, 2026
4a9853c2
Remove version field from workflow entities and DTOs, delete replication...
· c158abe6
pratyush
authored
Feb 08, 2026
c158abe6
Remove `logback-spring.xml` configuration file
· ee852630
pratyush
authored
Feb 08, 2026
ee852630
Add foundational task and workflow management services, repositories, and...
· 0918f994
pratyush
authored
Feb 08, 2026
0918f994
Refactor: Replace `record` implementations with standard classes using Lombok...
· 4badc643
pratyush
authored
Feb 08, 2026
4badc643
Jan 24, 2026
Introduce thread pool configuration for tasks and processes in `AppConfig` and...
· 8abeab00
pratyush
authored
Jan 24, 2026
8abeab00
Externalize database and environment configurations for better flexibility
· 0193f781
pratyush
authored
Jan 24, 2026
0193f781
Jan 23, 2026
Refactor model package structure and update imports across services, repositories, and mappers
· 99b856d7
pratyush
authored
Jan 23, 2026
99b856d7
Update dependencies, improve JSON conversion handling, and refactor API endpoints
· 56a38fbb
pratyush
authored
Jan 23, 2026
56a38fbb
Add `spring-boot-starter-webmvc-test` dependency to `pom.xml` for testing
· 8208495f
pratyush
authored
Jan 23, 2026
8208495f
Update Maven wrapper script
· 61f5bcce
pratyush
authored
Jan 23, 2026
61f5bcce
Update `pom.xml`: revert Spring Boot to 4.0.1, add Lombok & configuration...
· 2fe3aed7
pratyush
authored
Jan 23, 2026
2fe3aed7
Remove unused test classes and methods, update Maven wrapper configuration,...
· 1ae2a0e7
pratyush
authored
Jan 23, 2026
1ae2a0e7
Jan 21, 2026
Add retrieval of workflow snapshots, refine snapshot integration tests, and...
· 1c149fb2
pratyush
authored
Jan 21, 2026
1c149fb2
Jan 15, 2026
Refactor workflow replication logic: rename variables for clarity, adjust...
· 920e52b0
pratyush
authored
Jan 15, 2026
920e52b0
Add support for custom snapshot names in workflows, update API, service, and integration tests
· 05d1093f
pratyush
authored
Jan 15, 2026
05d1093f
Fix incorrect null assignment in replica's originalWorkflowId during workflow replication
· 71d70473
pratyush
authored
Jan 15, 2026
71d70473
Refactor step transition mapping in workflow snapshots and replicas to use...
· f6e07452
pratyush
authored
Jan 15, 2026
f6e07452
Add ability to delete workflow snapshots, update mapper for selective details...
· 9209f978
pratyush
authored
Jan 15, 2026
9209f978
Loading