- Jul 07, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This doesn't fix anything yet but maybe running non-ancient versions will make it easier to fix something.
-
Jean-Paul Calderone authored
-
- Jul 02, 2021
-
-
Jean-Paul Calderone authored
Update servant-prometheus library to get conforming metric names
-
- Jul 01, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Add note about getting the PrivateStorageio environment first
-
- Jun 29, 2021
-
-
Florian Sesser authored
Got it to compile! This could be chinese for all I know. The author of the library used says the tests currently fail. This might be a problem with how Nix handles things. Also, client-side quantile computation is not available anymore. We'll just user server-computed histograms instead.
-
- Jun 22, 2021
-
-
Florian Sesser authored
-
Florian Sesser authored
-
- Jun 11, 2021
-
-
Jean-Paul Calderone authored
Add tests for CORS behavior
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
And now they all pass so everything works fine, great???
-
Jean-Paul Calderone authored
-
- Jun 02, 2021
-
-
Jean-Paul Calderone authored
Fix a currency and price
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jun 01, 2021
-
-
Jean-Paul Calderone authored
Pull the Currency parsing into the JSON parser
-
Jean-Paul Calderone authored
-
- May 04, 2021
-
-
Jean-Paul Calderone authored
Fix the charge/voucher metadata mismatch error handling case
-
Jean-Paul Calderone authored
no point really except maybe it is easier to read? I was trying to remove a level of nesting but I failed.
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
We can't control whether Stripe puts the voucher we supply in its metadata. We can control whether we put the Stripe ChargeId Stripe supplies in our database, though.
-
- May 03, 2021
-
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
This lets me add a new charge_id column to the vouchers table. This lets us associate vouchers with transactions on our side. This provides redundancy with the association on the stripe side. With this redundancy we can let metadata mismatches go by (maybe with logging/alerting) instead of making them fail the whole process.
-
Jean-Paul Calderone authored
Add tests to the Nix packaging
-
Jean-Paul Calderone authored
The new stanza is the automatic result.
-
- Sep 22, 2020
-
-
Jean-Paul Calderone authored
Do a better job generating sensible error results from the payment endpoint
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Stripe CardError is now the only error to receive a "Stripe charge didn't succeed" response. Other Stripe errors can now fail in other ways. This is a better client interface and makes HTTP status codes more accurately reflect the failure which makes them more usable as a monitorable metric.
-
Jean-Paul Calderone authored
Add a metric for signatures issued
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
Record first successful redemption of any voucher, counter pair
-
Jean-Paul Calderone authored
So, let it. Just demonstrate we at least see the test metric.
-