518c0a9129
removed release notes to get a build?
2017-06-16 15:55:31 +01:00
88698d487f
Merge pull request #26 from TomPallister/develop
...
merge newest code
2017-06-12 09:09:25 +08:00
6c1b95f95b
fixed some broken tests due to recent merges!
2017-06-10 15:52:31 +01:00
190c967655
Merge branch 'master' into develop
2017-06-10 15:20:37 +01:00
6648263ef8
Merge pull request #105 from geffzhang/develop
...
I've applied Ocelot to the product,bug fixed
2017-06-10 15:19:47 +01:00
6ff976f964
Merge pull request #104 from juancash/checking-identity-server
...
Identity Server - Check's issues with Audience and AllowedScopes
2017-06-10 15:16:15 +01:00
47e56039de
Merge pull request #99 from binarymash/feature/macBuild
...
Fixes to get build running again on macOS.
2017-06-10 15:07:43 +01:00
c8564d81e1
Merge pull request #97 from juancash/case-sensitive-routing-fix
...
Updated CharactersDontMatch method
2017-06-10 14:31:23 +01:00
4d8da86950
refactor: Refactor HttpClientHttpRequester Httpclient queue
2017-06-03 22:57:45 +08:00
0b09644d7e
Fix Ratelimit every day, every minute, every hour logic bugs
2017-06-03 22:51:11 +08:00
02162dd7a6
RoundRobin loadblancer cause config error https://github.com/TomPallister/Ocelot/issues/103
2017-06-03 22:32:47 +08:00
efa68e9949
Allowed scopes checking added to AuthorisationMiddleware.
...
Acceptance tests added.
2017-05-31 18:27:28 +01:00
07671b8fdb
Updated all IdentityServer packages.
2017-05-19 14:46:25 +01:00
7748262ecf
Updated IdentityServer4.AccessTokenValidation package from 1.0.2 to 1.2.0.
...
The removed version had a known issue with the audience check.
2017-05-19 11:49:35 +01:00
488aa97342
Removed unnecessary IdentityServer4 nuget package.
2017-05-19 11:41:38 +01:00
54db27100d
Merge pull request #25 from TomPallister/develop
...
merge newest code
2017-05-18 08:45:50 +08:00
30a5227e1e
Adds two acceptance tests that checks two scenarios:
...
- Get 401 when we do a request to api with a token issued to other api
- Get 403 when we do a request to scope not allowed
2017-05-17 15:06:21 +01:00
f452e8ea86
Fixes to get build running again on macOS. Basically, re-applying changes from #41
2017-05-10 21:23:36 +01:00
89375111fc
Merge pull request #94 from juancash/multipleUpstreamHttpMethod
...
Set multiple verbs in the UpstreamHttpMethod property
2017-05-09 21:59:12 +01:00
64814358fa
Merge pull request #96 from binarymash/feature/testCoverage
...
Test coverage reporting
2017-05-09 20:38:56 +01:00
e9ab5d64ea
Not sure how I missed the acceptance test xunit update on the last commit. And, improve logging around test coverage.
2017-05-09 20:33:21 +01:00
944e96c4f8
update to latest xunit prerelease
2017-05-09 19:44:47 +01:00
ac49022274
Updated CharactersDontMatch method.
...
At this point the comparer must ignore case sensitive.
2017-05-09 19:02:26 +01:00
e34317a539
Update README.md
2017-05-09 17:43:15 +01:00
28de6f2fbf
Oops. Forgot to do this switcheroo after testing locally.
2017-05-09 13:06:54 +01:00
0507806aae
Rough first go at test coverage. Might need tidying up.
2017-05-06 17:53:44 +01:00
24f7b9a171
UpstreamHttpMethod property (of class FileReRoute) changes from string to List<string>.
2017-05-05 11:47:28 +01:00
e91da1ac23
Add the possibility of set mutiple verbs in the UpstreamHttpMethod property.
...
Add UnitTests and AcceptanceTests to try this feature.
2017-05-04 10:56:16 +01:00
f0205758ba
Update README.md
2017-04-29 12:08:32 +01:00
be3a2fb6ed
Change to fix issue not setting content type header
2017-04-28 13:04:40 +01:00
c76fa1e5fb
Merge pull request #24 from TomPallister/develop
...
mergeNewestcode
2017-04-24 07:16:26 +08:00
1a76c9fbd9
Merge branch 'master' into develop
2017-04-23 15:40:50 +01:00
11f5aa08ee
Merge pull request #89 from juancash/placeholder_for_final_url_path
...
Use final paths in the reroutes of configuration.json file.
2017-04-23 15:38:56 +01:00
6510f173b9
Adds an acceptance test to check the use of placeholder for a final url path.
2017-04-22 22:06:00 +01:00
c7d45022af
Merge pull request #88 from binarymash/feature/RequestMutation
...
Feature/request mutation
2017-04-21 16:22:08 +01:00
b8ee43c737
Adds the posibility of use final paths in the reroutes of configuration.json file.
...
Adds a unit test method to test the functionality.
2017-04-20 11:05:46 +01:00
80e728aa00
Made changes based on PR comments. Also added lots more tests!
2017-04-19 20:12:08 +01:00
878eacf1db
Remove obsolete code
2017-04-18 15:35:54 +01:00
a1c6ab4ce4
Get rest of unit tests working
2017-04-18 15:16:27 +01:00
7c1a277147
Fixed some unit tests
2017-04-18 14:05:15 +01:00
8b93f44077
Fix request id middleware
2017-04-18 11:05:37 +01:00
da922c0e04
Initial mapping of request
2017-04-18 10:13:10 +01:00
eeb8f691c7
Very hacky proof of concept
2017-04-17 21:25:04 +01:00
637d93dc4b
Use DiagnosticListner for middleware logging
...
Instead of each middleware having to log that it has started and ended,
the DianosticListner package allows for capturing of these events in a
lightwieght manner.
This commit implements this and removes unncessary logging from most
middleware.
2017-04-17 11:23:34 +01:00
8533186cf0
Merge pull request #23 from TomPallister/develop
...
config_in_consul
2017-04-17 11:24:00 +08:00
8d31b40c21
Merge pull request #85 from TomPallister/feature/config-in-consul
...
added a new implementation that stores the ocelot config in consul kv…
2017-04-16 19:45:54 +01:00
c3cd181b90
added a new implementation that stores the ocelot config in consul kv store, had to change some major things and add cache settings as default
2017-04-16 19:35:59 +01:00
34070021ce
Merge pull request #21 from TomPallister/develop
...
refactor httpclientcache
2017-04-06 07:46:11 +08:00
ab9c8e30b2
Merge pull request #82 from geffzhang/HttpClientPerformance
...
Http client performance looks good!
2017-04-05 06:48:54 +01:00
81e2e8a5be
refactor : ConcurrentDictionary and ConcurrentQueue replace MemoryCache for cache HttpClient
2017-04-04 16:06:27 +08:00