Results 58 issues of Dawa Ometto

As per #19, we need to think about a way to handle the following encoding statements uniformly: ``` $ grep -r "force_encoding" lib/ lib//rugged_adapter/git_layer_rugged.rb: files patch.to_s.split("\n")[2..-1].join("\n").force_encoding("UTF-8"))}.reverse # First remove two...

enhancement
refactor

Hi @clbustos and @fenrir-naru! First of all thanks for having developed this project. It seems to be the best approach to using R in Ruby at the moment. We're looking...

Resolves #248 This is an alternative to #249. Instead of reverting to the use of `ansible.builtin.command`, we can also use `default(omit, true)` in the if-statement in the template being passed...

podman

Since e9d56496261807a5174c1347123b49e629c2490b, attempting to login to a container registry with the podman driver results in: ``` failed: [localhost] (item="workspace-src-ubuntu_focal registry username: ") => {"ansible_loop_var": "item", "changed": false, "item": {"image": "ghcr.io/image:tag",...

JGit now provides this functionality, e.g.: ```ruby org.eclipse.jgit.util.SystemReader.getInstance().getUserConfig().getString(ConfigConstants::CONFIG_INIT_SECTION, nil, ConfigConstants::CONFIG_KEY_DEFAULT_BRANCH) ```

enhancement

We should have clear API docs [like this](http://www.rubydoc.info/github/libgit2/rugged/).

documentation

RubyGit#log supports the following logging options: - path filter - skip - max_count However, JGit supports more. RubyGit#log should - [x] [be able to follow files across renames](http://stackoverflow.com/questions/11471836/how-to-git-log-follow-path-in-jgit-to-retrieve-the-full-history-includi) - [...

wrap jgit functionality

RJGit::Porcelain.diff(repo, :patch => true) will create an array of diff entry hashes with a git patch in the :patch key. The method does not yet allow passing in optional formatting...

wrap jgit functionality

Resolves #2007. This PR renames `master` to `main` in all the example git repos. In a later PR, we can: 1. go through our repository and replace references to `master`...

As reported in #2050 setting `base_path: /wiki` doesn't work, while `base_path: wiki` does work. It appears this is because the `MapGollum` class is setting the base route to `/#{base_path}`, so...