Skip to content
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

Fix typo and improve documentation clarity #2638

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deploy/k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# K8s Deploy
This [deploy.yaml](deploy.yaml) demonstrate how to run subquery in k8s.
This [deploy.yaml](deploy.yaml) demonstrates how to run subquery in k8s.

You will need to run
### 1. a subql-node to index data
Expand Down Expand Up @@ -179,7 +179,7 @@ spec:
terminationGracePeriodSeconds: 300
```

To gain further security, an archieve node should be used in the same k8s cluster, and a NetworkPolicy be added to limit all network communication within the internal network.
To gain further security, an archive node should be used in the same k8s cluster, and a NetworkPolicy be added to limit all network communication within the internal network.
```yaml
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
Expand Down
4 changes: 2 additions & 2 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.3.0] - 2022-07-05
### Changed
- Try to catch error if create server failed, also give retry build schema (#1153)
- Try to catch error if server creation failed, also give retry build schema (#1153)

### Fixed
- Fix tests (#1160)
Expand All @@ -264,7 +264,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.1] - 2022-06-02
### Changed
- Now query-complexity is indicated in header (#1088)
- Now query-complexity is indicated in the header (#1088)

## [1.1.0] - 2022-05-31
### Added
Expand Down
2 changes: 0 additions & 2 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [2.12.0] - 2024-06-21
### Added
- Better error messages for invalid graphql schemas (#2458)

### Added
- enable ts strict mode
- TS check reports errors when debugging Query

Expand Down