gitlab-org--gitlab-foss/app
Jacob Schatz 195b20e1b9 Merge branch 'discussion-reply-button-performance' into 'master'
Remove delay when hitting Reply... button on page with a lot of comments

Every time the "Reply..." button was hit, a new `GLForm` was instantiated (which is fine), which would then call `GitLab.GfmAutoComplete.setup()` without specifying which textarea we needed autocompletion on, which resulted in `GitLab.GfmAutoComplete.setup` iterating through every single textarea on the page. On a page with a lot of comments, where each comment would have its own textarea that will be used to edit the comment, this would take a long time and cause the whole page to hang for 2 seconds when a  "Reply..." button was clicked.

See merge request !5602
2016-08-03 04:15:39 +00:00
..
assets Merge branch 'discussion-reply-button-performance' into 'master' 2016-08-03 04:15:39 +00:00
controllers Merge branch 'rs-external-issue-tracker-redirect' into 'master' 2016-08-02 23:22:30 +00:00
finders State specific default sort order for issuables 2016-08-01 11:28:56 +02:00
helpers Merge branch 'rs-external-issue-tracker-redirect' into 'master' 2016-08-02 23:22:30 +00:00
mailers
models Merge branch '18866-add-simple-identifier-to-public-ssh-keys' into 'master' 2016-08-02 23:23:21 +00:00
services webhooks: include old revision in MR update events 2016-08-01 11:20:07 -04:00
uploaders Remove magic comments from Ruby files (!5456) 2016-07-24 07:08:45 +02:00
validators
views Merge branch 'rs-external-issue-tracker-redirect' into 'master' 2016-08-02 23:22:30 +00:00
workers Merge remote-tracking branch 'upstream/master' into new-issue-by-email 2016-07-27 18:11:50 +08:00