Commit graph

1325 commits

Author SHA1 Message Date
tyranron
834b7373b9
Mention chrono-tz crate upgrade in CHANGELOG (#1284) 2024-09-10 01:09:39 +03:00
tyranron
41ee878663
Fix juniper crate releasing 2024-09-10 00:23:58 +03:00
dependabot[bot]
8d1aa9c61c
Update chrono-tz requirement from 0.9 to 0.10 (#1284)
Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version.
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Commits](https://github.com/chronotope/chrono-tz/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: chrono-tz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 13:26:57 -07:00
tyranron
fb96fb1dd1
Update codegen tests for 1.81 Rust 2024-09-09 15:50:37 +03:00
Sebastian Goll
fb1531f90c
Add Jiff date/time types Zoned/TimeZone (#1278)
* Enable support for Jiff's Zoned type

* Enable support for Jiff's TimeZone type

* Remove unnecessary feature flag `jiff-tz`

* Avoid panic and allow offset-only time zones to be returned

* Add ZonedDateTime and TimeZone to integration test

* Split TimeZone into TimeZone and UTCOffset for Jiff integration

* Fix capitalization of `UtcOffset`

* Provide TimeZoneOrUtcOffset integration for jiff::tz::TimeZone

* Adjust documentation for newtypes and `TimeZoneOrUtcOffset`

* Use `jiff::tz::Offset` directly in `UtcOffset` newtype

* Remove unnecessary newtype for `UtcOffset` scalar

* Fix parsing of fixed offsets from `TimeZoneOrUtcOffset` scalar

* Add unrelated missing link to books page on scalars

* State necessity for newtype in scalars table in book

* Remove redundant `alloc` feature, is included in `std`

* Implement `Display` for TimeZone newtype

* Rename error enum variant to clarify meaning

* Use concise wording in description of TimeZone

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>

* Revert extra notes column in scalar table

* Add link to documentation of newtype `TimeZone`

* Remove unused duplicate link reference

* Sort links and group links from the same crate together

---------

Co-authored-by: Christian Legnitto <LegNeato@users.noreply.github.com>
2024-09-06 09:06:18 -07:00
dependabot[bot]
eb2079b2bd
Update GraphiQL from 3.7.0 to 3.7.1 version (#1281)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-30 10:55:36 +00:00
dependabot[bot]
43c5888156
Update GraphiQL from 3.6.0 to 3.7.0 version (#1279)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-19 20:27:38 +00:00
dependabot[bot]
c1a916dc87
Update GraphiQL from 3.5.0 to 3.6.0 version (#1276)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-16 01:20:06 +00:00
Sebastian Goll
681d242823
Correct GraphQL scalars compliance for third-party crates even more (#1277)
- rename `ObjectId` scalar to `ObjectID` in `bson::oid::ObjectId` type
- add missing `@specifiedBy` URLs for `chrono` and `time` crates' types

Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-16 02:17:30 +02:00
Kai Ren
b3a7ffc6a2
Correct GraphQL scalars compliance for third-party crates (#1275)
- switch `LocalDateTime` scalars to `yyyy-MM-ddTHH:mm:ss` format in `chrono::NaiveDateTime` and `time::PrimitiveDateTime` types
- switch from `Date` scalar to `LocalDate` scalar in `chrono::NaiveDate` and `time::Date` types
- switch from `UtcDateTime` scalar to `DateTime` scalar in `bson::DateTime` type
- correct `TimeZone` scalar in `chrono_tz::Tz` type
- rename `Url` scalar to `URL` in `url::Url` type
- rename `Uuid` scalar to `UUID` in `uuid::Uuid` type
2024-08-16 01:30:05 +02:00
Sebastian Goll
2756260000
Integrate jiff date/time types (#1271, #1270)
- represent `jiff::civil::Date` as `LocalDate` GraphQL scalar
- represent `jiff::civil::Time` as `LocalTime` GraphQL scalar
- represent `jiff::civil::DateTime` as `LocalDateTime` GraphQL scalar
- represent `jiff::Timestamp` as `DateTime` GraphQL scalar
- represent `jiff::Span` as `Duration` GraphQL scalar
2024-08-15 12:38:20 +02:00
dependabot[bot]
975da450fe
Updated GraphiQL from 3.4.1 to 3.5.0 version (#1274)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-15 09:39:34 +00:00
dependabot[bot]
6b82d1d80e
Upgrade derive_more crate from 0.99.8 to 1.0 version (#1272)
- bump up MSRV to 1.75

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 23:31:39 +02:00
dependabot[bot]
256e6bc13c
Update GraphiQL from 3.4.0 to 3.4.1 version (#1273)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-12 20:01:58 +02:00
dependabot[bot]
b1f4ecb1e0
Update GraphiQL from 3.3.2 to 3.4.0 version (#1269)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-08-02 09:55:50 +00:00
tyranron
7db44c0b28
Tune lints for 1.80 Rust 2024-07-26 19:13:47 +03:00
tyranron
5447cc63de
Prepare 0.6.0 release of juniper_actix crate 2024-07-23 16:08:29 +03:00
dependabot[bot]
caa9495f01
Upgrade actix-ws crate from 0.2 to 0.3 version (#1267)
- bump up MSRV to 1.75 in `juniper_actix` crate

Additionally:
- remove redundant `InterruptableStream` definitions in `juniper_graphql_ws` crate

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-07-23 14:43:02 +02:00
dependabot[bot]
a4974e179b
Update GraphiQL from 3.3.1 to 3.3.2 version (#1265)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-07-04 13:49:28 +02:00
dependabot[bot]
b6e82ddc9c
Update GraphiQL from 3.2.3 to 3.3.1 version (#1264)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-06-19 16:21:53 +02:00
tyranron
3571fd995f
Fix codegen failure tests 2024-06-19 13:56:22 +02:00
tyranron
a3a17bf6e5
Make Clippy happy for 1.79 Rust 2024-06-19 12:53:35 +02:00
dependabot[bot]
9bdf8cf379
Update GraphiQL from 3.2.2 to 3.2.3 version (#1260)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-06-05 11:10:03 +00:00
dependabot[bot]
76b6b9023f
Update tokio-tungstenite crate from 0.21 to 0.23 version (#1261)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-05 12:51:10 +02:00
dependabot[bot]
3b4a187d61
Update itertools crate from 0.12 to 0.13 version (#1259)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 12:17:16 +02:00
dependabot[bot]
29e30ea786
Update GraphiQL from 3.2.1 to 3.2.2 version (#1258)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-05-13 20:20:53 +02:00
dependabot[bot]
f96a3f4baa
Update GraphiQL from 3.2.0 to 3.2.1 version (#1257)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-05-09 09:46:41 +00:00
tyranron
02e931b516
Fix codegen failure tests 2024-05-09 11:20:14 +02:00
tyranron
2682ee1418
Make Clippy happy for 1.78 Rust 2024-05-02 18:03:27 +02:00
tyranron
6ffbb66719
Update time crate to 0.3.35 version 2024-04-10 15:28:54 +03:00
dependabot[bot]
6f9c5b1034
Upgrade peaceiris/actions-mdbook GitHub Action from 1 to 2 version (#1254)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 13:34:32 +02:00
dependabot[bot]
eac4e21c68
Upgrade peaceiris/actions-gh-pages GitHub Action from 3 to 4 version (#1255)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 13:33:17 +02:00
dependabot[bot]
e758ea0e91
Update GraphiQL from 3.1.2 to 3.2.0 version (#1253)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-08 15:52:25 +00:00
dependabot[bot]
aade4c8c7c
Upgrade chrono-tz crate from 0.8 to 0.9 version (#1252)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-08 15:16:30 +00:00
tyranron
9c4ea327f9
Prepare 0.16.1 release of juniper crate 2024-04-04 16:00:47 +03:00
Hofer-Julian
c674548e64
Fix sentence in introduction (#1250)
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-04 11:50:35 +00:00
dependabot[bot]
26c199f2f3
Upgrade GraphiQL from 3.1.1 to 3.1.2 version (#1251)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2024-04-04 11:21:30 +00:00
dependabot[bot]
03c3b65bbb
Upgrade reqwest crate from 0.11 to 0.12 version (#1249)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-22 16:47:22 +00:00
tyranron
6d65dffd28
Fix codegen failure tests for 1.77.0 Rust 2024-03-22 17:59:31 +02:00
tyranron
aea0ef2549
Make Clippy happy for 1.77 Rust 2024-03-22 17:59:16 +02:00
tyranron
6cf1bb30da
Prepare 0.1.0 release of juniper_axum crate (#1198) 2024-03-20 22:14:09 +02:00
tyranron
26bbd6d912
Prepare 0.8.0 release of juniper_warp crate (#1198) 2024-03-20 21:21:21 +02:00
tyranron
27dbbcaef4
Prepare 0.9.0 release of juniper_rocket crate (#1198) 2024-03-20 21:20:18 +02:00
tyranron
209e5e6d23
Prepare 0.9.0 release of juniper_hyper crate (#1198) 2024-03-20 20:47:59 +02:00
tyranron
e3c1efd557
Prepare 0.5.0 release of juniper_actix crate (#1198) 2024-03-20 20:06:02 +02:00
tyranron
731a1b0445
Prepare 0.4.0 release of juniper_graphql_ws crate (#1198) 2024-03-20 18:53:22 +02:00
tyranron
9bb33525d4
Prepare 0.17.0 release of juniper_subscriptions crate (#1198) 2024-03-20 18:29:20 +02:00
tyranron
8c74d9132d
Tune cargo-release config for correct commit messages 2024-03-20 18:26:40 +02:00
tyranron
f0b63c4a63
Prepare 0.16.0 release of juniper crate (#1198) 2024-03-20 18:13:23 +02:00
tyranron
5603e76dc0
Bikeshed CI jobs naming 2024-03-20 18:10:10 +02:00