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

GraphQL Support #5674

Merged
merged 146 commits into from
Jun 20, 2019
Merged

GraphQL Support #5674

merged 146 commits into from
Jun 20, 2019

Commits on Apr 18, 2019

  1. GraphQL boilerplate

    davimacedo committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    99881ed View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2019

  1. Configuration menu
    Copy the full SHA
    57ec86e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2019

  1. Introducing loaders

    davimacedo committed Apr 24, 2019
    Configuration menu
    Copy the full SHA
    5a60a9c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2019

  1. Generic create mutation

    davimacedo committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    5e85d27 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2019

  1. Merging master

    davimacedo committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    b0fa772 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8590361 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    0bb30d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a448989 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Configuration menu
    Copy the full SHA
    5aa0582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96ade17 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Configuration menu
    Copy the full SHA
    57da696 View commit details
    Browse the repository at this point in the history
  2. Get parse class query

    davimacedo committed May 3, 2019
    Configuration menu
    Copy the full SHA
    b490b9d View commit details
    Browse the repository at this point in the history
  3. Generic get query

    davimacedo committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3465195 View commit details
    Browse the repository at this point in the history
  4. Generic delete mutation

    davimacedo committed May 3, 2019
    Configuration menu
    Copy the full SHA
    dc66dfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28fe08d View commit details
    Browse the repository at this point in the history
  6. Parse class find mutation

    davimacedo committed May 3, 2019
    Configuration menu
    Copy the full SHA
    a30bccf View commit details
    Browse the repository at this point in the history
  7. Generic update mutation

    davimacedo committed May 3, 2019
    Configuration menu
    Copy the full SHA
    d86b469 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25b48f7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Merging upstream

    davimacedo committed May 9, 2019
    Configuration menu
    Copy the full SHA
    61cbbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b8d12e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e02e59 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97fd63b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Constructor tests

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    8200340 View commit details
    Browse the repository at this point in the history
  2. API tests boilerplate

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    b6d7d2c View commit details
    Browse the repository at this point in the history
  3. _getGraphQLOptions

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ba3e80f View commit details
    Browse the repository at this point in the history
  4. Merging upstream

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    92c056a View commit details
    Browse the repository at this point in the history
  5. applyGraphQL tests

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    f72764f View commit details
    Browse the repository at this point in the history
  6. GraphQL API initial tests

    davimacedo committed May 10, 2019
    Configuration menu
    Copy the full SHA
    b1f8257 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. applyPlayground tests

    davimacedo committed May 11, 2019
    Configuration menu
    Copy the full SHA
    ec404f2 View commit details
    Browse the repository at this point in the history
  2. createSubscriptions tests

    davimacedo committed May 11, 2019
    Configuration menu
    Copy the full SHA
    7549910 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Configuration menu
    Copy the full SHA
    28a0223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3592f72 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    4e7ed0c View commit details
    Browse the repository at this point in the history
  2. ParseGraphQLSchema tests

    davimacedo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c9b4cd3 View commit details
    Browse the repository at this point in the history
  3. TypeValidationError

    davimacedo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    2b35e91 View commit details
    Browse the repository at this point in the history
  4. TypeValidationError

    davimacedo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    561d23c View commit details
    Browse the repository at this point in the history
  5. parseStringValue test

    davimacedo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    780846f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. parseIntValue tests

    davimacedo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ef73994 View commit details
    Browse the repository at this point in the history
  2. parseBooleanValue tests

    davimacedo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    463e0d4 View commit details
    Browse the repository at this point in the history
  3. parseDateValue tests

    davimacedo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    4e07f32 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. parseValue tests

    davimacedo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7c86577 View commit details
    Browse the repository at this point in the history
  2. parseListValues tests

    davimacedo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d601e29 View commit details
    Browse the repository at this point in the history
  3. parseObjectFields tests

    davimacedo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    80acd0a View commit details
    Browse the repository at this point in the history
  4. Default types tests

    davimacedo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    c02b7cd View commit details
    Browse the repository at this point in the history
  5. Get tests

    davimacedo committed May 16, 2019
    Configuration menu
    Copy the full SHA
    d7652d2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Configuration menu
    Copy the full SHA
    0b9bf48 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Fixing prepare data

    davimacedo committed May 20, 2019
    Configuration menu
    Copy the full SHA
    595ee0a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. ApolloClient does not work well with different queries runnning in pa…

    …ralell with different headers
    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    4e1b5ef View commit details
    Browse the repository at this point in the history
  2. ApolloClient does not work well with different queries runnning in pa…

    …ralell with different headers
    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    de02899 View commit details
    Browse the repository at this point in the history
  3. User 3 tests

    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    eb734a0 View commit details
    Browse the repository at this point in the history
  4. User 3 tests

    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    e8220c6 View commit details
    Browse the repository at this point in the history
  5. Get level permission tests

    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    03edc13 View commit details
    Browse the repository at this point in the history
  6. Get User specific tests

    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    eaee48b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a063c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c87ea67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fbde8f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9c593ab View commit details
    Browse the repository at this point in the history
  11. Find basic test

    davimacedo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    f596fce View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Find permissions test

    davimacedo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b9e3873 View commit details
    Browse the repository at this point in the history
  2. Find where argument test

    davimacedo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    0705fa7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d450d39 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2019

  1. Error handler

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    15268ec View commit details
    Browse the repository at this point in the history
  2. Find now supports count

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    5faabb8 View commit details
    Browse the repository at this point in the history
  3. Test for FindResult type

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    d91cf04 View commit details
    Browse the repository at this point in the history
  4. Improving find count

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    b1be3f7 View commit details
    Browse the repository at this point in the history
  5. Find max limit test

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    0f64201 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edaf67c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c56861 View commit details
    Browse the repository at this point in the history
  8. Basic Create test

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    7f11b80 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b67d512 View commit details
    Browse the repository at this point in the history
  10. Basic update test

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    c109d8d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    07d7cea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56ac44d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f106cdf View commit details
    Browse the repository at this point in the history
  14. Delete mutation basic test

    davimacedo committed May 23, 2019
    Configuration menu
    Copy the full SHA
    fae9768 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    18c0a2e View commit details
    Browse the repository at this point in the history
  2. Test for string

    davimacedo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    b93b4e1 View commit details
    Browse the repository at this point in the history
  3. String test

    davimacedo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    1bc2a4a View commit details
    Browse the repository at this point in the history
  4. Date test

    davimacedo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    cd21bd2 View commit details
    Browse the repository at this point in the history
  5. Pointer test

    davimacedo committed May 24, 2019
    Configuration menu
    Copy the full SHA
    51ba877 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2019

  1. Relation tests

    davimacedo committed May 25, 2019
    Configuration menu
    Copy the full SHA
    5b2c768 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Configuration menu
    Copy the full SHA
    4c4ccff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95241bc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Create file mutation

    davimacedo committed May 29, 2019
    Configuration menu
    Copy the full SHA
    c2dfca9 View commit details
    Browse the repository at this point in the history
  2. Test for file fields

    davimacedo committed May 29, 2019
    Configuration menu
    Copy the full SHA
    b483b31 View commit details
    Browse the repository at this point in the history
  3. Test for null values

    davimacedo committed May 29, 2019
    Configuration menu
    Copy the full SHA
    797555a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e92346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1c8ad0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Configuration menu
    Copy the full SHA
    dac2af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309565b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1e6db8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    479924e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ee0997 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. Configuration menu
    Copy the full SHA
    8ff64bf View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Configuration menu
    Copy the full SHA
    8d39c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Configuration menu
    Copy the full SHA
    7732b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    223f217 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Configuration menu
    Copy the full SHA
    05c190c View commit details
    Browse the repository at this point in the history
  2. Files

    davimacedo committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    edb4e04 View commit details
    Browse the repository at this point in the history
  3. Merging and fixing tests

    davimacedo committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    0a8c086 View commit details
    Browse the repository at this point in the history
  4. Fiels are now working

    davimacedo committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    6caa0af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a05c1c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. Refactoring dates

    davimacedo committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    c647f67 View commit details
    Browse the repository at this point in the history
  2. Refactoring files

    davimacedo committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    7432ad7 View commit details
    Browse the repository at this point in the history
  3. Default types review

    davimacedo committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    db47184 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Configuration menu
    Copy the full SHA
    6fae23f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a45b1ff View commit details
    Browse the repository at this point in the history
  3. Refactoring class types

    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    0935fbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fee8c View commit details
    Browse the repository at this point in the history
  5. Fixing centerSphere

    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    cb24442 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5520c8 View commit details
    Browse the repository at this point in the history
  7. Supporting bytes

    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    a8fc36e View commit details
    Browse the repository at this point in the history
  8. ACL constraint

    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    79ec45c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    339ef31 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5d8cd13 View commit details
    Browse the repository at this point in the history
  11. Merging upstream

    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    40fbcc9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    70c41e3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51989cc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de62857 View commit details
    Browse the repository at this point in the history
  15. Remove test using fit

    douglasmuraoka committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    bafe8a0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72f3076 View commit details
    Browse the repository at this point in the history
  17. Fixing count test for postgres. Postgres does not count with where={}…

    … (legacy problem). We should solve it later
    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    b1ce260 View commit details
    Browse the repository at this point in the history
  18. Fix null values test for postgres. It is evaluating null as undefined…

    … (legacy problem) and we should fix is later.
    davimacedo committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    4d8ff7b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0b611a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

  1. Configuration menu
    Copy the full SHA
    76f190b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdd315e View commit details
    Browse the repository at this point in the history
  3. Refeactoring users

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    13e0987 View commit details
    Browse the repository at this point in the history
  4. Including sign up mutation

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    edbbdb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed6cd8a View commit details
    Browse the repository at this point in the history
  6. Fix failing test

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    549cde8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b06fc36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bcfa897 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333f468 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ee276c2 View commit details
    Browse the repository at this point in the history
  11. Fixing some tests

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    e3bf480 View commit details
    Browse the repository at this point in the history
  12. more data type tests

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    95be5fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    699b811 View commit details
    Browse the repository at this point in the history
  14. Polygons test

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    063975b View commit details
    Browse the repository at this point in the history
  15. Merging other tests

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    6410a9e View commit details
    Browse the repository at this point in the history
  16. Merging remote

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    45c26b1 View commit details
    Browse the repository at this point in the history
  17. Fixing some postgres tests

    davimacedo committed Jun 11, 2019
    Configuration menu
    Copy the full SHA
    eb5fd94 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. Configuration menu
    Copy the full SHA
    24fe50c View commit details
    Browse the repository at this point in the history
  2. Merging upstream:

    davimacedo committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    cb163fd View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. Merging upstream

    davimacedo committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5ddc058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2761f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ea056f View commit details
    Browse the repository at this point in the history