Skip to content

Commit

Permalink
feat: split out incubating package (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Gautier <[email protected]>
  • Loading branch information
pgautier404 and pgautier404 authored Sep 16, 2022
1 parent 63315b6 commit 9518d03
Show file tree
Hide file tree
Showing 38 changed files with 2 additions and 3,921 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,3 @@ jobs:
run: |
dotnet test tests/Integration/Momento.Sdk.Tests
shell: bash

- name: Incubating Integration Test
run: |
dotnet test tests/Integration/Momento.Sdk.Incubating.Tests
shell: bash
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ jobs:
dotnet test tests/Integration/Momento.Sdk.Tests
shell: bash

- name: Incubating Integration Test
run: |
dotnet test tests/Integration/Momento.Sdk.Incubating.Tests
shell: bash

build_examples:
runs-on: ubuntu-latest
env:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/on-push-to-release-branch.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: On push Main
name: On push to release

on:
push:
Expand Down Expand Up @@ -62,11 +62,6 @@ jobs:
dotnet test tests/Integration/Momento.Sdk.Tests
shell: bash

- name: Incubating Integration Test
run: |
dotnet test tests/Integration/Momento.Sdk.Incubating.Tests
shell: bash

publish:
runs-on: ubuntu-latest
needs: [release, test]
Expand Down
2 changes: 0 additions & 2 deletions Momento.Sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Momento.Sdk.Tests.Unit", "t
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Momento.Sdk.Tests.Integration", "tests\Integration\Momento.Sdk.Tests\Momento.Sdk.Tests.csproj", "{FB56314E-BDCF-474A-A2CD-8956934FF11B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Momento.Sdk.Incubating.Tests.Integration", "tests\Integration\Momento.Sdk.Incubating.Tests\Momento.Sdk.Incubating.Tests.csproj", "{A0F6221C-42A9-454B-BB82-EDB9841DF6E1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion src/Momento.Sdk/Exceptions/CacheExceptionMapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Momento.Sdk.Exceptions;

class CacheExceptionMapper
public class CacheExceptionMapper
{
private const string INTERNAL_SERVER_ERROR_MESSAGE = "Unexpected exception occurred while trying to fulfill the request.";
private const string SDK_ERROR_MESSAGE = "SDK Failed to process the request.";
Expand Down
520 changes: 0 additions & 520 deletions src/Momento.Sdk/Incubating/Internal/ScsDataClient.cs

This file was deleted.

69 changes: 0 additions & 69 deletions src/Momento.Sdk/Incubating/README.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions src/Momento.Sdk/Incubating/Responses/CacheDictionaryGetResponse.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

46 changes: 0 additions & 46 deletions src/Momento.Sdk/Incubating/Responses/CacheListFetchResponse.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/Momento.Sdk/Incubating/Responses/CacheListLengthResponse.cs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Momento.Sdk/Incubating/Responses/CacheListPopBackResponse.cs

This file was deleted.

Loading

0 comments on commit 9518d03

Please sign in to comment.