Skip to content

Conversation

kurtisvg
Copy link
Contributor

@kurtisvg kurtisvg commented Dec 21, 2017

This PR cleans up the dependency structure for the Appengine folder. It does the following:

  1. Changes parents for individual projects to our shared-configuration so they users can move a relevant folder without breaking things.
  2. Addresses any exists check-style violations
  3. Adds the Open in Cloud Shell button for all README.md

Additionally, it deletes the appengine/channel samples since the service has been shutdown.

@kurtisvg kurtisvg added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 21, 2017
@kurtisvg kurtisvg requested a review from lesv December 21, 2017 17:57
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Dec 21, 2017
@lesv
Copy link
Contributor

lesv commented Dec 21, 2017

Wow - you just want me unhappy. 241 files?

/**
* Copyright 2016 Google Inc.
/*
* Copyright 2015 Google Inc.
Copy link
Contributor

Choose a reason for hiding this comment

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

In general (and I saw this earlier), we don't change the dates. (Rolling them forward or backward).

lesv
lesv previously approved these changes Dec 21, 2017
Copy link
Contributor

@lesv lesv left a comment

Choose a reason for hiding this comment

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

Really great - Thanks.

And I figured out how to deal w/ PR's this large, so it's ok to do again.

@lesv
Copy link
Contributor

lesv commented Dec 21, 2017

I presume you meant Open in Cloud Shell, not SQL.

@kurtisvg
Copy link
Contributor Author

kurtisvg commented Jan 3, 2018

Merging - Issue with test is because of Vision Beta.

@kurtisvg kurtisvg merged commit 7f5772f into master Jan 3, 2018
@kurtisvg kurtisvg deleted the mvn-cleanup branch January 3, 2018 18:21
@kurtisvg