-
Notifications
You must be signed in to change notification settings - Fork 205
Comparing changes
Open a pull request
base repository: golang/appengine
base: v2.0.2
head repository: golang/appengine
compare: v2.0.3
- 19 commits
- 89 files changed
- 9 contributors
Commits on Oct 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b08cb36 - Browse repository at this point
Copy the full SHA b08cb36View commit details -
This change slipped through the cracks because it was added to v1 after v2 was forked, but before v2 was landed.
Configuration menu - View commit details
-
Copy full SHA for 1bdfe3f - Browse repository at this point
Copy the full SHA 1bdfe3fView commit details
Commits on Nov 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 504804f - Browse repository at this point
Copy the full SHA 504804fView commit details
Commits on Mar 1, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for a1ae214 - Browse repository at this point
Copy the full SHA a1ae214View commit details
Commits on Mar 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 06b058b - Browse repository at this point
Copy the full SHA 06b058bView commit details
Commits on Mar 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4e4a7b2 - Browse repository at this point
Copy the full SHA 4e4a7b2View commit details -
Signed-off-by: cui fliter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59aced7 - Browse repository at this point
Copy the full SHA 59aced7View commit details -
Signed-off-by: cui fliter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9af54ae - Browse repository at this point
Copy the full SHA 9af54aeView commit details
Commits on Mar 16, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 6e2c50e - Browse repository at this point
Copy the full SHA 6e2c50eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 28bf581 - Browse repository at this point
Copy the full SHA 28bf581View commit details -
* Add v2/search * Add v2/search updated license text
Configuration menu - View commit details
-
Copy full SHA for 40eb4d1 - Browse repository at this point
Copy the full SHA 40eb4d1View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 1d09fa9 - Browse repository at this point
Copy the full SHA 1d09fa9View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b75a6de - Browse repository at this point
Copy the full SHA b75a6deView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for f882c63 - Browse repository at this point
Copy the full SHA f882c63View commit details -
all: using the more elegant way to deal milliseconds and nanoseconds (#…
…292) Signed-off-by: cui fliter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d6c353 - Browse repository at this point
Copy the full SHA 9d6c353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917b599 - Browse repository at this point
Copy the full SHA 917b599View commit details
Commits on Mar 23, 2023
-
Add a ci-update-workflow GitHub Actions to update the go-version matr…
…ix (#307) Signed-off-by: Chi Zhang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a858869 - Browse repository at this point
Copy the full SHA a858869View commit details
Commits on Mar 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c82e82 - Browse repository at this point
Copy the full SHA 4c82e82View commit details
Commits on Mar 27, 2023
-
Update go-version matrix (#309)
Signed-off-by: GitHub <[email protected]> Co-authored-by: chizhg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9c3e90 - Browse repository at this point
Copy the full SHA f9c3e90View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.0.2...v2.0.3