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: golang/appengine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: golang/appengine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.2
Choose a head ref
  • 10 commits
  • 62 files changed
  • 7 contributors

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    bbd66e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Configuration menu
    Copy the full SHA
    5a029e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e005424 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    da036ec View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Fix golang/appengine CI (#280)

    With google-github-actions/setup-gcloud#539, they broke Github workflows
    specifying the "master" branch ahead of the rename of the branch to
    'main'.
    bsiegert authored Apr 4, 2022
    Configuration menu
    Copy the full SHA
    ca3835e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    0c7f7a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    65ad43f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    1f27190 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. allow API calls without GAE context (#284)

    The ApiHost used to require a security ticket for all API calls, so the
    client side code used to be able to assume that  any request without one
    was invalid and reject it. The backend now is able to handle requests
    without security tickets in many cases, so the client side check is now
    just getting in the way. This change removes that check and lets the
    backend attempt to handle all requests.
    
    The way the client implementation happened to require a security ticket
    was actually by requiring a GAE context. This change removes that
    constraint as well and removes the now-unecessary BackgroundContext.
    zevdg authored Jul 18, 2022
    Configuration menu
    Copy the full SHA
    37ff2b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. Security Vulnerability Upgrading golang.org/x/text (#287)

    * Security Vulnerability Upgrading golang.org/x/text from v0.3.2 to v0.3.7
    
    * Testing signed commit
    ybocalandro authored Aug 5, 2022
    Configuration menu
    Copy the full SHA
    d981f2f View commit details
    Browse the repository at this point in the history
Loading