-
Notifications
You must be signed in to change notification settings - Fork 47
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
Initial implementation of GAPIC generator acceptance harness #222
base: main
Are you sure you want to change the base?
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 30cd85d - Browse repository at this point
Copy the full SHA 30cd85dView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaec552 - Browse repository at this point
Copy the full SHA eaec552View commit details -
Move most logging to a debug logger
The debug logger will be switched on by CLI flags later; right now it's hard-coded.
Configuration menu - View commit details
-
Copy full SHA for 7b3e100 - Browse repository at this point
Copy the full SHA 7b3e100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9312158 - Browse repository at this point
Copy the full SHA 9312158View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba8c2c - Browse repository at this point
Copy the full SHA 1ba8c2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0abe48 - Browse repository at this point
Copy the full SHA f0abe48View commit details -
Build gapic-showcase from local tree.
Instead of fetching a relese. This is for the development prepare-to-qualify script.
Configuration menu - View commit details
-
Copy full SHA for a65893d - Browse repository at this point
Copy the full SHA a65893dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fac512 - Browse repository at this point
Copy the full SHA 4fac512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ddeb5 - Browse repository at this point
Copy the full SHA 54ddeb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1139617 - Browse repository at this point
Copy the full SHA 1139617View commit details -
Add instructions for running protoc w Go plugin
Capture the language name and options in preparation for running the protoc plugin from this acceptance harness
Configuration menu - View commit details
-
Copy full SHA for 8a339c3 - Browse repository at this point
Copy the full SHA 8a339c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d09898f - Browse repository at this point
Copy the full SHA d09898fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c49b73d - Browse repository at this point
Copy the full SHA c49b73dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3baf0ac - Browse repository at this point
Copy the full SHA 3baf0acView commit details -
Create sandbox directory with a per-run timestamp in its name
Also fix a bug where we were not crrectly retrieving files from packr.Box
Configuration menu - View commit details
-
Copy full SHA for feec344 - Browse repository at this point
Copy the full SHA feec344View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683c0ff - Browse repository at this point
Copy the full SHA 683c0ffView commit details -
Make the file list stored with each scenario be relative paths
The paths are relative to the scenario dir (in either the source file box or in the sandbox)
Configuration menu - View commit details
-
Copy full SHA for 73b3768 - Browse repository at this point
Copy the full SHA 73b3768View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60456c2 - Browse repository at this point
Copy the full SHA 60456c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2b117 - Browse repository at this point
Copy the full SHA ff2b117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 508e6c2 - Browse repository at this point
Copy the full SHA 508e6c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85188ef - Browse repository at this point
Copy the full SHA 85188efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1389599 - Browse repository at this point
Copy the full SHA 1389599View commit details -
Check the generation step succeded via zero exit code
In the future, we'll be able to configure expected failures via a config file, and check for those as well. This also includes miscellaneous documentation improvements.
Configuration menu - View commit details
-
Copy full SHA for 2acf5c1 - Browse repository at this point
Copy the full SHA 2acf5c1View commit details -
Make the generation step run with samplegen turned on
In the process, constructed a sample config for the echo service and made the hard-coded generator default be protoc-gen-python_gapic via protoc.
Configuration menu - View commit details
-
Copy full SHA for 238659c - Browse repository at this point
Copy the full SHA 238659cView commit details -
Move qualify to be a gapic-showcase subcommand
This creates a package `qualifier`
Configuration menu - View commit details
-
Copy full SHA for 27f00d9 - Browse repository at this point
Copy the full SHA 27f00d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b773222 - Browse repository at this point
Copy the full SHA b773222View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fbe238 - Browse repository at this point
Copy the full SHA 8fbe238View commit details -
Run showcase servers in process when qualifying
This involved refactoring the "run" command so that we can start a server and not block on it ending.
Configuration menu - View commit details
-
Copy full SHA for 242179f - Browse repository at this point
Copy the full SHA 242179fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d34b2aa - Browse repository at this point
Copy the full SHA d34b2aaView commit details -
Make Packr part of the release process.
We now officially bundle the acceptance files within the Go binary.
Configuration menu - View commit details
-
Copy full SHA for 44447c3 - Browse repository at this point
Copy the full SHA 44447c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34cb76b - Browse repository at this point
Copy the full SHA 34cb76bView commit details -
Add sanity check in case the assets are empty
Otherwise we'll trivially succeed on zero checks.
Configuration menu - View commit details
-
Copy full SHA for 9265b41 - Browse repository at this point
Copy the full SHA 9265b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36a69f8 - Browse repository at this point
Copy the full SHA 36a69f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25eb747 - Browse repository at this point
Copy the full SHA 25eb747View commit details -
Configuration menu - View commit details
-
Copy full SHA for c80a225 - Browse repository at this point
Copy the full SHA c80a225View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7c1bf7 - Browse repository at this point
Copy the full SHA a7c1bf7View commit details
Commits on Oct 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a41706a - Browse repository at this point
Copy the full SHA a41706aView commit details
Commits on Oct 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 46f760f - Browse repository at this point
Copy the full SHA 46f760fView commit details -
Give the example includes more descriptive names
And include a README about them
Configuration menu - View commit details
-
Copy full SHA for fe47602 - Browse repository at this point
Copy the full SHA fe47602View commit details