[PR #67] [CLOSED] My try to implement the server-side filtering with standard javascript RegExp #190

Closed
opened 2026-03-03 16:05:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mthenw/frontail/pull/67
Author: @moiseevigor
Created: 5/2/2016
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/mthenw/frontail/pull/67 **Author:** [@moiseevigor](https://github.com/moiseevigor) **Created:** 5/2/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`f2be4f3`](https://github.com/mthenw/frontail/commit/f2be4f3aa3180cbfb21e18d750a35c04d08ea4af) My 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) <details> <summary>View changed files</summary> 📝 `index.js` (+2 -2) 📝 `lib/options_parser.js` (+1 -0) 📝 `lib/tail.js` (+16 -2) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:05:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#190
No description provided.