Skip to content

Commit

Permalink
Merge pull request #676 from qdraw/feature/202203_timeout_swagger_export
Browse files Browse the repository at this point in the history
add skip when export && add test
  • Loading branch information
qdraw authored Mar 9, 2022
2 parents a719416 + 49740d6 commit 1a670da
Show file tree
Hide file tree
Showing 5 changed files with 1,124 additions and 871 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/auto-update-swagger-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
- '.github/workflows/auto-update-swagger-dotnet.yml'
- 'starsky-tools/docs/assets/config/starsky.json'


jobs:
build:

Expand All @@ -43,23 +44,14 @@ jobs:
shell: bash
working-directory: ./starsky
run: bash build.sh --Target=BuildNetCore --no-sonar

- name: Remove launchSettings.json
shell: bash
working-directory: ./starsky
run: rm Properties/launchSettings.json


- name: Run With Exit
shell: bash
working-directory: ./starsky/starsky
env:
app__AddSwagger: "true"
app__AddSwaggerExport: "true"
app__AddSwaggerExportExitAfter: "true"
run: dotnet run
run: dotnet run --no-launch-profile

- name: Display properties folder
shell: bash
working-directory: ./starsky
run: ls Properties

6 changes: 5 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ node starsky-tools/build-tools/app-version-update.js
# Expected changes in a future release:
- package telementry

# version 0.5.0-beta.3 _(Unreleased)_ - 2022-02-??
# version 0.5.0-beta.4 _(Unreleased)_ - 2022-03-09
- nothing yet

# version 0.5.0-beta.3 - 2022-03-09
- [x] (Breaking change) _Back-end_ Upgrade to .NET 6 - SDK 6.0.200 (PR #642)
- [x] (Breaking change) _Back-end_ Change mirror locations (exiftool/geonames) (PR #642)
- [x] (Changed) _Back-end_ Upgrade deps ImageSharp and RazorLight (PR #652)
Expand All @@ -56,6 +59,7 @@ node starsky-tools/build-tools/app-version-update.js
- [x] (Fixed) _Back-end_ Fix culture for tests and mp4/quicktime (PR #673)
- [x] (Fixed) _Back-end_ SyncWatcherConnector add f= path to application insights (PR #673)
- [x] (Fixed) _Back-end_ Add properties to `default-init-launchSettings.json` (PR #673)
- [x] (Fixed) _Back-end_ Skip ExifTool Download when setting `AddSwaggerExportExitAfter` (PR #676)

# version 0.5.0-beta.2 - 2022-02-18
- [x] (Changed) _Back-end_ Add correct connect-src url for websocket without port (PR #606)
Expand Down
Loading

0 comments on commit 1a670da

Please sign in to comment.