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/large groups #263

Merged
merged 32 commits into from
Nov 28, 2022
Merged

Fix/large groups #263

merged 32 commits into from
Nov 28, 2022

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    e41ed24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8f416d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4f1ebf View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. uncomment test

    zonotope committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9610e29 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

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

Commits on Nov 21, 2022

  1. remove commented code

    zonotope committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2000263 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8784699 View commit details
    Browse the repository at this point in the history
  3. remove println

    zonotope committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    db3001b View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    4104657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59c18e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cb6a59 View commit details
    Browse the repository at this point in the history
  4. fix larger groupings

    zonotope committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    68e481a View commit details
    Browse the repository at this point in the history
  5. make fql-test clojure only

    zonotope committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    310aed8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7499e59 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

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

Commits on Nov 26, 2022

  1. Revert "don't process grouped vars specially; they're all grouped now"

    This reverts commit 8784699. Temporarily
    reverting this commit to get tests to pass
    zonotope committed Nov 26, 2022
    Configuration menu
    Copy the full SHA
    a5a2217 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1894cae View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2022

  1. remove unused/commented code

    zonotope committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    30af319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d350c20 View commit details
    Browse the repository at this point in the history
  3. clean up some unused code

    zonotope committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    57831f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66f9a38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    74d74ae View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. add implicit grouping test

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    e1e7dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd35045 View commit details
    Browse the repository at this point in the history
  3. fix broken test

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    b102143 View commit details
    Browse the repository at this point in the history
  4. order groups

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    bcc70ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe338e6 View commit details
    Browse the repository at this point in the history
  6. cleanup

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    d09c42f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #265 from fluree/feature/group-by

    Add ungrouped aggregations; group before ordering
    zonotope authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    f7f5f5d View commit details
    Browse the repository at this point in the history
  8. remove unused code

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c96c4fd View commit details
    Browse the repository at this point in the history
  9. correct indentation

    zonotope committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    451f5d2 View commit details
    Browse the repository at this point in the history