-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: dimonomid/nerdlog
base: v1.8.2
head repository: dimonomid/nerdlog
compare: v1.9.0
- 12 commits
- 64 files changed
- 2 contributors
Commits on May 25, 2025
-
chore(CI): Fix post-release ubuntu end-to-end tests
Actually, no idea why but it works on my test repo with the same code, but on the actual nerdlog repo it complains about not having the libx11-dev.
Configuration menu - View commit details
-
Copy full SHA for 9393415 - Browse repository at this point
Copy the full SHA 9393415View commit details -
docs: Update project state in the readme
It's not just a proof of concept anymore.
Configuration menu - View commit details
-
Copy full SHA for f8dba95 - Browse repository at this point
Copy the full SHA f8dba95View commit details -
Configuration menu - View commit details
-
Copy full SHA for badcc5c - Browse repository at this point
Copy the full SHA badcc5cView commit details -
fix: Update tview to the same version as in current Debian
To make it possible to build Nerdlog as a Debian package, see #41 for details.
Configuration menu - View commit details
-
Copy full SHA for 7dce1ff - Browse repository at this point
Copy the full SHA 7dce1ffView commit details
Commits on May 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c45458e - Browse repository at this point
Copy the full SHA c45458eView commit details -
test: Add a bunch more e2e test steps
Also, add support for the `NERDLOG_NO_CLIPBOARD` env var: if it's set, clipboard will be disabled. Needed for tests to avoid having the "Copy" button in the UI on all platforms. Let it remain an undocumented feature for now.
Configuration menu - View commit details
-
Copy full SHA for d674fda - Browse repository at this point
Copy the full SHA d674fdaView commit details
Commits on May 30, 2025
-
In particular, mention the `adm` and `systemd-journal` groups there.
Configuration menu - View commit details
-
Copy full SHA for 26ec9e1 - Browse repository at this point
Copy the full SHA 26ec9e1View commit details
Commits on May 31, 2025
-
fix: Improve error message when initial query is invalid
E.g. if `--time 'invalid-time'` was given, Nerdlog used to just panic, now it prints a slightly better error message.
Configuration menu - View commit details
-
Copy full SHA for dc9e5fc - Browse repository at this point
Copy the full SHA dc9e5fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 663f4b0 - Browse repository at this point
Copy the full SHA 663f4b0View commit details -
feat: Add support for --set command line flag
Which can be used for setting nerdlog options, using the same syntax as the `:set` command, so e.g. `--set numlines=1000`. It provides some mitigation for not yet having a persistent config file, which requires more thought if we want it to be a script and not just a config file. It'll be useful even when we have the config file as well though, since it will take precedence over options in the config file. In particular it will likely be used in tests.
Configuration menu - View commit details
-
Copy full SHA for ecae528 - Browse repository at this point
Copy the full SHA ecae528View commit details
Commits on Jun 2, 2025
-
fix: Fix going from May to Jun in traditional syslog format
There was code to generate better histogram data in a corner case when the timestamp decreases, but unfortunately it broke a very common case when the timestamps are going from May to Jun. So this commit disables the corner-case handling for now (until we have a better solution), in order to fix the May to Jun transition.
Configuration menu - View commit details
-
Copy full SHA for de21e4d - Browse repository at this point
Copy the full SHA de21e4dView commit details -
chore(master): release 1.9.0 (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b92616b - Browse repository at this point
Copy the full SHA b92616bView 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 v1.8.2...v1.9.0