-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to latest java-repo-tools. #259
Commits on Mar 22, 2016
-
Use java-repo-tools checkstyle plugins.
Fixes checkstyle errors in bookshelf sample.
Configuration menu - View commit details
-
Copy full SHA for 15930b4 - Browse repository at this point
Copy the full SHA 15930b4View commit details
Commits on Mar 29, 2016
-
I modify the checkstyle config to have SAME_PACKAGE imports appear before third-party imports. I think this better matches the intent of the import ordering rules in the style guide. https://google.github.io/styleguide/javaguide.html#s3.3.3-import-ordering-and-spacing Expecially since it says the `com.google` imports only appear after static imports if the source file is in the `com.google` package space.
Configuration menu - View commit details
-
Copy full SHA for dd718e0 - Browse repository at this point
Copy the full SHA dd718e0View commit details
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f89ed2e - Browse repository at this point
Copy the full SHA f89ed2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e7856 - Browse repository at this point
Copy the full SHA f8e7856View commit details
Commits on May 2, 2016
-
Added few more sample code for Search API. (#173)
* Moved some checkstyle modules to java-repo-tools * Moved some lines in .gitignore to the top level
Configuration menu - View commit details
-
Copy full SHA for 6b6a900 - Browse repository at this point
Copy the full SHA 6b6a900View commit details -
Add sample for App Engine Datastore setDistinct projection queries.
Also update checkstyle to allow 1-letter variable names, since it doesn't make sense to give long names to something like "arbitrary column A that doesn't actually mean anything".
Configuration menu - View commit details
-
Copy full SHA for ab2212d - Browse repository at this point
Copy the full SHA ab2212dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee5b8d - Browse repository at this point
Copy the full SHA 8ee5b8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e19b6 - Browse repository at this point
Copy the full SHA f2e19b6View commit details -
Add Datastore indexes samples. (#214)
Samples are moved from: https://cloud.google.com/appengine/docs/java/datastore/indexes Note: I add a new script `test-devserver.sh` to the testing config. This script runs the `mvn appengine:devserver` plugin, waits for it to start, then verifies that it gets a non-error response from the `/` path. I use this to verify that the `datastore-indexes.xml` files are correct (by disabling autoGenerate, the local devserver throws an error when a query is used without the correct index defined, just as production does). We should probably add any "hello world" or other projects to this check, as well. Anywhere we say to run `mvn appengine:devserver`, it would be good to test that it is correct.
Configuration menu - View commit details
-
Copy full SHA for 5574790 - Browse repository at this point
Copy the full SHA 5574790View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbaa0fc - Browse repository at this point
Copy the full SHA bbaa0fcView commit details -
Merge pull request #10 from GoogleCloudPlatform/java-repo-tools-updat…
…e-from-java-docs-samples Java repo tools update from java docs samples
Configuration menu - View commit details
-
Copy full SHA for 9315c4d - Browse repository at this point
Copy the full SHA 9315c4dView commit details
Commits on May 3, 2016
-
Use subtree command instead of git plumbing.
This should make it easier to push upstream and pull downstream.
Configuration menu - View commit details
-
Copy full SHA for 6ee0542 - Browse repository at this point
Copy the full SHA 6ee0542View commit details
Commits on Jun 9, 2016
-
Merge branch 'master' of github.com:GoogleCloudPlatform/java-repo-too…
…ls into tswast-update-java-repo-tools
Configuration menu - View commit details
-
Copy full SHA for 90a280d - Browse repository at this point
Copy the full SHA 90a280dView commit details
Commits on Jun 10, 2016
-
Support App Engine or Jetty for local testing.
This script will allow us to run tests against a local server for testing. Since the App Engine and Jetty server running and testing is so similar, I combined the scripts rather than copying. The only differences are which plugin to use and what string to wait for before running curl. Since the bookshelf sample also needs a `-Plocal` profile argument, I extended the script to allow passing through arbitrary arguments to Maven.
Configuration menu - View commit details
-
Copy full SHA for 89c888d - Browse repository at this point
Copy the full SHA 89c888dView commit details
Commits on Jun 13, 2016
-
Add localhost tests to Travis.
Run the local servers and verify they respond with code 200 to the "/" path. Note: bookshelf does not yet run in Travis, since we'll need to set up client secrets credentials.
Configuration menu - View commit details
-
Copy full SHA for 494d6cb - Browse repository at this point
Copy the full SHA 494d6cbView commit details
Commits on Jun 20, 2016
-
Merge branch 'master' of github.com:GoogleCloudPlatform/java-repo-too…
…ls into tswast-push-java-repo-tools
Configuration menu - View commit details
-
Copy full SHA for 0cd0a1e - Browse repository at this point
Copy the full SHA 0cd0a1eView commit details -
test-devserver.sh is replaced by scripts/test-localhost.sh.
Also, update the README instructions for how to push changes upstream.
Configuration menu - View commit details
-
Copy full SHA for 3686a49 - Browse repository at this point
Copy the full SHA 3686a49View commit details -
Merge pull request #11 from GoogleCloudPlatform/tswast-push-java-repo…
…-tools Update java-repo-tools from getting-started-java.
Configuration menu - View commit details
-
Copy full SHA for 1d046f9 - Browse repository at this point
Copy the full SHA 1d046f9View commit details -
Merge branch 'master' of github.com:GoogleCloudPlatform/java-repo-too…
…ls into tswast-pull-java-repo-tools
Configuration menu - View commit details
-
Copy full SHA for 029773a - Browse repository at this point
Copy the full SHA 029773aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 346295f - Browse repository at this point
Copy the full SHA 346295fView commit details