Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update example apps for uniform deployment #1105

Merged
merged 12 commits into from
Nov 26, 2018

Conversation

shahidhk
Copy link
Member

Description

What component does this PR affect?

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Requires changes from other components? If yes, please mark the components:

  • Server
  • Console
  • CLI
  • Docs
  • Community Content
  • Build System

Related Issue

Solution and Design

Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update
  • Community content

Checklist:

  • I have read the contributing guide and my code conforms to the guidelines.
  • This change requires a change in the documentation.
  • I have updated the documentation accordingly.
  • I have added required tests.

@shahidhk shahidhk added the c/community Related to community content label Nov 23, 2018
@hasura-bot
Copy link
Contributor

Review app for commit e17d54f deployed to Heroku: https://hge-ci-pull-1105.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1105-e17d54f

@hasura-bot
Copy link
Contributor

Review app for commit 272374c deployed to Heroku: https://hge-ci-pull-1105.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1105-272374c

@shahidhk shahidhk merged commit ad2c911 into hasura:master Nov 26, 2018
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-1105.herokuapp.com is deleted

hasura-bot pushed a commit that referenced this pull request Sep 12, 2024
…e is missing from GraphQlConfig (#1105)

### What
This PR is similar to #1079 in that it relaxes a build error that occurs
into a warning. If you define a `Model` with aggregates but you haven't
defined the `query.aggregate` section in your `GraphqlConfig`, then you
currently get a build error telling you to do it. This PR relaxes this
to a warning and aggregates are just omitted from the Model GraphQL API
schema.

### How

The error is converted to an issue in metadata resolve. An existing test
that tested that error has been shifted to a passing test and the new
raised issue can be seen at the bottom of the resolved metadata
snapshot.

V3_GIT_ORIGIN_REV_ID: b864be90141e2a8940fa9a6269beb24021880636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/community Related to community content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants