Alexis Sellier
Alexis Sellier
It should be possible to delete a project remotely. There are two potential ways this could work: 1. Git: implement deletion via `git push`, eg. have a rule that if...
Running rad-auth from a project that isn't in the monorepo gives us this: ``` Running `target/debug/rad-auth --init` Initializing your 🌱 profile and identity ok Name · seed ok Passphrase ·...
> rad issue == Command failed the key for hybjsbenr6cq7j4zwszuhuw3jiqppjw83kyaaeqai7tmfbxqjduh4y is not in the ssh-agent, consider adding it via `lnk profile ssh add`
While working through the patch workflow, we encounted some issues. * [x] `rad-patch --list` should fetch refs from monorepo, not working copy, so that it can be run anywhere *...
We should probably sync it automatically. Currently it requires `rad sync --self` after the issue is created.
... by attempting to get the peer-id from http-api.
If a contributor pushes a fork without pushing their identity, and the maintainer tracks the contributor and syncs, he will get an error eg. "could not find remote ref refs/rad/id".
Though this is expected git behavior, it creates a problem when the pre-receive hook succeeds but the post-receive hook fails. The next time we push, the post-receive hook isn't retried....
Currently when we track a peer we get this: ``` > git remote cloudhead@hybre451s1a7c9ftf9ag4fj3hna9ssp8fea4ob1qeqy6m4hx4cbdt6 peers/cloudhead ``` We should only have one remote per peer, not sure why we have two...