didericis
  • Joined on 2025-09-19
didericis commented on issue didericis/bot-bottle#152 2026-06-02 14:12:19 -04:00
PRD 0046: Remove ExtraHosts from git remotes manifest schema

No need to remember that extra hosts used to be in the manifest or add specific errors for it/just nix all the extrahosts stuff

didericis closed issue didericis/bot-bottle#150 2026-06-02 14:11:36 -04:00
Dead: provision SSH config for bottles
didericis closed pull request didericis/bot-bottle#151 2026-06-02 14:10:44 -04:00
Dead PRD: SSH Config Provisioning
didericis commented on pull request didericis/bot-bottle#151 2026-06-02 14:08:53 -04:00
Dead PRD: SSH Config Provisioning

Actually this architecture will break a bunch of assumptions we were making in order to route everything through git-gate... maybe we should just back out of this entirely. The only reason to do…

didericis pushed to prd-0046-ssh-config-provisioning at didericis/bot-bottle 2026-06-02 14:01:46 -04:00
28cbe40a22 docs(prd): revise ssh provisioning schema
didericis commented on pull request didericis/bot-bottle#151 2026-06-02 13:58:55 -04:00
Dead PRD: SSH Config Provisioning

PRD looks mostly good, but think we can also strip out ExtraHosts from the git config, and we should add a section under ssh for known host keys. After this the only thing under git remotes…

didericis pushed to prd-0046-ssh-config-provisioning at didericis/bot-bottle 2026-06-02 13:51:23 -04:00
859092297f docs(prd): add ssh config provisioning plan
didericis created branch prd-0046-ssh-config-provisioning in didericis/bot-bottle 2026-06-02 13:51:23 -04:00
didericis commented on issue didericis/bot-bottle#150 2026-06-02 13:41:47 -04:00
Dead: provision SSH config for bottles

No, think it should be like this:

git:
  remotes:
    gitea.dideric.is:
      Name: bot-bottle
      Upstream: ssh://git@gitea.dideric.is:30009/didericis/bot-bottle.git
ssh:
 
didericis commented on issue didericis/bot-bottle#150 2026-06-02 13:37:11 -04:00
Dead: provision SSH config for bottles

Ok, actually I think this direction is wrong... I think we just want to be able to specify an ssh config to give the agent. Let's update the issue to reflect that.

didericis commented on issue didericis/bot-bottle#104 2026-06-02 13:21:54 -04:00
Allow for short lived, provisioned SSH keys

Think that makes sense. We should also use this as an opportunity to introduce a contrib structure for scoping things like specific deploy key provisioners, specific agent provisioners, etc.

didericis pushed to main at didericis/bot-bottle 2026-06-02 13:18:51 -04:00
3885e2f5ad fix(workspace): include hidden cwd files in docker layer
a08829573d docs(prd): activate workspace porting plan
d5fcbe53ef feat(workspace): port cwd across backends
6150497b47 feat(workspace): trust resolved project path
5308d53288 feat(workspace): add shared workspace plan
Compare 6 commits »
didericis deleted branch prd-0045-workspace-plan from didericis/bot-bottle 2026-06-02 13:18:51 -04:00
didericis merged pull request didericis/bot-bottle#149 2026-06-02 13:18:49 -04:00
PRD 0045: Workspace Porting Plan
didericis closed issue didericis/bot-bottle#116 2026-06-02 13:18:49 -04:00
Design a workspace-porting abstraction for bottle start
didericis pushed to prd-0045-workspace-plan at didericis/bot-bottle 2026-06-02 13:12:57 -04:00
3885e2f5ad fix(workspace): include hidden cwd files in docker layer
didericis pushed to prd-0045-workspace-plan at didericis/bot-bottle 2026-06-02 13:01:57 -04:00
a08829573d docs(prd): activate workspace porting plan
didericis pushed to prd-0045-workspace-plan at didericis/bot-bottle 2026-06-02 13:01:24 -04:00
d5fcbe53ef feat(workspace): port cwd across backends