-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release/0.1.0 alpha #13
Draft
eslingerbryan
wants to merge
47
commits into
master
Choose a base branch
from
release/0.1.0-alpha
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add ./circleci/config.yml * Add mix dev task * Remove ecto.create * Remove cloud-build.yml * Remove endpoint reference in otp spec * Make tests autopass
* Update settings and readme for hex * Add type specs * Read version from VERSION file
🤓 |
johndotpub
previously approved these changes
Jan 21, 2020
* Rename Enum -> TEnum because Enum is a built-in * Add test case schema
17387d7
to
52a3b2f
Compare
* Bump rc build number * Remove mix.lock from source control * Add to README * Bump rc build number * Fix linter issues * Add to readme about branching * Bump rc build number
52a3b2f
to
1e62a8f
Compare
* Add tree traversal module * Stub query parser * Add type specs * Separate gql string and json input functions * Improve docstrings * Return fields and resolve ref types for query parsing * Implement gql query parser
31e6c8a
to
71ca0eb
Compare
67d1e23
to
9d05839
Compare
* Bump rc build number * Add title to main page * Fix typo * Add additional query constants and skip comments * Get tests running * Remove example test * Refine query parser to prep for args/vars * Tokenize arguments * Parse variables * Add user-defined name to operation struct * Finalize arg, variable and query parser * Skip schema tests for now
69cbf4f
to
f3d6f12
Compare
* Add to overall moduledoc * Add "guides" page * Add guides to exdocs * Stub more markdown pages * Remove unnecessary moduledoc info
* Stub out query execution * Reorganize module functions * Fix compiler warnings * Implement is_scalar? validator * Make exectuable schema including resolvers and context * Naive first-pass implementation of resolve! * Trailing new line
* Reformat for legibility * Super naive http server * Use plug and cowboy instead of direct sockets * Add some logging * Stub post response * Install rebar3 for circle * Compile depedencies in ci
8144bbc
to
520c23b
Compare
* Parse query and serialize results as json * Refactor for legibility * Log server start message
026bed2
to
5d5a854
Compare
* Setup playground UI dependencies/package * Build front end in CI * Stub syntax-highlighting query editor * Add basic inputs for http headers * Refine and refactor components * Remove unused dependencies * Add query result panel * Add server indicator to menu bar * Refine http headers layout * Make query browser tabs clickable * Use node extension elixir image for circle ci * Render types/queries/mutations/subscriptions in sidebar
5d5a854
to
c6954f6
Compare
* Reenable all tests * Make dsl test pass * Finalize schema parser and make test pass * Extract tokens into own module * Reformat for legibility * Extract and DRY up regexes/patterns/tokens
c6954f6
to
e01400d
Compare
* Ignore .gql files * Add genserver to manage executable schema and plug to inject it in the conn * Change not found response body
* Use a tree instead of map for Query.t.fields * Condense to one-liner * Fix compiler warnings and add type specs * Retrieve tokens by key in the Token module functions
4fe9391
to
a7c1479
Compare
* Finish Schema.executable/3 * Reformat for legibility * Rough pass at resolving queries * Validate that result set values are the right types * Reformat for legibility * Add resolvers for the schem used in query tests * Update fields typespec too tree in Query.Operation.t * Update Query.execute test expectation * Fix compiler warnings * Resolve one layer of nesting in FakeData * Make tree_insert private * Return node from operation func instead of destructuring * Fix stale test expectation * Add typespecs * Reformat for legibility * Fix resolver function typespec * Reformat for legibility * Tighten up Treex docs/typespecs * Fix compiler warning * Filter result set to specified fields
a7c1479
to
0461b88
Compare
0461b88
to
646ea32
Compare
* Tighten up Tokens module per the spec * Declare required fields for structs * Implement Ref module functions * Add operations tree to schema struct
646ea32
to
b6c6eb1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.