Dawa Ometto
Dawa Ometto
* add support for non-recursive lstree * add support for lstree for specific path
**Describe the bug** This isn't especially grave, but: 1. Login to ASReview 2. Go to `http://localhost:3000/signin` 3. The normal login form is shown, with no indication that the user is...
After merging https://github.com/gollum/gollum/pull/2094, the precompile-assets workflow will trigger docker-deploy. To avoid duplicate runs of this workflow, we can remove the push-to-master trigger here. So at present the workflow logic looks...
This PR adds support for new adapter features which allow us to call `lstree` for a specific directory in the repo, and non-recursively: https://github.com/gollum/rugged_adapter/pull/67 https://github.com/gollum/rjgit_adapter/pull/26 Specs: https://github.com/gollum/adapter_specs/pull/19 It depends on...
[Unix sockets](https://en.wikipedia.org/wiki/Unix_domain_socket) provide a nice alternative to TCP sockets that provide more security on systems on which multiple users have shell access. A service running on a TCP socket can...
There are lots of untagged docker images on `ghcr.io`: https://github.com/gollum/gollum/pkgs/container/gollum Maybe also on Dockerhub, haven't checked yet. We should delete old untagged images. For ghcr we can use a workflow...
Resolves #2118
Gollum's config file now is a `.rb` file which is required by the app. Since we mostly just want to toggle some booleans and set some strings, it would perhaps...