这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@rakeshkky
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

Revert back to older Parser type. Get rid of ConfigM monad.
ParserM monad in opt-parse applicative package is sequential, hence it expects
all command line options to be present in order.

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.

@rakeshkky rakeshkky added s/ok-to-merge Status: This pull request can be merged to master c/server Related to server labels Dec 18, 2018
@rakeshkky rakeshkky self-assigned this Dec 18, 2018
@rakeshkky rakeshkky requested a review from 0x777 December 18, 2018 17:28
@hasura-bot
Copy link
Contributor

Review app for commit 5554b7a deployed to Heroku: https://hge-ci-pull-1231.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1231-5554b7a

printYaml = BC.putStrLn . Y.encode

printVersion :: RavenMode -> IO ()
printVersion :: HGECommand -> IO ()
Copy link
Member

@0x777 0x777 Dec 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fn need not take HGECommand as an arg, why not write this logic at the location where we are calling this fn?

@hasura-bot
Copy link
Contributor

Review app for commit a222b70 deployed to Heroku: https://hge-ci-pull-1231.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1231-a222b70

@hasura-bot
Copy link
Contributor

Review app for commit 95d2f3f deployed to Heroku: https://hge-ci-pull-1231.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1231-95d2f3f

@0x777 0x777 merged commit d4e6ffc into hasura:master Dec 19, 2018
@hasura-bot
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c/server Related to server s/ok-to-merge Status: This pull request can be merged to master

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants