Skip to content

Commit

Permalink
Merge pull request #285 from chroma-sdk/release/6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharparam committed Mar 1, 2021
2 parents ad27da8 + 9d82666 commit 1aa47d0
Show file tree
Hide file tree
Showing 342 changed files with 19,216 additions and 19,020 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
range: 50..100
round: down
precision: 2
notify:
slack:
default:
url: "secret:uhuums2k8b7CU1V+2nhYmLnzoFiOTexPI3iU63rwxPT08Q2bSCohYFcpt+9xzaauCyPANcElwsZtyyix1kvbfInL+OYeb9gMKu0q56KU94e48qyIeUL0b8/vBqwSi7Cj2pZfL9nfuvrvOzRJ71+5Wlnw24/Wa2ADY+6sN3SExM8="
18 changes: 18 additions & 0 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"version": 1,
"isRoot": true,
"tools": {
"cake.tool": {
"version": "1.0.0",
"commands": [
"dotnet-cake"
]
},
"gitversion.tool": {
"version": "5.6.6",
"commands": [
"dotnet-gitversion"
]
}
}
}
8 changes: 5 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,20 @@ insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

[*.{cs,ps1,xml}]
charset = utf-8

[*.sln]
indent_style = tab

[*.{csproj,yml,nuspec}]
[*.{csproj,yml,yaml,json,xml,nuspec,toml}]
indent_size = 2

[packages.config]
indent_size = 2

[*.md]
trim_trailing_whitespace = false
indent_size = 2

[*.{html,css,js}]
indent_size = 2
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!--- Provide a general summary of the issue in the Title above -->

## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->

## Current Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

## Steps to Reproduce (for bugs)
<!--- Provide an unambiguous set of steps to reproduce this bug. -->
<!--- Include code to reproduce, if relevant, inside code blocks. -->
1.
2.
3.
4.

## Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version of Colore used:
* SDK mode (Native or REST API):
* Synapse version installed:
* Chroma SDK version in use:
* Operating System and version (e.g. Windows 10 x64):
* Link to your project (if available):
38 changes: 38 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
---

<!--- Provide a general summary of the issue in the Title above -->

## Description
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->

## Expected Behavior
<!--- Tell us what should happen -->

## Actual Behavior
<!--- Tell us what happens instead -->

## Possible Fix
<!--- Not obligatory, but suggest a fix or reason for the bug -->

## Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug. Include code to reproduce, if relevant -->
1.
2.
3.
4.

## Context
<!--- How has this bug affected you? What were you trying to accomplish? -->

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version of Colore used:
* SDK mode (Native or REST API):
* Synapse version installed:
* Chroma SDK version in use:
* Operating System and version (e.g. Windows 10 x64):
* Link to your project (if available):
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: Feature request
about: Suggest an idea for this project
---

<!--- Provide a general summary of the issue in the Title above -->

## Detailed Description
<!--- Provide a detailed description of the change or addition you are proposing -->

## Context
<!--- Why is this change important to you? How would you use it? -->
<!--- How can it benefit other users? -->

## Possible Implementation
<!--- Not obligatory, but suggest an idea for implementing addition or change -->
38 changes: 38 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<!--- Provide a general summary of your changes in the Title above -->

<!--- /!\ PLEASE NOTE: /!\ -->
<!--- If your pull request is a FEATURE, it should target the DEVELOP branch -->
<!--- If your pull request is a HOTFIX, it should target the MASTER branch -->
<!--- FEATURES are branched from the DEVELOP branch -->
<!--- HOTFIXES are branched from the MASTER branch -->

## Description
<!--- Describe your changes in detail -->

## Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How Has This Been Tested?
<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)

## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added tests to cover my changes where applicable.
- [ ] All new and existing tests passed.

<!--- You can find a link to the CONTRIBUTING document -->
<!--- near the top of this page. -->
57 changes: 57 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
name: CI

on:
push:
pull_request:

jobs:
build:
runs-on: windows-latest

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch all history for all tags and branches
run: git fetch --prune --unshallow
- name: 'Cache: NuGet'
uses: actions/cache@v2
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj') }}
restore-keys: |
${{ runner.os }}-nuget-
- name: 'Cache: Cake'
uses: actions/cache@v2
with:
path: tools
key: ${{ runner.os }}-cake-${{ hashFiles('build.cake') }}
restore-keys: |
${{ runner.os }}-cake-
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x'
source-url: https://nuget.pkg.github.com/chroma-sdk/index.json
env:
DOTNET_CLI_TELEMETRY_OPTOUT: true
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cake
uses: cake-build/cake-action@v1
with:
target: GitHub
cake-bootstrap: true
verbosity: Diagnostic
- name: Upload test results artifact
uses: actions/upload-artifact@v2
with:
name: test-results
path: tests/Colore.Tests/TestResults/*/coverage.cobertura.xml
- name: Upload Colore nupkg files to NuGet artifact
uses: actions/upload-artifact@v2
with:
name: nuget
path: 'src/Colore/bin/Release/*.nupkg'
- name: Upload Colore snupkg files to NuGet artifact
uses: actions/upload-artifact@v2
with:
name: nuget
path: 'src/Colore/bin/Release/*.snupkg'
Loading

0 comments on commit 1aa47d0

Please sign in to comment.