This repository was archived by the owner on Nov 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 353
Convert Traffic Ops into a Service Oriented architecture(SOA) product #6754
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
0528d10
initial changes
srijeet0406 6c6c3e0
working changes
srijeet0406 2ca9b3d
formatting and cleanup
srijeet0406 04b8c73
cleanup
srijeet0406 73aa56f
adding log handlers
srijeet0406 93e31ef
add dcos, cleanup
srijeet0406 d8726b6
add todos
srijeet0406 af799c8
add todos
srijeet0406 019a610
cleanup config
srijeet0406 a26a100
add insecure option to backend config
srijeet0406 b20595e
Adding proper log handlers
srijeet0406 62ff40a
remove priv level from backend config
srijeet0406 889c04d
code review first pass
srijeet0406 2bff46f
code review fixes final
srijeet0406 0361219
change log call
srijeet0406 feb07ab
change mutex type
srijeet0406 a657646
Merge branch 'master' into soa_attempt_2
srijeet0406 ae2cbf9
addressing code review comments
srijeet0406 6e3bdb0
change regex handling
srijeet0406 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| { | ||
| "routes": [ | ||
| { | ||
| "path": "^/api/4.0/foo?$", | ||
| "method": "GET", | ||
| "hosts": [ | ||
| { | ||
| "protocol": "https", | ||
| "hostname": "localhost", | ||
| "port": 8444 | ||
| }, | ||
| { | ||
| "protocol": "https", | ||
| "hostname": "localhost", | ||
| "port": 8445 | ||
| } | ||
| ], | ||
| "insecure": true, | ||
| "permissions": [ | ||
| "CDN:READ" | ||
| ], | ||
| "routeId": 123456, | ||
| "opts": { | ||
| "alg": "roundrobin" | ||
| } | ||
| }, | ||
| { | ||
| "path": "^/api/4.0/foos?$", | ||
| "method": "GET", | ||
| "hosts": [ | ||
| { | ||
| "protocol": "https", | ||
| "hostname": "localhost", | ||
| "port": 8444 | ||
| }, | ||
| { | ||
| "protocol": "https", | ||
| "hostname": "localhost", | ||
| "port": 8445 | ||
| } | ||
| ], | ||
| "insecure": true, | ||
| "permissions": [ | ||
| "CDN:READ" | ||
| ], | ||
| "routeId": 123457, | ||
| "opts": { | ||
| "alg": "roundrobin" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "routes": [], | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.