Skip to content
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: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 ChilliCream Inc. (Michael & Rafael Staib)
Copyright (c) 2018 - present ChilliCream Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 9 additions & 0 deletions src/CookieCrumble/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<Product>Cookie Crumble</Product>
<PackageIcon>cookiecrumble-icon.png</PackageIcon>
<PackageTags>Snapshot Testing ChilliCream</PackageTags>
</PropertyGroup>
</Project>
19 changes: 5 additions & 14 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,24 +21,19 @@
</PropertyGroup>

<PropertyGroup>
<Product>Hot Chocolate</Product>
<Authors>ChilliCream authors and contributors</Authors>
<Company>ChilliCream Inc.</Company>
<Copyright>Copyright &#169; 2021 ChilliCream Inc.</Copyright>
<Copyright>Copyright &#169; 2018 - present ChilliCream Inc.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Comment on lines 23 to 27
<PackageProjectUrl>https://chillicream.com</PackageProjectUrl>
<PackageReleaseNotes>Release notes: https://github.com/ChilliCream/graphql-platform/releases/$(PackageVersion)</PackageReleaseNotes>
<PackageTags>GraphQL ChilliCream</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageIcon>hotchocolate-signet.png</PackageIcon>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
</PropertyGroup>

<PropertyGroup>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<RepositoryUrl>https://github.com/ChilliCream/graphql-platform.git</RepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<RepositoryUrl>https://github.com/ChilliCream/graphql-platform.git</RepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand All @@ -54,11 +49,8 @@
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\greendonut-signet.png" Pack="true" PackagePath="greendonut-signet.png" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\hotchocolate-signet.png" Pack="true" PackagePath="hotchocolate-signet.png" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\nitro-signet.png" Pack="true" PackagePath="nitro-signet.png" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\strawberryshake-signet.png" Pack="true" PackagePath="strawberryshake-signet.png" Visible="false" />
<ItemGroup Condition="'$(PackageIcon)' != ''">
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\$(PackageIcon)" Pack="true" PackagePath="$(PackageIcon)" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\LICEN*" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>
Comment thread
rstaib marked this conversation as resolved.

Expand All @@ -76,5 +68,4 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions src/GreenDonut/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<Product>Green Donut</Product>
<PackageTags>DataLoader Batching Caching GraphQL ChilliCream Facebook</PackageTags>
<PackageIcon>greendonut-signet.png</PackageIcon>
<PackageIcon>greendonut-icon.png</PackageIcon>
<NoWarn>$(NoWarn);CA1062</NoWarn>
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion src/GreenDonut/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

</Project>
6 changes: 3 additions & 3 deletions src/HotChocolate/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<PackageIcon>hotchocolate-signet.png</PackageIcon>
</PropertyGroup>
<PropertyGroup>
<Product>Hot Chocolate</Product>
<PackageIcon>hotchocolate-icon.png</PackageIcon>
<NitroVersion>31.0.0</NitroVersion>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions src/HotChocolate/Fusion/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<PackageIcon>fusion-icon.png</PackageIcon>
</PropertyGroup>
</Project>
9 changes: 9 additions & 0 deletions src/Mocha/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<Product>Mocha</Product>
<PackageIcon>mocha-icon.png</PackageIcon>
<PackageTags>Messaging ChilliCream</PackageTags>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions src/Mocha/src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />
</Project>
4 changes: 3 additions & 1 deletion src/Nitro/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<Project>
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)..\'))" />

<PropertyGroup>
<PackageIcon>nitro-signet.png</PackageIcon>
<Product>Nitro</Product>
<PackageIcon>nitro-icon.png</PackageIcon>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion src/StrawberryShake/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<Product>Strawberry Shake</Product>
<PackageIcon>strawberryshake-signet.png</PackageIcon>
<PackageIcon>strawberryshake-icon.png</PackageIcon>
</PropertyGroup>

</Project>
28 changes: 22 additions & 6 deletions templates/HotChocolate.Templates.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Product>Hot Chocolate</Product>
<PackageIcon>hotchocolate-icon.png</PackageIcon>
<PackageType>Template</PackageType>
<PackageId>HotChocolate.Templates</PackageId>
<Description>Hot Chocolate GraphQL templates.</Description>
<Authors>Michael Staib</Authors>
<PackageIcon>hotchocolate-signet.png</PackageIcon>

<TargetFramework>netstandard2.0</TargetFramework>

Expand All @@ -18,14 +18,30 @@
<GenerateDocumentationFile>false</GenerateDocumentationFile>
</PropertyGroup>

<PropertyGroup>
<Authors>ChilliCream authors and contributors</Authors>
<Company>ChilliCream Inc.</Company>
<Copyright>Copyright &#169; 2018 - present ChilliCream Inc.</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://chillicream.com</PackageProjectUrl>
<PackageReleaseNotes>Release notes: https://github.com/ChilliCream/graphql-platform/releases/$(PackageVersion)</PackageReleaseNotes>
<PackageTags>GraphQL ChilliCream</PackageTags>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>GitHub</RepositoryType>
<RepositoryUrl>https://github.com/ChilliCream/graphql-platform.git</RepositoryUrl>
</PropertyGroup>
Comment thread
rstaib marked this conversation as resolved.

<ItemGroup>
<Compile Remove="**\*" />
<Content Include="azure-function\**\*;gateway\**\*;server\**\*"
Exclude="**\bin\**;**\obj\**" />
<None Include="..\website\static\resources\hotchocolate-signet.png"
Pack="true"
PackagePath=""
Visible="false" />
</ItemGroup>

<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)..\website\static\resources\hotchocolate-icon.png" Pack="true" PackagePath="hotchocolate-icon.png" Visible="false" />
<None Include="$(MSBuildThisFileDirectory)..\LICEN*" Pack="true" PackagePath="" Visible="false" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
Expand Down
14 changes: 9 additions & 5 deletions website-next/nginx/conf.d/redirects.conf
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,14 @@ rewrite ^/docs/hotchocolate/(v13|v14)/api-reference/error-filter/?$ /docs/hotcho

# img/projects -> resources
rewrite ^/img/projects/greendonut-banner\.svg$ /resources/greendonut-banner.svg permanent;
rewrite ^/img/projects/greendonut-signet\.svg$ /resources/greendonut-signet.svg permanent;
rewrite ^/img/projects/greendonut-signet\.svg$ /resources/greendonut-icon.png permanent;
rewrite ^/img/projects/hotchocolate-banner\.svg$ /resources/hotchocolate-banner.svg permanent;
rewrite ^/img/projects/hotchocolate-signet\.svg$ /resources/hotchocolate-signet.svg permanent;
rewrite ^/img/projects/react-rsata-banner\.svg$ /resources/react-rsata-banner.svg permanent;
rewrite ^/img/projects/react-rsata-signet\.svg$ /resources/react-rsata-signet.svg permanent;
rewrite ^/img/projects/hotchocolate-signet\.svg$ /resources/hotchocolate-icon.png permanent;
rewrite ^/img/projects/react-rasta-banner\.svg$ /resources/react-rasta-banner.svg permanent;
rewrite ^/img/projects/react-rasta-signet\.svg$ /resources/react-rasta-signet.png permanent;
Comment thread
rstaib marked this conversation as resolved.
rewrite ^/img/projects/strawberryshake-banner\.svg$ /resources/strawberryshake-banner.svg permanent;
rewrite ^/img/projects/strawberryshake-signet\.svg$ /resources/strawberryshake-signet.svg permanent;
rewrite ^/img/projects/strawberryshake-signet\.svg$ /resources/strawberryshake-icon.png permanent;
rewrite ^/resources/greendonut-signet\.png$ /resources/greendonut-icon.png permanent;
rewrite ^/resources/hotchocolate-signet\.png$ /resources/hotchocolate-icon.png permanent;
rewrite ^/resources/nitro-signet\.png$ /resources/nitro-icon.png permanent;
rewrite ^/resources/strawberryshake-signet\.png$ /resources/strawberryshake-icon.png permanent;
30 changes: 22 additions & 8 deletions website/config/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -147,19 +147,33 @@ server {

location /img/projects {
# green donut
rewrite ^/img/projects/greendonut-banner.svg$ /resources/greendonut-banner.svg permanent;
rewrite ^/img/projects/greendonut-signet.svg$ /resources/greendonut-signet.svg permanent;
rewrite ^/img/projects/greendonut-banner\.svg$ /resources/greendonut-banner.svg permanent;
rewrite ^/img/projects/greendonut-signet\.svg$ /resources/greendonut-icon.png permanent;

# hot chocolate
rewrite ^/img/projects/hotchocolate-banner.svg$ /resources/hotchocolate-banner.svg permanent;
rewrite ^/img/projects/hotchocolate-signet.svg$ /resources/hotchocolate-signet.svg permanent;
rewrite ^/img/projects/hotchocolate-banner\.svg$ /resources/hotchocolate-banner.svg permanent;
rewrite ^/img/projects/hotchocolate-signet\.svg$ /resources/hotchocolate-icon.png permanent;

# react rasta
rewrite ^/img/projects/react-rsata-banner.svg$ /resources/react-rsata-banner.svg permanent;
rewrite ^/img/projects/react-rsata-signet.svg$ /resources/react-rsata-signet.svg permanent;
rewrite ^/img/projects/react-rasta-banner\.svg$ /resources/react-rasta-banner.svg permanent;
rewrite ^/img/projects/react-rasta-signet\.svg$ /resources/react-rasta-signet.png permanent;

Comment thread
rstaib marked this conversation as resolved.
# strawberry shake
rewrite ^/img/projects/strawberryshake-banner.svg$ /resources/strawberryshake-banner.svg permanent;
rewrite ^/img/projects/strawberryshake-signet.svg$ /resources/strawberryshake-signet.svg permanent;
rewrite ^/img/projects/strawberryshake-banner\.svg$ /resources/strawberryshake-banner.svg permanent;
rewrite ^/img/projects/strawberryshake-signet\.svg$ /resources/strawberryshake-icon.png permanent;
}

location /resources {
# green donut
rewrite ^/resources/greendonut-signet\.png$ /resources/greendonut-icon.png permanent;

# hot chocolate
rewrite ^/resources/hotchocolate-signet\.png$ /resources/hotchocolate-icon.png permanent;

# nitro
rewrite ^/resources/nitro-signet\.png$ /resources/nitro-icon.png permanent;

# strawberry shake
rewrite ^/resources/strawberryshake-signet\.png$ /resources/strawberryshake-icon.png permanent;
}
}
Binary file added website/static/resources/cookiecrumble-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resources/fusion-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resources/greendonut-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/resources/greendonut-signet.png
Binary file not shown.
Binary file added website/static/resources/hotchocolate-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/resources/hotchocolate-signet.png
Binary file not shown.
Binary file added website/static/resources/mocha-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/static/resources/nitro-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/resources/nitro-signet.png
Binary file not shown.
Binary file added website/static/resources/strawberryshake-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed website/static/resources/strawberryshake-signet.png
Binary file not shown.
Loading