Skip to content

Conversation

joelgerard
Copy link
Collaborator

No description provided.

@joelgerard joelgerard requested a review from squee1945 June 3, 2021 03:15
@google-cla google-cla bot added the cla: yes label Jun 3, 2021
@joelgerard joelgerard requested a review from KaylaNguyen June 3, 2021 03:16
@joelgerard
Copy link
Collaborator Author

Looks like the GH CI is failing. Will fix before merging.

Copy link

@avelino avelino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test fail

main_test.go:92: --- have:

"google.golang.org/appengine"
"google.golang.org/appengine/datastore"
"google.golang.org/appengine/log"

main_test.go:92: --- want:

"google.golang.org/appengine/v2"
"google.golang.org/appengine/v2/datastore"
"google.golang.org/appengine/v2/log"

all imports in main_test.go

@joelgerard joelgerard merged commit 85cafa5 into golang:qa Jun 3, 2021
joelgerard added a commit that referenced this pull request Jun 15, 2021
* Removing old, unsupported APIs (#230)

* Remove the old Search API.

* Remove the old Remote API.

* Remove the old sockets API.

* Delete legacy appengine code (#231)

- Delete all files behind `+build appengine`
- Merge the `*_vm.go` variants with the base files
- `go fix` for context update (TODO: Fix internal/api.go's use of context)
- Update travis config to test new versions

* Remove Query APIs from appengine.log (#233)

Remove deprecated log.Query api from appengine.log

* Update docs (#234)

* Remove the old Search API.

* Remove the old Remote API.

* Remove the old sockets API.

* Temporarily remove blobstore API for v2 preview.

* Revert "Temporarily remove blobstore API for v2 preview."

This reverts commit 169bbdd.

* Update docs for QA.

* Update module API docs to indicate manual_scaling must be used for NumInstances, etc.

* Update module API docs to indicate manual_scaling must be used for NumInstances, etc.

* Remove old interfaces and interfaces that are not recommended (#236)

* Remove the old deprecated channel interface.

* Remove the old deprecated file interface.

* Remove the old deprecated xmpp interface.

* Removing the cloudsql interface, which is not recommended.

* Removing the aebundler interface, which has been deprecated for some time.

* Remove obsolete demo code (#238)

* Remove obsolete demo code. Official appengine sample code referred by doc is in https://github.com/GoogleCloudPlatform/golang-samples

* Replace Logs API with Stdout (#240)

* Removed Logs API.

* Remove dead code.

* Added JSON encoding tests.

* Emit single character severity in JSON message to trigger structured logs handling.

* Prevent timestamp from being emitted on deployed logs.

* Remove superfluous apis (#241)

* Removed protos for channel/search/xmpp.

* Remove protos for socket.

* Add traceID/spanID to structured logs and chunk long logs (#242)

* Moved logging related logic to separate file.

* Added traceID/spanID to structured logs and log chunking.

* Changes from code review.

* Update go.mod for v2

* Revert v2 in the base directory.

* Create the v2 in /v2 and revert the base directory back to 1.6.7 (#243)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy v2/go.mod (#244)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy go.sum

* go mod tidy (#245)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy go.sum

* go mod tidy

Co-authored-by: Steven Buss <sbuss@google.com>
Co-authored-by: Kayla Nguyen <kaylanguyen@google.com>
Co-authored-by: Jason Collins <jason.a.collins@gmail.com>
smooth80 pushed a commit to smooth80stech/app.sneakystreamers that referenced this pull request Jul 1, 2021
* Removing old, unsupported APIs (golang#230)

* Remove the old Search API.

* Remove the old Remote API.

* Remove the old sockets API.

* Delete legacy appengine code (golang#231)

- Delete all files behind `+build appengine`
- Merge the `*_vm.go` variants with the base files
- `go fix` for context update (TODO: Fix internal/api.go's use of context)
- Update travis config to test new versions

* Remove Query APIs from appengine.log (golang#233)

Remove deprecated log.Query api from appengine.log

* Update docs (golang#234)

* Remove the old Search API.

* Remove the old Remote API.

* Remove the old sockets API.

* Temporarily remove blobstore API for v2 preview.

* Revert "Temporarily remove blobstore API for v2 preview."

This reverts commit 169bbdd.

* Update docs for QA.

* Update module API docs to indicate manual_scaling must be used for NumInstances, etc.

* Update module API docs to indicate manual_scaling must be used for NumInstances, etc.

* Remove old interfaces and interfaces that are not recommended (golang#236)

* Remove the old deprecated channel interface.

* Remove the old deprecated file interface.

* Remove the old deprecated xmpp interface.

* Removing the cloudsql interface, which is not recommended.

* Removing the aebundler interface, which has been deprecated for some time.

* Remove obsolete demo code (golang#238)

* Remove obsolete demo code. Official appengine sample code referred by doc is in https://github.com/GoogleCloudPlatform/golang-samples

* Replace Logs API with Stdout (golang#240)

* Removed Logs API.

* Remove dead code.

* Added JSON encoding tests.

* Emit single character severity in JSON message to trigger structured logs handling.

* Prevent timestamp from being emitted on deployed logs.

* Remove superfluous apis (golang#241)

* Removed protos for channel/search/xmpp.

* Remove protos for socket.

* Add traceID/spanID to structured logs and chunk long logs (golang#242)

* Moved logging related logic to separate file.

* Added traceID/spanID to structured logs and log chunking.

* Changes from code review.

* Update go.mod for v2

* Revert v2 in the base directory.

* Create the v2 in /v2 and revert the base directory back to 1.6.7 (golang#243)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy v2/go.mod (golang#244)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy go.sum

* go mod tidy (golang#245)

* Create a v2 directory for v2+ releases.

* Update AppEngine imports to v2.

* Update AppEngine imports to v2.

* Clean up travis. We only currently support go 1.11+

* Temporarily disable testing go111+ with gopath until we can tag v2 properly.

* Tidy go.sum

* go mod tidy

Co-authored-by: Steven Buss <sbuss@google.com>
Co-authored-by: Kayla Nguyen <kaylanguyen@google.com>
Co-authored-by: Jason Collins <jason.a.collins@gmail.com>Reproduce the base64 decoding failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants