Tim Hess
|
10e4b150a5
|
OAuth Connector should respect setting validateCertificates or validate_certificates
|
2018-01-26 12:11:55 -06:00 |
Tim Hess
|
20565805f9
|
Rename all the Rabbits to RabbitMQ [Delivers #151134032]
|
2017-12-18 16:05:58 -06:00 |
Tim Hess
|
75477708ef
|
Add some more MySql connection options (resolves #7), add xml comments file to ConnectorCore, other misc cleanup
|
2017-12-18 13:48:56 -06:00 |
Dave Tillman
|
43cc2bcf88
|
Change Connector package name to ConnectorBase
|
2017-12-16 10:43:02 -07:00 |
Dave Tillman
|
57b578a8dc
|
Remove registerInterface parameter
|
2017-12-14 08:26:10 -07:00 |
Dave Tillman
|
193238f605
|
Fix appeyor packages
|
2017-12-13 16:02:24 -07:00 |
Dave Tillman
|
47234dec43
|
Add Stylecop
|
2017-12-13 15:52:10 -07:00 |
Tim Hess
|
5a043c731f
|
Re-enable registration of implementations, still register interfaces but now allow disabling
[Finishes #153216817]
|
2017-11-28 16:16:56 -06:00 |
Tim Hess
|
2fef2a5fbd
|
Register Implementations to their Interfaces
[Finishes #153216817]
|
2017-11-28 15:00:36 -06:00 |
Dave Tillman
|
53ce010870
|
Change Redis container servicelifetime back to Singleton
|
2017-10-29 13:41:14 -06:00 |
Tim Hess
|
86cc88570b
|
Don't run EF6 tests in Travis as net461 isn't supported there
|
2017-10-19 17:08:19 -05:00 |
Tim Hess
|
c02d244cb0
|
expanded definition of a SqlServer URI so it will work with user-provided services
|
2017-10-19 16:28:46 -05:00 |
Tim Hess
|
19278279bf
|
CI updates
|
2017-10-19 12:15:13 -05:00 |
Tim Hess
|
d62be73a9c
|
add a test for crunchy-postgres
|
2017-10-19 11:58:57 -05:00 |
Tim Hess
|
d9c816de78
|
mis-merged items
|
2017-10-18 14:02:10 -05:00 |
Tim Hess
|
07bc89f8ef
|
merge
|
2017-10-18 13:54:35 -05:00 |
Tim Hess
|
5f3e183291
|
Detect services bound by Cloud Foundry and prevent ConnectionString value overriding them. Add a couple helper methods to reduce duplication of setup efforts in tests
|
2017-10-18 13:52:21 -05:00 |
Dave Tillman
|
335f8f4813
|
Changes needed to adapt to CloudFoundry config refactoring
|
2017-10-18 06:39:26 -06:00 |
Tim Hess
|
a4911e9dcf
|
updated Steeltoe.Configuration package, 29 tests broken
|
2017-10-17 17:49:06 -05:00 |
Tim Hess
|
6111b58984
|
style cleanup, add package info to new projects
|
2017-10-17 15:19:07 -05:00 |
Tim Hess
|
f420389b4d
|
undo a couple more namespace changes
|
2017-10-17 12:02:10 -05:00 |
Tim Hess
|
9a3d0f868c
|
EF6 DI items to ConnectorCore and remaining 2 items to Connector. reverse several namespace changes
|
2017-10-17 11:56:35 -05:00 |
Tim Hess
|
e950679460
|
register Redis connections to their interface types instead of implementation types, bump MySqlEFCoreVersion to 2.0.0 in dev.props file
|
2017-10-17 11:50:25 -05:00 |
Tim Hess
|
23261d41aa
|
Remove dependency on Redis nuget packages in Connector, fix potential index out of bounds in ConnectorHelpers when assemblies and types aren't 1:1
|
2017-10-16 15:21:29 -05:00 |
Tim Hess
|
68ccff491a
|
condense projects to prevent exponential scale-out when splitting out DI code, simplify tests to use inmemory collections instead of writing config files to disk and reading them back in
|
2017-10-12 15:39:06 -05:00 |
Tim Hess
|
9da3e9ba46
|
Merge branch 'codeanalyzer' into refactor
|
2017-10-11 16:26:39 -05:00 |
Tim Hess
|
8ecb1b9e5c
|
merge latest from dev
|
2017-10-11 15:33:17 -05:00 |
Tim Hess
|
e7a4990d22
|
Stylecop compliance - some capitalization and fields must be private
|
2017-10-11 15:01:45 -05:00 |
Tim Hess
|
7fe8a7ac71
|
move to projects for EF6 & EFCore with connector POCOs in the Connector project instead of a project/package per RDBMS with EF extensions sprinkled in
|
2017-10-09 16:49:37 -05:00 |
Tim Hess
|
274d0e9c4c
|
remove stylecop for now
|
2017-10-06 11:25:42 -05:00 |
Tim Hess
|
1ab7877ad1
|
merge from dev
|
2017-10-06 11:12:49 -05:00 |
Tim Hess
|
559ff17470
|
Merge pull request #11 from tillig/issue-9
Configuration extensions for RedisServiceConnectorFactory creation
|
2017-10-06 11:01:25 -05:00 |
Tim Hess
|
7d48b2e580
|
allow Test projects to have multiple classes in one file (for now). match file names to class names
|
2017-10-06 10:31:22 -05:00 |
Tim Hess
|
caaf845b88
|
dialing in and complying with more stylecop rules
|
2017-10-06 10:22:40 -05:00 |
Tim Hess
|
f389a3b818
|
additional stylecop compliance and coverage with license headers, ordering within files
|
2017-10-05 17:14:04 -05:00 |
Tim Hess
|
34ffacd8b2
|
More non-functional, mostly whitespace and ordering fixes. Add a rule to enforce file header with hardcoded copyright date and license
|
2017-10-05 15:04:22 -05:00 |
Tim Hess
|
338b9b882d
|
Non-functional changes: whitespace cleanup, sorting usings, use string instead of String, always use braces
|
2017-10-05 11:50:49 -05:00 |
Tim Hess
|
1ed0776de5
|
add stylecop nuget package and some rule overrides
|
2017-10-05 11:25:50 -05:00 |
Tim Hess
|
fc583f2f39
|
Merge branch 'dev' of https://github.com/steeltoeoss/connectors into dev
|
2017-09-29 12:59:05 -05:00 |
Tim Hess
|
65fb0fb2ca
|
Merge branch 'master' into dev
|
2017-09-29 12:58:11 -05:00 |
Tim Hess
|
c3563205e8
|
Merge pull request #12 from TimHess/dev
Add a Connector for Sql Server
|
2017-09-29 12:35:05 -05:00 |
Tim Hess
|
c998b30cf2
|
slightly updated docs, include top level readme in solution for easier access
|
2017-09-29 09:08:15 -05:00 |
Tim Hess
|
0379e64278
|
fix data for test of multiple sql server configurations, formatting cleanup, use connectors nuget for ci build of sqlserver instead of project reference
|
2017-09-29 08:49:03 -05:00 |
Tim Hess
|
e98de60dfe
|
add ef6 support for SQL Server
|
2017-09-28 16:35:16 -05:00 |
Tim Hess
|
9ae77dd4b0
|
enable `dotnet xunit`
|
2017-09-28 15:17:23 -05:00 |
Tim Hess
|
f0d24f4004
|
add SqlServer projects to CI
|
2017-09-28 14:58:19 -05:00 |
Tim Hess
|
d3d5a04869
|
merge latest
|
2017-09-26 14:57:57 +00:00 |
Dave Tillman
|
03e64358cd
|
Update version to 2.0.0
|
2017-09-24 08:18:08 -06:00 |
Dave Tillman
|
d82b447eef
|
Update to version 2.0.0
|
2017-09-24 08:04:57 -06:00 |
Dave Tillman
|
5b2d55331f
|
Merge branch 'dev'
|
2017-09-22 10:50:28 -06:00 |