Skip to content

Commit

Permalink
Merge branch 'master' into feature/202411_ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 18, 2024
2 parents 3dd53a0 + 5418368 commit ff75bd1
Show file tree
Hide file tree
Showing 205 changed files with 6,529 additions and 3,370 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/tools-dependencies-mirror-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ on:
pull_request:
branches: [ master ]
paths:
- 'starsky-tools/download-mirror-exiftool.sh'
- 'starsky-tools/download-mirror-ffmpeg.sh'
- 'starsky-tools/download-mirror-geonames.sh'
- 'starsky-tools/download-mirror.sh'
- 'starsky-tools/build-tools/download-mirror-exiftool.sh'
- 'starsky-tools/build-tools/download-mirror-ffmpeg.sh'
- 'starsky-tools/build-tools/download-mirror-geonames.sh'
- 'starsky-tools/build-tools/download-mirror.sh'
- '.github/workflows/tools-dependencies-mirror-netlify.yml'
push:
branches: [ master ]
paths:
- 'starsky-tools/download-mirror-exiftool.sh'
- 'starsky-tools/download-mirror-ffmpeg.sh'
- 'starsky-tools/download-mirror-geonames.sh'
- 'starsky-tools/download-mirror.sh'
- 'starsky-tools/build-tools/download-mirror-exiftool.sh'
- 'starsky-tools/build-tools/download-mirror-ffmpeg.sh'
- 'starsky-tools/build-tools/download-mirror-geonames.sh'
- 'starsky-tools/build-tools/download-mirror.sh'
- '.github/workflows/tools-dependencies-mirror-netlify.yml'
workflow_dispatch:

Expand Down Expand Up @@ -52,6 +52,7 @@ jobs:
working-directory: ./starsky-tools/build-tools/
run: |
netlify deploy \
--prod \
--dir mirror \
--site ${{ secrets.NETLIFY_MIRROR_SITE_ID }} \
--auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
3,680 changes: 2,895 additions & 785 deletions documentation/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"dependencies": {
"@cmfcmf/docusaurus-search-local": "^1.1.0",
"@docusaurus/core": "3.6.1",
"@docusaurus/preset-classic": "3.6.1",
"@docusaurus/core": "3.6.3",
"@docusaurus/preset-classic": "3.6.3",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0",
"prism-react-renderer": "^2.3.0",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.6.0",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/tsconfig": "3.6.1",
"@docusaurus/types": "3.6.0",
"typescript": "~5.6.3"
},
Expand Down
3 changes: 2 additions & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ Semantic Versioning 2.0.0 is from version 0.1.6+
- [x] (Changed) _Back-end_ Small readablity fixes to avoid code smells (PR #1844)
- [x] (Changed) _Back-end_ Filename checks for extensions (PR #1849)
- [x] (Changed) _Back-end_ Improve tests for port mapper (PR #1850)

- [x] (Fixed) _Front-end_ Eslint update and remove of any (PR #1866)

## version 0.6.3 - 2024-11-14 {#v0.6.3}

- [x] (Fixed) _Front-end_ OkAndSame status in Upload Modal gives the wrong status (PR #1783)
Expand Down
Loading

0 comments on commit ff75bd1

Please sign in to comment.