Closed phixMe closed 1 month ago
Name | Link |
---|---|
Latest commit | 34f483cb0c0ab392652f5f1f0e30b8059d407f53 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/671693a087b33a000871a967 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.12%. Comparing base (
b4b6da9
) to head (34f483c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
We previously called both job facets and dataset versions with a limit of 1 to render the dataset info panel. This simplifies our logic to use the dataset by name and namespace for panel information, and rely on the dataset version endpoint for version listing.
One-line summary: Simplify dataset panel and remove extra calls.
Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)