rocodes
rocodes
> see especially https://github.com/freedomofpress/securedrop-client/issues/1440. Oh, hello, past me, it's so nice to see you :facepalm: Thanks. I initially was going to close that as a dupe, but there's a lot...
Here's what I propose: - #1440 includes things around transaction handling, savepoints, and better transactions, let's leave it open - Keep this issue scoped to areas where we don't catch...
I think a good initial step towards less conditional logic throughout our provisioning files (thought about this a lot in the context of #945 and the other related proposals I...
To make this more concrete, here is an example of what this would look like. - `sd-default-config.yml` and `sd-default-config.sls` are replaced by `sd-default-config.j2` (below). _All_ hard-coded values go in this...
Thanks so much for all the thoughtful feedback, @deeplow :) I should have renamed this issue when I posted the last comment, since pillarenv/saltenv was the original thing I was...
One example: ``` # sd-env.sls # # -*- coding: utf-8 -*- # vim: set syntax=yaml ts=2 sw=2 sts=2 et : # Prod by default {% set prod_config = { 'name':...
I tried the same thing :) I also tried some variants of squashing the upstream commits into per-file commits so that cherry-picking would be easier, but didn't get too far...
Thank you @philmcmahon @zekehuntergreen - at minimum we'll be able to provide attribution in commit messages, changelog, and release notes/announcement; individual commits TBD. We'll be in touch before all of...
Hey folks, I want to request some UX/UI input on two questions. There was some discussion in #2188 about ux best practices, and in this case I'm looking for feedback...
Thanks all, this has been super helpful. I want to continue talking about it a bit more, maybe at the team meeting, but for now here's some more thoughts. @zenmonkeykstop's...