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
98 commits
Select commit Hold shift + click to select a range
ba90ab1
Add Dev Docker setup for TO
ocket8888 Sep 9, 2021
29867aa
Add CiaB-dev docker-compose file
ocket8888 Sep 9, 2021
4fa6840
Add resetting the database on TO startup
ocket8888 Sep 10, 2021
dda3050
Mount all of ATC as a volume, fix pg connection settings
ocket8888 Sep 10, 2021
b22754a
Make the top-level Makefile build stuff
ocket8888 Sep 10, 2021
c72e94d
Add setting up Traffic Vault
ocket8888 Sep 10, 2021
121fdd8
Add TO live-reloading on changes to source files
ocket8888 Sep 10, 2021
ff2b651
Fix debugging port not exposed
ocket8888 Sep 10, 2021
fc6f4bd
move dev materials to a dedicated structure
ocket8888 Sep 10, 2021
b647ffd
Add a live-reloading TP container to the dev environment
ocket8888 Sep 10, 2021
e6d8297
Add a live-reloading TPv2 container to the dev environment
ocket8888 Sep 10, 2021
e76c20d
Set TO timeouts longer so debugging doesn't cause 500s
ocket8888 Sep 10, 2021
a1ac9d5
Add a live-reloading TM container to the dev environment
ocket8888 Sep 10, 2021
d957571
Seed enough data for valid monitoring snapshots to be taken
ocket8888 Sep 10, 2021
a6720e7
fix snapshot backup files in nonexistent dir
ocket8888 Sep 10, 2021
dc03710
Add T3C makefile
ocket8888 Sep 12, 2021
cff3d0f
Remove extraneous option to $(RM) in t3c makefile
ocket8888 Sep 13, 2021
cf6800f
Fix TO building too much
ocket8888 Sep 13, 2021
6fd57ab
Add "live"-reloading t3c container to the dev environment
ocket8888 Sep 13, 2021
2a019fc
add a dev env shell script file that defines dev functions
ocket8888 Sep 13, 2021
7b38e86
add master 'atc' command
ocket8888 Sep 14, 2021
3542a68
Fix port exposures, add env vars to Dockerfiles
ocket8888 Sep 14, 2021
bdb7448
Add trafficrouter service
ocket8888 Sep 14, 2021
297d1a2
Fix TR service catalina not running
ocket8888 Sep 14, 2021
93ce66b
bump Tomcat version to one that's supported
ocket8888 Oct 25, 2021
47c0e95
Add explicit build command
ocket8888 Oct 29, 2021
61a76d5
Add -w/--wait to atc ready which blocks until ATC is read, and -h to …
ocket8888 Oct 29, 2021
9427a74
Remove invalid make targets
ocket8888 Oct 29, 2021
8dd0ea5
Add TR configuration files
ocket8888 Nov 1, 2021
93e4283
Fix license issues
ocket8888 Jan 31, 2022
11c5f40
Remove development assets from CiaB workflow trigger paths
ocket8888 Feb 1, 2022
8375e9f
Replace ENTRYPOINT with CMD
ocket8888 Feb 1, 2022
7745b63
Fix non-bash-compliance in atc dev script file
ocket8888 Feb 1, 2022
9263c95
Add license header to TR SSL certificate
ocket8888 Feb 1, 2022
32b2f3e
Allow ATS build to run multiple processes
ocket8888 Feb 1, 2022
a41a6fc
Speed up atc-down by killing first
ocket8888 Feb 1, 2022
83642ba
Fix spelling error
ocket8888 Feb 1, 2022
a2c071d
Fix TP and TPv2 modifying package-lock.json
ocket8888 Feb 1, 2022
6a683ba
Remove unused layer/dependencies from legacy TP
ocket8888 Feb 1, 2022
1b471b0
Fix incorrect/broken Tomcat download URL
ocket8888 Feb 1, 2022
b9809b8
Switch log4j to new config file format
ocket8888 Feb 2, 2022
bbbe7d5
Upgrade Java to 11
ocket8888 Feb 2, 2022
3483e84
Fix Traffic Router not working
ocket8888 Feb 2, 2022
0645813
Upgrade ATS to version 9.1.1 and fix crashing
ocket8888 Feb 2, 2022
9438586
Add missing required user fields
ocket8888 Feb 2, 2022
a14209a
Fix cache server having an un-poll-able Profile
ocket8888 Feb 2, 2022
b5f5003
Switch everything from using the ALL CDN to a new dev CDN
ocket8888 Feb 2, 2022
64a7ce5
Add initial CDN snapshot
ocket8888 Feb 2, 2022
706d3aa
Fix default tomcat webapps not being removed
ocket8888 Feb 3, 2022
88cb1c7
Simplify repetitive commands
ocket8888 Feb 3, 2022
a1a9e07
Fix incorrect TR config linking
ocket8888 Feb 3, 2022
115734f
Remove docs from t3c debug build target
ocket8888 Feb 3, 2022
b13ae3f
Add built tc-health-client binary to gitignore
ocket8888 Feb 3, 2022
762a99f
Use repo's .m2 maven cache
ocket8888 Feb 8, 2022
19faafb
Use environment variables to set Go version for Go components
ocket8888 Feb 14, 2022
88dd794
Don't mask attempts to delete non-existent files/directories
ocket8888 Feb 14, 2022
9cece7a
Set CATALINA_BASE how TR wants it
ocket8888 Feb 14, 2022
20f4cf6
Don't remove files that don't need to be removed
ocket8888 Feb 14, 2022
5ba315c
Use symlink instead of a .war file
ocket8888 Feb 14, 2022
6a574b3
Add lib symlink so Tomcat can load TR
ocket8888 Feb 14, 2022
41430ba
Fix JDPA port specification
ocket8888 Feb 14, 2022
ccd7262
Remove unused file
ocket8888 Feb 14, 2022
bb06c90
Fix TM properties path
ocket8888 Feb 14, 2022
942b7f8
Fix creating a ton of things owned by root in the TR container
ocket8888 Feb 14, 2022
14e80ee
Switch to a network instead of domains
ocket8888 Feb 14, 2022
a835be9
Add a polling URL for the GeoIP2 database
ocket8888 Feb 14, 2022
3ec31eb
Add README
ocket8888 Feb 14, 2022
072fb69
Fix .env not covered by licensing
ocket8888 Feb 14, 2022
a426aaa
Fix inserting GLOBAL profile that already exists
ocket8888 Feb 18, 2022
5ec6c89
Add geolocation db polling url to initial snapshot
ocket8888 Feb 21, 2022
3718d15
Remove unnecessary maven step
ocket8888 Feb 21, 2022
69149d1
Fix file path on geolocation polling url in Snapshot
ocket8888 Feb 21, 2022
8a513af
Add necessary package target to maven command
ocket8888 Feb 21, 2022
cbdde0c
Add coveragezone polling url
ocket8888 Feb 21, 2022
c06eec4
Add TR as an actual server, to make the Snapshot valid.
ocket8888 Feb 23, 2022
4ea13ec
Add TR output files for the dev environment to .gitignore
ocket8888 Feb 23, 2022
c040118
Fix missing "global" Parameter for TO hostname.
ocket8888 Feb 23, 2022
2ae2d3e
Fix incorrect HTTPS cert path
ocket8888 Feb 23, 2022
19bf1d9
remove unused code
ocket8888 Feb 23, 2022
51de2ba
Add TR to the README
ocket8888 Feb 23, 2022
46b38a3
Fix spelling error
ocket8888 Feb 23, 2022
477a367
Fix `atc-restart` only respecting args for the `start` portion
ocket8888 Feb 23, 2022
10b16b3
Fix non-idempotent database seeding
ocket8888 Feb 23, 2022
5e2f359
Add proper documentation
ocket8888 Feb 23, 2022
fff9a77
Fix TR working directory
ocket8888 Feb 23, 2022
c92a9f8
Fix incorrect build directory
ocket8888 Feb 23, 2022
49781eb
Fix user ID not properly set in Traffic Router to avoid inaccessible …
ocket8888 Feb 23, 2022
bd28407
Add setting/exporting UID and USER for systems/shells that don't set/…
ocket8888 Feb 23, 2022
e24c2ee
Add TR logs to gitignore
ocket8888 Feb 23, 2022
b215638
Set default user identification values
ocket8888 Feb 23, 2022
3a70eed
Add more info to TR logs
ocket8888 Feb 23, 2022
c5de27f
Fix TR not able to find its logging configuration
ocket8888 Feb 23, 2022
a27b0fc
Remove extraneous escapism
ocket8888 Feb 24, 2022
93ac83c
Add 'clean' target to Makefile to destroy built binaries
ocket8888 Feb 24, 2022
5619116
Change DS XMLID to dev-ds and add coveragezone file
ocket8888 Feb 24, 2022
7b90add
Fix using apparently invalid latitude/longitude
ocket8888 Feb 24, 2022
504dd68
Fix DS not associated with edge server
ocket8888 Feb 24, 2022
a1e9dff
fix cached snapshot not updated for recent changes
ocket8888 Feb 24, 2022
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
5 changes: 5 additions & 0 deletions .dependency_license
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ traffic_router/core/src/test/resources/api/2.0/cdns/name/thecdn/sslkeys(-missing
traffic_router/core/src/test/resources/api/2.0/steering*, Apache-2.0
traffic_router/core/src/test/resources/api/2.0/federations/all, Apache-2.0
BUILD_NUMBER$, Apache-2.0
\.jks, Apache-2.0 # Java Key Store

# Images, created for this project or used under an Apache license.
^misc/logos/ATC-PNG\.png, Apache-2.0
Expand Down Expand Up @@ -159,3 +160,7 @@ GeoLite2-City.mmdb.gz, !MIT
/Roboto\.ttf$, Apache-2.0
/Roboto\.\d+\.ttf$, Apache-2.0
/MaterialIcons.ttf$, Apache-2.0

# Files that have content generated - not written - by code already covered
# under its own licenses terms.
^\.env$, Apache-2.0
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GO_VERSION=1.17.6
Loading