930a7bbe9a
aaaaaand now that travis ci is working, a fix for appveyor
master
Austin Winstanley
2017-10-19 17:19:13 -05:00
7ea68134ad
another attempted fix for Travis CI build
Austin Winstanley
2017-10-19 17:14:33 -05:00
3fa56388a6
attempting fix for Travis CI build
Austin Winstanley
2017-10-19 17:05:25 -05:00
242ce14ef4
added support for DotNet 4.5, 4.6, NetStandard1.3, 1.4, 1.5,1.6 and added new sample console project for DotNet4.6
3.2.0
Austin Winstanley
2017-10-19 16:38:05 -05:00
f19f1c17b3
upgraded to netstandard2.0
3.1.1
Austin Winstanley
2017-09-27 16:21:55 -05:00
d9cd7a63f7
fix for CI
Austin Winstanley
2017-09-12 22:34:33 -05:00
8e54a30a70
updated to .Net Standard / Core 2.0.0
3.1.0
Austin Winstanley
2017-09-12 22:30:11 -05:00
690e97e0e5
Fixed Appveyor CI badge
Austin Winstanley
2017-07-18 03:17:51 -05:00
64f4927e1b
Fix bug with getting a stale JobQueues query result that resulted in the same job being executed multiple times by different worker threads (e.g. consider a Hangfire job then sending out the same email multiple times).
Joerg Kiegeland
2017-07-08 22:29:45 +10:00
b0c3b5e2ed
added AppVeyor CI for Windows builds
Austin Winstanley
2017-04-28 17:48:50 -05:00
cf83a35520
added travis ci status to README
3.0.0-Alpha
Austin Winstanley
2017-04-28 00:23:13 -05:00
f4f672e323
upgraded to NetStandard 1.3 and new project format for DotNetCore. Also added Travis CI integration
Austin Winstanley
2017-04-28 00:20:06 -05:00
7706a2e799
upgraded to Visual Studio 2017 and pushed version 2.2.0 to Nuget
2.2.0
Austin Winstanley
2017-03-17 01:47:44 -05:00
1002c28ddd
Added Hangfire.Raven.Tests project - Refactored Repository and RavenStorage to allow injection of a TestRepository (using an in-memory database for unit tests) - Made several fixes to comply with unit tests (notably RavenDistributedLock and RavenJobQueue) - Merged fixes from xinix00 pull request #11 (https://github.com/RefreshingIO/hangfire-ravendb/pull/11)
Michael Johnson
2017-03-07 18:38:18 +11:00
7aa06fe914
Revert back to using InvocationData, as the following functionality has been lost, but is already handled by Hangfire - Overloaded method calls e.g. Console.WriteLine(String) vs Console.WriteLine(Int32) Console.WriteLine(Boolean) - Generic method calls - Nullable parameters in method calls - Special handling of CancellationToken arguments during serialization/deserialization
Michael Johnson
2016-12-09 12:52:17 +11:00
9ff2e53301
fixed several issues including fire and forget and dashboard and updated some dependencies, more cleanup
2.1
Austin Winstanley
2016-12-08 19:23:52 -06:00
e5e8c76bee
+ Assemblies (more reliable in combination with RavenDB $type helper (used by Newtonsoft.Json)) + JobWrapper instead of JSON text as Job parameter, is better in finding types (for example interfaces) + Method/Property JsonConverters for RavenDB, needed for the InvocationData replacement ~ Namespace fix (HangFire vs Hangfire (capital F) - InvocationData, RavenDB is already a JSON database, so had no purpose to Serialize and Deserialize job data .. Updated Hangfire.Core to latest 1.6.3 dependency .. Downgraded Newtonsoft.Json to version matching RavenDB. Will be upgraded in RavenDB 3.5.
Derek
2016-08-21 23:27:10 +02:00
ee6acb0e86
Changed some things back for own purpose
Derek
2016-08-19 11:29:09 +02:00
05df581bf3
Removed Dewey, updated other dependencies
Derek
2016-08-19 11:00:47 +02:00
fcfc61a993
Changed references from Dewey.Net 3.3 to Dewey 5.0 and updated other Nuget packages to latest
Sigurbjörn Guðjónsson
2016-08-18 08:28:16 +00:00
6f501e8303
Changed some bits and pieces
Derek
2016-08-17 07:17:36 +02:00
5d27d05ac0
+ Added dashboard support + Better use of RavenDB -- Naming of entities (removed baseEntity) -- Added job history -- Removing of Poll for Jobs (using RavenDB changes observer pattern) + Removed static Repository, now passed through via RavenStorage class + Updated to target latest Hangfire.Core and RavenDB.Client + Added Hangfire/RavenJobs index
Derek
2016-07-28 09:41:21 +02:00