- Feb 02, 2022
-
-
Florian Sesser authored
-
Florian Sesser authored
This is my latest version of this, updated to work with the packages in NixOS 21.05.
-
- Feb 01, 2022
-
-
Jean-Paul Calderone authored
Update nixpkgs. See merge request !249
-
Jean-Paul Calderone authored
Update whetstone hostname to private.storage. See merge request !250
-
Tom Prince authored
-
- Jan 31, 2022
-
-
Tom Prince authored
Note that changing the origin repository in the on-node deployment checkout is also required. See https://whetstone.private.storage/privatestorage/privatestorageops/-/merge_requests/197#note_19071
-
- Jan 21, 2022
-
-
Jean-Paul Calderone authored
Reorder issuer domains See merge request !211
-
Jean-Paul Calderone authored
So perhaps it is impossible for anyone to approach the payment server from these other domains now. Mostly though I want to force CI to run because whetstone is not currently showing the pipeline status for this MR...
-
... just because I like to be consistent.
-
... to make private.storage the default above privatestorage.io. Before this the privatestorage.io could be seen in the TLS cert.
-
- Jan 19, 2022
-
-
Jean-Paul Calderone authored
Add Tom's comments to the docs See merge request !248
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jan 18, 2022
-
-
Tom Prince authored
Speed up evaluation of grids by evaluating custom packages once. See merge request !246
-
Florian Sesser authored
Grafana: Allow access to /metrics only to monitoring network and localhost Closes privatestorageops#408 See merge request !242
-
Florian Sesser authored
Thanks to @jcalderone for the suggestion!
-
- Jan 17, 2022
-
-
Jean-Paul Calderone authored
Update nixpkgs 2022-01-17 See merge request !247
-
Tom Prince authored
The current code evaluates our custom packages once for each node, which adds signifcant amount of time to evaluate a grid. We can reduce this, by adding the custom package set as an attribute to the nixpkgs set we pass to morph. This doesn't change how we refer to those packages, as we continue to expose the custom package set as a module attribute. These are the times to evaluate all three grids (on a partially loaded system), when there was nothing new to build: ``` before: real 2m27.837s user 3m35.528s sys 0m3.722s after: real 1m12.748s user 1m34.047s sys 0m3.346s ```
-
Jean-Paul Calderone authored
Change yet another IP from 67 to 56 subnet See merge request !243
-
Tom Prince authored
Bump to PaymentServer 2022-01-17 See merge request !244
-
Tom Prince authored
Bump to ZKAPAuthorizer 2022-01-17 See merge request !245
-
Tom Prince authored
-
Jean-Paul Calderone authored
-
Jean-Paul Calderone authored
-
- Jan 13, 2022
-
-
Florian Sesser authored
For some reason this had eluded my earlier grepping.
-
Florian Sesser authored
Fixes privatestorageops#408
-
Florian Sesser authored
Fix Grafana start on local dev after upgrade to NixOS 21.11 See merge request !241
-
Florian Sesser authored
-
Florian Sesser authored
Grafana 8 on NixOS 21.11 fails harder than 7.x on 21.05 when its `grafana-admin.password` file is missing. Provide it regardless whether Google auth is configured or not.
-
Jean-Paul Calderone authored
Minor factoring improvements to the tests Closes #104 See merge request !239
-
Florian Sesser authored
Fix up local dev VM grid IPs to be in line with MR !232 See merge request !240
-
Florian Sesser authored
-
- Jan 12, 2022
-
-
Tom Prince authored
Update nixos to 21.11 See merge request !222
-
- Jan 11, 2022
-
-
Tom Prince authored
-
Tom Prince authored
This also update ZKAPAuthorizer to a python3 using version.
-
Tom Prince authored
-
Tom Prince authored
This is disallowed in nixos 21.11 as it is a potential security issue.
-
Tom Prince authored
-
Jean-Paul Calderone authored
-