Skip to content

Commit

Permalink
Merge branch 'master' into feature/202403_deps_cli
Browse files Browse the repository at this point in the history
# Conflicts:
#	starsky/build/helpers/DotnetGenericHelper.cs
  • Loading branch information
qdraw committed Apr 6, 2024
2 parents 9f8ad0f + 90fb9c6 commit e5634ac
Show file tree
Hide file tree
Showing 35 changed files with 1,129 additions and 943 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
npm run build
- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/end2end-ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ on:
workflow_dispatch:
schedule:
- cron: '45 0 * * *'

pull_request:
branches: [ master ]
paths:
- 'starsky-tools/end2end/**'
- '.github/workflows/end2end-ubuntu-ci.yml'

name: end2end on ubuntu-ci

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/end2end-windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches: [ master ]
paths:
- '.github/workflows/end2end-windows-ci.yml'
pull_request:
branches: [ master ]
paths:
- 'starsky-tools/end2end/**'
- '.github/workflows/end2end-windows-ci.yml'

name: end2end on windows-ci

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The backend underwent significant upgrades, transitioning to .NET 6 SDK 6.0.406,

## Version 0.5.4 - Metrics, Security, and Code Refinement

January marked a milestone with the introduction of application insights metrics, security enhancements,
January marked a milestone with the introduction of application insights metrics (logs already exists), security enhancements,
and code refinements. The backend introduced features such as thumbnail query deletion for nonexistent items and a systematic approach to handling errors.

## Version 0.5.3 - A Holistic System Upgrade
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,14 @@ and supports advanced features like model binding, template inheritance, and mor
for high performance and scalability,
and is widely used in various applications that require dynamic content generation in C#.

## Microsoft Application Insights
## Open Telemetry

Microsoft Application Insights is a real-time analytics and monitoring service that provides insights
Open Telemetry is a real-time analytics and monitoring standard that provides insights
into the performance and usage of your applications.
It is a cloud-based solution that allows you to track application performance,
It is a solution that allows you to track application performance,
detect and diagnose issues, and monitor user behavior.
The service provides a wealth of data, including performance metrics, error tracking,
and user telemetry, that can help you quickly identify and resolve issues and improve application quality.
Additionally, Application Insights offers robust visualization and alerting capabilities,
making it easier to quickly understand and respond to changes in your application's performance and usage.

## MedallionShell

Expand Down
33 changes: 19 additions & 14 deletions documentation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc",
"update": "node ../starsky-tools/build-tools/documentation-create-docusaurus-update.js",
"update:install": "npm run update"
"update:install": "npm run update",
"update:yes": "npm run update"
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
Expand Down
5 changes: 3 additions & 2 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ Semantic Versioning 2.0.0 is from version 0.1.6+

## version 0.6.1 - _(Unreleased)_ - 2024-03-? {#v0.6.1}

- nothing yet
- [x] (Changed) _Front-end_ Make prev / next more contrast (PR #1511)
- [x] (Fixed) _Docs_ Demo site is not working (PR #1486)

## version 0.6.0 - 2024-03-15 {#v0.6.0}

Expand Down Expand Up @@ -132,7 +133,7 @@ Semantic Versioning 2.0.0 is from version 0.1.6+
1339, 1338, 1378)
- [x] (Fixed) _Back-end_ Retry in docker image for npm ci (PR #1369)
- [x] (Fixed) _Front-end_ Clean unused exports (PR #1367)
- [x] (Breaking change) _Back-end_ Removed Direct dependency of Application Insights (PR #1366 )
- [x] (Breaking change) _Back-end_ Removed Direct dependency of Application Insights (PR #1366)
- [x] (Fixed) _App_ Retry if port is used in Electron (PR #1365)
- [x] (Fixed) _Front-end_ ColorClass filter refactor (PR #1364)
- [x] (Fixed) _Front-end_ iOS styling issue (PR #1363)
Expand Down
2 changes: 1 addition & 1 deletion pipelines/azure/develop-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ stages:
jobs:
- job: buildnetcore
displayName: 'Build'
timeoutInMinutes: 25 # how long to run the job before automatically cancelling
timeoutInMinutes: 30 # how long to run the job before automatically cancelling
cancelTimeoutInMinutes: 10 # how much time to give 'run always even if cancelled tasks' before stopping them
pool:
vmImage: 'ubuntu-22.04'
Expand Down
22 changes: 11 additions & 11 deletions starsky-tools/dropbox-import/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starsky-tools/dropbox-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"update:install": "npx --yes npm-check-updates -u && npm install"
},
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"dotenv": "^16.4.5"
},
"author": "",
Expand Down
Loading

0 comments on commit e5634ac

Please sign in to comment.