Skip to content

Releases: bamotav/Hangfire.RecurringJobAdmin

v1.0.5

29 Oct 02:53
ed89664
Compare
Choose a tag to compare
  • Changes DisplayName timezone to property Id when is Linux or macOS.
  • Create a new status called Jobs Stopped.
  • Fix all changes saved of jobs in the database are lost, when the application is built.

v1.0.0

19 Oct 13:32
Compare
Choose a tag to compare
  • Changes the button to the Icon button.
  • Add CRON Component that validates the CRON client side.
  • Add Pagination to the grid recurring job.
  • Fix Error in DateTime Next Execution and Last Execution.
  • Display Datetime like that Recurring Job grid original.
  • Add Job State to the attribute DisableConcurrentlyJobExecutionAttribute
  • Improve welcome view in the sample project
  • Change the TimeZone entry to DropDown and find all the TimeZones that the server has installed

v0.1.6

25 Sep 00:42
23b11e8
Compare
Choose a tag to compare

-Fix with the new 1.7.13 version of Hangfire "The Class not found" error on Job edit
-Load all references assembly
-Changes label button
-Fix PeriodicJobBuilder

v0.07

14 Nov 03:25
Compare
Choose a tag to compare
  • We add validations to the form job.

v0.06

24 Sep 02:48
65d5712
Compare
Choose a tag to compare
  • We can use DisableConcurrentlyJobExecution, this attribute allows you to not execute a task if it is already running.

v0.05

24 Sep 02:02
686d481
Compare
Choose a tag to compare
  • Fix update job and refactoring code
  • Fix validate Cron and merge
  • feature edit hangfire job admin

v0.01-beta-5

17 Sep 14:01
Compare
Choose a tag to compare
  • Grid jobs
  • Create Job
  • Persists job data
  • Attribute RecurringJobAttribute