Chris Cameron
|
a22c3626ab
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2020-04-30 15:16:23 -04:00 |
|
Chris Cameron
|
d90c60126e
|
chore: Updating changelog, incrementing minor version
8.9.0.0
|
2020-04-30 13:02:14 -04:00 |
|
Drew Tingen
|
49d12d454f
|
fix: Program and Processor utils actually return DateTimes for date properties
|
2020-04-30 12:58:23 -04:00 |
|
Chris Cameron
|
a53ad74811
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2020-02-18 12:59:18 -05:00 |
|
Chris Cameron
|
69eb4b3d34
|
chore: Updating changelog, incrementing patch version
8.8.1.0
|
2020-02-18 12:13:00 -05:00 |
|
Drew Tingen
|
8e5486e1ef
|
chore: Changelog
|
2020-02-14 23:56:56 -05:00 |
|
Drew Tingen
|
ecf7e626f3
|
fix: IcdTimer fix issue that prevents OnElapsed callback from firing when Length is less than (or close to) Heartbeat Interval
|
2020-02-14 23:55:32 -05:00 |
|
Chris Cameron
|
311bf683e0
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Extensions/DictionaryExtensions.cs
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2020-02-03 16:12:26 -05:00 |
|
Chris Cameron
|
d025946948
|
chore: Updating changelog, incrementing minor version
8.8.0.0
|
2020-01-23 12:46:06 -05:00 |
|
Chris Cameron
|
b74d2c9d60
|
fix: Adding PriorityQueue EnqueueRemove overload for backwards compat
|
2020-01-23 12:44:08 -05:00 |
|
Jack Kanarish
|
ac4c0eccc9
|
feat: add ability to select when de-duplication should queue at the end of the queue, or at the first occurance
# Conflicts:
# ICD.Common.Utils/Collections/PriorityQueue.cs
|
2020-01-23 11:44:31 -05:00 |
|
Chris Cameron
|
ea0bcec2c3
|
Merge branch 'ConnectPro_v1.1' into ConnectPro_v1.2
|
2020-01-06 10:28:31 -05:00 |
|
Chris Cameron
|
55bf458a2b
|
test: Fixing PriorityQueue unit tests
|
2020-01-06 10:28:03 -05:00 |
|
Chris Cameron
|
9b69b2a712
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2019-10-29 14:57:38 -04:00 |
|
Chris Cameron
|
0a1f637b45
|
chore: Updating changelog, incrementing patch version
8.7.2.0
|
2019-10-29 14:52:36 -04:00 |
|
Chris Cameron
|
e0ace12ef9
|
Merge pull request #43 from Utils fix/SerialQueueFix
Fix/SerialQueueFix
|
2019-10-29 14:33:28 -04:00 |
|
Jack Kanarish
|
9f1541f843
|
chore: update changelog
|
2019-10-29 14:19:58 -04:00 |
|
Jack Kanarish
|
b9f5349055
|
fix: fix an issue where commands would collapse to the point of the last deleted command instead of the position in queue where the new command was going
|
2019-10-29 14:18:45 -04:00 |
|
Chris Cameron
|
4938dad882
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.4
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2019-08-22 10:42:57 -04:00 |
|
Chris Cameron
|
5900f5974b
|
chore: Updating changelog, incrementing patch version
8.7.1.0
|
2019-08-22 10:41:00 -04:00 |
|
Drew Tingen
|
81f7eb9c66
|
Merge branch 'fix/ordered-dict' of Common/Utils into MetLife_v5.4.3
|
2019-08-22 14:30:40 +00:00 |
|
Chris Cameron
|
440c1c62f1
|
fix: Fixed a bug with the IcdOrderedDict index setter that was creating additional values
|
2019-08-22 10:17:32 -04:00 |
|
Chris Cameron
|
63b590a9ea
|
feat: ToStringJsonConverter rethrows the inner exception for TargetInvocationExceptions
|
2019-08-20 15:40:01 -04:00 |
|
Chris Cameron
|
f8c88630fc
|
fix: Fixed a bug where ANSI color encoded strings with percentages were being scrambled
|
2019-08-20 15:34:40 -04:00 |
|
Chris Cameron
|
3f1f9611ec
|
chore: Updating changelog, incrementing minor version
9.7.0.0
|
2019-08-15 11:02:18 -04:00 |
|
Chris Cameron
|
47c611a0b4
|
Merge remote-tracking branch 'origin/MetLife_v5.4.3' into dev
|
2019-08-15 10:57:50 -04:00 |
|
Chris Cameron
|
e388f35efb
|
Revert "fix: fix for logging deadlock, use mutexes, add logging for last message sent."
This reverts commit 7c238b9fef.
|
2019-08-15 10:56:34 -04:00 |
|
Jack Kanarish
|
89061b5cbf
|
feat: add unit test for timer
|
2019-08-07 20:47:54 -04:00 |
|
Chris Cameron
|
ff6f15d3ef
|
fix: Potential JSON under-read fix
|
2019-08-07 17:34:07 -04:00 |
|
Drew Tingen
|
02e6fe9f8c
|
chore: formatting
|
2019-08-07 13:30:55 -04:00 |
|
Drew Tingen
|
edb5534b9d
|
Merge remote-tracking branch 'origin/fix/json-dict' into KrangAtHome
|
2019-08-07 13:28:26 -04:00 |
|
Drew Tingen
|
6af3e5b2ff
|
fix: Reflection - throw inner exception for parameterless constructors that throw exceptions
|
2019-08-07 13:28:11 -04:00 |
|
Chris Cameron
|
65f76402cc
|
feat: Serializing both keys and values to JSON when serializing dicts
|
2019-08-07 13:02:18 -04:00 |
|
Chris Cameron
|
5700cf4ce2
|
feat: Re-adding missing util method for getting class attributes
|
2019-08-01 09:24:17 -04:00 |
|
Jack Kanarish
|
7c238b9fef
|
fix: fix for logging deadlock, use mutexes, add logging for last message sent.
|
2019-07-31 16:22:05 -04:00 |
|
Laura Gomez
|
6eda848410
|
feat: Initial commit of EmailValidation class
|
2019-07-31 11:47:52 -04:00 |
|
Laura Gomez
|
7b44867f34
|
docs: updating changelog
|
2019-07-30 13:38:37 -04:00 |
|
Laura Gomez
|
149f480add
|
fix: Fixing JSON datetime parsing in 2017
|
2019-07-30 12:16:29 -04:00 |
|
Austin Noska
|
0f5632ced8
|
refactor: changed public method to private as it is only being used from within EnumUtils
|
2019-07-18 11:37:33 -04:00 |
|
Chris Cameron
|
9df5f7ae37
|
feat: Clarifying method usage
|
2019-07-12 17:17:05 -04:00 |
|
Laura Gomez
|
6e056c9dcc
|
feat: Added util extension method for converting a DateTime to a Unix timestamp
|
2019-07-12 13:57:52 -04:00 |
|
Chris Cameron
|
7add461a1a
|
Merge branch 'feat/log-timestamps' of Common/Utils into ConnectPro_v1.3
|
2019-07-11 14:44:37 +00:00 |
|
Austin Noska
|
cb3677bd72
|
docs: updating changelog
|
2019-07-11 10:39:26 -04:00 |
|
Austin Noska
|
69ad4bb240
|
feat: Added timestamps to logs for non Simplsharp programs
|
2019-07-11 10:23:17 -04:00 |
|
Chris Cameron
|
1a868d5a7d
|
chore: Updating changelog, incrementing minor version
9.6.0.0
|
2019-07-03 10:22:01 -04:00 |
|
Laura Gomez
|
bb6110931a
|
feat : added a StartofDay and EndofDay DateTime methods.
|
2019-07-02 16:28:29 -04:00 |
|
Chris Cameron
|
909ebfbc97
|
fix: Throwing an exception when trying to read non-primitive JSON tokens as string
|
2019-07-01 17:07:50 -04:00 |
|
Chris Cameron
|
3d068aeb68
|
fix: Potential fix for errant '?' characters in URIs
|
2019-06-28 11:22:23 -04:00 |
|
Chris Cameron
|
1f6915a825
|
Merge branch 'feat/GetCliqueOptimization' of Common/Utils into ConnectPro_v1.3
|
2019-06-27 15:02:00 +00:00 |
|
Austin Noska
|
00e7fd6a6b
|
docs: updating changelog
|
2019-06-27 11:00:03 -04:00 |
|