forked from delannoyk/apollo-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into connect-0.46.0
* main: (856 commits) Add execution tests for ApolloClient clearCache callback queue (apollographql#1901) Use the provided callback queue instead of the store's default. (apollographql#1904) chore(deps): update dependency path-parse to 1.0.7 [security] (apollographql#1899) Release - 0.46.0 (apollographql#1897) Update subscriptions tutorial to be compatible with recent changes (apollographql#1893) Add docs and improve merging of records from WebSockets into cache. (apollographql#1892) Publish response from the `WebSocketTransport` to the `ApolloStore` (apollographql#1889) fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.14 Removing Swift codegen (v1) (apollographql#1873) Update toolchain versions used by circleci (apollographql#1875) fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.13 Community Updates - ROADMAP/README (apollographql#1867) [Release] - 0.45.0 (apollographql#1862) WebSocket Fixes - Revert to Starscream 3.x and invert dependency (apollographql#1861) Docs/discussions_2_community branch changes (apollographql#1858) Replace spectrum with Discourse (apollographql#1857) fix(deps): update dependency gatsby-theme-apollo-docs to v4.7.12 Configure Renovate (apollographql#1854) Revert "Reconfiguring renovate 2/2" Reconfiguring renovate 2/2 ... # Conflicts: # Sources/Apollo/GraphQLQueryWatcher.swift # Sources/ApolloWebSocket/WebSocketTransport.swift
- Loading branch information
Showing
679 changed files
with
78,369 additions
and
59,482 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Bug report | ||
about: Use this template for submitting bug reports. | ||
--- | ||
|
||
## Bug report | ||
|
||
Please replace this line with a short description of the problem. Make sure you've read `CHANGELOG.md` in the root of the repo to make sure a new version hasn't already addressed your problem! | ||
|
||
## Versions | ||
|
||
Please fill in the versions you're currently using: | ||
|
||
- `apollo-ios` SDK version: | ||
- Xcode version: | ||
- Swift version: | ||
- Package manager: | ||
|
||
## Steps to reproduce | ||
|
||
Please replace this line with steps to reproduce the problem. | ||
|
||
## Further details | ||
|
||
Please replace this line with any further details or context necessary to understand the problem. Delete this section if you don't have anything further to add. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Feature request | ||
about: Use this template for requesting new features or significant changes to existing features. | ||
--- | ||
|
||
|
||
## Feature request | ||
|
||
Please replace this line with a short description of the feature you're requesting. | ||
|
||
## Motivation | ||
|
||
Please replace this line with an explanation for why you would like this feature added. | ||
|
||
## Proposed solution | ||
|
||
Please replace this line with any proposed solution you have already started to work on. Delete this section if you don't have a proposed solution. | ||
|
||
## Outstanding Questions | ||
|
||
Please replace this line with any known question marks around how your feature would work. Delete this section if you don't have any outstanding questions. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: Question | ||
about: Please don't use issues to ask questions, use our forums instead. | ||
labels: question | ||
--- | ||
|
||
|
||
## Question | ||
|
||
Before you ask, check a few things to see if there might already be an answer: | ||
|
||
- [`CHANGELOG.md`](https://github.com/apollographql/apollo-ios/blob/main/CHANGELOG.md) has all the most recent changes | ||
- We have [extensive documentation available](https://www.apollographql.com/docs/ios) (though we're always looking for ways to improve it!) | ||
|
||
|
||
If neither of those have an answer for you, we have [community forums](https://community.apollographql.com) where our users can ask and answer questions - head on over there rather than opening an issue here please! | ||
|
||
## Seriously | ||
|
||
Use the [community forums](https://community.apollographql.com) for questions, please! 😇 |
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
Oops, something went wrong.