| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
The virtus project has been discontinued:
https://github.com/solnic/virtus/commit/a6f896984
|
|
|
|
|
|
|
|
| |
- expand upwards
- expand downwards
- expand all
in both inline and parallel views
|
|
|
|
|
|
|
|
|
|
| |
Return the `text` as plain string in the response instead of
including HTML tags but keep `rich_text` as is.
The fix is to modify `Blob::UnfoldPresenter#diff_files` to map
each raw diff line (limited by the range specified) to a
corresponding line in an array of highlighted lines to use as
`rich_text`.
|
|
|
|
| |
Update spec
|
|
Returns all diff lines for frontend if full is true.
Turn UnfoldForm into presenter, and move controller logic to presenter.
|