Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OpenTTD/aws-infra
base: e1b144c2e7be
Choose a base ref
...
head repository: OpenTTD/aws-infra
compare: 6ba7e83af490
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 10, 2020

  1. Add: remove the "aws.openttd.org" domain alias

    As we now run on the DNS of AWS itself, there is no longer any
    need for aws.openttd.org to exist. Before it was used to CNAME
    from the old DNS to AWS DNS, so:
    
     www.openttd.org -> www.aws.openttd.org -> ALB
    
    As AWS services update the AWS DNS, that was needed in order to
    work with deployments from CDK. As we are now migrated to Route53
    as our primary DNS, nothing is CNAMEing to aws.openttd.org anymore.
    TrueBrain committed Nov 10, 2020
    Copy the full SHA
    8160c89 View commit details
    Browse the repository at this point in the history
  2. Fix: remove AWSALB cookie from our traffic

    Although it can be useful to have sessions to be sticky, it also
    means we get questions why we have a cookie in all our requests.
    As we rather prevent showing a cookiebanner telling about it, it
    is just easier to remove it.
    
    During a deployment a user can flip/flop between a new version
    of the site and an old version, which might give unexpected
    results. As these moments are far apary, the impact should be
    very very minimal.
    TrueBrain committed Nov 10, 2020
    Copy the full SHA
    dc36947 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Copy the full SHA
    bfe5b63 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6ba7e83 View commit details
    Browse the repository at this point in the history