Earlier this year
-
-
-
-
r179
(Fixed scope of PowerShell snap-in classes) committed by digitalbricklayer
- Fixed scope of PowerShell snap-in classes
Fixed scope of PowerShell snap-in classes
-
r178
(Fixed scope of PowerShell snap-in classes) committed by digitalbricklayer
- Fixed scope of PowerShell snap-in classes
Fixed scope of PowerShell snap-in classes
-
-
r176
(Updated the licence text to reflect the project name change ...) committed by digitalbricklayer
- Updated the licence text to reflect the project name change to TimeTag
Updated the licence text to reflect the project name change to TimeTag
-
r175
(Project renamed from PowerTime to TimeTag) committed by digitalbricklayer
- Project renamed from PowerTime to TimeTag
Project renamed from PowerTime to TimeTag
-
r174
(Added chart cmdlet to the PowerShell snap-in. Deleted the se...) committed by digitalbricklayer
- Added chart cmdlet to the PowerShell snap-in. Deleted the seperate graph PowerShell snap-in.
Added chart cmdlet to the PowerShell snap-in. Deleted the seperate graph PowerShell snap-in.
-
r173
(Removed tests for DataSource.GetDataPointByPosition because ...) committed by digitalbricklayer
- Removed tests for DataSource.GetDataPointByPosition because it has now been deleted
Removed tests for DataSource.GetDataPointByPosition because it has now been deleted
-
r172
(Removed DataSource.GetDataPointByPosition method) committed by digitalbricklayer
- Removed DataSource.GetDataPointByPosition method
Removed DataSource.GetDataPointByPosition method
-
r171
(Added timestamp range based retrieval) committed by digitalbricklayer
- Added timestamp range based retrieval
Added timestamp range based retrieval
-
-
-
-
r169
(Removed source code from binary installer) committed by digitalbricklayer
- Removed source code from binary installer
Removed source code from binary installer
-
r168
(Added some tests for the Archive.AccumulatedReadings propert...) committed by digitalbricklayer
- Added some tests for the Archive.AccumulatedReadings property. Refactored some test validation code
to use collections rather than multiple index based validation.
Added some tests for the Archive.AccumulatedReadings property. Refactored some test validation code
to use collections rather than multiple index based validation.
-
r167
(Added the AccumulatedReadings property to the Archive class....) committed by digitalbricklayer
- Added the AccumulatedReadings property to the Archive class. Removed the Count property from the
Archive class. Fixed a thread leak between tests in the ThreadedDatabaseFixture tests.
Added the AccumulatedReadings property to the Archive class. Removed the Count property from the
Archive class. Fixed a thread leak between tests in the ThreadedDatabaseFixture tests.
-
r166
(Added shared instance threading test.) committed by digitalbricklayer
- Added shared instance threading test.
Added shared instance threading test.
-
r165
(Renamed the Threshold class to Range) committed by digitalbricklayer
- Renamed the Threshold class to Range
Renamed the Threshold class to Range
-
-
r163
(Attach inner exception when a PowerTimeException is created ...) committed by digitalbricklayer
- Attach inner exception when a PowerTimeException is created due to some other exception
Attach inner exception when a PowerTimeException is created due to some other exception
-
-
-
-
r159
(Refactored out the min/max thresholds in DataSource into a T...) committed by digitalbricklayer
- Refactored out the min/max thresholds in DataSource into a Threshold class.
Refactored out the min/max thresholds in DataSource into a Threshold class.
-
r158
(Removed commented out provider section) committed by digitalbricklayer
- Removed commented out provider section
Removed commented out provider section
-
r157
(Removed redundant DAO fixup code.) committed by digitalbricklayer
- Removed redundant DAO fixup code.
Removed redundant DAO fixup code.
-
r156
(Renamed PowerTimePowerShell folder to PowerShell) committed by digitalbricklayer
- Renamed PowerTimePowerShell folder to PowerShell
Renamed PowerTimePowerShell folder to PowerShell
-
r155
(Renamed Framework folder to Core to reflect its name change) committed by digitalbricklayer
- Renamed Framework folder to Core to reflect its name change
Renamed Framework folder to Core to reflect its name change
-
r154
(Added tests to verify that setting a title or name that is l...) committed by digitalbricklayer
- Added tests to verify that setting a title or name that is longer than the original string causes an
exception. Whilst the behaviour isn't very desirable and will be fixed in a future release, it seems
logical to protect the database from corruption.
Added tests to verify that setting a title or name that is longer than the original string causes an
exception. Whilst the behaviour isn't very desirable and will be fixed in a future release, it seems
logical to protect the database from corruption.
-
-
-
r152
(Visual Studio project files are renamed when the project is ...) committed by digitalbricklayer
- Visual Studio project files are renamed when the project is renamed. Added the new project files
from the framework to core name change.
Visual Studio project files are renamed when the project is renamed. Added the new project files
from the framework to core name change.
-
-
r151
(Renamed the assemblies to comply with Microsoft standards. R...) committed by digitalbricklayer
- Renamed the assemblies to comply with Microsoft standards. Renamed the Openxtra.PowerTime.Framework
namespace to Openxtra.PowerTime.Core.
Renamed the assemblies to comply with Microsoft standards. Renamed the Openxtra.PowerTime.Framework
namespace to Openxtra.PowerTime.Core.
-
r150
(Added ability to change the name of the archive templates.) committed by digitalbricklayer
- Added ability to change the name of the archive templates.
Added ability to change the name of the archive templates.
-
r149
(Test the archive name property) committed by digitalbricklayer
- Test the archive name property
Test the archive name property
-
r148
(Refactored the common elements out of the Archive class into...) committed by digitalbricklayer
- Refactored the common elements out of the Archive class into an ArchiveTemplate class. Each archive
now has a reference to its archive template.
Refactored the common elements out of the Archive class into an ArchiveTemplate class. Each archive
now has a reference to its archive template.
-
r147
(The data source name can now be changed. Changing the data s...) committed by digitalbricklayer
- The data source name can now be changed. Changing the data source name is only supported inside the
framework, no PowerShell support has been added.
The data source name can now be changed. Changing the data source name is only supported inside the
framework, no PowerShell support has been added.
-
r146
(The database title can now be changed using the framework. T...) committed by digitalbricklayer
- The database title can now be changed using the framework. The PowerShell end is not implemented as
yet.
The database title can now be changed using the framework. The PowerShell end is not implemented as
yet.
-
r145
(No need to call close and dispose on the FileStream objects.) committed by digitalbricklayer
- No need to call close and dispose on the FileStream objects.
No need to call close and dispose on the FileStream objects.
-
r144
(Cleaned up some memory leaks on the file streams.) committed by digitalbricklayer
- Cleaned up some memory leaks on the file streams.
Cleaned up some memory leaks on the file streams.
-
r143
(Removed the PowerShell provider. Just use cmdlets to interac...) committed by digitalbricklayer
- Removed the PowerShell provider. Just use cmdlets to interact with the database.
Removed the PowerShell provider. Just use cmdlets to interact with the database.
-
r142
(Removed the proxy objects from the PowerShell snap-in. Remov...) committed by digitalbricklayer
- Removed the proxy objects from the PowerShell snap-in. Removed the chart cmdlet. The chart cmdlet
needs to be merged into the main snap-in.
Removed the proxy objects from the PowerShell snap-in. Removed the chart cmdlet. The chart cmdlet
needs to be merged into the main snap-in.
-
r141
(Removed a commented out line...) committed by digitalbricklayer
- Removed a commented out line...
Removed a commented out line...
-
r140
(Tidied up the exception handling in BinaryFileTimeSeriesData...) committed by digitalbricklayer
- Tidied up the exception handling in BinaryFileTimeSeriesDatabaseDao.Lock
Tidied up the exception handling in BinaryFileTimeSeriesDatabaseDao.Lock
-
r139
(Fixed the detection of orphan lock file code. The ThreadedDa...) committed by digitalbricklayer
- Fixed the detection of orphan lock file code. The ThreadedDatabaseFixture.TestParrallelReadWrite
test was broken.
Fixed the detection of orphan lock file code. The ThreadedDatabaseFixture.TestParrallelReadWrite
test was broken.
-
r138
(Added a test for the boundary condition of a lock file being...) committed by digitalbricklayer
- Added a test for the boundary condition of a lock file being orphaned
Added a test for the boundary condition of a lock file being orphaned
Older
|