notplants
notplants created pull request coop-cloud/mattermost#1 2021-12-01 12:41:49 +00:00
Remove docker port exposure
notplants pushed to port-exposure at coop-cloud/mattermost 2021-12-01 12:41:41 +00:00
fb674edcb1 Remove docker port exposure
notplants created branch port-exposure in coop-cloud/mattermost 2021-12-01 12:41:40 +00:00
notplants opened issue toolshed/organising#278 2021-12-01 11:18:30 +00:00
Unclear error message when app recipe is improperly structured
notplants transferred repository notplants/mattermost to coop-cloud/mattermost 2021-12-01 10:57:02 +00:00
notplants pushed to main at coop-cloud/mattermost 2021-11-30 16:25:40 +00:00
3e31f25f80 Working with docker secrets
8bc564c4b3 Working on secrets
Compare 2 commits »
notplants pushed to main at coop-cloud/mattermost 2021-11-30 11:31:50 +00:00
d0d3b91aaa Working on secrets
notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-25 10:07:39 +00:00
Add ENV VAR to allow disabling Rocket authentication

Nice looks good. Cool bonus to have default development and production settings too. And we can continue the conversation about whether to also use figment for other peach configurations in the…

notplants pushed to main at coop-cloud/mattermost 2021-11-24 16:15:55 +00:00
283f567b80 Working
notplants pushed to main at coop-cloud/mattermost 2021-11-24 15:54:50 +00:00
d19e16630d Working docker-compose.yml
notplants created branch main in coop-cloud/mattermost 2021-11-24 15:53:36 +00:00
notplants pushed to main at coop-cloud/mattermost 2021-11-24 15:53:36 +00:00
0bcb3df78a first commit
notplants created repository coop-cloud/mattermost 2021-11-24 15:53:21 +00:00
notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-24 11:09:41 +00:00
Add ENV VAR to allow disabling Rocket authentication

hmm I'm now also wondering how this DISABLE_ROCKET_AUTH config, and our general PeachCloud config.yml should interact. Perhaps we should have One Config.yml To Rule Them All.

I think we were…

notplants commented on pull request PeachCloud/peach-workspace#36 2021-11-24 10:59:26 +00:00
Add ENV VAR to allow disabling Rocket authentication

@glyph nice, the code in RequestGuard looks exactly how I imagined it would with the if/else.

A couple possible changes to consider:

  1. use Rocket configs instead of Env variables directly. And…
notplants commented on pull request PeachCloud/peach-workspace#33 2021-11-24 09:05:24 +00:00
Fix broken JS and tweak styling (CSS & HTML)

LG

a lil styling sometimes slips in, I understand

glad to see more code abstracted and less duplication

notplants commented on pull request PeachCloud/peach-workspace#31 2021-11-22 09:52:37 +00:00
Improve HTML route & template test coverage

Looks good to me. Thanks for fixing the change password title.

The tests that test .post routes passing arguments, and .get routes which make complicated calls to retrieve data, seem more…

notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-18 13:48:21 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

Re-exporting individual types or functions is generally discouraged when the dependency from which you're exporting is not under your control. In that case, it is better to re-export the entire…

notplants commented on pull request PeachCloud/go-sbotcli-rs#8 2021-11-18 10:41:51 +00:00
WIP: Change go-sbotcli-rs to parse json responses instead of using regex matches

Ah this is re-export thing sounds perfect for this case, thanks for explaining it.

Also had a good call with Alex which helped give more context on sbotcli, and also raised some questions. We…