Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6f99f24a
Commit
6f99f24a
authored
Jul 15, 2019
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'ce/master'
parents
62bf2d8a
ca56311d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
3 deletions
+14
-3
app/assets/javascripts/notes/stores/actions.js
app/assets/javascripts/notes/stores/actions.js
+2
-2
app/assets/stylesheets/pages/help.scss
app/assets/stylesheets/pages/help.scss
+6
-0
app/views/help/index.html.haml
app/views/help/index.html.haml
+1
-1
changelogs/unreleased/fix-comment-race-condition.yml
changelogs/unreleased/fix-comment-race-condition.yml
+5
-0
No files found.
app/assets/javascripts/notes/stores/actions.js
View file @
6f99f24a
...
...
@@ -357,11 +357,11 @@ export const poll = ({ commit, state, getters, dispatch }) => {
};
export
const
stopPolling
=
()
=>
{
eTagPoll
.
stop
();
if
(
eTagPoll
)
eTagPoll
.
stop
();
};
export
const
restartPolling
=
()
=>
{
eTagPoll
.
restart
();
if
(
eTagPoll
)
eTagPoll
.
restart
();
};
export
const
fetchData
=
({
commit
,
state
,
getters
})
=>
{
...
...
app/assets/stylesheets/pages/help.scss
View file @
6f99f24a
...
...
@@ -38,3 +38,9 @@
.documentation
{
padding
:
7px
;
}
.card.links-card
{
a
{
color
:
$blue-600
;
}
}
app/views/help/index.html.haml
View file @
6f99f24a
...
...
@@ -33,7 +33,7 @@
.documentation-index.md
=
markdown
(
@help_index
)
.col-md-4
.card
.card
.links-card
.card-header
Quick help
%ul
.content-list
...
...
changelogs/unreleased/fix-comment-race-condition.yml
0 → 100644
View file @
6f99f24a
---
title
:
Fix commenting before discussions are loaded
merge_request
:
30724
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment