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

Spell-check code #7139

Merged
merged 2 commits into from
Jun 3, 2024
Merged
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
2 changes: 2 additions & 0 deletions COMMUNITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ Various libraries, packages, etc. that developers can add to their own project a
- [FairyBread](https://github.com/benmccallum/fairybread) - Input validation for HotChocolate (FluentValidation)
- [FluentChoco](https://github.com/dalrankov/FluentChoco) - FluentValidation middleware for HotChocolate
- [Graph.ArgumentValidator](https://github.com/VarunSaiTeja/Graph.ArgumentValidator) - Adds input argument validation to HotChocolate (DataAnnotations)

<!-- spell-checker:ignore Choco, Cloudey -->
12 changes: 12 additions & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,18 @@
"path": "./dictionary.txt"
}
],
"ignorePaths": [
"__snapshots__/",
"*.Designer.cs",
"*.DotSettings*",
"*.drawio",
"**/bin/",
"**/obj/",
"packages.lock.json",

// TODO: Remove
"**/test/"
],
"ignoreRegExpList": [
"featuredVideoId:(.*)", // video hash
"videoId=\"(.*)\"" // video hash
Expand Down
112 changes: 99 additions & 13 deletions dictionary.txt
Original file line number Diff line number Diff line change
@@ -1,88 +1,174 @@
Andi
ABCEGHJKLMNPRSTVWXYZ
ABCEGHJKLMNPRSTVXY
aspnetcore
automagically
autonumber
Badurina
backplane
backpressure
bananacakepop
BCPROCKS
bfnrt
blazor
blazorwasm
Browsable
BSON
buildtransitive
bytearray
cacheable
callsite
CCPA
chillicream
combinators
contentfiles
Contoso
CQRS
dataloaders
decompile
depersist
deprioritization
deprioritized
Dispatchable
drawio
enisdenjo
entityframework
Fanout
fffzzz
fieldset
FIPS
foos
fricking
Giroux
GraphiQL
graphqlconfig
graphqlrc
graphyne
greendonut
Hasura
HCXXXX
hotchocolate
Kellner
Kydne
Includable
inheritdocs
initializable
LASTEXITCODE
LICEN*
Linq
Marek
matchesBrics
Memberwise
mercurius
mergeable
meros
Misordered
msdata
namespacing
ncontains
nendsWith
NEOSW
netcoreapp
netstandard
NEWHOPE
Newtonsoft
ngte
nintersects
nlte
Noda
Normen
nologo
noverlaps
Npgsql
nstartsWith
NSwag
ntouches
nwithin
oncall
oneof
OpenIddict
OPTOUT
OWIN
pageable
Partitioner
pipefail
PKCE
pkey
Postgraphile
preconfigured
protobuf
Qodana
queryables
quox
quux
Rafi
reencode
relayjs
reprojected
resheader
resmimetype
resx
Retval
Rgba
Rhai
runbooks
Senn
shoooe
Skywalker
snapshooter
snupkg
sortings
Specwise
srid
Staib
starwars
Storeless
strawberryshake
streamable
Structs
sublicensable
supergraph
Swashbuckle
Tengler
SYSLIB
Trimmable
Tzdb
unlisten
unpublish
Unsubscriber
Upsert
upvote
URQL
vsix
VXNlcjox
websockets
winget
Wunder
xunit

# Command line options
-Lsfo

# Person names
Andi
Badurina
Giroux
Kellner
Kydne
Marek
Normen
Rafi
Senn
Staib
Tengler
Toub

# Spatial
agrc
bbox
cadastre
EPSG
GEOGCS
opensgid
PRIMEM
PROJCS
sqft
TOWGS

# Star Wars
Alderaan
Astromech
Leia
Skywalker
Starships
starwars
Tarkin
Tatooine
Wilhuff
6 changes: 4 additions & 2 deletions src/GreenDonut/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Moved the `DispatchAsync` method from the `IDispatchableDataLoader` interface
to the `IDataLoader` interface
[#51](https://github.com/ChilliCream/greendonut/issues/51).
- Chaning for `Clear`, `Remove` and `Set` is not supported anymore.
- Changed _DignosticSource_ name from `GreenDonut.Dispatching` to `GreenDonut`
- Chaining for `Clear`, `Remove` and `Set` is not supported anymore.
- Changed _DiagnosticSource_ name from `GreenDonut.Dispatching` to `GreenDonut`
[#64](https://github.com/ChilliCream/greendonut/issues/64).

### Fixed
Expand Down Expand Up @@ -151,3 +151,5 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
[1.0.1]: https://github.com/ChilliCream/greendonut/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/ChilliCream/greendonut/compare/0.2.0...1.0.0
[0.2.0]: https://github.com/ChilliCream/greendonut/compare/0.2.0-preview-1...0.2.0

<!-- spell-checker:ignore jbray -->
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace HotChocolate.ApolloFederation.Types;
public static class ContactDescriptorExtensions
{
/// <summary>
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
/// This information is automatically parsed and displayed by Apollo Studio. See
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
/// Subgraph Contact Information</see>
Expand Down Expand Up @@ -69,7 +69,7 @@ public static IRequestExecutorBuilder AddContact(
}

/// <summary>
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
/// This information is automatically parsed and displayed by Apollo Studio. See
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
/// Subgraph Contact Information</see>
Expand Down Expand Up @@ -122,7 +122,7 @@ public static IRequestExecutorBuilder AddContact(
}

/// <summary>
/// Applies @contact directive which can be used to prpvode team contact information to your subgraph schema.
/// Applies @contact directive which can be used to provide team contact information to your subgraph schema.
/// This information is automatically parsed and displayed by Apollo Studio. See
/// <see href="https://www.apollographql.com/docs/graphos/graphs/federated-graphs/#contact-info-for-subgraphs">
/// Subgraph Contact Information</see>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace HotChocolate.ApolloFederation.Types;
/// Name of the subgraph to be overridden
/// </param>
/// <param name="label">
/// Optional label that will be evaulated at runtime to determine whether field should be overriden
/// Optional label that will be evaluated at runtime to determine whether field should be overridden
/// </param>
public sealed class OverrideAttribute(string from, string? label = null) : ObjectFieldDescriptorAttribute
{
Expand All @@ -52,7 +52,7 @@ public sealed class OverrideAttribute(string from, string? label = null) : Objec
public string From { get; } = from;

/// <summary>
/// Get optional label that will be evaulated at runtime to determine whether field should be overriden.
/// Get optional label that will be evaluated at runtime to determine whether field should be overridden.
/// </summary>
public string? Label { get; } = label;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public sealed class OverrideDirective(string from)
/// Name of the subgraph to be overridden
/// </param>
/// <param name="label">
/// Optional label that will be evaulated at runtime to determine whether field should be overriden
/// Optional label that will be evaluated at runtime to determine whether field should be overridden
/// </param>
public OverrideDirective(string from, string? label = null) : this(from)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace HotChocolate.ApolloFederation.Types;
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITION
///
/// # federation v2 definition
/// directive @requires(fields: FieldSet!) on FIELD_DEFINITON
/// directive @requires(fields: FieldSet!) on FIELD_DEFINITION
/// </code>
///
/// The @requires directive is used to specify external (provided by other subgraphs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace HotChocolate.ApolloFederation.Types;

/// <summary>
/// <code>
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITON
/// directive @requires(fields: _FieldSet!) on FIELD_DEFINITION
/// </code>
///
/// The @requires directive is used to specify external (provided by other subgraphs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace HotChocolate.AspNetCore;
public enum AcceptMediaTypeKind
{
/// <summary>
/// Not a well-known meda type.
/// Not a well-known media type.
/// </summary>
Unknown = 0,

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static ValueTask CloseToManyInitializationsAsync(
this ISocketConnection connection,
CancellationToken cancellationToken)
=> connection.CloseAsync(
"Too many initialisation requests.",
"Too many initialization requests.",
CloseReasons.TooManyInitAttempts,
cancellationToken);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.IO;
using static HotChocolate.Transport.Properties.TransportAbstractionResoucrces;
using static HotChocolate.Transport.Properties.TransportAbstractionResources;

namespace HotChocolate.Transport.Http;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@


<ItemGroup>
<EmbeddedResource Update="Properties\TransportAbstractionResoucrces.resx">
<EmbeddedResource Update="Properties\TransportAbstractionResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>TransportAbstractionResoucrces.Designer.cs</LastGenOutput>
<LastGenOutput>TransportAbstractionResources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<Compile Update="Properties\TransportAbstractionResoucrces.Designer.cs">
<Compile Update="Properties\TransportAbstractionResources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>TransportAbstractionResoucrces.resx</DependentUpon>
<DependentUpon>TransportAbstractionResources.resx</DependentUpon>
</Compile>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;
using System.Text.Json;
using static HotChocolate.Transport.Properties.TransportAbstractionResoucrces;
using static HotChocolate.Transport.Properties.TransportAbstractionResources;
using static HotChocolate.Transport.Serialization.Utf8GraphQLResultProperties;

namespace HotChocolate.Transport;
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ public static IRequestExecutorBuilder AddGraphQLFunction(
// the Host Process & the Isolated Process Worker!
// 2) Currently only String values are supported (obviously due to above complexities).
// More Info. here (using Blob binding docs):
// https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-
// blob-input?tabs=isolated-process%2Cextensionv5&pivots=programming-language-csharp#usage
// https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-input#usage
services.TryAddEnumerable(
ServiceDescriptor.Singleton<IExtensionConfigProvider, GraphQLExtensions>());

Expand Down
Loading
Loading