-
- Downloads
Fix filePath not being stored in GraphQL log tree cache
This was discovered when trying to paginate the tree entries and use the log tree cache: we were not storing `filePath` even though it was being generated. As a result, the log entries could not be matched with newly-inserted data. Relates to #334140 Changelog: fixed
parent
6f70084c
No related branches found
No related tags found
Showing
- app/assets/javascripts/repository/queries/commit.fragment.graphql 1 addition, 0 deletions...ts/javascripts/repository/queries/commit.fragment.graphql
- ee/app/assets/javascripts/repository/queries/commit.fragment.graphql 1 addition, 0 deletions...ts/javascripts/repository/queries/commit.fragment.graphql
- spec/frontend/repository/log_tree_spec.js 23 additions, 28 deletionsspec/frontend/repository/log_tree_spec.js
Please register or sign in to comment