-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: patternfly/react-log-viewer
base: v6.1.0
head repository: patternfly/react-log-viewer
compare: main
- 16 commits
- 24 files changed
- 7 contributors
Commits on Jan 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c75344c - Browse repository at this point
Copy the full SHA c75344cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 231d3b0 - Browse repository at this point
Copy the full SHA 231d3b0View commit details
Commits on Jan 29, 2025
-
Merge pull request #90 from dlabaj/issue-40
fix: fixes capitialization issue with resume and pause log.
Configuration menu - View commit details
-
Copy full SHA for 3e24c3a - Browse repository at this point
Copy the full SHA 3e24c3aView commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f4ad4e6 - Browse repository at this point
Copy the full SHA f4ad4e6View commit details -
Merge pull request #93 from patternfly/update-actions-cache
chore(CI): update GH actions cache version
Configuration menu - View commit details
-
Copy full SHA for d7c4b26 - Browse repository at this point
Copy the full SHA d7c4b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for f782f8d - Browse repository at this point
Copy the full SHA f782f8dView commit details -
Merge pull request #94 from patternfly/bump-node-version
chore(CI): bump node version
Configuration menu - View commit details
-
Copy full SHA for 9d34d20 - Browse repository at this point
Copy the full SHA 9d34d20View commit details
Commits on May 6, 2025
-
chore(misc): Enabled React19 support
Eric Olkowski committedMay 6, 2025 Configuration menu - View commit details
-
Copy full SHA for 8cdffa1 - Browse repository at this point
Copy the full SHA 8cdffa1View commit details
Commits on May 7, 2025
-
Added disable comment for import
Eric Olkowski committedMay 7, 2025 Configuration menu - View commit details
-
Copy full SHA for bdd472f - Browse repository at this point
Copy the full SHA bdd472fView commit details -
Eric Olkowski committed
May 7, 2025 Configuration menu - View commit details
-
Copy full SHA for 589de6e - Browse repository at this point
Copy the full SHA 589de6eView commit details
Commits on May 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ae3436b - Browse repository at this point
Copy the full SHA ae3436bView commit details
Commits on Jul 8, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 39e7d20 - Browse repository at this point
Copy the full SHA 39e7d20View commit details
Commits on Jul 28, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0e51660 - Browse repository at this point
Copy the full SHA 0e51660View commit details
Commits on Aug 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bddd300 - Browse repository at this point
Copy the full SHA bddd300View commit details
Commits on Aug 11, 2025
-
Merge pull request #100 from patternfly/nicolethoen-patch-2
docs: Update README to include guidance for AI generated code.
Configuration menu - View commit details
-
Copy full SHA for ab78fad - Browse repository at this point
Copy the full SHA ab78fadView commit details
Commits on Sep 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 261522c - Browse repository at this point
Copy the full SHA 261522cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.1.0...main