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

chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.32.2 #6

Open
wants to merge 57 commits into
base: dev
Choose a base branch
from

Commits on Sep 7, 2022

  1. fix(build): allow running review, stage parallel (quipucords#86)

    * build, parallel images, container names, domains
    * build, npm script, docker stop
    cdcabrera committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    8ad331d View commit details
    Browse the repository at this point in the history
  2. feat(pf4-style): discovery-8 pf4 base css, scss (quipucords#86)

    * build, pf4 npm updates
    * style, move base css files to index.scss
    * style, apply core pf4, overrides.scss
    cdcabrera committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    358fa82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5756a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    f387391 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b22cde3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72f766c View commit details
    Browse the repository at this point in the history
  4. refactor(aboutModal): discovery-148 pf4 conversion (quipucords#87)

    * aboutModal, pf4 component conversion
    * locales, about modal strings
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3f8b336 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4e734f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f77d4fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ab8f5b View commit details
    Browse the repository at this point in the history
  8. feat(modal): discovery-148 pf4 modal wrapper (quipucords#110)

    * locales, modal default string
    * modal, consistent pf4 wrapper, allow backdrop disable
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e5ba797 View commit details
    Browse the repository at this point in the history
  9. refactor(modal): discovery-148 pf4 modal wrapper (quipucords#88)

    * locale, button strings for modals
    * authentication, apply pf4 modal
    * confirmationModal, refactor using pf4 modal
    * createCredentialDialog, pf4 modal, buttons
    * createScanDialog, pf4 modal, buttons
    * credentials, pf4 modal
    * mergeReportsDialog, pf modal, buttons
    * scans, pf4 modal
    * sources, pf4 modal
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    601c055 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5061796 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d4be02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    940363a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dab26cd View commit details
    Browse the repository at this point in the history
  14. refactor(credentials): discovery-148 pf4 empty-state (quipucords#116)

    * locale, align empty-state strings
    * authentication, align with credentials
    * credentials, credentialsEmptyState, pf4 empty-state
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    7bca8e8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d105d68 View commit details
    Browse the repository at this point in the history
  16. refactor(scans): discovery-148 pf4 empty-state (quipucords#117)

    * locale, align empty-state strings
    * scans, jobsList, sourceList, pf4 empty-state
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    733f194 View commit details
    Browse the repository at this point in the history
  17. refactor(toastNotificationsList): discovery-148, pf4 alert (quipucord…

    …s#115)
    
    * build, dotenv toast timeout
    * components, adjust alertType to alert variant
    * helpers, expose toast timeout
    * toastNotificationsList, pf4 alert, alertGroup
    * toastNotificationsReducer, adjust pause, resume
    jenny-s51 authored and cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e8f75a5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c5aaa26 View commit details
    Browse the repository at this point in the history
  19. refactor(sources): discovery-148 pf4 empty-state (quipucords#120)

    * locale, add empty-state strings
    * sources, pf4 empty-state
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6caacf2 View commit details
    Browse the repository at this point in the history
  20. refactor(creds,sources,scans): discovery-149 emptyState grid (quipuco…

    …rds#121)
    
    * credentials, sources, scansEmptyState, remove grid
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ee5d97a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    17d9ee6 View commit details
    Browse the repository at this point in the history
  22. feat(wizard): discovery-153 pf4 wizard wrapper (quipucords#124)

    * confirmationModal, pass isContentOnly
    * modal, add isContentOnly, removes padding
    * wizard, consistent pf4 wrapper, allow modal sizing
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    218d210 View commit details
    Browse the repository at this point in the history
  23. refactor(addSourceWizard): discovery-153, pf4 wizard (quipucords#124)

    * locale, wizard form strings
    * addSourceWizard, Constants, restructure steps
    * addSourceWizardStepThree, add empty-state
    * styling, restructure pf3 styling wizard form
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    f793ce1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    72164e5 View commit details
    Browse the repository at this point in the history
  25. refactor(creds,sources,scans): discovery-149 pf4 grid, list (quipucor…

    …ds#126)
    
    * credentialsListItem, grid to list, tooltip
    * credentials, removed grid
    * scanHostList, grid to list
    * scanSourceList nested list with icon
    * sourceCredentialsList, list with icon
    jenny-s51 authored and cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    48f3552 View commit details
    Browse the repository at this point in the history
  26. refactor(dropdownSelect): discovery-152 pf4 select, dropdown (quipuco…

    …rds#127)
    
    * addSourceWizardStepTwo, options, pf4 select list
    * createCredentialDialog, pf4 select list
    * dropdownSelect, use Curiosity pf4 select wrapper
    * locale, option strings
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    74d2295 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8224f43 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c99cd39 View commit details
    Browse the repository at this point in the history
  29. refactor(credentials): discovery-152, pf4 dropdown (quipucords#130)

    * credentials, pf4 button, addCredentialType
    * credentialsEmptyState, addCredentialType
    * locale, cred strings
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    5dbd5fc View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4f697ea View commit details
    Browse the repository at this point in the history
  31. refactor(tooltip): discovery-148 pf4 tooltip, popover (quipucords#132)

    * credentialListItem, content attr
    * listStatusItem, content attr
    * scans, download,listItem, content attr
    * sourceListItem, content attr, isPopover
    * tooltip, pf4 popover, tooltip wrapper
    * viewToolbar, content attr
    andyyvo authored and cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2b70ceb View commit details
    Browse the repository at this point in the history
  32. refactor(pagination): discovery 154 pf4 pagination (quipucords#129)

    * styling, temp adjustments
    * viewPaginationRow, pf4 component
    * viewPaginationConstants, updated types
    * viewOptionsReducer, focus paging, clean up
    jenny-s51 authored and cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    81230cf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a93b163 View commit details
    Browse the repository at this point in the history
  34. feat(table): discovery-154 pf4 table wrapper (quipucords#139)

    * table, pf4 composable wrapper
    * tableEmpty, empty results placeholder
    * tableHelpers, generate props, data parse
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    be05e7c View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    eb7c92f View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    79bcb99 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    c64861e View commit details
    Browse the repository at this point in the history
  38. fix(dropdownSelect): discovery-152 props, placeholder (quipucords#145)

    * dropdownSelect, alt placeholder for buttons
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    2ec54fa View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    847262d View commit details
    Browse the repository at this point in the history
  40. fix(table): discovery-154 pass data, keys, styling (quipucords#145)

    * styling, handle table cell widths under 10
    * table, corrects thead selections, callback and state
    * tableHelpers, pass PF expand, selected params
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    c3aa061 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2ce43cf View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    101f026 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8fdd854 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    9cfb7e6 View commit details
    Browse the repository at this point in the history
  45. refactor(sources): discovery-154, pf4 table (quipucords#141)

    * locale, table strings
    * addSourceWizardContext, onShowAddSourceWizard hook
    * routerConstants, consistent import
    * scanHostList, bug, remove isPlain attr
    * scans, emptyState, viewId, strings, remove sources dep
    * sources, emptyState, hook refactor, viewId
    * sourcesContext, lifecycle for sources
    * sourcesTableCells, consolidate multiple components
    * reduxHelpers, date adjust for dev
    * redux, sourcesReducer, constants, new types
    * redux, scansSelectors, sourcesCount for emptyState
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    e60e952 View commit details
    Browse the repository at this point in the history
  46. feat(textInput,formHelpers): discovery-151 pf4 textInput (quipucords#149

    )
    
    * textInput, pf4 textInput wrapper
    * formHelpers, mock event, future validation
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b2c9ef1 View commit details
    Browse the repository at this point in the history
  47. fix(dropdownSelect): discovery-151 undefined options (quipucords#149)

    * options, undefined check
    * activateOptions, length check
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    b45deda View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a52d9ef View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    f5f34d9 View commit details
    Browse the repository at this point in the history
  50. refactor(scans): discovery-154, pf4 table (quipucords#152)

    * locale, table strings
    * contextIcon, add color variants, icons
    * listStatusItem, scanListItem, remove
    * scanJobsList, scanSourceList icon updates
    * scans, emptyState, hook refactor, viewId
    * scansContext, lifecycle for sources
    * scansTableCells, consolidate multiple components
    * sources, context, cells, align strings
    * redux, scansReducer, constants, new types
    * reduxHelpers, expand idUse func
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0ed392b View commit details
    Browse the repository at this point in the history
  51. fix(scansTableCells,context): discovery-154 actions (quipucords#152)

    * locale, base strings for toasts
    * scansContext, correct error message, warnings
    * scansTableCells, annotation, logic for actions
    
    DEV test updates
    cdcabrera committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    a8ec830 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    3f42eb0 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    dbd6588 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. chore(deps-dev): bump eslint-plugin-react from 7.30.0 to 7.32.2

    Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.0 to 7.32.2.
    - [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
    - [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
    - [Commits](jsx-eslint/eslint-plugin-react@v7.30.0...v7.32.2)
    
    ---
    updated-dependencies:
    - dependency-name: eslint-plugin-react
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    b9482ef View commit details
    Browse the repository at this point in the history