Skip to content

Cache autocomplete results

Phil Hughes requested to merge cache-autocomplete-results into master

What does this MR do?

Caches the results of the autocomplete AJAX call to stop new GFM inputs on the page from requesting new data. The cache is then cleared on each new page so that it doesn't stay around per project.

Merge request reports