Alexander Liotta

Results 8 issues of Alexander Liotta

This fix improves dev experience as a minor change to the code won't force re-downloading all packages.

Scim defines its datetime field (https://datatracker.ietf.org/doc/html/rfc7643#section-2.3.5) as following the w3 xsd schema (https://www.w3.org/TR/xmlschema11-2/#dateTime). Currently the dateTime validation fails for dateTime with timezones +00:00. Modifying the fromIso method to the bellow...

The way the dockerfile is currently written doesn't leverage caching because the download deps step is run in the same context as the build binary step. Using the below dockerfile...

## Description - makes namespaceFreeFormEntry a global helm value - when enabled it fixes the prometheus regex for release name - fixes some prometheus alerts that were missing triggerer ##...

## Description Adds a post install post upgrade webhook that creates a root admin user. Adds a cronjob that users can use to rotate the root admin credential. ## Related...

**What this PR does / why we need it**: Adds an airflow plugin that adds an api that enables houston to pull data on airflow task usage data. It also...

The last two tests in the postman collection (Get all users and Get all groups). Assert that an empty resource array is returned on the body. Whilst scim specifies that...

rfc alignment

The junk data test suite the server ignores any junk data sent on a request and creates the resource regardless. Sending a 400 request and not creating the resource is...

enhancement