Navigation Menu

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kenhys/groonga
base: 620ad2102247
Choose a base ref
...
head repository: kenhys/groonga
compare: aa9fea372c61
Choose a head ref
  • 7 commits
  • 8 files changed
  • 2 contributors

Commits on Apr 20, 2017

  1. test: add drilldowns[LABEL].columns[NAME].window.sort_keys test case …

    …without cache
    
    When the value of --drilldowns[LABEL].columns[NAME].window.sort_keys
    parameter is changed, Groonga returns result without using cache.
    kenhys committed Apr 20, 2017
    Copy the full SHA
    4bbbc2a View commit details
    Browse the repository at this point in the history
  2. test: add drilldown_filter test case without cache

    When the value of --drilldown_filter parameter is changed, Groonga
    returns result without using cache.
    kenhys committed Apr 20, 2017
    Copy the full SHA
    68ed40a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2017

  1. Merge pull request groonga#662 from kenhys/test-cache-drilldowns-colu…

    …mns-window-sort-keys
    
    test: add drilldowns[LABEL].columns[NAME].window.sort_keys without cache
    
    Patch by Kentaro Hayashi. Thanks!!!
    kou committed Apr 21, 2017
    Copy the full SHA
    1d76bfd View commit details
    Browse the repository at this point in the history
  2. Merge pull request groonga#676 from kenhys/test-cache-drilldown-filter

    test: add drilldown_filter test case without cache
    
    Patch by Kentaro Hayashi. Thanks!!!
    kou committed Apr 21, 2017
    Copy the full SHA
    07bc0c6 View commit details
    Browse the repository at this point in the history
  3. test: add no hit dynamic columns with drilldowns[LABEL].filter withou…

    …t error
    
    This test case checks whether drilldowns[LABEL].filter with empty
    records of dynamic columns (price_with_tax) in initial stage doesn't
    cause an error.
    kenhys committed Apr 21, 2017
    Copy the full SHA
    0ac9c62 View commit details
    Browse the repository at this point in the history
  4. Merge pull request groonga#673 from kenhys/test-no-hit-dynamic-column…

    …s-with-drilldowns-label-filter
    
    test: add no hit dynamic columns with drilldowns[LABEL].filter without error
    
    Patch by Kentaro Hayashi. Thanks!!!
    kou committed Apr 21, 2017
    Copy the full SHA
    77f58a6 View commit details
    Browse the repository at this point in the history
  5. test: add drilldowns[LABEL].columns[NAME].flags test case without cache

    When the value of --drilldowns[LABEL].columns[NAME].flags parameter is
    changed, Groonga returns result without using cache.
    kenhys committed Apr 21, 2017
    Copy the full SHA
    aa9fea3 View commit details
    Browse the repository at this point in the history