1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Main: Updated the setup and configuration guide to include the SystemFrequency system setting. More... almost 9 years ago
Main: Updated GSF dependencies. More... almost 9 years ago
Main: Updated assembly versions to 1.3.1. More... almost 9 years ago
Main: Updated the setup and configuration guide as well as the device definitions sample file. More... almost 9 years ago
Main: Removed unused usings from DataOperationBase. More... almost 9 years ago
Main: Updated GSF dependencies. More... almost 9 years ago
Main: 1) Fixed NullReferenceException at startup when no settings for file shares exist. 2) Fixed NullReferenceException in at startup in ReloadSettings because the method was not accessing the correct member variable when opening the database connection. 3) Modified MeterDataSet to use the correct connection string parser when loading settings into the properties of the data resources. 4) Fixed method in SystemSettings that converts the Setting database table to a connection string. More... almost 9 years ago
Main: Implemented settings categories and reorganized openXDA system settings. More... almost 9 years ago
Main: Added SystemFrequency to system settings. More... almost 9 years ago
Main: Improved system startup behavior. More... almost 9 years ago
Main: Fixed COMTRADEWriter to use the time zone system settings to adjust the timestamps in the original COMTRADE file. More... almost 9 years ago
Main: Tweaked example email template. More... almost 9 years ago
Main: Removed reference to the Distributed Transaction Coordinator from the setup and configuration guide. More... almost 9 years ago
Main: Incremented assembly version numbers to 1.3.0. More... almost 9 years ago
Main: Fixed comments in SystemSettings.cs and updated the setup and configuration guide. More... almost 9 years ago
Main: Added the FilePathHash field to the DataFile table in the openXDA database so that files can be found more quickly. More... almost 9 years ago
Main: Restored fault distance validation logic. More... almost 9 years ago
Main: Fixed error in EmailWriter that prevented emails from being generated. More... almost 9 years ago
Main: Added FileWatcherBufferSize and MaxFileDuration system settings. More... almost 9 years ago
Main: Updated GSF dependencies. More... almost 9 years ago
Fixed AdjustDateTime2 function to prevent errors that could occur when events with bad timestamps can be found in the Event table. More... almost 9 years ago
In EmailWriter, modified call to ThreadPool.RegisterWaitForSingleObject so that the callback can unregister the registered wait handle. More... almost 9 years ago
Removed EmailTemplate property from EmailWriter. More... almost 9 years ago
Fixed views in openXDA.sql. More... almost 9 years ago
Modified the email writer to allow the configuration of multiple email templates for different lists of recipients. More... almost 9 years ago
Fixed default email template to show line name for faults with no double-ended distance. More... almost 9 years ago
Modified logic to determine whether breaker is open after a fault and lowered the default open breaker threshold to 20 Amps. More... almost 9 years ago
1) Added column mappings to bulk loader. 2) Modified fault suppression logic to suppress faults where the calculation cycle cannot be determined. 3) Modified the EmailWriter to allow updates to configuration at runtime. More... almost 9 years ago
Added the "Indeterminate" breaker operation type to the SQL script. More... almost 9 years ago
Modified DoubleEndedFaultSummary view to display distance and angle for every double-ended distance calculation rather than the midpoint between two double-ended distance calculations. More... almost 9 years ago