Rich Scott
Rich Scott
As it would be logistically difficult for MLH Fellows/interns to set up a full Armada stack on their local development systems, so that they can modify Lookout UI code and...
This is a basic, rough first attempt at updating the .NET client code to be buildable on .NET 6, update the NSWag version and invocation to the latest version, to...
The C#/.NET client code in `client/dotnet` yields a number of errors and warnings when attempting to build and run it using .NET Core 6.0. The .csproj values should be updated...
Using the data defintions and logic in `internal/pulsarutils/pulsarclient.go` and `messageid.go`, write a basic Pulsar client program that (optionally, authenticates first) to a Pulsar cluster, and continuously polls (select's) from a...
This is simply a list of suggested Golang files and functions in the Armada source repo that currently have low or no test coverage, and would be helpful to write...
Now that `armadactl` has been added to the Krew plug-in index (see https://github.com/kubernetes-sigs/krew-index/pull/3280 and https://krew.sigs.k8s.io/plugins/), we should automate the publishing of new `armadactl` releases to that index. See documentation on...
Optimize the CodeQL processing in the CI checks for Armada - currently, the CodeQL analysis for Go code can take up to 5 minutes.
Running the Armada unit-tests (by doing `mage tests`) results in 3 consistent test failures, when the host system's timezone is not set to UTC. These are where timestamp values from...
This epic is intended to track further Armada CI optimizations beyond the ones that are tracked in https://github.com/armadaproject/armada/issues/3074 . These efforts are considered less critical than that epic's tasks, and...