Commit Graph

938 Commits

Author SHA1 Message Date
Chris Cameron
71bb320057 chore: Updating changelog, incrementing minor version 9.8.0.0 2019-09-03 10:52:19 -04:00
Chris Cameron
e6b0fd5f7b Merge remote-tracking branch 'origin/feat/xml-array' into ConnectPro_v1.4 2019-09-03 10:27:42 -04:00
Chris Cameron
2a2bff2e92 Merge branch 'feat/uptime-utils' of Common/Utils into ConnectPro_v1.4 2019-09-03 14:02:26 +00:00
Austin Noska
9c07b3da04 docs: updating changelog 2019-08-30 17:21:17 -04:00
Austin Noska
438b3d48e4 feat: Implemented Processor Utils for Net Standard to get the system uptime and the program uptime. 2019-08-30 17:19:17 -04:00
Austin Noska
629ceec84e feat: Added Public API Property to get the program install date based on the creation date of core dll file for Net Standard and SimplSharp 2019-08-30 17:18:18 -04:00
Chris Cameron
bb41d59a4b feat: Adding methods for deserializing an XML array of items 2019-08-29 17:21:57 -04:00
Chris Cameron
c23d81e023 chore: Updating nuget packages 2019-08-29 14:13:55 -04:00
Chris Cameron
18abe78550 feat: Better handling of JSON DateTimes in Net Standard 2019-08-27 15:01:09 -04:00
Chris Cameron
f33218f7a6 chore: Updating nuget packages 2019-08-22 17:17:35 -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
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