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: patternfly/react-log-viewer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.0
Choose a base ref
...
head repository: patternfly/react-log-viewer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 24 files changed
  • 7 contributors

Commits on Jan 27, 2025

  1. Configuration menu
    Copy the full SHA
    c75344c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    231d3b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Merge pull request #90 from dlabaj/issue-40

    fix: fixes capitialization issue with resume and pause log.
    dlabaj authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    3e24c3a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    f4ad4e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93 from patternfly/update-actions-cache

    chore(CI): update GH actions cache version
    dlabaj authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    d7c4b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f782f8d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94 from patternfly/bump-node-version

    chore(CI): bump node version
    dlabaj authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    9d34d20 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. chore(misc): Enabled React19 support

    Eric Olkowski committed May 6, 2025
    Configuration menu
    Copy the full SHA
    8cdffa1 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2025

  1. Added disable comment for import

    Eric Olkowski committed May 7, 2025
    Configuration menu
    Copy the full SHA
    bdd472f View commit details
    Browse the repository at this point in the history
  2. Copied comment from react

    Eric Olkowski committed May 7, 2025
    Configuration menu
    Copy the full SHA
    589de6e View commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

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

Commits on Jul 8, 2025

  1. fix(LogViewer): Adjust parsed data to remove tab character

    When we estimate the height in guessRowHeight, the data we are using has a \t character rather than tabs. This leads to a misleading character count, which impacts the calculated number of rows displayed. Some example data was provided by OpenShift that had overlapping rows. This data had tabs in it. When tabs were removed or replaced with strings, the issue could not be recreated. There may be other issues involved here, but this at least fixes this one provided example. We should talk to products that are continuing to experience this and gather sample outputs to see if we can recreate/adjust on an individual basis.
    rebeccaalpert committed Jul 8, 2025
    Configuration menu
    Copy the full SHA
    39e7d20 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. fix(LogViewer): Adjust parsed data to remove tab character

    When we estimate the height in guessRowHeight, the data we are using has a \t character representing tabs. This leads to a misleading character count, which impacts the calculated number of rows displayed. (2, when we should expect 3, for example). This change updates \t characters to spaces so we can accurately estimate character count and prevent overlapping rows.
    rebeccaalpert authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    0e51660 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2025

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

Commits on Aug 11, 2025

  1. Merge pull request #100 from patternfly/nicolethoen-patch-2

    docs: Update README to include guidance for AI generated code.
    thatblindgeye authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    ab78fad View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. fix: Update README with documentation link

    Updated to new prerelease.
    dlabaj authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    261522c View commit details
    Browse the repository at this point in the history
Loading