tracstarr / Hangfire.Core.Dashboard.Management

Adds a management dashboard to Hangfire.io to manually queue jobs.
MIT License
47 stars 29 forks source link

Nuget package #1

Open ahydrax opened 7 years ago

ahydrax commented 7 years ago

Hello!

Do you have a published package for this awesome thing? :)

markalanevans commented 6 years ago

@tracstarr what is the status of this? Can you put i on Nuget?

kemmis commented 6 years ago

+1

dcorbett-radian commented 6 years ago

+1

On Mar 23, 2018 10:21 AM, Rafe Kemmis notifications@github.com wrote:

+1

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/tracstarr/Hangfire.Core.Dashboard.Management/issues/1#issuecomment-375680352, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AZPrFuw26x7LJeQlbFGdjWXqzSm7M_Nbks5thQSzgaJpZM4NkwBS.


CONFIDENTIALITY NOTICE

This email transmission, and any documents, files or previous email messages attached to it may contain information that is confidential or legally privileged.

If you are not the intended recipient,or a person responsible for delivering it to the intended recipient, you are hereby notified that you must not read this transmission and that any disclosure, copying, printing, distribution or use of any of the information contained in or attached to this transmission is STRICTLY PROHIBITED.

If you have received this transmission in error, please immediately notify the sender by telephone or return email and delete the original transmission and its attachments without reading or saving in any manner. Thank you.

msm1089 commented 6 years ago

+1 Would be great to get to use this via Nuget 😉

markalanevans commented 6 years ago

@tracstarr if you don't reply we might fork it and move on without ya ;)

ahydrax commented 6 years ago

Agreed with @markalanevans. I'm interesting in it as a potential contributor.

pjrharley commented 6 years ago

For anyone interested I've forked this package and published it on Nuget. I've probably not got that much interest in maintaining it in the future so if someone else also wants to fork feel free, but at least the current version is now available!

msm1089 commented 6 years ago

Great, thanks for that. If I can find time and the need arises will try to maintain.

Jogai commented 6 years ago

@timohayes did fork @pjrharley 's fork. Is that on nuget?

staticdev commented 5 years ago

This project was abandoned 3 years ago @Jogai @msm1089 @ahydrax @markalanevans @kemmis @dcorbett-fivebridgesllc. Let's work on @pjrharley https://github.com/pjrharley/Hangfire.Core.Dashboard.Management which is on nuget. I made a pull request to change Extensions page on Hangfire.

pjrharley commented 5 years ago

I'll try and take a look on Monday and update the nuget package

markalanevans commented 5 years ago

I've been working on it a bit here: https://github.com/FieldLevel/Hangfire.Core.Dashboard.Management

I've made a few small changes to the menu nav logic, for example, you now define nav details at the method instead of the class.

I've also been adding input support for types.

I fixed a few async issues.

ahydrax commented 5 years ago

Hi there, I've created a similar project from the scratch https://github.com/ahydrax/Hangfire.MissionControl (currently using it in production). Nuget available, any feedback appreciated :)

staticdev commented 5 years ago

@markalanevans I saw this version (https://github.com/FieldLevel/Hangfire.Core.Dashboard.Management) is coupled to Hangfire.SqlServer. Can it be used with other databases?

staticdev commented 5 years ago

@pjrharley We can put together all improvements made by the other forks in a new version of the nuget package. If you want help, you can put me as maintainer of the project.