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

test: build type and graphql statement generation #757

Merged
merged 43 commits into from
Nov 27, 2023
Merged

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    f47be69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f58e45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c559f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. test: reset test schema

    dpilch committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    72adfa6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66d5a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea72c25 View commit details
    Browse the repository at this point in the history
  4. test: fix android build test

    dpilch committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    eb90fef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d6847 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0cb877c View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. test: fix add codegen first

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    444d5c3 View commit details
    Browse the repository at this point in the history
  2. test: push for add codegen

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    fc255cd View commit details
    Browse the repository at this point in the history
  3. test: fix add api and schema

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    4bbb565 View commit details
    Browse the repository at this point in the history
  4. test: gql compile

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    476aef4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0fd19bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4a2cf5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba3d48c View commit details
    Browse the repository at this point in the history
  8. test: don't amplify push first

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    56d4709 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    68671ae View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd33c51 View commit details
    Browse the repository at this point in the history
  11. test: return react eslint

    dpilch committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    17fc626 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. test: fix ts build tests

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    daf59d8 View commit details
    Browse the repository at this point in the history
  2. test: fix swift build app test

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    8383213 View commit details
    Browse the repository at this point in the history
  3. chore: ignore lint on test app

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f93c332 View commit details
    Browse the repository at this point in the history
  4. test: reset config

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    838b3c7 View commit details
    Browse the repository at this point in the history
  5. test: use correct ios init

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    be5d82f View commit details
    Browse the repository at this point in the history
  6. docs: add comment to tests

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    76168ad View commit details
    Browse the repository at this point in the history
  7. test: fix swift app type

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    a6557db View commit details
    Browse the repository at this point in the history
  8. test: don't change app type

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    d45ba3a View commit details
    Browse the repository at this point in the history
  9. test: fix init ios project

    dpilch committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    4cc3c69 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. test: fix iose init

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    f043989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13c782b View commit details
    Browse the repository at this point in the history
  3. test: fix skipped tests

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c7af05d View commit details
    Browse the repository at this point in the history
  4. test: fix tests

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    dc7f8dd View commit details
    Browse the repository at this point in the history
  5. test: save artifact at end

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4491b5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1a13bed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    67d0598 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1124fd3 View commit details
    Browse the repository at this point in the history
  9. test: skip not supported tests

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    33fc861 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    430f2ee View commit details
    Browse the repository at this point in the history
  11. test: await on gql compile

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    e454ad5 View commit details
    Browse the repository at this point in the history
  12. test: await last compile

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    8366194 View commit details
    Browse the repository at this point in the history
  13. test: replace , with ;

    dpilch committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5588c3f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5b5861f View commit details
    Browse the repository at this point in the history