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
fe3cf44c45
Upgrade Projects ( #900 )
...
* Upgrade Projects
* Push to trigger builds
* Tried Thread Sleep before deleting file
* FileDeleteTryCatch
* Updated from AspnetCore All to App
* Travis version Upgrade (.net core 2.2)
* dotnet 2.2.105
2019-05-24 10:06:16 +08:00
thiago.azevedo
adbe7a0227
Fixed Microsoft.AspNetCore.All version for security purposes
2018-11-29 12:05:27 +01:00
Tom Gardham-Pallister
e257d82abf
Revert "make sure files are copied for manual tests, was not working"
...
This reverts commit 6f9811cb1ba3235a6cd18406510458384597f340.
2018-08-26 12:38:42 +01:00
Tom Gardham-Pallister
6f9811cb1b
make sure files are copied for manual tests, was not working
2018-08-26 11:56:18 +01:00
Tom Pallister
98ba0271be
Feature/move polly ( #561 )
...
* added delegate to select last handler
* #529 implemented a way we can inject the last delegating handler
* wip - moving code
* #529 removed loads of qos code and moved it into Ocelot.Provider.Polly
2018-08-19 10:14:15 +01:00
Tom Pallister
a91235b405
#529 removed consul deps and introduced delegate to find service discovery provider ( #538 )
2018-08-12 14:46:46 +05:30
Tom Pallister
26ef3faa11
upgraded packages to netcoreapp2.1 Ocelot is still netstandard2.0 ( #455 )
...
* upgraded packages to netcoreapp2.1 Ocelot is still netstandard2.0
* try get latest sdk travis
* try get specific sdk travis
2018-07-11 06:28:08 +01:00
Tom Pallister
1823c832a6
+semver: major merged netstandard2.0 upgrade and updated all packages. Also had to change identity server test due to scope deduping and put a few awaits in.
2018-05-11 07:59:03 +01:00
Tom Pallister
aa55fe34cb
Feature/merge configuration files ( #316 )
...
* #296 renamed configuration.json to ocelot.json in preparation
* removed things we dont need for tests
* another file we dont need
* removed some async we dont need
* refactoring to consolidate configuration code
* removed another pointless abstraction
* #296 started writing merge code
* #296 coming up with ideas for this config merging
* #296 still hacking this idea around
* #296 will now do a crappy merge on the configuration
* #296 change so tests pass on windows
2018-04-17 22:06:41 +01:00
Tom Pallister
982eebfc74
Feature/#295 consul acl ( #307 )
...
* removed file
* updated package
* updated package
* updated package
* updated package
* updated package
* updated package
* updated package
* all packages updated
* #295 can add token to service provider config and this will be used by consul clients to get services and configuration
* #295 wait longer for this test
2018-04-08 15:54:58 +01:00
Tom Pallister
db05935b89
updated not supported with reasons why Ocelot doesnt support swagger ( #258 )
2018-03-05 20:18:58 +00:00
Philip Wood
df86052a31
Add stylecop analyzers with default ruleset
2018-02-25 14:36:33 +00:00
Tom Pallister
3ac9b3bd87
hacked together load balancing reroutes in fileconfig ( #211 )
...
* hacked together load balancing reroutes in fileconfig
* some renaming and refactoring
* more renames
* hacked away the old config json
* test for issue 213
* renamed key
* dont share ports
* oops
* updated docs
* mvoed docs around
* port being used
2018-01-31 20:34:55 +00:00
Tom Gardham-Pallister
3f6f665f93
added cert to manual project for admin area testing
2017-10-29 19:22:25 +00:00
Tom Pallister
1c98dcbca3
updated packages and project versions...12 errors!
2017-09-25 11:53:56 +01:00
TomPallister
cffb8b63d9
blasduihasd
2017-09-21 23:09:36 +01:00
TomPallister
c06b492b46
upgraded to netcoreapp2.0
2017-09-21 23:00:22 +01:00
Tom Gardham-Pallister
ab953f28fd
realised the user can just set the region..delete time
2017-06-28 08:17:48 +01:00
TomPallister
6f65d9bab0
upgraded to vs2017
2017-03-09 17:00:15 +00:00