Skip to content

Releases: TomAtomCZ/JobQueueBundle

1.2.0

04 Dec 15:29

Choose a tag to compare

  • Cancel and retry jobs

    • Cancel running jobs and create the same new one from them
  • Add related parent to job

    • Parent/children relation for jobs
  • Saving output params from the command into job

    • Using Job::COMMAND_OUTPUT_PARAMS to save anything after it in the command output

  • XML Doctrine mapping for easy override of Job entity
  • Updated job message process handling
  • Other small fixes and updates

1.1.2

27 Nov 12:33

Choose a tag to compare

  • Added security roles

    • JQB roles for jobs / command scheduling (please check readme if getting access denied errors after updating)
  • Updated command schedule routes

1.1.1

19 Sep 16:50

Choose a tag to compare

v1.1.1

Fix job date types

1.1.0

19 Sep 16:47

Choose a tag to compare

  • Added browser command scheduling

  • Updated templates/translations and readme
  • Some other small fixes and updates

1.0.8

18 Sep 14:18

Choose a tag to compare

v1.0.8

Update bundle's config - move servives load into JobQueueBundle, upda…

1.0.7

18 Sep 11:17

Choose a tag to compare

  • Updated bundle's config:

    • No more needed to add anything in services/twig yaml files in the application
    • Update rendering path of templates - IF YOU ARE EXTENDING THE TEMPLATES YOU NEED TO UPDATE TO '@JobQueue/job/template.html.twig'
  • Updated readme

1.0.6

17 Sep 14:34

Choose a tag to compare

ORM 3 support

1.0.5

22 Mar 11:09

Choose a tag to compare

v1.0.5

Rename job table name

1.0.4

05 Mar 17:45

Choose a tag to compare

Added check for same already planned job.
Added command params info in command detail page.

1.0.3

10 Oct 10:28

Choose a tag to compare

v1.0.3

Add disabled timeout for process