1
0
mirror of https://github.com/nsnail/Ocelot.git synced 2025-05-14 02:39:29 +08:00

11 Commits

Author SHA1 Message Date
TomPallister
32551624bb wip tests failing 2020-11-27 19:01:27 +00:00
Tom Pallister
3439be8927
Rename all ReRoute to Route to move closer to YARP +semver: breaking 2020-05-23 20:50:05 +01:00
jlukawska
263f26ed51 find available ports to use in acceptance tests 2020-03-06 10:18:21 +01:00
geffzhang
903b380a5b update .net core 3.0 RTM ()
* 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 () 2019-05-28 11:00:54 +08:00
Tom Pallister
a91235b405
removed consul deps and introduced delegate to find service discovery provider () 2018-08-12 14:46:46 +05:30
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 () 2018-07-21 11:24:05 +01:00
Tom Pallister
23c5fcbf91
()
*  added code to request mapper to not automatically add content type and content length headers, .net will automatically try and add these headers in a few circumstances but this solves the 464 issue

*  use seek instead of read on body check for websockets tests

*  ran out of inodes on linux, looks like reloadonchange causes this
2018-07-20 22:32:40 +01:00
Tom Pallister
6793278597
Feature/sticky sessions ()
* started messing around with sticky sessions idea

* more tests for sticky session thing

* more faffing cant make up my mind how to do this

* +semver: breaking added sticky session load balancer and changed way load balancer configuration is set by user

*  made tests BDDFy
2018-04-30 18:55:11 +01:00
Tom Pallister
982eebfc74
Feature/#295 consul acl ()
* removed file

* updated package

* updated package

* updated package

* updated package

* updated package

* updated package

* updated package

* all packages updated

*  can add token to service provider config and this will be used by consul clients to get services and configuration

*  wait longer for this test
2018-04-08 15:54:58 +01:00
Tom Pallister
463a7bdab4
Feature/websockets ()
*  - hacked websockets proxy together

* faffing around

*  hacking away :(

*  websockets proxy middleware working

*  map when for webockets working

*  some test refactor

*  temp commit

*  websockets proxy working, tests passing...need to do some tidying and write docs

*  more code coverage

*  docs for websockets

*  updated readme

*  tidying up after websockets refactoring

*  tidying up after websockets refactoring

*  tidying up after websockets refactoring

* stuck a warning in about logging levels into docs!
2018-03-23 18:01:02 +00:00