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 |
|
Austin Noska
|
e3f356a5db
|
test: updating get cliques unit tests
|
2019-06-27 10:58:22 -04:00 |
|
Austin Noska
|
2d401959b6
|
feat: optimized get clique by using a bredth-first-search so it would not have to search the whole graph
|
2019-06-27 10:57:55 -04:00 |
|
Austin Noska
|
7cc5a47d6a
|
feat: Added a hashset of visited nodes so bfs can be used on graphs
|
2019-06-27 10:57:00 -04:00 |
|
Chris Cameron
|
8c160c77c4
|
docs: Updating changelog
|
2019-06-26 13:33:37 -04:00 |
|
Austin Noska
|
65c50e8e90
|
feat: Added method to get a single clique given a starting node
|
2019-06-26 11:39:50 -04:00 |
|
Chris Cameron
|
3a2fc0eef7
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.3
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2019-06-24 12:52:24 -04:00 |
|
Chris Cameron
|
1be852685d
|
chore: Updating changelog, incrementing minor version
8.7.0.0
|
2019-06-24 12:49:39 -04:00 |
|
Chris Cameron
|
6201184fab
|
feat: IcdXmlException exposes LineNumber and LinePosition
|
2019-06-24 12:42:29 -04:00 |
|
Chris Cameron
|
e8acb42bb9
|
fix: Fixed bug in IcdUriBuilder where Query property behaved differently to UriBuilder
|
2019-06-21 21:32:46 -04:00 |
|
Chris Cameron
|
d3d812265e
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.3
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2019-06-14 16:54:12 -04:00 |
|
Chris Cameron
|
b915401109
|
chore: Updating changelog, incrementing patch version
8.6.1.0
|
2019-06-14 16:52:56 -04:00 |
|
Austin Noska
|
3e3a4e33cb
|
fix: SafeTimer Stopped now returns a SafeTimer with no due time and no repeat period
|
2019-06-14 16:51:36 -04:00 |
|
Chris Cameron
|
b680bab67a
|
Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2
# Conflicts:
# CHANGELOG.md
# ICD.Common.Utils/Properties/AssemblyInfo.cs
|
2019-06-14 10:28:13 -04:00 |
|
Chris Cameron
|
7666021925
|
chore: Updating changelog, incrementing minor version
8.6.0.0
|
2019-06-14 10:25:47 -04:00 |
|
Chris Cameron
|
7b6092c291
|
fix: Fixing issues with Remap methods, added unit tests
|
2019-06-13 17:35:03 -04:00 |
|
Chris Cameron
|
f7740aaea2
|
fix: Fixing overflow
|
2019-06-13 17:10:34 -04:00 |
|
Chris Cameron
|
c31b2b556b
|
feat: Adding methods for remapping and clamping numeric values to ranges
|
2019-06-13 16:56:49 -04:00 |
|
Chris Cameron
|
8866a3e1e6
|
fix: Fixing tests, bad maths
|
2019-06-13 11:59:12 -04:00 |
|
Chris Cameron
|
e3273934a7
|
fix: Begin rewriting RangeAttribute
|
2019-06-12 23:42:59 -04:00 |
|
Chris Cameron
|
0152259a25
|
chore: Updating changelog, incrementing minor version
9.5.0.0
|
2019-06-10 13:50:37 -04:00 |
|
Chris Cameron
|
98c3f17602
|
docs: Updating changelog
|
2019-06-10 13:50:23 -04:00 |
|
Chris Cameron
|
bb3fba100d
|
fix: Fixing NetStandard CultureInfo database connection string
|
2019-06-10 13:48:08 -04:00 |
|
Chris Cameron
|
9adad373f6
|
fix: Better determine builtin cultures on NetStandard
|
2019-06-10 13:47:45 -04:00 |
|
Chris Cameron
|
844f8b7b46
|
refactor: Tidying
|
2019-06-10 13:47:21 -04:00 |
|