Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

GraphQL schema update #2123

Closed
wants to merge 57 commits into from
Closed

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 2, 2019

🤖 This automated pull request brought to you by a GitHub action 🤖

The GraphQL schema has been automatically updated and relay-compiler has been re-run on the package source. relay-compiler failed with the following output:


Writing js
ERROR:
RelayParser: Encountered 1 error(s):
- Unknown field 'arglbargl' on type 'Repository'. Source: document `currentPullRequestContainerQuery` file: `containers/current-pull-request-container.js`
  
  containers/current-pull-request-container.js (4:11)
  3:         repository(owner: $headOwner, name: $headName) {
  4:           arglbargl
               ^
  5:           ref(qualifiedName: $headRef) {
  

Check out this branch to fix things so we don't break.


View rendered actions/schema-up/README.md

smashwilson and others added 30 commits April 30, 2019 14:01
Co-Authored-By: smashwilson <smashwilson@github.com>
@github-actions github-actions bot added the schema update Automated pull requests that validate updates to the GraphQL schema. label May 2, 2019
@smashwilson smashwilson mentioned this pull request May 2, 2019
5 tasks
@smashwilson smashwilson closed this May 2, 2019
@smashwilson smashwilson deleted the schema-update/1556828138475 branch May 2, 2019 20:20
@codecov
Copy link

codecov bot commented May 2, 2019

Codecov Report

Merging #2123 into master will decrease coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2123      +/-   ##
==========================================
- Coverage   92.65%   92.56%   -0.09%     
==========================================
  Files         207      207              
  Lines       12045    12032      -13     
  Branches     1764     1747      -17     
==========================================
- Hits        11160    11138      -22     
- Misses        885      894       +9
Impacted Files Coverage Δ
lib/containers/user-mention-tooltip-container.js 0% <0%> (-100%) ⬇️
lib/containers/issueish-tooltip-container.js 14.28% <0%> (-85.72%) ⬇️
lib/models/issueish.js 83.33% <0%> (-0.46%) ⬇️
lib/helpers.js 89.95% <0%> (-0.05%) ⬇️
lib/items/issueish-detail-item.js 98.36% <0%> (-0.03%) ⬇️
lib/views/reviews-view.js 83.23% <0%> (ø) ⬆️
lib/items/changed-file-item.js 100% <0%> (ø) ⬆️
lib/views/issue-detail-view.js 100% <0%> (ø) ⬆️
lib/views/pr-detail-view.js 100% <0%> (ø) ⬆️
lib/items/commit-detail-item.js 100% <0%> (ø) ⬆️
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 655ce43...f6086ee. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
schema update Automated pull requests that validate updates to the GraphQL schema.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants