-
-
Notifications
You must be signed in to change notification settings - Fork 0
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 parent query #2
base: custom-interfaces
Are you sure you want to change the base?
Commits on Dec 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4bc4072 - Browse repository at this point
Copy the full SHA 4bc4072View commit details
Commits on Jan 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0137d3c - Browse repository at this point
Copy the full SHA 0137d3cView commit details
Commits on Jan 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2134912 - Browse repository at this point
Copy the full SHA 2134912View commit details
Commits on Jan 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e4257ed - Browse repository at this point
Copy the full SHA e4257edView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee9282e - Browse repository at this point
Copy the full SHA ee9282eView commit details
Commits on Mar 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ad1ad19 - Browse repository at this point
Copy the full SHA ad1ad19View commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4773e04 - Browse repository at this point
Copy the full SHA 4773e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f4943 - Browse repository at this point
Copy the full SHA 69f4943View commit details
Commits on Mar 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6c94108 - Browse repository at this point
Copy the full SHA 6c94108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b38b9e - Browse repository at this point
Copy the full SHA 6b38b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68334b6 - Browse repository at this point
Copy the full SHA 68334b6View commit details
Commits on Apr 1, 2020
-
Merge pull request torchbox#58 from ruisaraiva19/feature/optional-cam…
…el-casing-test Add test and documentation for GRAPPLE_AUTO_CAMELCASE
Configuration menu - View commit details
-
Copy full SHA for 1f8e513 - Browse repository at this point
Copy the full SHA 1f8e513View commit details
Commits on Apr 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for d3a211e - Browse repository at this point
Copy the full SHA d3a211eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15ad03d - Browse repository at this point
Copy the full SHA 15ad03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0ff9a - Browse repository at this point
Copy the full SHA fc0ff9aView commit details -
Add
register_query_field
helper decorator (torchbox#59)* implement `register_query_field` * pass graphql resolver params to model methods * Add docs * Add tests * PR Review Fixes * Remove unnessacery code from try/catch
Configuration menu - View commit details
-
Copy full SHA for 8a341c0 - Browse repository at this point
Copy the full SHA 8a341c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8736650 - Browse repository at this point
Copy the full SHA 8736650View commit details
Commits on Apr 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fc2b66c - Browse repository at this point
Copy the full SHA fc2b66cView commit details
Commits on Apr 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c02da8b - Browse repository at this point
Copy the full SHA c02da8bView commit details
Commits on Apr 17, 2020
-
Merge pull request torchbox#64 from ruisaraiva19/fix/graphql-collecti…
…on-required Fix GraphQLColletion QuerySetList arguments when required
Configuration menu - View commit details
-
Copy full SHA for 285d0bf - Browse repository at this point
Copy the full SHA 285d0bfView commit details -
Merge pull request torchbox#65 from fabienheureux/patch-1
Typo in documentation
Configuration menu - View commit details
-
Copy full SHA for bf966b4 - Browse repository at this point
Copy the full SHA bf966b4View commit details -
Merge pull request torchbox#44 from torchbox/feature/optional-camel-c…
…asing Allow turning off graphene’s ‘auto_camelcase’
Configuration menu - View commit details
-
Copy full SHA for 73bdc64 - Browse repository at this point
Copy the full SHA 73bdc64View commit details
Commits on Apr 29, 2020
-
Merge pull request torchbox#57 from ruisaraiva19/feature/upgrade-grap…
…hiql-dependencies Upgrade GraphiQL dependencies
Configuration menu - View commit details
-
Copy full SHA for 715c606 - Browse repository at this point
Copy the full SHA 715c606View commit details
Commits on May 25, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4fb68ed - Browse repository at this point
Copy the full SHA 4fb68edView commit details
Commits on Jun 15, 2020
-
Turn Graphene link from markdown to restructured format
The link was showing up in raw Markdown, because the docs are compiled form restructured text. Fixed the format to use restructured text embedded link (interestingly, that line break is part of the markup...).
Configuration menu - View commit details
-
Copy full SHA for f5bc880 - Browse repository at this point
Copy the full SHA f5bc880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 145ec79 - Browse repository at this point
Copy the full SHA 145ec79View commit details -
Merge pull request torchbox#74 from tbrlpld/patch-1
Turn Graphene link from markdown to restructured format
Configuration menu - View commit details
-
Copy full SHA for 4d24295 - Browse repository at this point
Copy the full SHA 4d24295View commit details
Commits on Jun 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 15d064c - Browse repository at this point
Copy the full SHA 15d064cView commit details -
Merge pull request torchbox#76 from tbrlpld/patch-1
Fix typo in `pages` section
Configuration menu - View commit details
-
Copy full SHA for 46054ea - Browse repository at this point
Copy the full SHA 46054eaView commit details
Commits on Jun 25, 2020
-
Add clarifications on settings and functionality
Before it was not mentioned that Wagtail Headless Preview needs to be added to the list of installed apps or that it comes with migrations that need to be run. While this becomes clear when reading its docs, it is more convenient to include it here. Also, I was surprised that the tab that opens when I click on the "Preview" button is not opening actually the defined URL. Because I did not have an actual preview site in place at this time, I only got a default "page not found" from my browser. I think the added explanation should should help other new users to not get stuck on that.
Configuration menu - View commit details
-
Copy full SHA for 388f0ce - Browse repository at this point
Copy the full SHA 388f0ceView commit details
Commits on Jul 1, 2020
-
Merge pull request torchbox#77 from tbrlpld/patch-2
Add clarifications on settings and functionality
Configuration menu - View commit details
-
Copy full SHA for abdaded - Browse repository at this point
Copy the full SHA abdadedView commit details
Commits on Jul 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for adb5ef0 - Browse repository at this point
Copy the full SHA adb5ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5541473 - Browse repository at this point
Copy the full SHA 5541473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9982996 - Browse repository at this point
Copy the full SHA 9982996View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dacd7 - Browse repository at this point
Copy the full SHA f3dacd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd90d59 - Browse repository at this point
Copy the full SHA bd90d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for aad3781 - Browse repository at this point
Copy the full SHA aad3781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64e2c96 - Browse repository at this point
Copy the full SHA 64e2c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ecaaf - Browse repository at this point
Copy the full SHA 02ecaafView commit details -
Merge pull request torchbox#79 from GrappleGQL/feature/github-actions
Migrate to Github Actions
Configuration menu - View commit details
-
Copy full SHA for c037f34 - Browse repository at this point
Copy the full SHA c037f34View commit details -
Merge pull request torchbox#72 from ruisaraiva19/feature/graphql-inte…
…rfaces Update non-nullable GraphQL schema field types
Configuration menu - View commit details
-
Copy full SHA for fa1cc40 - Browse repository at this point
Copy the full SHA fa1cc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9586d32 - Browse repository at this point
Copy the full SHA 9586d32View commit details
Commits on Jul 19, 2020
-
List Grapple URLs after Wagtail URLs
Before, the grapple URLs were loaded after the Wagtail URLs. This caused the Wagtail serving mechanism trying to serve the GraphQL endpoint and results in 403, because the serving mechanism does not expect POST requests. The Grapple URLs are now loaded before the Wagtail URLs. This enables the GraphQL endpoint to properly respond to requests.
Configuration menu - View commit details
-
Copy full SHA for da03df6 - Browse repository at this point
Copy the full SHA da03df6View commit details
Commits on Jul 20, 2020
-
Merge pull request torchbox#80 from tbrlpld/patch-3
List Grapple URLs before Wagtail URLs in example project
Configuration menu - View commit details
-
Copy full SHA for fa656c0 - Browse repository at this point
Copy the full SHA fa656c0View commit details
Commits on Jul 28, 2020
-
Resolve correct object for chooser blocks for StreamBlock interface (t…
…orchbox#82) * Resolve correct object for chooser blocks for StreamBlock interface * Fix StreamBlock resolution of parent StructBlock
Configuration menu - View commit details
-
Copy full SHA for d4008b0 - Browse repository at this point
Copy the full SHA d4008b0View commit details
Commits on Jul 30, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 27b8b3a - Browse repository at this point
Copy the full SHA 27b8b3aView commit details
Commits on Aug 9, 2020
-
Bump supported Wagtail version (torchbox#87)
* Bump supported Wagtail version * Minor lint * Update README
Configuration menu - View commit details
-
Copy full SHA for 2b4fe5b - Browse repository at this point
Copy the full SHA 2b4fe5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fc65c2 - Browse repository at this point
Copy the full SHA 1fc65c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for e19ac83 - Browse repository at this point
Copy the full SHA e19ac83View commit details
Commits on Aug 10, 2020
-
Fix StructBlock/RichText output (torchbox#90)
* Fix StructBlock code to output RichText and remove enclosing div for RichText output * Update richtext.html Remove blank line from richtext.html * format blog page test * Remove unnecessary parenthesis
Configuration menu - View commit details
-
Copy full SHA for f754a25 - Browse repository at this point
Copy the full SHA f754a25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6648f0 - Browse repository at this point
Copy the full SHA a6648f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8acc427 - Browse repository at this point
Copy the full SHA 8acc427View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d6efa6 - Browse repository at this point
Copy the full SHA 4d6efa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0932f2 - Browse repository at this point
Copy the full SHA c0932f2View commit details
Commits on Aug 12, 2020
-
Fix typos, update links, and lint files with pre-commit (torchbox#91)
* chore: fix typos, update links, and lint yml files * chore: add pre-commit * chore: update to single-sourcing version
Configuration menu - View commit details
-
Copy full SHA for 1c63682 - Browse repository at this point
Copy the full SHA 1c63682View commit details -
Configuration menu - View commit details
-
Copy full SHA for 569b05d - Browse repository at this point
Copy the full SHA 569b05dView commit details
Commits on Aug 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for fb7822e - Browse repository at this point
Copy the full SHA fb7822eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cc3645 - Browse repository at this point
Copy the full SHA 3cc3645View commit details
Commits on Aug 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 74c5588 - Browse repository at this point
Copy the full SHA 74c5588View commit details