Skip to content

Releases: cleverage/ui-process-bundle

v2.3

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 19 Aug 14:13

v2.3

Changes

  • #60 Upgrade to Symfony 7.3 & PHP 8.4

Fixes

  • #57 add arguments to pass username and password to cleverage:ui-process:user-create
  • #60 Fix php version to >=8.1 according to cleverage/process-bundle
  • #60 Fix PHP 8.1 restrictions

v2.2

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 20 Mar 15:37
dbd834f

Changes

  • #54 When Launch process via http request, add queue parameter which define if the process should be queued (default) or directly run

v2.1.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 07 Mar 10:26
a025cac

Fixes

  • #52 Fix ProcessScheduleRepository definition to be bundled compliant

v2.1

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 27 Feb 14:44
91731c5

Fixes

  • #42 composer require dragonmantank/cron-expression because CronExpressionTrigger needs it
  • #40 Fix localisation issues
  • #45 Implement store_in_database & [database|file]_level configuration. Update documentation with full configuration.

Changes

  • #34 Improve process launch using http call.
  • #33 Add duration filter on Process Execution Crud.
  • #47 Add Troubleshooting section on documentation

v2.0.2

Choose a tag to compare

@xaviermarchegay xaviermarchegay released this 15 Jan 06:50
e575297

Fixes

  • #29 HttpProcessExecutionAuthenticator is not used
  • #30 Run process via http post request to http_process_execute does not work

Changes

  • #25 UX tweak: take all the width available
  • #27 UX Tweak: make the process listing more consistant with the other cruds

v2.0.1

Choose a tag to compare

@tonongregory tonongregory released this 18 Dec 09:08
1742460

Fixes

  • #21 Fix report.html.twig templating.

v2.0.0

Choose a tag to compare

@njoubert-cleverage njoubert-cleverage released this 17 Dec 14:51
ffa44a3

BC breaks

  • #4 Update composer : "doctrine/" using same versions of doctrine-process-bundle.
    Remove "sensio/framework-extra-bundle" & "symfony/flex". Update require-dev using "process-bundle" standard. Reinstall "symfony/debug-pack".
    "symfony/
    " from ^5.4 to ^6.4|^7.1 => Update changes on code.
  • #2 Routes must be prefixed with the bundle alias => cleverage_ui_process
  • #2 Update services according to Symfony best practices. Services should not use autowiring or autoconfiguration. Instead, all services should be defined explicitly.
    Services must be prefixed with the bundle alias instead of using fully qualified class names => cleverage_ui_process
  • #3 Rename process-ui-bundle to ui-process-bundle,
    cleverage:process-ui:xxx to cleverage:ui-process:xxx, clever_age_process_ui to cleverage_ui_process and ProcessUi*** to UiProcess***

Changes

  • #1 Add Makefile & .docker for local standalone usage
  • #1 Add rector, phpstan & php-cs-fixer configurations & apply it. Remove phpcs configuration.
  • #11 Restrict "Download log file" and "Show logs stored in database" buttons visibility