mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-26 02:05:57 +03:00
[PR #67] [CLOSED] My try to implement the server-side filtering with standard javascript RegExp #190
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#190
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mthenw/frontail/pull/67
Author: @moiseevigor
Created: 5/2/2016
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
f2be4f3My try to implement the server-side filtering with standard javascript RegExp expressions (https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/RegExp).📊 Changes
3 files changed (+19 additions, -4 deletions)
View changed files
📝
index.js(+2 -2)📝
lib/options_parser.js(+1 -0)📝
lib/tail.js(+16 -2)📄 Description
I've done this small and silly enhancement to achieve the "tail | grep" functionality, since we have very busy asterisk logs so we need to filter it before sending to browser.
Let me know if it looks appropriate for frontail package.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.