-
Notifications
You must be signed in to change notification settings - Fork 641
Fix for wrong declaration of 'value' for property filters #26
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
Merged
Conversation
This file contains hidden or 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
It should not be enclosed in a 'properties' key e.g. propertyFilter:{property:{...}, operator: ..., properties:{value: {...}}
rakyll
pushed a commit
that referenced
this pull request
Jul 21, 2014
Fix for wrong declaration of 'value' for property filters
Contributor
|
Yay! |
stephenplusplus
added a commit
to stephenplusplus/gcloud-node
that referenced
this pull request
Apr 20, 2015
sofisl
pushed a commit
that referenced
this pull request
Sep 15, 2022
* chore: move mocha options to mocha.opts * fix
This was referenced Sep 15, 2022
sofisl
pushed a commit
that referenced
this pull request
Sep 16, 2022
* chore: lock files maintenance * chore: lock files maintenance
sofisl
pushed a commit
that referenced
this pull request
Sep 27, 2022
* chore: setup nighty build in CircleCI * chore: setup nighty build in CircleCI
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 5, 2022
* chore: lock files maintenance * chore: lock files maintenance
This was referenced Oct 5, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 8, 2022
* chore: lock files maintenance * chore: lock files maintenance
This was referenced Oct 11, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 12, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 12, 2022
This was referenced Oct 12, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/2f68300a-9812-4342-86c6-33ab267ece4f/targets Source-Link: googleapis/synthtool@be74d3e
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/6dcea365-b918-4c52-b1db-d7a62c956000/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@89c849b Source-Link: googleapis/synthtool@a783321 Source-Link: googleapis/synthtool@b7413d3 Source-Link: googleapis/synthtool@5f6ef0e
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 17, 2023
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 13, 2023
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 14, 2023
4 tasks
sofisl
added a commit
that referenced
this pull request
Sep 26, 2023
* chore(main): release 0.2.1 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
- Add v6 -- which is going to be active LTS version soon. - Remove unnecessary versions. Simply keep tracking the latest versions of each of LTS. - Although gcloud-node does not verify v5 -- and it's not going to be LTS, it's probably good to check v5 behavior for now. We can remove it when Node switches to v6 as the new LTS. cf: https://github.com/nodejs/LTS and https://github.com/GoogleCloudPlatform/gcloud-node/blob/master/.travis.yml
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 14, 2026
This was referenced Jan 14, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Jan 14, 2026
`log-driver` is whitelisted.
GautamSharda
pushed a commit
that referenced
this pull request
Jan 15, 2026
`log-driver` is whitelisted.
4 tasks
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 21, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * fix: compatibility with @types/extend We are now getting better types from @types/extend which, coupled with typescript 2.6, is leading to type errors.
This was referenced Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
* chore(package): update dependencies * docs(readme): add Greenkeeper badge * fix: compatibility with @types/extend We are now getting better types from @types/extend which, coupled with typescript 2.6, is leading to type errors.
This was referenced Jan 27, 2026
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
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.
Fixes #24