Commit Graph

43 Commits

Author SHA1 Message Date
ba97f63338 Make sure Job date times are stored in the database as UTC. This is required if using Postgres or you will get an exception with a message of “Cannot write DateTime with Kind=Unspecified to PostgreSQL type 'timestamp with time zone', only UTC is supported.”. 2022-09-07 12:46:24 -06:00
32d6d143dd Prepare for 3.2.0 release 2022-08-19 15:54:33 -04:00
b35c342960 prepare for 3.1.4 release 2022-07-26 17:22:06 -04:00
bc488d4ac2 prepare for 3.1.3 2022-06-21 09:25:14 -04:00
dde7094fe3 prepare for 3.1.2 2022-05-12 20:55:11 -04:00
cbca8c9e93 prepare for 3.1.1 release 2022-04-24 20:19:44 -04:00
4566ea436c prepare for 3.1 release 2022-03-23 15:04:03 -04:00
2b768165e5 prepare for 3.0.3 release 2022-02-11 16:59:48 -05:00
cea5f86df4 prepare for 3.0.2 release 2022-01-11 17:46:36 -05:00
7b0c0c3e17 prepare for 3.0.1 2021-12-10 14:16:16 -05:00
cc5396801b update Test project dependencies 2021-11-10 13:12:38 -05:00
d2d52a7eb3 update SqlClient to latest preview version 2021-11-03 14:42:24 -04:00
29bd31f609 upgrade to .NET 6 and increment version to 3.0.0 2021-10-19 15:33:03 -04:00
c2be84a367 increment version to 2.3.1 2021-09-27 11:43:57 -04:00
57db7c1efc update version to 2.3.0 in preparation for release 2021-09-22 11:55:01 -04:00
a79535d7d1 prepare for 2.2.0 release 2021-07-05 15:22:24 -04:00
c62a4ae8ae Fix parsing localization cookie when the value is not present 2021-06-16 11:02:12 +03:00
3c48657e73 version all DLLs and packages consistently and fix all deprecated iconurl warnings 2021-06-01 12:30:21 -04:00
d73e1d21c7 prepare for 2.1.0 release 2021-05-29 13:00:36 -04:00
4108c07862 moved Packages folder to secure location 2021-05-27 21:39:43 -04:00
42265cdda4 Fix Upgrade issue with new componentized Database projects 2021-05-24 14:46:12 -07:00
bb195e4796 Merge pull request #1357 from hishamco/database-type
Database type name should use type AssemblyQualifiedName instead of magic string
2021-05-19 08:44:12 -04:00
07e8215919 Fix broken unit tests 2021-05-16 22:54:34 +03:00
2324ae1ccb Database type name should use type AssemblyQualifiedName instead of maigic string 2021-05-16 22:50:39 +03:00
40f8436947 Merge pull request #1239 from cnurse/dev
Implement Database Migrations and add Multi-Database Support
2021-04-19 21:11:11 -04:00
0fe931d772 prepare for 2.0.2 release 2021-04-19 08:04:33 -04:00
83e5502111 Creation of EF Core Migrations - these execute using EF Tools, but are not integrated to run programmatically 2021-03-19 17:01:49 -07:00
ba54076c61 Prepare for 2.0.1 release 2021-02-26 08:04:44 -05:00
b602113cd1 move version to 2.0.0 2020-11-05 09:19:56 -05:00
70a345d2a9 Remove LangVersion 2020-10-19 22:11:51 +03:00
aad10ab1c4 Changes for .NET 5 2020-10-08 11:20:43 -04:00
7f15a5f464 prepare for 1.0.4 release 2020-09-09 12:01:16 -04:00
cf198ff781 prepare for 1.0.3 release 2020-08-07 13:23:58 -04:00
8d539d058c preparing for 1.0.2 release 2020-07-23 15:07:18 -04:00
fa15a5e44b preparing for 1.0.1 release 2020-06-23 09:41:17 -04:00
b59e2533ea update to .NET Core 3.2 2020-05-19 12:48:30 -04:00
1edc34dca0 NavigateUrl fix to deal with scenario where alias has a value and path is "" 2020-04-08 11:43:42 -04:00
e10015c11a Address feedback 2020-04-06 20:54:55 +03:00
a2f756729c Use relative path instead 2020-04-05 01:14:12 +03:00
d406118d18 Add unit tests 2020-04-04 13:13:40 +03:00
e8efc5e508 upgrade to .NET Core 3.2 Preview 3 and fixes for issues created by #314 (#323) 2020-04-02 12:07:35 -04:00
3e1c371be6 PermissionNames constants
Replace magic strings in authorisation calls
2020-03-14 09:21:26 +01:00
2649f212eb Add unit test project 2020-03-07 00:47:42 +03:00