Improve perofrmance of git blame
This commit is contained in:
parent
bc03dfe774
commit
99b2be7625
2 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ v 8.0.0 (unreleased)
|
||||||
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
|
- Gracefully handle SMTP user input errors (e.g. incorrect email addresses) to prevent Sidekiq retries (Stan Hu)
|
||||||
- Improve abuse reports management from admin area
|
- Improve abuse reports management from admin area
|
||||||
- Move dashboard activity to separate page
|
- Move dashboard activity to separate page
|
||||||
|
- Improve performance of git blame
|
||||||
|
|
||||||
v 7.14.1 (unreleased)
|
v 7.14.1 (unreleased)
|
||||||
- Only include base URL in OmniAuth full_host parameter (Stan Hu)
|
- Only include base URL in OmniAuth full_host parameter (Stan Hu)
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
.light
|
.light
|
||||||
= commit_author_link(commit, avatar: false)
|
= commit_author_link(commit, avatar: false)
|
||||||
authored
|
authored
|
||||||
#{time_ago_with_tooltip(commit.committed_date)}
|
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)}
|
||||||
%td.lines.blame-numbers
|
%td.lines.blame-numbers
|
||||||
%pre
|
%pre
|
||||||
- line_count = blame_group[:lines].count
|
- line_count = blame_group[:lines].count
|
||||||
|
|
Loading…
Reference in a new issue