luke

Results 15 issues of luke

### Description Update Postgres streaming subscription example to be both valid and sound. I updated the batch size comment to 2 instead of the `batch_size` in the subscription itself, since...

The existing [development deployment](https://aerie-dev.jpl.nasa.gov) is essentially a shell script running in a cronjob which tends to be both brittle and opaque. The AMMOS in the Cloud team has been developing...

deployment
next

I've been using GrapheneOS for a few months now, and really appreciate the update cadence the team provides. However, to view the bug fixes / features of a new release,...

enhancement

Need I say more? (will fill out later, just looking at CI tests for now)

breaking change
feature

Currently, the procedural jar build process is somewhat hacky, since Gradle is purely declarative, and doesn't have a way to explicitly call tasks from other tasks. Instead, we have to...

build
scheduling

Once `feature/procedural-scheduling` is merged into `develop`, we can publish those jars to Github Maven Packages, like we do with the rest of our libraries. This will publish those libraries' dependencies...

build
ci

Adds a few small UI features in the scheduling goals panel that add additional functionality (arguments, duplicating goal invocations) when dealing with procedures instead of EDSL goals. As part of...