jlukawska
263f26ed51
#1115 find available ports to use in acceptance tests
2020-03-06 10:18:21 +01:00
Tom Pallister
fab09ab4dc
updated acceptance and integration tests to use unique ports ( #1091 )
...
* updated acceptance and integration tests to use unique ports
* fix broken travis builds
* fix change port
2020-01-13 20:43:21 +00:00
geffzhang
903b380a5b
update .net core 3.0 RTM ( #1025 )
...
* feat: update to asp.net core 3.0 preview 9
* fix : AspDotNetLogger unittest
* feat: update generic host and useMvc
1、Using 'UseMvc' to configure MVC is not supported while using Endpoint Routing https://github.com/aspnet/AspNetCore/issues/9542
2、 use IHost and IHostBuilder
* feat : update .net core 3.0 rc1
* eureka extension
* fixed logger formatter error
* fixed synchronous operations are disallowed of ReadToEnd method
* fix log tests
* Flush method of FakeStream should do nothing
* Update ContentTests.cs
* Fixed ws tests
* feat: delelte comment code
* feat: update .net core 3.0 RTM
* Update OcelotBuilderTests.cs
* Update .travis.yml
mono 6.0.0 and dotnet 3.0.100
* Update Ocelot.IntegrationTests.csproj
update Microsoft.Data.SQLite 3.0.0
* Update .travis.yml
* feat: remove FrameworkReference
1、 remove FrameworkReference
2、 update package
* add appveyor configuration to use version of VS2019 with dotnet core 3 sdk support
* update obsoleted SetCollectionValidator method
* Swap out OpenCover for Coverlet
* Bump Cake to 0.35.0
* Downgrade coveralls.net to 0.7.0
Fix disposing of PollConsul instance
* Remove environment specific path separator
* Do not return ReportGenerator on Mac/Linux
* Remove direct dependency on IInternalConfiguration
* Fix ordering of variable assignment
* Fix broken tests
* Fix acceptance tests for Consul
2019-10-28 07:24:30 +00:00
Thiago Loureiro
5d82e68534
Removed unused usings, removed empty spaces, removed tons os warnings ( #903 )
2019-05-28 11:00:54 +08:00
Tom Pallister
600732651b
Ive made the acceptance tests share the same builder in an effort to duplicate the linux port in use issue I have when running acceptance tests...seems to have been some use...now to test in CI ( #486 )
2018-07-21 11:24:05 +01:00
Tom Pallister
4c840d40a6
Feature/re route specific handlers ( #269 )
...
* #264 added handlers to config
* #264 added global handlers object and defaut param for method, not sure this is correct api for users yet
* #264 Can now add all sorts of delegating handlers in all sorts of ways
* +semver: breaking #264
2018-03-10 21:02:59 +00:00
Tom Pallister
5e9ee1f2ed
#263 map all content specific headers to downstream request content property, make sure we dont map them to request specific headers, added a gzip encoding acceptance test ( #267 )
2018-03-08 07:32:06 +00:00