mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-17 00:26:07 +10:00
Merge branch 'fix-branch-contains' into 'master'
Prevent doubling AJAX request with each commit visit via Turbolink Be careful with `document.ready` in views 😃 cc @vsizov @marin See merge request !454
This commit is contained in:
@@ -40,6 +40,7 @@ v 7.10.0 (unreleased)
|
||||
- Make Git-over-SSH errors more descriptive.
|
||||
- Send EmailsOnPush email when branch or tag is created or deleted.
|
||||
- Faster merge request processing for large repository
|
||||
- Prevent doubling AJAX request with each commit visit via Turbolink
|
||||
|
||||
v 7.9.0
|
||||
- Add HipChat integration documentation (Stan Hu)
|
||||
|
||||
@@ -48,5 +48,4 @@
|
||||
= preserve(gfm(escape_once(@commit.description)))
|
||||
|
||||
:coffeescript
|
||||
$ ->
|
||||
$(".commit-info-row.branches").load("#{branches_namespace_project_commit_path(@project.namespace, @project, @commit.id)}")
|
||||
$(".commit-info-row.branches").load("#{branches_namespace_project_commit_path(@project.namespace, @project, @commit.id)}")
|
||||
|
||||
Reference in New Issue
Block a user