-
Notifications
You must be signed in to change notification settings - Fork 433
Update chrono
scalars according to the graphql-scalars.dev
#1010
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
Merged
Merged
Changes from all commits
Commits
Show all changes
118 commits
Select commit
Hold shift + click to select a range
01d7cb8
WIP
ilslv 205cfcd
WIP
ilslv 928cb9c
WIP (with IsSubtype)
ilslv 3dad162
WIP (It looks like we're onto something)
ilslv af04486
WIP (return to const assertions)
ilslv 4ae8c5d
Make `chrono` scalars similar to the `time`
ilslv 279ae22
Remove FixedOffset scalar
ilslv bba4af8
Corrections
ilslv ecf9179
Merge branch 'master' into chrono-scalars
ilslv 15e527f
It's alive!
ilslv cb9cad5
Merge branch 'master' into 1000-new-interfaces
ilslv 7a78f9e
Use Field inside object's field resolver
ilslv 5c2087c
Add async object fields
ilslv e9c6046
Fix
ilslv f2275a4
Corrections
tyranron 0739c3e
Fix Wrapped type for tuple with context
ilslv 263d544
WIP (Make graphql_interface_new attribute work)
ilslv f4c48a6
WIP (move to the new tests volume 1)
ilslv a1df387
WIP (move to the new tests volume 2)
ilslv 5040d68
WIP (move to the new tests volume 3)
ilslv f5533e3
WIP (move to the new tests volume 4)
ilslv 527325c
WIP (move to the new tests volume 5)
ilslv 704f079
WIP (move to the new tests volume 5)
ilslv b84009e
WIP (refactor)
ilslv 11345f7
WIP (refactor)
ilslv 5e7230f
WIP (moving to readable const asserts)
ilslv d17ba4f
WIP (finally good const assert message)
ilslv 8cb9b81
WIP (corrections)
ilslv 116cdd9
WIP (pretty field arguments check)
ilslv 7bd8c73
WIP (pretty subtype check)
ilslv 3ebc8fd
WIP (corrections)
ilslv ce249b0
WIP (FieldMeta trait)
ilslv d9971a0
WIP (Refactor graphql_interface_new a bit)
ilslv 8a966fb
WIP (Corrections)
ilslv 21f4940
WIP (Prettify non-existent Field assertions)
ilslv e03901b
WIP (Move to macros::reflection module)
ilslv 3ad8399
WIP (Docs vol. 1)
ilslv 463bbb8
WIP (Docs vol. 2)
ilslv 26ab27e
WIP (Refactoring)
ilslv cddb252
Merge branch 'master' into 1000-new-interfaces
ilslv 9977746
WIP (Refactoring)
ilslv f5340a7
WIP (Tests corrections)
ilslv 4c31c13
WIP (More tests vol. 1)
ilslv 7bd09d0
WIP (Move everything to the new graphql_interface macro)
ilslv b5f552a
WIP (More codegen_fail tests)
ilslv 66819e9
WIP (prettify missing references in `impl` and `for` attributes)
ilslv 3d53dc1
WIP (more tests)
ilslv 732bc13
WIP (Correct docs)
ilslv 81d96ce
WIP (Forbid default trait method impls)
ilslv 94164eb
WIP (Corrections)
ilslv 1345bff
WIP (Corrections)
ilslv 6cb5cef
WIP (Corrections)
ilslv 41a2dcf
WIP (CHANGELOG)
ilslv eb8c56d
WIP (Correction)
ilslv 7f45aef
WIP
ilslv 81c4df9
Migrate to real GraphQLScalar trait
ilslv d359524
Corrections
ilslv 888789a
Corrections
ilslv e28ca92
Add generic test and remove redundant lifetime
ilslv f531037
Some corrections [skip ci]
tyranron 8f169cf
WIP
ilslv a2287dc
Minor tests corrections
ilslv ceb2cf6
Don't inject `#[async_trait]` in case some trait methods are async
ilslv d77a1ab
Corrections
ilslv 8be555c
Merge branch '1000-new-interfaces' into generic-scalar
ilslv ebc0149
Merge branch 'generic-scalar' into new-derive-scalar
ilslv 8fb4587
WIP
ilslv 52c14b2
WIP
ilslv 4b6df34
Corrections
ilslv 0cb101d
Corrections
ilslv 8d47ba7
Merge branch '1000-new-interfaces' into generic-scalar
ilslv 22b3fe2
Merge branch 'generic-scalar' into new-derive-scalar
ilslv 7635a1e
Corrections
ilslv 3da33ba
Corrections
ilslv cc365d3
Corrections
ilslv 30117a8
Docs and the book
ilslv 2362b27
Fix The Book
ilslv 193c77b
Merge branch 'master' into generic-scalar
ilslv 86f1c10
CHANGELOG
ilslv 7db2adc
Sprinkle `#[automatically_derived]` attributes
ilslv 859b3be
Merge branch 'generic-scalar' into new-derive-scalar
ilslv 6fb0dbf
Implement `#[graphql(with)]` attribute
ilslv f063728
CHANGELOG
ilslv 10bea73
Implement `GraphQLScalarValue` derive macro
ilslv 512f377
Add `codegen_fail` tests
ilslv 60fcbbc
WIP
ilslv 8b3e80a
Merge branch 'master' into new-derive-scalar
ilslv 8706043
Corrections and tests
ilslv 5b96861
Correction
ilslv 81bb650
WIP
ilslv b4df74a
Corrections
ilslv 2c5cf99
Merge branch 'new-derive-scalar' into derive-scalar-value
ilslv aed11f9
Corrections
ilslv a5cf713
CHANGELOG
ilslv 5cc24db
CHANGELOG
ilslv 8cea820
WIP
ilslv 9c58419
Corrections
ilslv baad84b
Corrections
ilslv 8ebd520
Merge branch 'new-derive-scalar' into derive-scalar-value
ilslv a2ecb44
Corrections
ilslv 9144d02
Corrections
ilslv e58da4f
Merge branch 'derive-scalar-value' into chrono-scalars
ilslv 173cddb
WIP
ilslv a7d4b28
Corrections
ilslv 28bd546
Merge branch 'master' into derive-scalar-value
ilslv aa8a345
Corrections
ilslv b28cc4a
Merge branch 'derive-scalar-value' into chrono-scalars
ilslv 641860b
Corrections
ilslv 217258e
Merge branch 'master' into chrono-scalars
ilslv 41bb059
Corrections
ilslv e0c820b
Corrections
ilslv c9ebc71
Fix actix beta versions
ilslv eb1db1e
Fix actix beta versions
ilslv 09eee30
Update actix to stable
ilslv 246573d
Corrections
ilslv 6cea077
Fix `actix-web-actors` at `4.0.0`
ilslv d57b643
Corrections [run ci]
tyranron 93a12c1
Corrections, vol.2
tyranron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ authors = ["Mihai Dinculescu <[email protected]>"] | |
publish = false | ||
|
||
[dependencies] | ||
actix-web = "4.0.0-beta.12" | ||
actix-cors = "0.6.0-beta.4" | ||
actix-web = "4.0" | ||
actix-cors = "0.6" | ||
futures = "0.3" | ||
env_logger = "0.9" | ||
serde = "1.0" | ||
|
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should update
chrono-tz
integration as well inside this PR.