GNOME Bugzilla – Bug 768848
Add support for new journal parameters
Last modified: 2016-07-21 19:04:13 UTC
Support for new journal parameters like _PID, _GID, _SYSTEMD_UNIT, _EXE is added. Also, the _UID parameter is changed from integer to string for enabling substring search.
Created attachment 331595 [details] [review] Change the "uid" variable type in GlJournalEntry This variable was changed as we need to pass it as string for substring search in gl-journal-model.Also, gl-eventviewrow class was modified to reflect the change in the "uid" variable type.
Created attachment 331596 [details] [review] Add support for additional journal parameters More parameters like PID,GID,Systemd Unit etc are added. The tokenizer was modified to detect characters encountered in these new parameters.
Review of attachment 331595 [details] [review]: Looks good.
Review of attachment 331596 [details] [review]: ::: src/gl-eventviewlist.c @@ +468,1 @@ +/* Create query object according to selected category and set it on journal model */ The query is returned, but is not set on the journal model.
Review of attachment 331595 [details] [review]: Pushed to master as commit 03609326db64b0ef5845a0c741a3c56630d07227.
Created attachment 331875 [details] [review] Add support for additional journal parameters More parameters like PID,GID etc are added. The tokenizer was modified to detect characters encountered in these new parameters.
Review of attachment 331875 [details] [review]: Pushed to master as commit 820c6bf250e9fd79d34faf2feed130a56310e1fa.