Skip to content

Audit Log #2849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 23, 2025
Merged

Audit Log #2849

merged 12 commits into from
Jul 23, 2025

Conversation

benjaminleonard
Copy link
Contributor

Still very rough, but has been a helpful exercise in working through some of the design due to the sheer amount of information and differing layout from other pages.

CleanShot 2025-07-08 at 11 47 02

Stubbing out based on oxidecomputer/omicron#7339.

Uses Tanstack Virtual. On testing with > 500 lines it starts to get a bit chunky especially if you're interacting with the page (e.g. opening the row).

Hoping that silo name and actor display name can be plumbed through so those are hard-coded for now.

Still needs:

  • Error state
  • Loading/placeholder state
  • Copy JSON to clipboard
  • Equivalent CLI/API command
  • Fix giant footer spacing

Copy link

vercel bot commented Jul 8, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Jul 8, 2025 0:02am

@@ -101,7 +101,7 @@ export const Listbox = <Value extends string = string>({
id={id}
name={name}
className={cn(
`flex h-11 items-center justify-between rounded border text-sans-md`,
`flex h-10 items-center justify-between rounded border text-sans-md`,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sneaking in my continued densification

david-crespo and others added 5 commits July 11, 2025 20:58
Since oxidecomputer/omicron#8527 the control
plane has been happy to accept such sizes.
* Update pinned Omicron version

* Update mock data; update filters list to show type / code in badge list

* Updating form to handle ICMP types; UI not there yet; also needs ICMP codes sub-option

* oops; license

* Updates to handle proper protocol objects in the form

* prevent duplicate protocols; convert mini table to columns showing protocol, type, code

* add ProtocolBadge component

* refactor; update tests

* Refactoring and usability improvements

* small tweaks

* ProtocolCell and friends

* Move away from badges in mini table for type and code

* update Protocol Badge layout

* a few more ProtocolBadge adjustments

* Update test to account for new badge

* Properly handle selective code combobox display

* slight refactoring

* refactoring

* add icmp filter to the mock rule with lots of filters

* try "parse, don't validate" on ICMP type

* combobox values can't be numbers

* tweak help copy

* Bump Omicron and add new IP Pool column to networking table (#2855)

* Bump Omicron further and add IP Pool ID column to networking tab

* simplify IP Pool finding with safer fallback

* Bump Omicron to latest and run gen-api; no changes to console

* give IpPoolCell loading state, don't blow up on errors

* A few post-review adjustments

* Simpler handling of resolveIpPool

* small type refactor

* shorter getIpFromPool

---------

Co-authored-by: David Crespo <[email protected]>

* bind icmp type input value to form value

---------

Co-authored-by: David Crespo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants