Releases: Orbitalize/reports
Releases · Orbitalize/reports
v0.0.18
What's Changed
- [report] Handle reports starting with an action generator by @ChrisJamesC in #30
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Cleanup participant selector and dark mode by @ChrisJamesC in #29
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Disable fetch if report already exists by @ChrisJamesC in #28
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- [report] load json embed in script tag by @barroco in #16
- Material-ui initial setup by @ChrisJamesC in #19
- Aggregate test rows with same name by @ChrisJamesC in #22
- App layout (theme, dark mode, app bar) by @ChrisJamesC in #21
- Selector for participant by @ChrisJamesC in #23
- Use Material-ui tables by @ChrisJamesC in #24
- [doc] Add README by @barroco in #25
- Fix list key warnings by @ChrisJamesC in #26
- Add participant list to landing page by @ChrisJamesC in #27
Full Changelog: v0.0.14...v0.0.15
v0.0.14
v0.0.13
v0.0.12
[report] Replace example with proper report parsing (#11) This PR adds an initial working version of report parsing and include the following additional changes: 1. Add jest dependencies. 2. Add a simple popup to display the details when clicking on "Link" 3. Updated types from interuss/monitoring schemas. Few known issues: - Requirements and child capabilities are not displayed at the same time on a page. - Error handling is probably too aggressive Note that report_uspace.json will be removed before merge to not checkin big files on the main branch.