Whenever I have time coding stuff goes here.
- Dublin
- https://fintanh.github.io/
Block or Report
Block or report FintanH
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
radicle Public
Forked from radicle-dev/radicle-alpha
A peer-to-peer stack for code collaboration
Haskell
-
-
-
697 contributions in the last year
Less
More
Contribution activity
March 2023
Created 20 commits in 2 repositories
Created a pull request in radicle-dev/heartwood that received 18 comments
node: use enum for fetch direction
A fetch is a client-server interaction and so there are two sides to this interaction. These sides are generally referred to as receive -- the clie…
+197
−143
•
18
comments
Opened 6 other pull requests in 2 repositories
radicle-dev/heartwood
2
open
3
merged
radicle-dev/radicle-git
1
merged
Reviewed 47 pull requests in 1 repository
radicle-dev/heartwood
25 pull requests
- radicle-node: fetch refs only if tracking the node
- node: multistep fetching logic
- node: Fix fetch requests code
- httpd: Add reactions to issue and patch json output
- Fix some node re-connection issues
-
httpd: Add
content
property toCodeLocation
in serialization -
Skip hidden files in repository listing (
rad ls
) - Improve worker error handling
- radicle: Fix profile::canonicalize_home test on MacOS
- radicle-node: Queue fetch requests when necessary
- Patch fixes
- Document radicle workflow
- Consolidate mentions of "id" in CLI
- node: Use correct scope when getting namespaces
- node: Fix state mismatch between service and wire
- node: Fail fast when repository can't be read
-
node: Move tracking store to
radicle
crate - node: Fix bug in seed stats
-
cli: Flesh out
rad self
- node: Fix reconnection logic
-
Make Patch
state
field similar to Issue -
cli: Implement
tag
anduntag
-
Flesh out
CONTRIBUTING.md
-
cli: Polish
assign
andunassign
commands -
Flesh out
README
- Some pull request reviews not shown.
Created an issue in radicle-dev/heartwood that received 3 comments
Using Force for Fetch Refspecs
The Namespaces
type provides refspecs for the fetching. At the moment, these refspecs do not use +
for forcing non-fast-forwards.
On one hand, we w…
3
comments