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 parent query #2

Open
wants to merge 59 commits into
base: custom-interfaces
Choose a base branch
from
Open

Fix parent query #2

wants to merge 59 commits into from

Commits on Dec 15, 2019

  1. Configuration menu
    Copy the full SHA
    4bc4072 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    0137d3c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    2134912 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    e4257ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee9282e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    ad1ad19 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    4773e04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69f4943 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    6c94108 View commit details
    Browse the repository at this point in the history
  2. Add docs

    NathHorrigan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    6b38b9e View commit details
    Browse the repository at this point in the history
  3. Add tests

    NathHorrigan committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    68334b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Merge pull request torchbox#58 from ruisaraiva19/feature/optional-cam…

    …el-casing-test
    
    Add test and documentation for GRAPPLE_AUTO_CAMELCASE
    zerolab authored Apr 1, 2020
    Configuration menu
    Copy the full SHA
    1f8e513 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. PR Review Fixes

    NathHorrigan committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d3a211e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15ad03d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc0ff9a View commit details
    Browse the repository at this point in the history
  4. 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
    NathHorrigan authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8a341c0 View commit details
    Browse the repository at this point in the history
  5. 0.5.1 Release

    NathHorrigan committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    8736650 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    fc2b66c View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Typo in documentation

    fabienheureux authored Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c02da8b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Merge pull request torchbox#64 from ruisaraiva19/fix/graphql-collecti…

    …on-required
    
    Fix GraphQLColletion QuerySetList arguments when required
    NathHorrigan authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    285d0bf View commit details
    Browse the repository at this point in the history
  2. Merge pull request torchbox#65 from fabienheureux/patch-1

    Typo in documentation
    NathHorrigan authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    bf966b4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request torchbox#44 from torchbox/feature/optional-camel-c…

    …asing
    
    Allow turning off graphene’s ‘auto_camelcase’
    NathHorrigan authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    73bdc64 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Merge pull request torchbox#57 from ruisaraiva19/feature/upgrade-grap…

    …hiql-dependencies
    
    Upgrade GraphiQL dependencies
    NathHorrigan authored Apr 29, 2020
    Configuration menu
    Copy the full SHA
    715c606 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    4fb68ed View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. 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...).
    tbrlpld authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f5bc880 View commit details
    Browse the repository at this point in the history
  2. Wording tweaks

    zerolab authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    145ec79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request torchbox#74 from tbrlpld/patch-1

    Turn Graphene link from markdown to restructured format
    zerolab authored Jun 15, 2020
    Configuration menu
    Copy the full SHA
    4d24295 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Fix typo in pages section

    `pleural` -> `plural`
    tbrlpld authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    15d064c View commit details
    Browse the repository at this point in the history
  2. Merge pull request torchbox#76 from tbrlpld/patch-1

    Fix typo in `pages` section
    zerolab authored Jun 16, 2020
    Configuration menu
    Copy the full SHA
    46054ea View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. 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.
    tbrlpld authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    388f0ce View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Merge pull request torchbox#77 from tbrlpld/patch-2

    Add clarifications on settings and functionality
    NathHorrigan authored Jul 1, 2020
    Configuration menu
    Copy the full SHA
    abdaded View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Create FUNDING.yml

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    adb5ef0 View commit details
    Browse the repository at this point in the history
  2. Create tests.yml action

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    5541473 View commit details
    Browse the repository at this point in the history
  3. Update tests.yml

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9982996 View commit details
    Browse the repository at this point in the history
  4. Update tests.yml

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    f3dacd7 View commit details
    Browse the repository at this point in the history
  5. Create black.yml

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    bd90d59 View commit details
    Browse the repository at this point in the history
  6. Update black.yml

    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    aad3781 View commit details
    Browse the repository at this point in the history
  7. run black

    NathHorrigan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    64e2c96 View commit details
    Browse the repository at this point in the history
  8. Remove CircleCi

    NathHorrigan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    02ecaaf View commit details
    Browse the repository at this point in the history
  9. Merge pull request torchbox#79 from GrappleGQL/feature/github-actions

    Migrate to Github Actions
    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    c037f34 View commit details
    Browse the repository at this point in the history
  10. Merge pull request torchbox#72 from ruisaraiva19/feature/graphql-inte…

    …rfaces
    
    Update non-nullable GraphQL schema field types
    NathHorrigan authored Jul 13, 2020
    Configuration menu
    Copy the full SHA
    fa1cc40 View commit details
    Browse the repository at this point in the history
  11. Black

    NathHorrigan committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    9586d32 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. 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.
    tbrlpld authored Jul 19, 2020
    Configuration menu
    Copy the full SHA
    da03df6 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Merge pull request torchbox#80 from tbrlpld/patch-3

    List Grapple URLs before Wagtail URLs in example project
    zerolab authored Jul 20, 2020
    Configuration menu
    Copy the full SHA
    fa656c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. 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
    NathHorrigan authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d4008b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Fix parent query

    janbaykara authored Jul 30, 2020
    Configuration menu
    Copy the full SHA
    27b8b3a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

  1. Bump supported Wagtail version (torchbox#87)

    * Bump supported Wagtail version
    
    * Minor lint
    
    * Update README
    zerolab authored Aug 9, 2020
    Configuration menu
    Copy the full SHA
    2b4fe5b View commit details
    Browse the repository at this point in the history
  2. 0.5.3 Release

    NathHorrigan committed Aug 9, 2020
    Configuration menu
    Copy the full SHA
    1fc65c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e19ac83 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. 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
    NathHorrigan authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f754a25 View commit details
    Browse the repository at this point in the history
  2. 0.5.4 Release

    NathHorrigan committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a6648f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8acc427 View commit details
    Browse the repository at this point in the history
  4. 0.5.5 Release

    NathHorrigan committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    4d6efa6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0932f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. 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
    ruisaraiva19 authored Aug 12, 2020
    Configuration menu
    Copy the full SHA
    1c63682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    569b05d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

  1. Configuration menu
    Copy the full SHA
    fb7822e View commit details
    Browse the repository at this point in the history
  2. Reapply parent fix

    janbaykara committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    3cc3645 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. Configuration menu
    Copy the full SHA
    74c5588 View commit details
    Browse the repository at this point in the history