Simon Gockner
|
432f619771
|
#9: add gBase installer
|
6 years ago |
Simon Gockner
|
9f22255e69
|
#9: add file handling installer
|
6 years ago |
Simon Gockner
|
4596640373
|
#9: add file handler factory
|
6 years ago |
Simon Gockner
|
9a7ad8a93e
|
#9: add factories for gBase base classes
|
6 years ago |
Simon Gockner
|
72defb90a4
|
- add first fileHandler implementation
|
6 years ago |
Simon Gockner
|
55e0010fa9
|
- add gBase base class
|
6 years ago |
Simon Gockner
|
c6376e9d23
|
#9: add LightweightIocContainer:
- add factories
- add installer
- fix test
- use factories in client
|
6 years ago |
Simon Gockner
|
ff6fbfbc67
|
#10: add first dataHandling test
|
6 years ago |
Simon Gockner
|
064140ea41
|
Merge branch 'master' of https://github.com/SimonG96/GBase
|
6 years ago |
Simon Gockner
|
6c070763f4
|
- add documentation .xml
- add missing class and file comments
|
6 years ago |
Simon Gockner
|
326d17974a
|
#9: use lightweightIocContainer
- add factories and installer
- add bootstrapper
- use logging factories
|
6 years ago |
Simon Gockner
|
fcb5d7fd27
|
#9: add lightweightIocContainer
- add interfaces for FileLogger and ConsoleLogger
- add factories
- add installer
|
6 years ago |
Simon Gockner
|
b419d768e6
|
#9: fix namespace
|
6 years ago |
Simon Gockner
|
f17f3a561e
|
#9: rename folder to installers
|
6 years ago |
Simon Gockner
|
e617598b15
|
- update xml
|
6 years ago |
Simon Gockner
|
d091ef7d1e
|
#9: use LightweightIocContainer
- add DataHandlingInstaller
|
6 years ago |
Simon Gockner
|
cbfa772361
|
#10: add class and function comments for dataHandling factories
|
6 years ago |
Simon Gockner
|
6038278a3d
|
#10: update .xml
|
6 years ago |
Simon Gockner
|
4c6775b48d
|
#10: add dataHandling
|
6 years ago |
Simon G
|
cb0edecd37
|
- don't run integrationTest with CI
|
6 years ago |
Simon Gockner
|
648045e5b4
|
- update class and function comments
|
6 years ago |
Simon Gockner
|
70ed41ed54
|
- pass serviceProtocol from clientSettings
|
6 years ago |
Simon Gockner
|
ef569cf9c7
|
- allow net.tcp connection
|
6 years ago |
Simon Gockner
|
1c78174389
|
- update nuget packages
|
6 years ago |
Simon Gockner
|
2e222cda4b
|
- allow net.tcp communication with server
|
6 years ago |
Simon Gockner
|
3b328e41d3
|
- add net.tcp
|
6 years ago |
Simon Gockner
|
b7152a502c
|
- add a small integration test:
Test connects to a local server and just calls a method
|
6 years ago |
Simon Gockner
|
61e0e52ecc
|
- add dummy operation contracts
- addTable returns true for testing
|
6 years ago |
Simon Gockner
|
5b07143e20
|
- add command line params with prefix `--`
- get value without prefix `--`
|
6 years ago |
Simon Gockner
|
07d7e06600
|
- add missing /
|
6 years ago |
Simon Gockner
|
80d160ad16
|
- convert args to real array of strings
|
6 years ago |
Simon Gockner
|
5f74dfe401
|
- add debug args
|
6 years ago |
Simon Gockner
|
f6d4f78c84
|
- use built-in ipAddress.Parse method instead of own
|
6 years ago |
Simon Gockner
|
3436edbe6b
|
- make services disposable
- add services to client interface
|
6 years ago |
Simon Gockner
|
d88ca6be61
|
- add gBase.Client test project
|
6 years ago |
Simon Gockner
|
903cb363c7
|
- add vs code folder
|
6 years ago |
Simon Gockner
|
e3fd540c46
|
- add client xml
|
6 years ago |
Simon Gockner
|
7a1b449d28
|
- move implementation of services from client to extra classes that get called from client
|
6 years ago |
Simon Gockner
|
6686d62821
|
- add methods to handle factories and channels
- implement service interfaces
- add first implementation of a few methods
|
6 years ago |
Simon Gockner
|
a9fde2d98b
|
- update package information
|
6 years ago |
Simon Gockner
|
1051b88539
|
- add services for base, table and entry
|
6 years ago |
Simon Gockner
|
1a3c221b4e
|
- add endpoints for base, table and entry
|
6 years ago |
Simon Gockner
|
4acf0bc23b
|
- add GBaseClient class and interface
|
6 years ago |
Simon Gockner
|
e57c0eb1ab
|
- add serverProtocolEndpointAddress to settings
|
6 years ago |
Simon Gockner
|
5235dcbb80
|
- add @ before server protocol strings
|
6 years ago |
Simon Gockner
|
db97feb6e1
|
- target .net standard 2.1
|
6 years ago |
Simon Gockner
|
eb31c0303d
|
- add GBaseClientSettings
|
6 years ago |
Simon Gockner
|
fa8ef3d286
|
- move serverProtocol to GBase.Api
- inherit ICommunicationSettings base interface
|
6 years ago |
Simon Gockner
|
5ec67ba154
|
- add iCommunicationSettings base interface
|
6 years ago |
Simon Gockner
|
b76d95e08d
|
- pass endpoint to startup via configuration and command line
|
6 years ago |