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

UI Support for Store filtering #3166

Merged
merged 37 commits into from
Sep 24, 2020
Merged

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    c435466 View commit details
    Browse the repository at this point in the history
  2. added store matches to panel options

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    cab4ad4 View commit details
    Browse the repository at this point in the history
  3. added stores as props in panels

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4630a6f View commit details
    Browse the repository at this point in the history
  4. display panel list only when stores are fetched

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    85024a6 View commit details
    Browse the repository at this point in the history
  5. added UI for selecting stores

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    4b067f3 View commit details
    Browse the repository at this point in the history
  6. created handler for store selection checkbozes

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    94d1ab2 View commit details
    Browse the repository at this point in the history
  7. added handlers to store checkboxes

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    782efe8 View commit details
    Browse the repository at this point in the history
  8. add storeMatches to URLParams for query

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    dccb006 View commit details
    Browse the repository at this point in the history
  9. fix filter bug

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d8a4caa View commit details
    Browse the repository at this point in the history
  10. removed console logs

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    fde8af4 View commit details
    Browse the repository at this point in the history
  11. added label for store filter

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7b756d8 View commit details
    Browse the repository at this point in the history
  12. minor changes in code

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    bc9b4af View commit details
    Browse the repository at this point in the history
  13. added alert in case of error fetching stores list

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    7b7556b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c18949 View commit details
    Browse the repository at this point in the history
  15. removed lint errors

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    d741a7d View commit details
    Browse the repository at this point in the history
  16. added key prop for checkboxes

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3658e84 View commit details
    Browse the repository at this point in the history
  17. added react-select to yarn

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1d4c9c3 View commit details
    Browse the repository at this point in the history
  18. added react-select to package.json

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    8cbdd85 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    20a4b5d View commit details
    Browse the repository at this point in the history
  20. added dropdown ui for store selection

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    08121ef View commit details
    Browse the repository at this point in the history
  21. removed redundant code

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    0d89425 View commit details
    Browse the repository at this point in the history
  22. added style for label and wrapper

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    df62297 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    471db93 View commit details
    Browse the repository at this point in the history
  24. removed linting errors

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    e4e9894 View commit details
    Browse the repository at this point in the history
  25. removed linting errors

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    063eff8 View commit details
    Browse the repository at this point in the history
  26. select component takes initial values

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9fa8532 View commit details
    Browse the repository at this point in the history
  27. updated bindata.go

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    5853968 View commit details
    Browse the repository at this point in the history
  28. added store props and options in panels

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    62a5931 View commit details
    Browse the repository at this point in the history
  29. removed lint errors

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    126bac5 View commit details
    Browse the repository at this point in the history
  30. added PR to changelog

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    f5125c8 View commit details
    Browse the repository at this point in the history
  31. handle null case for selected stores

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    bbf2969 View commit details
    Browse the repository at this point in the history
  32. added checkbox for debug mode

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1d12439 View commit details
    Browse the repository at this point in the history
  33. clear selected store on debug mode off

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    9e92d7e View commit details
    Browse the repository at this point in the history
  34. changed checkbox name and corrected comment styles

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ba86337 View commit details
    Browse the repository at this point in the history
  35. removed ternary checking

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    06bfef5 View commit details
    Browse the repository at this point in the history
  36. removed lint errors

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    3adef70 View commit details
    Browse the repository at this point in the history
  37. make assets

    Signed-off-by: aribalam <[email protected]>
    aribalam committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    02534b9 View commit details
    Browse the repository at this point in the history