gitlab-org--gitlab-foss/spec/javascripts/ide
Paul Slaughter c49d4a4985 Improve files_decorator performance
**How?**
Previously the files_decorator inserted parent folders inefficiently.
It started at the first part and ensured each was inserted.

Since the file entries are given to use in alphabetical order, we can
start at the last part of the blob's parents. If this exists, we can
short circuit and be done inserting parents.

**What else?**
- Improve performance of decorateData. The object spread operator is
not needed because the object is brand new.
2019-03-07 09:22:05 +00:00
..
components Fixed mutation for root 2019-03-04 11:39:55 +00:00
lib Improve files_decorator performance 2019-03-07 09:22:05 +00:00
stores Improve files_decorator performance 2019-03-07 09:22:05 +00:00
helpers.js
ide_router_spec.js
mock_data.js