Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
488189f
Sort tc.CRConfigDeliveryService fields
zrhoffman Apr 27, 2020
d6739f8
Sort CRConfigDeliveryService query/scan by column name
zrhoffman Apr 27, 2020
0b71e8f
Add contentServers capabilities to CRConfig
zrhoffman Apr 27, 2020
a5b76b5
Add requiredCapabilities and topology fields to deliveryServices section
zrhoffman Apr 27, 2020
760d6e1
Add topologies section to CRConfig
zrhoffman Apr 27, 2020
322fc09
Add requiredCapabilities field to DeliveryService
zrhoffman May 5, 2020
8f4058d
Add capabilities field to Cache
zrhoffman May 5, 2020
d522946
Add topology field to DeliveryService
zrhoffman May 5, 2020
669bd23
Assign a delivery service to all servers in its topology that have its
zrhoffman May 5, 2020
b75109d
Add Apache license header
zrhoffman May 27, 2020
b8cbd20
Test whether server capabilities are a superset of required capabilities
zrhoffman Jun 4, 2020
1025e3f
Expand wildcard imports
zrhoffman Jun 4, 2020
a0b28f7
Defer row-closing
zrhoffman Jun 4, 2020
3c2e856
Move license header
zrhoffman Jun 4, 2020
4dae880
Cache Group -> Cache Server
zrhoffman Jun 4, 2020
e98c07a
Different server capability
zrhoffman Jun 8, 2020
a5cb269
Fix imports and class members that broke in the rebase
zrhoffman Jun 10, 2020
c6b7ed4
Generate delivery service server FQDN for DeliveryServiceReference
zrhoffman Jun 15, 2020
c63191d
Add DeliveryServiceReferences to the Cache
zrhoffman Jun 15, 2020
992516b
Fix ConfigHandlerTest imports
zrhoffman Jun 15, 2020
705bca4
Remove redundant parentheses
zrhoffman Jun 16, 2020
af6c35e
Associate delivery service URLs with the correct delivery service for
zrhoffman Jun 18, 2020
2e509d4
Do not create DeliveryServiceReferences for aliases
zrhoffman Jun 18, 2020
35f96f5
Prefix routing name for DNS DS, not XML ID
zrhoffman Jun 19, 2020
18f2f3a
Correct alias-detecting condition for DNS delivery services
zrhoffman Jun 19, 2020
f62d2f7
Precompile wildcard-matching pattern for reuse
zrhoffman Jun 19, 2020
1f9d31e
Filter DeliveryServiceMatchers by the DS's xmlId
zrhoffman Jun 23, 2020
067427f
Include a more readable version of the regex and explain it
zrhoffman Jun 23, 2020
68c2181
Extend mocks for ConfigHandlerTest.itParsesTheTopologiesConfig()
zrhoffman Jun 24, 2020
e162d16
Only initialize `tld` if `domain` is non-null
zrhoffman Jun 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
- Traffic Portal: Added the ability to create, read, update and delete flexible topologies.
- Traffic Portal: Added the ability to assign topologies to delivery services.
- Traffic Portal: Added the ability to view all delivery services and cache groups associated with a topology.
- Traffic Router: Added support for topology-based delivery services
- Updated /servers/details to use multiple interfaces in API v3
- Added [Edge Traffic Routing](https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_router.html#edge-traffic-routing) feature which allows Traffic Router to localize more DNS record types than just the routing name for DNS delivery services
- Astats csv support - astats will now respond to `Accept: text/csv` and return a csv formatted stats list
Expand Down
Loading