-
Looking at https://github.com/oxidecomputer/omicron/pull/4415/checks?check_run_id=18411525294 it appears that the job is completed and the artifacts have been output. However, the GitHub UI is showing…
-
Getting some errors trying to add circumflex to omicron. Where is there?
-
## Expected and Actual behavior
Consider this file in an appropriate project:
```clojure
(ns omicron.core
(:require [clojure.repl :as repl]))
(defn foo [a] (inc a))
(repl/source omicron.co…
-
Some objects in the DB have a name, and a corresponding index to ensure the name remains unique.
For example:
```sql
CREATE TABLE omicron.public.silo (
/* Identity metadata */
id UUID…
-
When trying to bump the `dendrite` version, `omicron` CI builds started failing because `clippy` was unhappy with some of the code imported from `dpd-client`:
```
2098 2024-01-23T21:44:13.181Z …
-
### When trying to build with this command: omega get master cyclops, I encountered these errors:
[ 2%] Built target omicron
[ 55%] Built target FreeImage
[ 60%] Built target freetype
[ 66%] Built t…
-
Missing here: https://github.com/oxidecomputer/omicron/blob/7d8d93b574a45090db1e38d2f56ec372cf5847da/nexus/types/src/external_api/params.rs#L294
Exists here:
https://github.com/oxidecomputer/omicr…
-
There are a couple different parts top this:
- [ ] Add a way for RSS to take the x509 certs as input (handed off from wicket, someday).
- [x] Transfer these x509 certs to Nexus as a part of either…
-
I think `transaction_async` was ported to async from similar synchronous code. But it looks to me like it's not cancel-safe because if it is cancelled at [this await point](https://github.com/oxideco…
-
```
// TODO: Consider making infra-ip ranges implicit for uplinks
```
https://github.com/oxidecomputer/omicron/blob/973bff16f09d0bf9fca03641053c8ebd88c46b72/common/src/api/internal/shared.rs#…