e7b7538986
Merge branch 'BundleInstaller' into Release0.2
2017-04-15 20:30:13 +01:00
Watts
640ef5f2bf
added debug and release installers build configuration to projects/solution to enable building installers in a complete/single step, to save building them individually.
2017-04-15 20:21:09 +01:00
Watts
101c19e4f4
Implement CreateLog, DeleteLog, UpdateLog methods from interface.
...
include LogSourceDb in project
#29
2017-04-12 22:00:40 +01:00
a23bec7a5d
added files to proj
...
#59
2017-03-08 16:24:20 +00:00
bb1eeed231
reference ConfigurationHandler and update calls to get configurations.
...
removed ConfigMonitor.cs.
#54
2017-03-02 22:04:58 +00:00
9fa97e2fc9
added extra logging to trace blocked swipe data events.
...
#39
2017-02-23 16:56:10 +00:00
ebfced87ee
fix relative file paths (file not found errors).
...
added razor engine to WindowsDataCenter project.
fixed odd logCount errors in spa.js/index.html
2017-02-16 17:07:48 +00:00
38fab21afd
renamed TimeLogDB to TimeLogDb.
...
moved LogDirectionDB to its own file and renamed to LogDirectionDb
2017-02-09 21:33:52 +00:00
1e8d56ab82
csproj update to reference Interfaces and SQLiteRepository implementation.
...
Complete IRepository migration into the ApiControllers.
remove any nuget packages from the packages.config which refer to sqlite and entity framework.
missing csproj update for SQLiteRepository project. Sorry..
2017-01-31 22:09:40 +00:00
bc1947a31f
Move the database calls/procedures out into the SQLiteRepository, IRepository implementation.
...
created SQLiteProcedures to hold all the strings for procs. Constants also serves similar purpose.
renamed Class1 to SQLiteRepository.cs
added all the necessary nuget packages for SQLite.Net-PCL
2017-01-31 21:59:42 +00:00
a0d050acd2
Created the SQLiteRepository stub. ready for implementation..
...
(move to Ninject/Dependency Injection model)
2017-01-31 17:25:01 +00:00