Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

feat(context): multi-index [STEP 4] #2181

Merged
merged 17 commits into from
Apr 15, 2019
Merged

feat(context): multi-index [STEP 4] #2181

merged 17 commits into from
Apr 15, 2019

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    f0f5382 View commit details
    Browse the repository at this point in the history
  2. chore: remove wrong import

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    4f85830 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    673ed32 View commit details
    Browse the repository at this point in the history
  4. chore(range): fix typo

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6974827 View commit details
    Browse the repository at this point in the history
  5. fix(geoSearch): gSP

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6ac8e2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad9f664 View commit details
    Browse the repository at this point in the history
  7. feedback from review

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    6966c89 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e012f38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    551a4fa View commit details
    Browse the repository at this point in the history
  10. chore: prettier

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    e10e967 View commit details
    Browse the repository at this point in the history
  11. fix context

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c8a7a9a View commit details
    Browse the repository at this point in the history
  12. default props

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    67e32a7 View commit details
    Browse the repository at this point in the history
  13. fix TS

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    bddd6fb View commit details
    Browse the repository at this point in the history
  14. chore: small fix

    Haroenv committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    52067ba View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. feat(context): multi-index [STEP 4]

    test(Index): re-enable and make work
    
    fix(Index): allow context to be empty initially
    
    fix(Index): onSearchParameters with correct context
    
    fix(connector): onSearchParameters with correct context
    
    chore(Index): remove else
    
    chore(Index): consistent integration test
    
    chore: clarify test
    
    chore: fix life cycle
    
    fix(ts): index context can be undefined
    
    feedback from review
    
    fix(index): correct life cycles
    
    fix TS on Index
    
    connectorWrapper
    
    chore: update snapshots
    Haroenv committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    2151d69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6349a85 View commit details
    Browse the repository at this point in the history
  3. feat(context): apply multi-index [STEP 5] (#2185)

    Co-Authored-By: samouss <samouss@users.noreply.github.com>
    
      * feat(context): modify Index to use modern context
    
      * test(Index): re-enable and make work
    
      * fix(Index): allow context to be empty initially
    
      * fix(Index): onSearchParameters with correct context
    
      * fix(connector): onSearchParameters with correct context
    
      * chore(Index): remove else
    
      * chore(Index): consistent integration test
    
      * chore: clarify test
    
      * chore: fix life cycle
    
      * fix(ts): index context can be undefined
    
      * feedback from review
    
      * fix(index): correct life cycles
    
      * fix TS on Index
    
      * connectorWrapper
    
      * chore: update snapshots
    
      * feat(context): modify Index to use modern context
    
      * feat(context): apply multi-index [STEP 5]
    
      1. connectMenu
    
      * connectAutoComplete
    
      * connectBreadcrumb
    
      * connectConfigure
    
      * connectGeoSearch
    
      * connectHierarchicalMenu
    
      * connectHits
    
      * connectHitsPerPage
    
      * connectInfiniteHits
    
      * connectNumericMenu
    
      * connectPagination
    
      * connectStats
    
      * connectRange
    
      * connectRefinementList
    
      * connectScrollTo
    
      * connectSearchBox
    
      * test(hierarchical): remove shadowing
    
      * connectSortBy
    
      * connectStateResults
    
      * connectToggleRefinement
    
      * fix(configure): use multi-index context
    
      * chore(configure): replace lodash.omit by spreading
    
      * test(connectors): call changing context
    
      * chore(configure): less lodash
    
      * test(configure): more detailed test
    
      * chore(test): rename ctx to instance
    
      * chore: move test
    
      * suggestions from review (mainly making multi-index tests more interesting)
    
      * chore: fix bundlesize
    
      * wrong conflict
    
      * migrate connectQueryRules
    
      * Feedback from review
    
      * fix(hitInsights): re-enable multi-index tests
    
    * feat(context): re-enable SSR [STEP 6] (#2192)
    
      * chore(ssr): unskip tests
    
      * test(ssr): better test implem
    
      * chore: remove unused file
    
      * test: more consistent mock
    
    * docs(connectors): fix spelling [STEP 8] (#2190)
    
      These are misc fixes in spelling that didn't exactly fit in a different PR
    
      remove small typo
    Haroenv committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    062c645 View commit details
    Browse the repository at this point in the history