File tree
46 files changed
+255
-753
lines changed- .circleci
- .config
- docker
- docs
- building
- introduction
- samples
- AdministrationApi
- OcelotBasic
- OcelotEureka
- ApiGateway
- DownstreamService
- OcelotGraphQL
- OcelotKube
- ApiGateway
- DownstreamService
- OcelotOpenTracing
- OcelotServiceFabric/src
- OcelotApplicationApiGateway
- OcelotApplicationService
- src
- Ocelot
- Ocelot.Administration
- Ocelot.Cache.CacheManager
- Ocelot.Provider.Consul
- Ocelot.Provider.Eureka
- Ocelot.Provider.Kubernetes
- Ocelot.Provider.Polly
- Ocelot.Tracing.Butterfly
- Ocelot.Tracing.OpenTracing
- test
- Ocelot.AcceptanceTests
- Ocelot.Benchmarks
- Ocelot.IntegrationTests
- Ocelot.ManualTest
- Ocelot.UnitTests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+255
-753
lines changedDiff for: .circleci/config.yml
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
|
Diff for: .config/dotnet-tools.json
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + |
Diff for: .dockerignore
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
| 5 | + |
Diff for: Makefile
-24
This file was deleted.
Diff for: Ocelot.sln
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Diff for: README.md
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + | |
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
|
Diff for: build.cake
+5-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
| 2 | + | |
2 | 3 |
| |
3 | 4 |
| |
4 |
| - | |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
82 | 83 |
| |
83 | 84 |
| |
84 | 85 |
| |
85 |
| - | |
| 86 | + | |
86 | 87 |
| |
87 | 88 |
| |
88 | 89 |
| |
89 | 90 |
| |
90 |
| - | |
| 91 | + | |
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
Diff for: build.ps1
-256
This file was deleted.
0 commit comments