Skip to content
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: ContainsStr FQL to string #537

Merged
merged 5 commits into from
Oct 5, 2021
Merged

fix: ContainsStr FQL to string #537

merged 5 commits into from
Oct 5, 2021

Conversation

fireridlle
Copy link
Contributor

Notes

OSS-888

@fireridlle fireridlle linked an issue Sep 10, 2021 that may be closed by this pull request
Copy link
Contributor

@marrony marrony left a comment

Choose a reason for hiding this comment

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

Please, add test for this change

Here is a good place https://github.com/fauna/faunadb-js/blob/main/test/values.test.js#L247

parkhomenko
parkhomenko previously approved these changes Sep 23, 2021
parkhomenko
parkhomenko previously approved these changes Sep 24, 2021
@fireridlle fireridlle requested a review from marrony September 24, 2021 09:15
marrony
marrony previously approved these changes Oct 4, 2021
Copy link
Contributor

@marrony marrony left a comment

Choose a reason for hiding this comment

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

I liked the fact the expression formatting is close to the function assertions, we could adopt this strategy moving forward (and stop adding more test like this to the values.tests.js)

@fireridlle fireridlle dismissed stale reviews from marrony and parkhomenko via 5b78876 October 4, 2021 18:58
Copy link
Contributor

@marrony marrony left a comment

Choose a reason for hiding this comment

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

¯_(ツ)_/¯

@fireridlle fireridlle merged commit ae7f7da into main Oct 5, 2021
@fireridlle fireridlle deleted the fix/oss-888 branch October 5, 2021 10:30
fireridlle added a commit that referenced this pull request Oct 18, 2021
* tests(OSS-92): remove resources after all test completed (#527)

* tests(OSS-92): remove resources after all test completed

* tests: posttest

* posttest

* posttest

* posttest

* fix: ContainsStr FQL to string (#537)

* fix: ContainsStr FQL to string

* test

* fix

* move test

* OSS-906 fix: restore _isFaunaValue and _isFaunaRef properties (#529)

* fix: restore _isFaunaValue and _isFaunaRef properties

* test: added tests for values type-helpers

* Add toFQL() to type declaration for Expr (#544)

I wanted to print a query as FQL for debugging purposes, but didn't find the toFQL method because it wasn't in the type declaration. A helpful person on StackOverflow pointed it out to me. https://stackoverflow.com/questions/69418846/how-can-i-print-an-fql-query-from-javascript-as-a-string-e-g-to-test-it-in-the/69472058

* fix tests clean (#545)

* TGB-921 page helper (#543)

* TGB-921 page helper

* remove page.data.forEach as it's deprecated

* fix test

* fix test

* debug auth0 tests (#546)

* slack notification (#547)

* OSS-953 Consolidate query timeout for v5

Co-authored-by: Paul Paterson <ptpaterson@gmail.com>
Co-authored-by: Kevin <89287578+ktint@users.noreply.github.com>
@elersong elersong mentioned this pull request Jan 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ContainsStr rendered as Containsstr
3 participants