Skip to content

[O2B-1592] Add infologger listeners middleware to overview page endpoints#2160

Open
NarrowsProjects wants to merge 40 commits into
mainfrom
improv/O2B-1592/add-infologger-listeners-middleware-to-overview-page-endpoints
Open

[O2B-1592] Add infologger listeners middleware to overview page endpoints#2160
NarrowsProjects wants to merge 40 commits into
mainfrom
improv/O2B-1592/add-infologger-listeners-middleware-to-overview-page-endpoints

Conversation

@NarrowsProjects

@NarrowsProjects NarrowsProjects commented Jun 1, 2026

Copy link
Copy Markdown
Collaborator

I have a JIRA ticket

  • branch and/or PR name(s) include(s) JIRA ID
  • issue has "Fix version" assigned
  • issue "Status" is set to "In review"
  • PR labels are selected

Notable changes for users:

  • None

Notable changes for developers:

  • A singleton called FilterLogger has been added which sends data from requests to InfoLogger.
  • A middleware generator has been added which receives a type of logger that must implement the infoMessage function.
  • So long as the node environment is not set to test, requests from the overview pages along with their filters, and the user who sent them are sent to InfoLogger.

Changes made to the database:

  • None

NarrowsProjects added 30 commits May 27, 2026 10:51
@NarrowsProjects NarrowsProjects self-assigned this Jun 1, 2026
@NarrowsProjects NarrowsProjects changed the base branch from main to feature/O2B-1558/Set-filters-from-URL-upon-page-reload June 1, 2026 09:40
@NarrowsProjects NarrowsProjects changed the title Improv/o2 b 1592/add infologger listeners middleware to overview page endpoints [O2B-1592] Add infologger listeners middleware to overview page endpoints Jun 1, 2026
@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 78.94737% with 8 lines in your changes missing coverage. Please review.
✅ Project coverage is 45.59%. Comparing base (2296c45) to head (91e2aef).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/server/Loggers/FilterLogger.js 57.89% 8 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2160      +/-   ##
==========================================
- Coverage   45.72%   45.59%   -0.14%     
==========================================
  Files        1035     1037       +2     
  Lines       17226    17264      +38     
  Branches     3133     3139       +6     
==========================================
- Hits         7877     7871       -6     
- Misses       9349     9393      +44     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@NarrowsProjects NarrowsProjects added backend javascript Pull requests that update Javascript code labels Jun 1, 2026
Base automatically changed from feature/O2B-1558/Set-filters-from-URL-upon-page-reload to main June 12, 2026 10:40
@NarrowsProjects NarrowsProjects requested a review from graduta June 12, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend javascript Pull requests that update Javascript code

Development

Successfully merging this pull request may close these issues.

1 participant