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

Rebase v6 #9899

Merged
merged 60 commits into from
Dec 19, 2023
Merged

Rebase v6 #9899

merged 60 commits into from
Dec 19, 2023

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    d7308ae View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.20
     - @patternfly/react-core@5.2.0-prerelease.20
     - @patternfly/react-docs@6.2.0-prerelease.20
     - demo-app-ts@5.1.1-prerelease.43
     - @patternfly/react-table@5.2.0-prerelease.20
    patternfly-build committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    e9f0b21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d4d623 View commit details
    Browse the repository at this point in the history
  4. fix(Text input): Added aria-expanded (patternfly#9705)

    * fix(Text input): Added aria-expanded
    
    * add interface
    
    * updates from review
    tlabaj authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7f6a62c View commit details
    Browse the repository at this point in the history
  5. fix(Notification Drawer): Added screen reader text for notification d…

    …rawer item read state (patternfly#9569)
    
    * fix(Notification Drawer): Added screen reader text for notification drawer item read state
    
    * fix snapshot
    
    * Update prop description
    
    * add aria-live
    
    * update snapshots
    tlabaj authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bc19f91 View commit details
    Browse the repository at this point in the history
  6. feat(Wizard): ability to add props to WizardFooter buttons (patternfl…

    …y#9709)
    
    * feat: ability to add props to WizardFooter buttons
    
    * fix(WizardFooter): null check
    
    * fix(Wizard): simpler design of adding footer buttons props
    
    * test(Wizard): can add props to footer buttons
    
    * docs(WizardFooter): move comment so docs have correct description
    
    * refactor(WizardFooter): move FooterButtonProps to types file
    adamviktora authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9f21cee View commit details
    Browse the repository at this point in the history
  7. chore(Divider): update tests to new standards (patternfly#9714)

    * chore(Divider): update tests to new standards
    
    * changes from PR review
    mfrances17 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7eff077 View commit details
    Browse the repository at this point in the history
  8. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.21
     - @patternfly/react-core@5.2.0-prerelease.21
     - @patternfly/react-docs@6.2.0-prerelease.21
     - demo-app-ts@5.1.1-prerelease.44
     - @patternfly/react-table@5.2.0-prerelease.21
    patternfly-build committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4f459eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a772c6d View commit details
    Browse the repository at this point in the history
  10. bug(build): fixed built ESM files importing CJS files from react-styl…

    …es (patternfly#9347)
    
    * bug(build): fixed built ESM files importing CJS files from react-styles
    
    * edited yarn.lock to invalidate deps cache in GH actions
    
    * excluded file extensions from react-styles path transform in ESM build
    
    * updated jest config to transform .mjs files
    
    * updated pr action to invalidate deps cache if package files added/edited
    
    * chore(deps): Add ts-node to support executing typescript files directly
    wise-king-sullyman authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    817e9bd View commit details
    Browse the repository at this point in the history
  11. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.22
     - @patternfly/react-core@5.2.0-prerelease.22
     - @patternfly/react-docs@6.2.0-prerelease.22
     - demo-app-ts@5.1.1-prerelease.45
     - @patternfly/react-table@5.2.0-prerelease.22
     - transformer-react-styles-esm-imports@1.0.1-prerelease.0
    patternfly-build committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    5febe85 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. chore(deps): update dependency @patternfly/patternfly to v5.2.0-prere…

    …lease.4 (patternfly#9780)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    fc2907d View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-charts@7.2.0-prerelease.6
     - @patternfly/react-code-editor@5.2.0-prerelease.23
     - @patternfly/react-core@5.2.0-prerelease.23
     - @patternfly/react-docs@6.2.0-prerelease.23
     - @patternfly/react-icons@5.2.0-prerelease.6
     - demo-app-ts@5.1.1-prerelease.46
     - @patternfly/react-styles@5.2.0-prerelease.4
     - @patternfly/react-table@5.2.0-prerelease.23
     - @patternfly/react-tokens@5.2.0-prerelease.5
    patternfly-build committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    559e6fd View commit details
    Browse the repository at this point in the history
  3. feat(Datalist): implement full page Basic demo to match HTML patternf…

    …ly#9048 (patternfly#9087)
    
    * feat(Datalist): implement full page Basic demo to match HTML patternfly#9048
    
    * fix syntax error
    
    * comments applied
    
    * comments applied
    
    * comments applied
    
    * comments applied
    
    * \xa0 comments applied
    
    * move key per review comments
    
    * address PR comments
    
    * revert change to package.json
    
    * Converted basic demo to TS
    
    ---------
    
    Co-authored-by: nicolethoen <nthoen@redhat.com>
    Co-authored-by: Eric Olkowski <thatblindgeye@gmail.com>
    3 people authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ab18059 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    981361e View commit details
    Browse the repository at this point in the history
  5. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.24
     - @patternfly/react-core@5.2.0-prerelease.24
     - @patternfly/react-docs@6.2.0-prerelease.24
     - demo-app-ts@5.1.1-prerelease.47
     - @patternfly/react-table@5.2.0-prerelease.24
    patternfly-build committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    74773b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. chore(deps): update devdependencies (patternfly#9757)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    b3345c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. chore(deps): update dependency @patternfly/patternfly to v5.2.0-prere…

    …lease.5 (patternfly#9806)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    3131ff6 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update devdependencies (patternfly#9800)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    93db0ff View commit details
    Browse the repository at this point in the history
  3. chore(release): releasing packages [ci skip]

     - @patternfly/react-charts@7.2.0-prerelease.7
     - @patternfly/react-code-editor@5.2.0-prerelease.25
     - @patternfly/react-core@5.2.0-prerelease.25
     - @patternfly/react-docs@6.2.0-prerelease.25
     - @patternfly/react-icons@5.2.0-prerelease.7
     - demo-app-ts@5.1.1-prerelease.48
     - @patternfly/react-styles@5.2.0-prerelease.5
     - @patternfly/react-table@5.2.0-prerelease.25
     - @patternfly/react-tokens@5.2.0-prerelease.6
    patternfly-build committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    75442bf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    a12cf31 View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.26
     - @patternfly/react-core@5.2.0-prerelease.26
     - @patternfly/react-docs@6.2.0-prerelease.26
     - demo-app-ts@5.1.1-prerelease.49
     - @patternfly/react-table@5.2.0-prerelease.26
    patternfly-build committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    9dccfa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Configuration menu
    Copy the full SHA
    bf96edb View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.27
     - @patternfly/react-core@5.2.0-prerelease.27
     - @patternfly/react-docs@6.2.0-prerelease.27
     - demo-app-ts@5.1.1-prerelease.50
     - @patternfly/react-table@5.2.0-prerelease.27
    patternfly-build committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    42fd765 View commit details
    Browse the repository at this point in the history
  3. chore(misc): clean up instances of Array.apply (patternfly#9798)

    * clean up instances of Array.apply
    
    * rename item to value
    jenny-s51 authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    705e9ff View commit details
    Browse the repository at this point in the history
  4. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.28
     - @patternfly/react-core@5.2.0-prerelease.28
     - @patternfly/react-docs@6.2.0-prerelease.28
     - @patternfly/react-integration@5.1.1-prerelease.15
     - demo-app-ts@5.1.1-prerelease.51
     - @patternfly/react-table@5.2.0-prerelease.28
    patternfly-build committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    e96ac1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b9622d View commit details
    Browse the repository at this point in the history
  6. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.29
     - @patternfly/react-core@5.2.0-prerelease.29
     - @patternfly/react-docs@6.2.0-prerelease.29
     - @patternfly/react-icons@5.2.0-prerelease.8
     - demo-app-ts@5.1.1-prerelease.52
     - @patternfly/react-table@5.2.0-prerelease.29
    patternfly-build committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    4f123b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. chore(DataList): update tests (patternfly#9672)

    * add spread prop test, update test
    
    * chore(DataList): update tests
    
    * fix merge error
    
    * break out into separate files, pr feedback
    
    * updates
    
    * fix some example ids
    
    * minor test updates
    
    * revert action change
    kmcfaul authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2a70043 View commit details
    Browse the repository at this point in the history
  2. bug(ClipboardCopy): change children type to string (patternfly#9743)

    * bug(ClipboardCopy): change children type to string
    
    Signed-off-by: gitdallas <dallas.nicol@gmail.com>
    
    * fix clipboardcopyexpanded to work with string children
    
    Signed-off-by: gitdallas <dallas.nicol@gmail.com>
    
    * refactor a bit
    
    * fix bad rebase
    
    ---------
    
    Signed-off-by: gitdallas <dallas.nicol@gmail.com>
    gitdallas authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a414253 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update devdependencies (patternfly#9817)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    88e1c34 View commit details
    Browse the repository at this point in the history
  4. fix Search Input - composable advanced search demo (patternfly#9484)

    * Search Input - composable advanced search fix date
    
    * remove isFill from datePicker
    MariaAga authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4b23675 View commit details
    Browse the repository at this point in the history
  5. docs(custom menu): add example with search input inline filtering (pa…

    …tternfly#9687)
    
    * docs(custom menu): add example with search input inline filtering
    
    * refactor(demo menu): rename to InlineSearchFilterMenuDemo
    adamviktora authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a7075e0 View commit details
    Browse the repository at this point in the history
  6. chore(HelperText): update tests (patternfly#9761)

    * chore(HelperText): update tests
    
    * break out helpertextitem tests, update tests
    
    * updates
    
    * fix lint
    kmcfaul authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a816ddd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix(Chip): update tooltip vis when chip updates (patternfly#9819)

    * fix(Chip): enable tooltip when chip updates
    
    * fix casting
    kmcfaul authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    18c140a View commit details
    Browse the repository at this point in the history
  2. chore(DescriptionList): update tests (patternfly#9753)

    * chore(DescriptionList): update tests
    
    * break out tests, pr feedback
    
    * updates
    
    * add autofit width mod test
    kmcfaul authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b957f2f View commit details
    Browse the repository at this point in the history
  3. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.30
     - @patternfly/react-core@5.2.0-prerelease.30
     - @patternfly/react-docs@6.2.0-prerelease.30
     - demo-app-ts@5.1.1-prerelease.53
     - @patternfly/react-table@5.2.0-prerelease.30
    patternfly-build committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    e112034 View commit details
    Browse the repository at this point in the history
  4. chore(TreeView): updated tests (patternfly#9773)

    * chore(TreeView): updated tests
    
    * Added tests for TreeViewListItem
    
    * Added tests for TreeViewRoot and TreeView
    
    * Updated snapshots and queries
    thatblindgeye authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    7d2fd26 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. chore(Table) convert demos to ts (patternfly#9621)

    * chore(table) convert to TS
    
    chore(DashboardWrapper) convert to TS
    
    chore(Table) convert demos to TS
    
    delete superfluous dashboard components
    
    declare as ts files
    
    remove duplicate ids
    
    fix import errors, WIP build errors
    
    sync toolbar demo with main
    
    * update import paths
    
    * fix more import paths
    
    * try import from dist/esm
    
    * fix build
    
    * convert remaining table demos to ts, WIP draggable logic
    
    * revert col management with draggable to previous dnd implementation
    
    * align file names with demo names, cleanup types, fix TS errors in demo files
    
    * update fileNames in table.md
    
    * PR feedback from Eric
    
    * fix category dropdown
    
    * fix demos, remove table actions that do not support main purpose of column management demos
    
    * add fix for a11y tests as suggested by Eric
    
    * update toolbar snap
    
    * add param type to labelText
    
    ---------
    
    Co-authored-by: Jenny <32821331+jenny-s51@users.noreply.github.com>
    Dominik-Petrik and jenny-s51 authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    feeb331 View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.31
     - @patternfly/react-core@5.2.0-prerelease.31
     - @patternfly/react-docs@6.2.0-prerelease.31
     - demo-app-ts@5.1.1-prerelease.54
     - @patternfly/react-table@5.2.0-prerelease.31
    patternfly-build committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    3fa692c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. chore(deps): update devdependencies (patternfly#9829)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fc8f6eb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. docs(select): Adds documentation to React examples. (patternfly#9536)

    * fix conflicts
    
    * docs(select): Adds documentation for React examples.
    
    * Adds content to new select React examples.
    
    * Updates typeahead with create example.
    
    * Clarify mult typeahead with create content.
    
    * Finalizing wording.
    
    * Updates content from review.
    
    ---------
    
    Co-authored-by: nicolethoen <nthoen@redhat.com>
    edonehoo and nicolethoen authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    7a2f775 View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.32
     - @patternfly/react-core@5.2.0-prerelease.32
     - @patternfly/react-docs@6.2.0-prerelease.32
     - demo-app-ts@5.1.1-prerelease.55
     - @patternfly/react-table@5.2.0-prerelease.32
    patternfly-build committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    32dfd89 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update devdependencies (patternfly#9833)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    9b96292 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. chore(deps): update devdependencies (patternfly#9837)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d725eb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb78ef View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. chore(deps): update devdependencies (patternfly#9846)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 5, 2023
    Configuration menu
    Copy the full SHA
    046ee9e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. fix(Table): make tooltip prop consistent (patternfly#9803)

    * fix(Table): make tooltip prop consistent
    
    * make tooltip ReactNode and add tooltipProps to Th
    
    * add prop to useEffect
    
    * fix logic for keyboard focus
    
    * fix useeffect
    kmcfaul authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    eb9693f View commit details
    Browse the repository at this point in the history
  2. chore(DataList): convert data list react demo to TS (patternfly#9818)

    * convert data list react demo to TS
    
    * update function component name to match file
    jenny-s51 authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ddc87a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9244cf0 View commit details
    Browse the repository at this point in the history
  4. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.33
     - @patternfly/react-core@5.2.0-prerelease.33
     - @patternfly/react-docs@6.2.0-prerelease.33
     - demo-app-ts@5.1.1-prerelease.56
     - @patternfly/react-table@5.2.0-prerelease.33
    patternfly-build committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    716c894 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update dependency @types/jest to v29.5.11 (patternfly#9854)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    fc55516 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    65912ac View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.34
     - @patternfly/react-core@5.2.0-prerelease.34
     - @patternfly/react-docs@6.2.0-prerelease.34
     - demo-app-ts@5.1.1-prerelease.57
     - @patternfly/react-table@5.2.0-prerelease.34
    patternfly-build committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c9ead43 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. chore(deps): update dependency @patternfly/patternfly to v5.2.0-prere…

    …lease.7 (patternfly#9867)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    bb58f8b View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-charts@7.2.0-prerelease.8
     - @patternfly/react-code-editor@5.2.0-prerelease.35
     - @patternfly/react-core@5.2.0-prerelease.35
     - @patternfly/react-docs@6.2.0-prerelease.35
     - @patternfly/react-icons@5.2.0-prerelease.9
     - demo-app-ts@5.1.1-prerelease.58
     - @patternfly/react-styles@5.2.0-prerelease.6
     - @patternfly/react-table@5.2.0-prerelease.35
     - @patternfly/react-tokens@5.2.0-prerelease.7
    patternfly-build committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5aa83c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. chore(deps): update devdependencies (patternfly#9873)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    6d065fd View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    2afb5fd View commit details
    Browse the repository at this point in the history
  2. chore(release): releasing packages [ci skip]

     - @patternfly/react-code-editor@5.2.0-prerelease.36
     - @patternfly/react-core@5.2.0-prerelease.36
     - @patternfly/react-docs@6.2.0-prerelease.36
     - @patternfly/react-integration@5.1.1-prerelease.16
     - demo-app-ts@5.1.1-prerelease.59
     - @patternfly/react-table@5.2.0-prerelease.36
    patternfly-build committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    2ae9642 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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