summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/graphql/loaders/pipeline_for_sha_loader_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade GraphQL gem to 1.8.17Brett Walker2019-09-041-1/+1
| | | | | | | | | - Due to https://github.com/exAspArk/batch-loader/pull/32, we changed BatchLoader.for into BatchLoader::GraphQL.for - since our results are wrapped in a BatchLoader::GraphQL, calling `sync` during authorization is required to get real object - `graphql` now has it's own authorization system. Our `authorized?` method conflicted and required renaming
* Added commit type to tree GraphQL typePhil Hughes2019-06-281-0/+20