gitarena
gitarena copied to clipboard
Software development platform with built-in vcs, issue tracking and code review
_Idea suggested by @emily33901_ Paste service for code snippets and other smaller files: GitArena Bin Allow it to be scoped to either users, groups or specific projects with the three...
These two features should support the following VCS: Git, Subversion and Mercurial - [ ] Importing of repositories into a new Git repository on GitArena - [ ] Mirroring of...
This allows for an easier contribution workflow. This can be seen on GitHub in the form of pull requests or on GitLab as merge requests. It is important that GitArena...
Currently, GitArena only allows limited Git access over http(s). This should be extended to allow SSH access as well. This will probably be realized via a separate crate (`gitarena-ssh`).
Groups (as called similiary on GitLab and called organisations on GitHub) are a namespace under which repositories and all their data can be stored without belonging to a specific person....
libgit2 allows custom backends, should consider this with e.g S3 maybe gitoxide also provides such a backend?
Bumps [whoami](https://github.com/ardaku/whoami) from 1.1.2 to 1.5.1. Changelog Sourced from whoami's changelog. [1.5.1] - 2024-03-09 Fixed Broken link in docs [1.5.0] - 2024-03-03 Added WASI support Redox support Fallible functions whoami::fallible::devicename()...