• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IGVF-DACC / igvf-ui / #6270
100%
main: 100%

Build:
Build:
LAST BUILD BRANCH: IGVF-3031-pipeline-status-embed
DEFAULT BRANCH: main
Ran 18 Sep 2025 09:51PM UTC
Jobs 1
Files 178
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

18 Sep 2025 09:48PM UTC coverage: 100.0%. Remained the same
#6270

push

web-flow
IGVF-2791 Cache module rewrite and persistent backend connection (#890)

* Fix a Typescript conflict that was bothering me.
* Rewrite Redis caching mechanism for simplicity and for protecting the backend against stampeding when the cache expires. Rewrite two cache users to use the new mechanism.
* Cache the home-page statistics and chart data with the new caching mechanism.
* Have the indexer-state API use the new caching mechanism, making this the last usage of the old caching mechanism to update.
* Rewrite caching Jest tests to use the new module API.
* If cookies are unavailable (common in Cypress tests), continue with the cached fetch as we did with the previous caching mechanism, just without the cookie.
* Restore full Jest coverage.
* Fix 308 response from a bad URL when requesting `/api/profiles`.
* Add trailing slashes to /api endpoints to avoid 308 redirects.
* Add persistent TCP/TLS connections between our Next.js server and the backend server.
* Get full Jest coverage with the persistent connection changes.
* Move needed types from `fetch-request.d.ts` to `fetch-request.ts`. Remove FETCH_METHOD and instead use a union type.
* Clean up the fetch-request and session-context types files as well as their usage.
* Redis client is actually asynchronous.
* Add a `getCachedData()` function, and rename the old one to `getCachedDataFetch()`. Finish the rewrite of the cache module API documentation.
* Update the documentation for the cache module.
* Update an outdated import file name.
* Revert removal of cookie property from indexer-info requests.
* Corrections from Copilot code review. Added a comment warning to avoid modifying `HttpsAgent` and `HttpAgent`. Avoid a typecast for `RequestInit` objects. Remove hardcoded constants. Corrected a grammar error.
* Cleaned up the last changes I made to indexer-state.
* Fix a missing type in a FetchRequest method.
* Fix async calls with `mockReturnValue` to use `mockResolvedValue` instead.

1682 of 1682 branches covered (100.0%)

Branch coverage included in aggregate %.

99 of 99 new or added lines in 9 files covered. (100.0%)

3781 of 3781 relevant lines covered (100.0%)

19.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #6270.1 18 Sep 2025 09:51PM UTC 178
100.0
Source Files on build #6270
  • Tree
  • List 178
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a963019e on github
  • Prev Build on dev
  • Next Build on dev
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc