Commit graph

  • c2ee694cc3 Update query parsing Tobe O 2018-08-20 00:09:54 -0400
  • 1dec4f3da6 Rename body parsing methods Tobe O 2018-08-19 23:51:09 -0400
  • 2cb0797da5 Make lazy parsing the default Tobe O 2018-08-19 23:46:38 -0400
  • d3a3d93796 Rename HTTP request+response impl, drop the "impl" Tobe O 2018-08-19 23:40:59 -0400
  • 90409711b4 Completely remove ResponseContext.io Tobe O 2018-08-19 23:39:37 -0400
  • 697a1a788f Completely remove RequestContext.io Tobe O 2018-08-19 23:31:59 -0400
  • ffbbb75c8c Make RequestContext generic Tobe O 2018-08-19 23:28:27 -0400
  • 91c97c78b9 Make RequestContext generic Tobe O 2018-08-19 23:27:34 -0400
  • 2a306e1ec3 Make parseId static + docs Tobe O 2018-08-19 23:20:12 -0400
  • d211804cd8 Add more to parseId Tobe O 2018-08-19 23:18:19 -0400
  • 41e70787bc Remove all usage of dart2_constant Tobe O 2018-08-19 23:06:29 -0400
  • 99f9569695 Completely removed the AngelBase class Tobe O 2018-08-19 22:56:20 -0400
  • 79818cf001 Completely removed the AngelBase class Tobe O 2018-08-19 22:55:54 -0400
  • 1fcb57d53b Update description Tobe O 2018-08-19 22:50:36 -0400
  • 362eef1849 Upgrade body_parser dependency Tobe O 2018-08-19 22:47:22 -0400
  • 7c7727a94c Upgrade combinator dependency Tobe O 2018-08-19 22:46:48 -0400
  • 4b768df7f2 Depend on package:file Tobe O 2018-08-19 22:45:55 -0400
  • 010b878b6b Remove Jael example Tobe O 2018-08-19 22:45:34 -0400
  • 7a2054ff46 CHANGELOG now only reflects on 2.0.0-alpha+ Tobe O 2018-08-19 22:42:07 -0400
  • 3584ae2b22 Force dep on Dart >=2.0.0-dev Tobe O 2018-08-19 22:40:47 -0400
  • 1d8f06b54c Make reflector a named parameter Tobe O 2018-08-19 22:40:11 -0400
  • 4fce6594e2 Strip out TypedService Tobe O 2018-08-19 22:37:48 -0400
  • edd19d3d12
    Create typed_service_test.dart Tobe Osakwe 2018-08-19 22:36:39 -0400
  • d735528df9
    Create angel_typed_service.dart Tobe Osakwe 2018-08-19 22:36:07 -0400
  • b69b6f3fa5 Remove lib/common.dart Tobe O 2018-08-19 22:35:27 -0400
  • 18c819e34d
    Initial commit Tobe Osakwe 2018-08-19 22:34:41 -0400
  • b60a89e364 Remove lib/hooks.dart Tobe O 2018-08-19 22:32:45 -0400
  • 074b640980 Remove traces of json_god Tobe O 2018-08-19 22:31:08 -0400
  • 45c3206ff6 Strip out json god Tobe O 2018-08-19 11:49:33 -0400
  • b326e6c547 Changed view engine to use Map<String, dynamic> Tobe O 2018-08-19 11:42:40 -0400
  • 696fb8dd81 Change signature of ResponseContext.jsonp Tobe O 2018-08-19 11:40:49 -0400
  • 2855017d68 Switch to MediaType Tobe O 2018-08-19 11:33:25 -0400
  • 7658217d05 Dart2 Tobe O 2018-08-19 10:55:18 -0400
  • 83bb384fbc Fixed stack overflows Tobe O 2018-08-17 19:10:33 -0400
  • 32a85c97ef Removed random_string dependency Tobe O 2018-08-17 19:05:32 -0400
  • 0cd7750a78 Removed random_string dependency Tobe O 2018-08-17 19:03:28 -0400
  • a570537bac Stack overflow Tobe O 2018-08-11 15:07:35 -0400
  • 0757dcabf0 Update SOME deps for Dart 2 Tobe O 2018-08-11 13:43:31 -0400
  • 20fa8e4177 Bump SDK constraints Tobe O 2018-08-10 22:10:35 -0400
  • 6ca0d2126a Dart 2 fixes -> 1.1.1 Tobe O 2018-08-10 22:08:44 -0400
  • 12f08e9df8
    Initial commit Tobe Osakwe 2018-08-09 10:13:17 -0400
  • 1f16974cb1 README for graphql_schema Tobe O 2018-08-04 22:41:12 -0400
  • 34d086fa24 Validation result docs Tobe O 2018-08-04 22:38:11 -0400
  • a297dcad46 Union type doc comments Tobe O 2018-08-04 22:37:00 -0400
  • bc206ea622 Docs for GraphQLType, GraphQLListType, and GraphQLNonNullableType Tobe O 2018-08-04 22:35:46 -0400
  • 78811b4df9 Docs for schema + exceptions + @GraphQLDocumentation Tobe O 2018-08-04 22:27:47 -0400
  • 4b5fbdce3b Object type doc comments Tobe O 2018-08-04 22:17:21 -0400
  • 882044c851 input object type doc comments Tobe O 2018-08-04 22:09:41 -0400
  • 44342cbdf8 Docs on GraphQLObjectField Tobe O 2018-08-04 21:59:31 -0400
  • 27c167fc50 Doc comments on enum types Tobe O 2018-08-04 21:56:49 -0400
  • 3ae666aab6 Comments on GraphQLFieldInput Tobe O 2018-08-04 21:52:15 -0400
  • 797238ebc1 Rename todo example Tobe O 2018-08-04 21:49:52 -0400
  • 9a8d1638b5 listType - listOf Tobe O 2018-08-04 21:49:13 -0400
  • e1ce66a039 README example for graphql_schema Tobe O 2018-08-04 21:46:45 -0400
  • 39be38ad99 Update homepage in graphql_schema Tobe O 2018-08-04 21:35:06 -0400
  • fb65f0fe0a Add many tests to graphql_schema Tobe O 2018-08-04 21:32:20 -0400
  • 9e98e92ba4 Change homepage in parser (for the future) Tobe O 2018-08-04 20:59:46 -0400
  • 9fe6ee9f0d ignore dart tool Tobe O 2018-08-04 20:58:59 -0400
  • df2dee0c96 Explicit deps on parser Tobe O 2018-08-04 20:58:09 -0400
  • 0b4023052a Null coalesce global variables in GraphQL class Tobe O 2018-08-04 20:47:23 -0400
  • 84e204267b Bump graphql_parser -> 1.1.0 Tobe O 2018-08-04 20:44:41 -0400
  • 5b0062b657 asInputObject -> toInputObject Tobe O 2018-08-04 16:24:59 -0400
  • 69b898ff16 Fixed passing of data from object literals Tobe O 2018-08-04 16:14:26 -0400
  • c0ca79b928 Inject request + response into services via GraphQL Tobe O 2018-08-04 15:56:51 -0400
  • 15e1d18224 Add support for global variables in GraphQL Tobe O 2018-08-04 15:54:18 -0400
  • 532f698aa2 Ignore tokens named in spec Tobe O 2018-08-04 15:41:40 -0400
  • 2256b2afdb GraphQL input objects Tobe O 2018-08-04 15:18:53 -0400
  • 7e0eaa387d Corrected introspection of enum types Tobe O 2018-08-04 11:12:26 -0400
  • aad1404530 Fixed validation of interface types Tobe O 2018-08-04 11:01:49 -0400
  • 4c0cdf4d18 Patched another cast bug Tobe O 2018-08-03 23:38:31 -0400
  • e4d5693ace Fix span expansion when operation name is null Tobe O 2018-08-03 23:21:09 -0400
  • da150d8a6a Fix span expansion when operation name is null Tobe O 2018-08-03 23:20:16 -0400
  • 1db4a33e05 Create Star Wars example Tobe O 2018-08-03 23:13:33 -0400
  • cf9d94d123 Fixed case of recursive types in mirrors Tobe O 2018-08-03 23:05:51 -0400
  • a2454be927 No longer require name after operation type Tobe O 2018-08-03 21:41:16 -0400
  • 0a1928cf26 Added executeMutation Tobe O 2018-08-03 21:29:53 -0400
  • d96470a62a Implement interface and union type querying Tobe O 2018-08-03 21:23:45 -0400
  • 59be67391d Union type introspection fixed Tobe O 2018-08-03 20:57:38 -0400
  • 61ee37b4d9 Added serialize + deserialize + validate to union type Tobe O 2018-08-03 20:28:51 -0400
  • 65bba97f1a Introspection supports union types Tobe O 2018-08-03 20:22:50 -0400
  • c69a53457f Catch ValidationException in graphQLHttp Tobe O 2018-08-03 20:16:08 -0400
  • a5a4dfe0b5 Enable specifying a custom type in @GraphQLDocumentation Tobe O 2018-08-03 20:12:23 -0400
  • 10dda84f95 Introspection of interface types complete Tobe O 2018-08-03 20:05:51 -0400
  • 5753319b92 Abstract classes create interfaces Tobe O 2018-08-03 19:44:06 -0400
  • a43893bde9 Add interface type Tobe O 2018-08-03 19:43:00 -0400
  • c4c3ddff78 Fetch all types from enum as well Tobe O 2018-08-03 19:30:19 -0400
  • b32893b8c0 Exclude values from mirror enums Tobe O 2018-08-03 19:09:16 -0400
  • b7dea3f2e0 Finished EnumValue type Tobe O 2018-08-03 18:54:12 -0400
  • 01e3b067de Tests for enum type conversion from mirror Tobe O 2018-08-03 18:42:35 -0400
  • 79ffc00fb1 Tests for enum type conversion from mirror Tobe O 2018-08-03 18:41:13 -0400
  • 3e941f0256 Enable Dart 1 Tobe O 2018-08-03 18:14:00 -0400
  • fe27845bd1 Add badge to README Tobe O 2018-08-03 18:11:42 -0400
  • 3c4a03a25d Formalized GraphQLEnumType, add enumType funcion Tobe O 2018-08-03 18:10:29 -0400
  • 0ddecbc44e Enum validation tests Tobe O 2018-08-03 18:06:02 -0400
  • ceced6726d Added enum type Tobe O 2018-08-03 18:01:36 -0400
  • 398598e6fd Add deprecationReason to GraphQLDocumentation Tobe O 2018-08-03 17:51:30 -0400
  • f43c6036eb Non-nullable types MUST be present in validate Tobe O 2018-08-03 17:38:20 -0400
  • f4a3bb22d3 Update Travis to run ALL tests Tobe O 2018-08-03 17:25:48 -0400
  • 2ff531eb4f Added basic validation tests to graphql_schema Tobe O 2018-08-03 17:25:16 -0400
  • ca87fbdba9 Spec-compliant error messages Tobe O 2018-08-03 17:07:08 -0400