Alex Parrill

Results 76 issues of Alex Parrill

**Is your feature request related to a problem? Please describe.** `SqliteError` has a `new` function that takes a C handle and generates an error using `sqlite3_extended_errcode` and `sqlite3_errmsg`, but it's...

enhancement
db:sqlite

Specifically, the fields that were altered as part of commit ae20f03742. This fixes the graphql API requiring the fields to be provided.

I'm cleaning up my repos and forks and noticed that I had some changes for this crate that I used but didn't publish. They helped me for my project, so...

Allows settings overrides that aren't tracked by Git and won't cause merge conflicts on upgrades.

This is a breaking change in how permissions work. Currently, if an operator is assigned to any project for a client, they get read access to all of the client's...

Merge of #489 and JSON extra fields for @chrismaddalena

Adds two GraphQL endpoints, one for uploading evidence files and one for uploading report templates. Both take the files as a Base64 encoded string inside of a JSON object, as...