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

build/ci-cd system #20

Closed
18 tasks done
shahidhk opened this issue Jun 29, 2018 · 2 comments
Closed
18 tasks done

build/ci-cd system #20

shahidhk opened this issue Jun 29, 2018 · 2 comments
Assignees
Labels
c/build-system Related to the build-release system

Comments

@shahidhk
Copy link
Member

shahidhk commented Jun 29, 2018

jobs

  • build

    • server
    • cli
    • console
  • test

    • server
    • cli
    • console
  • deploy

    • server
    • cli
    • console

workflows

pull requests

  • build
  • test

tagged releases

  • build
  • test
  • deploy

release-* branch updates

  • deploy console
@shahidhk shahidhk added the c/build-system Related to the build-release system label Jul 9, 2018
@shahidhk shahidhk self-assigned this Jul 9, 2018
@shahidhk
Copy link
Member Author

Need to add checks to wait for server and cli to start running.

@shahidhk
Copy link
Member Author

Implemented with circleci

shahidhk pushed a commit to shahidhk/graphql-engine that referenced this issue Sep 11, 2018
shahidhk pushed a commit to shahidhk/graphql-engine that referenced this issue Sep 11, 2018
hgiasac pushed a commit to hgiasac/graphql-engine that referenced this issue Dec 19, 2023
* resolve scalar representation metadata

* scalar graphql expressions and select many

* add tests

* fix tests after recent merge

* cargo fmt

* cargo clippy

* check and fix clippy and fmt

* make select_many to accept object and bring where type name outside

* apply a few review suggestions

-> HashMap<TypeName, TypeId> -> HashSet<TypeId>
-> Test case expected.json fix

* introduce model filter related type ids

* do not assume default for ndc scalar types

* cargo fmt

* cargo clippy

* fix compilation from previous merge

* update test files

* unify similar code paths from select_one and select_many mods

* address review suggestions

* update introspectiont test case

* make comparison operators inputs as nullable

* one final round of addressing review suggestions

* clippy and fmt

* update test files

GitOrigin-RevId: 7369f80d5e5e23668394c22917ee05176d30c27f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/build-system Related to the build-release system
Projects
None yet
Development

No branches or pull requests

1 participant