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

Query Block #176

Closed
wants to merge 66 commits into from
Closed

Query Block #176

wants to merge 66 commits into from

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    7f171f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3801869 View commit details
    Browse the repository at this point in the history
  3. Query block stub.

    jeffersonrabb committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    8c5699b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    738fc41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dec701 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0edae89 View commit details
    Browse the repository at this point in the history
  7. Structure for propogating child block attribute changes to all child …

    …blocks. Implementation of Featured Image toggle to illustrate structure.
    jeffersonrabb committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    1d35ca7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    373fb84 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ef77624 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. taking a stab at a new query UI

    George Hotelling committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d8552d7 View commit details
    Browse the repository at this point in the history
  2. Use cloneBlock instead of updateAttributes. Output InnerBlocks in the…

    … save function. Default for Title block outside of post context.
    jeffersonrabb committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    6362fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2019

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

Commits on Sep 2, 2019

  1. Edit/Save buttons.

    jeffersonrabb committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    9f53c7c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    01bd650 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14f22b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Added blocks and broke block editor

    George Hotelling committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    71eeab9 View commit details
    Browse the repository at this point in the history
  2. Lotsa block fixes

    George Hotelling committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    b72a825 View commit details
    Browse the repository at this point in the history
  3. Fix blocks not saving

    George Hotelling committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    ed8ede3 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

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

Commits on Sep 16, 2019

  1. Various improvements.

    jeffersonrabb committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    5fe96fe View commit details
    Browse the repository at this point in the history
  2. Various fixes.

    jeffersonrabb committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    7ff6f28 View commit details
    Browse the repository at this point in the history
  3. Increased debounce.

    jeffersonrabb committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e8d584e View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Moving field blocks to server-side render

    George Hotelling committed Sep 24, 2019
    Configuration menu
    Copy the full SHA
    c263b36 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Merge fixup

    George Hotelling committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    18df7db View commit details
    Browse the repository at this point in the history
  2. Use EntityProvider for editor post data

    George Hotelling committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    729b5be View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Query Block

    George Hotelling committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    f49eea4 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. De-duplicate posts server and client-side

    George Hotelling committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    ca3df84 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

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

Commits on Oct 24, 2019

  1. Deduplication on the client side

    Deduplication seems to be working now that we have moved all the query
    logic to the Store. The problem is that the rebase seems to have broken
    actually displaying the posts, so we are not done yet.
    George Hotelling committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    672ff19 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Bug fixes and performance improvements

    George Hotelling committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    7ac2297 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into use/entity-provider

    George Hotelling committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    4d56df3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Updated QueryPanel to match Homepage Articles

    George Hotelling committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5efb42f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. Added default template to fix PHP default

    George Hotelling committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    f74cac0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    33e8979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edf1a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b8974f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ee0875 View commit details
    Browse the repository at this point in the history
  5. Support for choosing a single post

    George Hotelling committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    edd39c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    598a336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc1fa22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7a4b1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5296ebc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5cc04ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11b2bd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Use generic entry-title class instead of article-section-title fo…

    …r the Title block and remove custom CSS
    thomasguillot committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    4b13384 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2386441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dd4ee8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c78ade View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f0c3a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7ca350 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    523c056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cd713c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Add loading and missing post states

    Closes #211
    George Hotelling committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    c9d9797 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Schedule apiFetch requests to run in the order of the blocks on the page

    This works around some weird de-duplication issues, at the expense of
    making the async run in series instead of parallel.
    George Hotelling committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    0a8b167 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Trigger re-query when Query blocks are moved

    George Hotelling committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    4fb53cf View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Fix bug with server-side deduplication

    George Hotelling committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    90f73a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Merge branch 'master' into use/entity-provider

    George Hotelling committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    efc90ac View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Sharing deduplication state with homepage-articles block

    George Hotelling committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    77d07f4 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Moving apiFetch to core-data components

    George Hotelling committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    8d6df2c View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. CategoryField improvements

    George Hotelling committed Jan 29, 2020
    Configuration menu
    Copy the full SHA
    ab3e7db View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Refactored entity token fields

    George Hotelling committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7bbe36d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. WIP commit: specific posts mode not worikng yet

    George Hotelling committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    2f62be0 View commit details
    Browse the repository at this point in the history
  2. Fixed crash in Specific Post mode

    George Hotelling committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f0bc898 View commit details
    Browse the repository at this point in the history
  3. Don't re-sort entities

    George Hotelling committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    d0fcf9a View commit details
    Browse the repository at this point in the history
  4. Dynamically add blocks to dedupe store

    George Hotelling committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    ab7c0b8 View commit details
    Browse the repository at this point in the history