Skip to content

Commit

Permalink
Release/v3.0.0 (#84)
Browse files Browse the repository at this point in the history
* Bump Selenium.WebDriver.ChromeDriver (#74)

Bumps [Selenium.WebDriver.ChromeDriver](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver) from 105.0.5195.5200 to 106.0.5249.6100.
- [Release notes](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/releases)
- [Changelog](https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/blob/master/RELEASE-NOTES.txt)
- [Commits](jsakamoto/nupkg-selenium-webdriver-chromedriver@v.105.0.5195.5200...v.106.0.5249.6100)

---
updated-dependencies:
- dependency-name: Selenium.WebDriver.ChromeDriver
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.2 (#65)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](microsoft/vstest@v17.2.0...v17.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: fred <fred.lunden@authority.se>

* Bump Selenium.WebDriver from 4.4.0 to 4.5.0 (#73)

Bumps Selenium.WebDriver from 4.4.0 to 4.5.0.

---
updated-dependencies:
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fixed CancellationTokenSource-timeout not aborting while-loop (#58)

Co-authored-by: Charlie Stahlen <Stahlen@carismar.com>

* Include inner exception in the new exception message (#72)

* Fixed formating

* Bump actions/setup-dotnet from 2 to 3.0.0 (#75)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v2...v3.0.0)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* moved sample proj

* Bump actions/setup-dotnet from 3.0.0 to 3.0.1 (#76)

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump Selenium.WebDriver from 4.5.0 to 4.5.1 (#79)

Bumps Selenium.WebDriver from 4.5.0 to 4.5.1.

---
updated-dependencies:
- dependency-name: Selenium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* New actions (#81)

* New actions

* fixes in actions

* fixed secret

* added webhookuri to actions

* Fixed appRoot in testbase

* Feature/nshift (#50)

* Added RowType to OrderRow

* Added ShippingOption class and method to calculate orderrows for shipping on Cart

* Added Shipping models

* Refactoring of models

* starting on delivery demo wseb

* starting on delivery, some dock

* Moved Calculate shipping order rows test

* Fixed quantity

* added some js

* Added WebhookUri to MerchantSettings

* Minor refactor and set WebhookUri

* Changed weight to double

* Added shippingCallbackResponse

* Removed whitespaces

* Added test for deserializing order data

* Updated js for shippingHandler

* Added method for tax calculation

* order viewmodel changes

* Update order after delivery selection. Merged cart and cartResponse

* Made som classes internal

* Deleted unused class

* Made ctor public

* Made fallback options a list

* Added ui test for shipping option

* Added VatPercent on products. added RowType

* Updated shipping order test to use checkout api

* Removed dotsettings.user. Changed som access modifiers

* finishing delivery. Added shipping status/desc to order view

* long for shippingFee in ShippingOption. Cleanup, tests

* Added test cases as per Epic 8223

* Added titles on user stories for test cases

* fixed issue with approot

* UI test fix

* added webhook uri

* added webhook uri

* Increased test stability for Leasing Payment test

* Use a different org number depending on payment method

* webhookuri in action

* webhookuri in action

* Testing without UI tests

* readded ui tests

* Improving test stability

* Improve test stability for leasing

Co-authored-by: Daniel Sundqvist <daniel.sundqvist@authority.se>
Co-authored-by: Clement Joye <clement.joye@authority.se>

* Updated readme

* Rearranged params in MerchantSettings

* Fixed typo in build file

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Charlie Stahlén <31145692+MankeyX@users.noreply.github.com>
Co-authored-by: Charlie Stahlen <Stahlen@carismar.com>
Co-authored-by: Patric Forsgard <patric@tasteful.se>
Co-authored-by: Daniel Sundqvist <daniel.sundqvist@authority.se>
Co-authored-by: Clement Joye <clement.joye@authority.se>
  • Loading branch information
8 people authored Oct 24, 2022
1 parent 96c2d01 commit defa71b
Show file tree
Hide file tree
Showing 134 changed files with 2,320 additions and 637 deletions.
291 changes: 0 additions & 291 deletions .github/workflows/build_test_publish.yml

This file was deleted.

37 changes: 37 additions & 0 deletions .github/workflows/deploy_pro_package_samplesite.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Deploy PRO nuget package and samplesite

on:
workflow_run:
workflows: ["Pro"]
types:
- completed

jobs:
publish_nuget:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Publish nuget package
runs-on: ubuntu-latest
environment: ${{ github.event.workflow_run.name }}

steps:
- name: Download artifact
id: download-artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow_conclusion: success
run_id: ${{ github.event.workflow_run.id }}
name: packages
path: packages

- name: Publish to nuget
run: dotnet nuget push packages/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate


publish_sample_site:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Publish sample site
uses: ./.github/workflows/template_publish_webapp.yml
secrets: inherit
with:
Environment: ${{ github.event.workflow_run.name }}
WorkflowRunId: ${{ github.event.workflow_run.id }}
29 changes: 29 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Dev

# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches:
- develop
pull_request:
branches:
- develop

jobs:
callVersion:
name: Create version number
uses: ./.github/workflows/template_version.yml

callBuild:
needs: [callVersion]
name: Build and publish artifact
uses: ./.github/workflows/template_build.yml
secrets: inherit
with:
Configuration: Release
NUGETVERSIONV2: ${{ needs.callVersion.outputs.NUGETVERSIONV2 }}
SlnPath: ./src/Svea.WebPay.SDK.sln
SdkCsprojPath: ./src/Svea.WebPay.SDK/Svea.WebPay.SDK.csproj
SampleSiteCsprojPath: ./src/Samples/Sample.AspNetCore/Sample.AspNetCore.csproj
SystemTestsCsprojPath: ./src/Samples/Sample.AspNetCore.SystemTests/Sample.AspNetCore.SystemTests.csproj
UnitTestsCsprojPath: ./src/Svea.WebPay.SDK.Tests/Svea.WebPay.SDK.Tests.csproj
26 changes: 26 additions & 0 deletions .github/workflows/pro.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Pro

# Controls when the action will run. Triggers the workflow on push or pull request
on:
release:
types:
- created

jobs:
callVersion:
name: Create version number
uses: ./.github/workflows/template_version.yml

callBuild:
needs: [callVersion]
name: Build and publish artifact
uses: ./.github/workflows/template_build.yml
secrets: inherit
with:
Configuration: Release
NUGETVERSIONV2: ${{ needs.callVersion.outputs.NUGETVERSIONV2 }}
SlnPath: ./src/Svea.WebPay.SDK.sln
SdkCsprojPath: ./src/Svea.WebPay.SDK/Svea.WebPay.SDK.csproj
SampleSiteCsprojPath: ./src/Samples/Sample.AspNetCore/Sample.AspNetCore.csproj
SystemTestsCsprojPath: ./src/Samples/Sample.AspNetCore.SystemTests/Sample.AspNetCore.SystemTests.csproj
UnitTestsCsprojPath: ./src/Svea.WebPay.SDK.Tests/Svea.WebPay.SDK.Tests.csproj
Loading

0 comments on commit defa71b

Please sign in to comment.