Commit Graph

  • 11004085c5 chore: Updating changelog, incrementing minor version 9.9.0.0 Chris Cameron 2019-09-16 14:44:07 -04:00
  • 6ca015a561 Merge branch 'feat/ProgramDataPath' of Common/Utils into dev Chris Cameron 2019-09-16 18:19:58 +00:00
  • 73b1c4819c chore: Update changelog Drew Tingen 2019-09-16 14:10:45 -04:00
  • f913af6efe Merge remote-tracking branch 'origin/dev' into feat/ProgramDataPath Drew Tingen 2019-09-16 14:05:48 -04:00
  • 099517df7d feat: Adding program data path to PathUtils Drew Tingen 2019-09-16 14:00:47 -04:00
  • 6a7b58f50f docs: Updating changelog Chris Cameron 2019-09-14 11:23:19 -04:00
  • 2273d5b3a1 refactor: Removing unused code Chris Cameron 2019-09-14 11:23:09 -04:00
  • aa17f29305 feat: Adding BinarySearch extension method for ILists Chris Cameron 2019-09-13 16:35:38 -04:00
  • e65578584a docs: Updating changelog Chris Cameron 2019-09-10 17:19:28 -04:00
  • 96d2df8871 feat: Added CultureInfo extensions for converting between 12 hour and 24 hour time formatting Chris Cameron 2019-09-10 17:19:00 -04:00
  • b4d82a855e feat: Added a dictionary extension method for getting or adding a new value via func Chris Cameron 2019-09-10 17:18:12 -04:00
  • 83bc344ab3 feat: Added an event that is raised when the system time is set Chris Cameron 2019-09-10 17:17:09 -04:00
  • 0821dcb3ca fix: Fixed a bug where CultureInfo was not being cloned correctly Chris Cameron 2019-09-10 17:16:31 -04:00
  • b6f64bb9b2 Merge branch 'fix/ModulusRename' of Common/Utils into dev Chris Cameron 2019-09-09 19:54:24 +00:00
  • 6ae110a997 Merge remote-tracking branch 'origin/dev' into fix/ModulusRename Drew Tingen 2019-09-09 15:38:56 -04:00
  • efdb48f2c3 Merge branch 'fix/programdata-path' of Common/Utils into ConnectPro_v1.4 Chris Cameron 2019-09-09 19:33:32 +00:00
  • 9d02ee0022 fix: Fixing MathUtilsTest after rename Drew Tingen 2019-09-09 15:33:31 -04:00
  • 8c0416f70e docs: updating changelog Austin Noska 2019-09-09 15:28:03 -04:00
  • 0f27d68edf fix: Net Standard: the Root Config Path is now ICD.Connect in the current environments ProgramData directory Austin Noska 2019-09-09 15:25:35 -04:00
  • f8fc68e08f chore: remarks explaining method name limitations Drew Tingen 2019-09-09 15:17:32 -04:00
  • fc4ae67e40 chore: changelog slightly more specific Drew Tingen 2019-09-09 15:16:23 -04:00
  • 0f618198b5 fix: Rename "Mod" to "Modulus" to keep S+ from throwing a fit Drew Tingen 2019-09-09 15:06:39 -04:00
  • 9a6f197aa0 feat: Added TimeSpan extension methods for cycling hours and minutes without modifying the day Chris Cameron 2019-09-09 10:06:51 -04:00
  • 45ee3e70b0 feat: Added mod method to MathUtils Chris Cameron 2019-09-09 10:06:08 -04:00
  • b09f614ef5 feat: Added a method for determining if a culture uses 24 hour format Chris Cameron 2019-09-04 14:31:16 -04:00
  • 027c9ffe82 refactor: Changed DateTime extension method to a simple util method Chris Cameron 2019-09-04 14:30:45 -04:00
  • dc1b60e629 feat: Added an extension method for getting the hour in 12 hour format Chris Cameron 2019-09-04 12:36:54 -04:00
  • 091ad10068 test: Updating test framework version Chris Cameron 2019-09-03 16:09:03 -04:00
  • 71bb320057 chore: Updating changelog, incrementing minor version 9.8.0.0 Chris Cameron 2019-09-03 10:52:19 -04:00
  • e6b0fd5f7b Merge remote-tracking branch 'origin/feat/xml-array' into ConnectPro_v1.4 Chris Cameron 2019-09-03 10:27:42 -04:00
  • 2a2bff2e92 Merge branch 'feat/uptime-utils' of Common/Utils into ConnectPro_v1.4 Chris Cameron 2019-09-03 14:02:26 +00:00
  • 9c07b3da04 docs: updating changelog Austin Noska 2019-08-30 17:21:17 -04:00
  • 438b3d48e4 feat: Implemented Processor Utils for Net Standard to get the system uptime and the program uptime. Austin Noska 2019-08-30 17:19:17 -04:00
  • 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 Austin Noska 2019-08-30 17:18:18 -04:00
  • bb41d59a4b feat: Adding methods for deserializing an XML array of items Chris Cameron 2019-08-29 17:21:57 -04:00
  • c23d81e023 chore: Updating nuget packages Chris Cameron 2019-08-29 14:13:55 -04:00
  • 18abe78550 feat: Better handling of JSON DateTimes in Net Standard Chris Cameron 2019-08-27 15:01:09 -04:00
  • f33218f7a6 chore: Updating nuget packages Chris Cameron 2019-08-22 17:17:35 -04:00
  • 4938dad882 Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.4 Chris Cameron 2019-08-22 10:42:57 -04:00
  • 5900f5974b chore: Updating changelog, incrementing patch version 8.7.1.0 Chris Cameron 2019-08-22 10:41:00 -04:00
  • 81f7eb9c66 Merge branch 'fix/ordered-dict' of Common/Utils into MetLife_v5.4.3 Drew Tingen 2019-08-22 14:30:40 +00:00
  • 440c1c62f1 fix: Fixed a bug with the IcdOrderedDict index setter that was creating additional values Chris Cameron 2019-08-22 10:17:32 -04:00
  • 63b590a9ea feat: ToStringJsonConverter rethrows the inner exception for TargetInvocationExceptions Chris Cameron 2019-08-20 15:40:01 -04:00
  • f8c88630fc fix: Fixed a bug where ANSI color encoded strings with percentages were being scrambled Chris Cameron 2019-08-20 15:34:40 -04:00
  • 3f1f9611ec chore: Updating changelog, incrementing minor version 9.7.0.0 Chris Cameron 2019-08-15 11:02:18 -04:00
  • 47c611a0b4 Merge remote-tracking branch 'origin/MetLife_v5.4.3' into dev Chris Cameron 2019-08-15 10:57:50 -04:00
  • e388f35efb Revert "fix: fix for logging deadlock, use mutexes, add logging for last message sent." Chris Cameron 2019-08-15 10:56:34 -04:00
  • 89061b5cbf feat: add unit test for timer Jack Kanarish 2019-08-07 20:47:54 -04:00
  • ff6f15d3ef fix: Potential JSON under-read fix Chris Cameron 2019-08-07 17:34:07 -04:00
  • 02e6fe9f8c chore: formatting Drew Tingen 2019-08-07 13:30:55 -04:00
  • edb5534b9d Merge remote-tracking branch 'origin/fix/json-dict' into KrangAtHome Drew Tingen 2019-08-07 13:28:26 -04:00
  • 6af3e5b2ff fix: Reflection - throw inner exception for parameterless constructors that throw exceptions Drew Tingen 2019-08-07 13:24:06 -04:00
  • 65f76402cc feat: Serializing both keys and values to JSON when serializing dicts Chris Cameron 2019-08-07 13:02:18 -04:00
  • 5700cf4ce2 feat: Re-adding missing util method for getting class attributes Chris Cameron 2019-08-01 09:24:17 -04:00
  • 7c238b9fef fix: fix for logging deadlock, use mutexes, add logging for last message sent. Jack Kanarish 2019-07-31 16:22:05 -04:00
  • 6eda848410 feat: Initial commit of EmailValidation class Laura Gomez 2019-07-30 12:17:13 -04:00
  • 7b44867f34 docs: updating changelog Laura Gomez 2019-07-30 13:38:37 -04:00
  • 149f480add fix: Fixing JSON datetime parsing in 2017 Laura Gomez 2019-07-30 12:16:29 -04:00
  • 0f5632ced8 refactor: changed public method to private as it is only being used from within EnumUtils Austin Noska 2019-07-18 11:37:33 -04:00
  • 9df5f7ae37 feat: Clarifying method usage Chris Cameron 2019-07-12 17:17:05 -04:00
  • 6e056c9dcc feat: Added util extension method for converting a DateTime to a Unix timestamp Laura Gomez 2019-07-12 13:57:52 -04:00
  • 7add461a1a Merge branch 'feat/log-timestamps' of Common/Utils into ConnectPro_v1.3 Chris Cameron 2019-07-11 14:44:37 +00:00
  • cb3677bd72 docs: updating changelog Austin Noska 2019-07-11 10:39:26 -04:00
  • 69ad4bb240 feat: Added timestamps to logs for non Simplsharp programs Austin Noska 2019-07-11 10:23:17 -04:00
  • 1a868d5a7d chore: Updating changelog, incrementing minor version 9.6.0.0 Chris Cameron 2019-07-03 10:22:01 -04:00
  • bb6110931a feat : added a StartofDay and EndofDay DateTime methods. Laura Gomez 2019-07-02 16:28:29 -04:00
  • 909ebfbc97 fix: Throwing an exception when trying to read non-primitive JSON tokens as string Chris Cameron 2019-07-01 17:07:50 -04:00
  • 3d068aeb68 fix: Potential fix for errant '?' characters in URIs Chris Cameron 2019-06-28 11:22:23 -04:00
  • 1f6915a825 Merge branch 'feat/GetCliqueOptimization' of Common/Utils into ConnectPro_v1.3 Chris Cameron 2019-06-27 15:02:00 +00:00
  • 00e7fd6a6b docs: updating changelog Austin Noska 2019-06-27 11:00:03 -04:00
  • e3f356a5db test: updating get cliques unit tests Austin Noska 2019-06-27 10:58:22 -04:00
  • 2d401959b6 feat: optimized get clique by using a bredth-first-search so it would not have to search the whole graph Austin Noska 2019-06-27 10:57:55 -04:00
  • 7cc5a47d6a feat: Added a hashset of visited nodes so bfs can be used on graphs Austin Noska 2019-06-27 10:57:00 -04:00
  • 8c160c77c4 docs: Updating changelog Chris Cameron 2019-06-26 13:33:37 -04:00
  • 65c50e8e90 feat: Added method to get a single clique given a starting node Austin Noska 2019-06-26 11:39:50 -04:00
  • 3a2fc0eef7 Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.3 Chris Cameron 2019-06-24 12:52:24 -04:00
  • 1be852685d chore: Updating changelog, incrementing minor version 8.7.0.0 Chris Cameron 2019-06-24 12:49:39 -04:00
  • 6201184fab feat: IcdXmlException exposes LineNumber and LinePosition Chris Cameron 2019-06-24 12:42:29 -04:00
  • e8acb42bb9 fix: Fixed bug in IcdUriBuilder where Query property behaved differently to UriBuilder Chris Cameron 2019-06-21 21:32:46 -04:00
  • d3d812265e Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.3 Chris Cameron 2019-06-14 16:54:12 -04:00
  • b915401109 chore: Updating changelog, incrementing patch version 8.6.1.0 Chris Cameron 2019-06-14 16:52:56 -04:00
  • 3e3a4e33cb fix: SafeTimer Stopped now returns a SafeTimer with no due time and no repeat period Austin Noska 2019-06-14 15:38:52 -04:00
  • b680bab67a Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2 Chris Cameron 2019-06-14 10:28:13 -04:00
  • 7666021925 chore: Updating changelog, incrementing minor version 8.6.0.0 Chris Cameron 2019-06-14 10:25:47 -04:00
  • 7b6092c291 fix: Fixing issues with Remap methods, added unit tests Chris Cameron 2019-06-13 17:35:03 -04:00
  • f7740aaea2 fix: Fixing overflow Chris Cameron 2019-06-13 17:10:34 -04:00
  • c31b2b556b feat: Adding methods for remapping and clamping numeric values to ranges Chris Cameron 2019-06-13 16:56:49 -04:00
  • 8866a3e1e6 fix: Fixing tests, bad maths Chris Cameron 2019-06-13 11:59:12 -04:00
  • e3273934a7 fix: Begin rewriting RangeAttribute Chris Cameron 2019-06-12 23:42:59 -04:00
  • 0152259a25 chore: Updating changelog, incrementing minor version 9.5.0.0 Chris Cameron 2019-06-10 13:50:37 -04:00
  • 98c3f17602 docs: Updating changelog Chris Cameron 2019-06-10 13:50:23 -04:00
  • bb3fba100d fix: Fixing NetStandard CultureInfo database connection string Chris Cameron 2019-06-10 13:48:08 -04:00
  • 9adad373f6 fix: Better determine builtin cultures on NetStandard Chris Cameron 2019-06-10 13:47:45 -04:00
  • 844f8b7b46 refactor: Tidying Chris Cameron 2019-06-10 13:47:21 -04:00
  • 43d7ea944e Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2 Chris Cameron 2019-06-06 15:54:04 -04:00
  • 6526b2b811 chore: Updating changelog, incrementing minor version 8.5.0.0 Chris Cameron 2019-06-06 15:52:35 -04:00
  • ead365e251 chore: Fixing bad merge Chris Cameron 2019-06-06 15:51:53 -04:00
  • f24e6d2597 Merge branch 'feat/init-event' into MetLife_v5.4.2 Jack Kanarish 2019-06-06 11:06:09 -04:00
  • 311f2dfaf4 Merge remote-tracking branch 'origin/ConnectPro_v1.1' into ConnectPro_v1.2 Chris Cameron 2019-06-05 15:03:33 -04:00
  • 1c38d9f04a fix: Fixing Net Standard build, changing method name 8.4.1.0 Chris Cameron 2019-06-05 15:01:07 -04:00