FinnIckler

Results 24 issues of FinnIckler

Probably should add some more error handling a la what we currently have in the controller?

About halfway done going through https://docs.google.com/spreadsheets/d/1VQXDGVdYgmoH5hWpUI6wzla6NhZ4rMGbuDcHOc9ODH8/edit#gid=1116831171 Am I correct using ``` pending_registrations = if @competition.uses_new_registration_service? Microservices::Registrations.registrations_by_competition(@competition.id, 'pending', cache: false) else @competition.registrations.pending.count end ``` here? I am still not 100% sure...

I'm trying to implement a 1:1 relationship between two tables without duplicating data in a new column. The issue is that `has_one` does not allow specifying a custom `foreign_key`, while...

Hi! I've got a custom worker process that is running separately from my Rails API (just under ruby). When I try adding `PrometheusExporter::Instrumentation::Process.start(type: WORKER_NAME, labels: { process: PROCESS_NUMBER })` I...

These are changes pulled out of #10022 and depend on that PR. These are breaking changes, and should not be merged until we do the migration.

Split from #10058. Depends on that being merged first because of the SQS queue, but I have already deployed all the infrastructure to test, so this works. Review needed for...

I still need to get payments to work. Creating as Draft to allow Duncan to add the registration checker and route tests. I will also revert all the javascript changes...

This would be the configuration for shoryuken, no service for the worker yet, but I can add that on tuesday. I added the gem in the production section only.

Gets rid of another of those pesky banners and allows users to contact the organizers with a prefilled template. @danieljames-dj I know you worked on the contact form, is this...

We had the TODO there for a while now. fixes #10045