-
Notifications
You must be signed in to change notification settings - Fork 592
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
fix ordering of documentation tests #634
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
May 29, 2015
stephenplusplus
added
docs
and removed
cla: yes
This human has signed the Contributor License Agreement.
labels
May 29, 2015
ryanseys
added a commit
that referenced
this pull request
May 30, 2015
fix ordering of documentation tests
Thanks 👍 |
chingor13
pushed a commit
that referenced
this pull request
Aug 22, 2022
* samples: fix compute test, update dependency to V3
chingor13
pushed a commit
that referenced
this pull request
Aug 22, 2022
* samples: fix compute test, update dependency to V3
chingor13
pushed a commit
that referenced
this pull request
Aug 22, 2022
* samples: fix compute test, update dependency to V3
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 11, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
sofisl
added a commit
that referenced
this pull request
Nov 11, 2022
Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
This was referenced Nov 11, 2022
sofisl
pushed a commit
that referenced
this pull request
Nov 11, 2022
sofisl
added a commit
that referenced
this pull request
Nov 11, 2022
* samples: fix compute test, update dependency to V3
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Nov 17, 2022
Source-Link: googleapis/synthtool@d4236bb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:c0ad7c54b9210f1d10678955bc37b377e538e15cb07ecc3bac93cc7219ec2bc5 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: bcoe <bencoe@google.com>
4 tasks
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 10, 2023
…ript generator. (#634) Also removing the explicit generator tag for the IAMPolicy mixin for the kms and pubsub APIS as the generator will now read it from the .yaml file. PiperOrigin-RevId: 385101839 Source-Link: googleapis/googleapis@80f4042 Source-Link: googleapis/googleapis-gen@d3509d2
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 13, 2023
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 474338479 Source-Link: googleapis/googleapis@d5d35e0 Source-Link: googleapis/googleapis-gen@efcd3f9 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWZjZDNmOTM5NjJhMTAzZjY4ZjAwM2UyYTFlZWNkZTZmYTIxNmEyNyJ9
sofisl
pushed a commit
that referenced
this pull request
Sep 13, 2023
🤖 I have created a release *beep* *boop* --- ## [3.1.2](https://github.com/googleapis/nodejs-automl/compare/v3.1.1...v3.1.2) (2022-09-22) ### Bug Fixes * Preserve default values in x-goog-request-params header ([#634](https://github.com/googleapis/nodejs-automl/issues/634)) ([1949bf9](https://github.com/googleapis/nodejs-automl/commit/1949bf9a26b63b4eefd13f5c6164691db46a0df2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This assures the doc tests run last. If it runs between other test
describe
s, I start getting random backend errors.