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.2
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.3
Choose a head ref
  • 19 commits
  • 89 files changed
  • 9 contributors

Commits on Oct 14, 2022

  1. re-apply PR #232 to v2 (#289)

    zevdg authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    b08cb36 View commit details
    Browse the repository at this point in the history
  2. re-apply PR #235 to v2 (#290)

    This change slipped through the cracks because it was added to v1 after v2 was forked, but before v2 was landed.
    zevdg authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    1bdfe3f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

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

Commits on Mar 1, 2023

  1. remove golang.org/x/net dependency (#295)

    * remove golang.org/x/net dependency
    
    The golang.org/x/net/context package is an alias for stdlib context
    since go1.7 (see https://go-review.googlesource.com/72570)
    
    This patch replaces all uses of it for stdlib context.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    
    * rename App Engine context type to remove import aliases
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    
    ---------
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a1ae214 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

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

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    4e4a7b2 View commit details
    Browse the repository at this point in the history
  2. README.md: fix typo (#288)

    Signed-off-by: cui fliter <[email protected]>
    cuishuang authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    59aced7 View commit details
    Browse the repository at this point in the history
  3. all: fix some comments (#296)

    Signed-off-by: cui fliter <[email protected]>
    cuishuang authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9af54ae View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Install Python2 in base image for DevAppServer tests and change test …

    …matrix for 1.11 and 1.20.x (#304)
    
    * Install python2 needed for the tests.
    
    * Update base image and install python2
    
    * Adding python2
    
    * adding python 2
    
    * Add more go versions to test.
    
    * remove 1.11
    ludoch authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    6e2c50e View commit details
    Browse the repository at this point in the history
  2. just a small refactor of api_test (#291)

    This makes the test more hermetic by avoiding the need to set env vars, and it also avoids some unecessary duplication of test helper logic by leveraging some of aetest's underlying implementation.
    
    This change was originally part of #284, but I split it out because it's not compatible with v1's log flushing tests, and it would have added unecessary noise to that PR.
    zevdg authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    28bf581 View commit details
    Browse the repository at this point in the history
  3. Add v2/search (#297)

    * Add v2/search
    
    * Add v2/search updated license text
    Deleplace authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    40eb4d1 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2 (#299)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1d09fa9 View commit details
    Browse the repository at this point in the history
  5. Run go get google.golang.org/appengine/v2/search (#305)

    * Install python2 needed for the tests.
    
    * Update base image and install python2
    
    * Adding python2
    
    * adding python 2
    
    * Add more go versions to test.
    
    * remove 1.11
    
    * Adding go get google.golang.org/appengine/v2/search missing from previous PR.
    
    * Typo
    ludoch authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b75a6de View commit details
    Browse the repository at this point in the history
  6. build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 (#300)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.6...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f882c63 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d6c353 View commit details
    Browse the repository at this point in the history
  8. Revert "all: using the more elegant way to deal milliseconds and nano…

    …seconds (#292)" (#306)
    
    This reverts commit 9d6c353.
    ludoch authored Mar 16, 2023
    Configuration menu
    Copy the full SHA
    917b599 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

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

Commits on Mar 24, 2023

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

Commits on Mar 27, 2023

  1. Update go-version matrix (#309)

    Signed-off-by: GitHub <[email protected]>
    Co-authored-by: chizhg <[email protected]>
    chizhg and chizhg authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    f9c3e90 View commit details
    Browse the repository at this point in the history
Loading