Blake Blackshear and GitHub
57a06d2220
fix image tag ( #8560 )
2023-11-09 19:02:16 -06:00
Blake Blackshear and GitHub
64537672e6
use skopeo to copy images ( #8539 )
2023-11-08 07:22:23 -06:00
Blake Blackshear and GitHub
65e3e67a83
avoid import error for non-rk builds ( #8454 )
...
* avoid import error for non-rk builds
* linter
2023-11-04 07:56:35 -05:00
Blake Blackshear and GitHub
aefecad4c0
Update deps ( #8426 )
...
* update web deps
* other deps
2023-11-02 13:36:49 +00:00
Blake Blackshear and GitHub
0dd3dd23aa
add support for docker secrets ( #8409 )
...
* add support for docker secrets
* check for directory first
2023-11-02 05:35:30 -05:00
Blake Blackshear and GitHub
4bd29b2ee8
fix build tag ( #8408 )
2023-11-02 05:35:19 -05:00
Blake Blackshear and GitHub
d1620b4e39
clean passwords when both rtsp and http present ( #8399 )
2023-10-31 08:04:42 -05:00
Blake Blackshear and GitHub
159fb51518
implement nginx caching ( #8333 )
...
* implement nginx caching
* bypass cache from frigate frontend, reduce to 5s
* set cache time to 2s
* cache 200s for 5s
* exclude vod endpoints from cache
2023-10-29 06:47:24 -05:00
Blake Blackshear and GitHub
cd64399fe5
add release workflow for images ( #8362 )
2023-10-28 10:08:53 -04:00
Blake Blackshear and GitHub
d72e1c38ae
plus docs clarification ( #8352 )
2023-10-28 10:08:29 -04:00
Blake Blackshear and GitHub
9fc93c72a0
more consistent use of iterators in select queries ( #8258 )
2023-10-21 10:53:33 -05:00
Blake Blackshear and GitHub
e13a176820
Update deps ( #8261 )
...
* update web deps
* update python deps
* actions deps
2023-10-21 10:53:21 -05:00
Blake Blackshear and GitHub
1e71e36056
fix route for stats and version ( #8263 )
2023-10-21 10:40:46 -05:00
Blake Blackshear and GitHub
18545718c1
refactor and disable access logs for stats and version ( #8259 )
2023-10-21 08:15:24 -05:00
Blake Blackshear and GitHub
c8b38bdd47
address codeql scan results ( #8260 )
2023-10-21 08:08:03 -05:00
Blake Blackshear and GitHub
4469507e5b
dont set has_clip to false unless the event is older ( #8179 )
2023-10-15 13:31:56 -05:00
e545dfc47b
Websocket changes ( #8178 )
...
* use react-use-websockets
* check ready state
* match context shape
* jsonify dispatch
* remove unnecessary ready check
* bring back h
* non-working tests
* skip failing tests
* upgrade some dependencies
---------
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com >
2023-10-15 08:14:20 -05:00
Blake Blackshear and GitHub
9ea10f8541
Don't zero out motion during calibration ( #8163 )
...
* don't zero out motion boxes
* define detect resolution to speed up tests
2023-10-14 08:05:44 -04:00
Blake Blackshear and GitHub
14d2b79c72
Security fixes ( #8081 )
...
* use safeloader
* use json responses wherever possible
* remove CORS and add CSRF token
* formatting fixes
* add envjs back
* fix baseurl test
2023-10-06 22:20:30 -05:00
Blake Blackshear and GitHub
705ee54315
plus docs update ( #7964 )
...
* plus docs update
* add attribute labels
2023-09-27 06:10:53 -05:00
Blake Blackshear and GitHub
0858859939
Dep updates ( #7933 )
...
* update actions
* web deps
2023-09-24 07:00:41 -05:00
Blake Blackshear and GitHub
cfd04d164e
add more robust plus documentation ( #7905 )
...
* add more robust plus documentation
* rename page
* note changing circumstances
2023-09-22 07:35:04 -05:00
Blake Blackshear and GitHub
5658e5a4cc
more deps ( #7712 )
2023-09-06 08:32:09 -05:00
Blake Blackshear
f682203f9d
Merge remote-tracking branch 'origin/master' into dev
2023-09-04 10:48:24 -05:00
Blake Blackshear and GitHub
c2e2656407
Update web deps ( #7339 )
...
* web dev deps
* update preact
* audit fix
2023-08-01 06:26:01 -05:00
Blake Blackshear and GitHub
7c0d25f9da
Attribute scores ( #7100 )
...
* rework attributes to get scores
* show sublabel score
* formatting
2023-07-09 11:40:39 -05:00
Blake Blackshear and GitHub
2f401bd8da
update deps ( #6973 )
...
* update web deps
* update python deps
2023-07-01 07:47:16 -05:00
Blake Blackshear and GitHub
d51197eaa2
use a different method for blur and contrast to reduce CPU ( #6940 )
...
* use a different method for blur and contrast to reduce CPU
* blur with radius instead
* use faster interpolation for motion
* improve contrast based on averages
* increase default threshold to 30
* ensure mask is applied after contrast improvement
* update opencv
* update benchmark script
2023-06-30 07:27:31 -05:00
Blake Blackshear and GitHub
9e531b0b5b
reduce grid size for contrast improvement ( #6870 )
2023-06-21 08:38:51 -05:00
Blake Blackshear and GitHub
7c1568fcb9
use clahe for contrast improvement ( #6835 )
...
* use clahe for contrast improvement
* update tests
2023-06-18 11:56:41 -05:00
Blake Blackshear and GitHub
793fe251b9
Label attributes ( #6829 )
...
* pass attribute labels as attributes
* add label attrs to events and snapshots
* incorporate area of license_plate and face into snapshot selection
* populate sublabels for cars with logos
2023-06-17 09:56:22 -05:00
Blake Blackshear and GitHub
ca7853c087
Fix max_frames, improve stationary objects in masked areas ( #6815 )
...
* fix issue with max_frames
* dont consider stationary until the threshold
* require a stationary interval
* try to fix formatter issues
2023-06-16 07:32:43 -05:00
Blake Blackshear and GitHub
d81dd60fef
Improve motion detection and region selection ( #6741 )
...
* refactor existing motion detector
* implement and use cnt bgsub
* pass fps to motion detector
* create a simplified motion detector
* lightning detection
* update default motion config
* lint imports
* use estimated boxes for regions
* use improved motion detector
* update test
* use a different strategy for clustering motion and object boxes
* increase alpha during calibration
* simplify object consolidation
* add some reasonable constraints to the estimated box
* adjust cluster boundary to 10%
* refactor
* add disabled debug code
* fix variable scope
2023-06-11 08:45:11 -05:00
Blake Blackshear and GitHub
699248d769
Update deps ( #6669 )
...
* fix gh host key
* python deps
* update web deps
* update docs deps
2023-06-01 06:59:50 -05:00
Blake Blackshear and GitHub
deec5b8bfd
fix build ( #6668 )
2023-06-01 06:30:41 -05:00
Blake Blackshear and GitHub
ae0aba44dc
Improve tracking ( #6516 )
2023-05-31 08:12:43 -06:00
Blake Blackshear and GitHub
deccc4fd46
fix coral libs ( #6558 )
2023-05-21 07:14:53 -05:00
Blake Blackshear
42f3ee3de5
sync master
2023-05-19 05:47:49 -05:00
Blake Blackshear and GitHub
e3b9998879
Upgrade deps ( #6395 )
...
* update js build tools
* update frontend deps
* python updates
* update requests again
2023-05-05 07:45:13 -05:00
Blake Blackshear and GitHub
19890310fe
Bug fixes ( #6332 )
...
* fix timeline delete
* fix labelmap in config response
* create cache dirs if needed
2023-04-30 14:58:39 -05:00
Blake Blackshear and GitHub
9bf98f908d
add plus integration for models ( #6328 )
2023-04-30 13:32:36 -05:00
Blake Blackshear and GitHub
6dc82b6cef
dependency updates ( #6246 )
...
* python
* easy web deps
2023-04-26 06:20:29 -05:00
Blake Blackshear and GitHub
0d16bd0144
False positives ( #6217 )
...
* add false positive submission
* switch timeline events to x,y,w,h
* update docs
* fix type checks
* convert to upsert
* fix config test
2023-04-24 07:24:28 -05:00
Blake Blackshear and GitHub
98384789d4
update api key for search ( #6119 )
2023-04-17 07:14:06 -05:00
Blake Blackshear and GitHub
8535213ad9
update python deps ( #6101 )
2023-04-16 07:20:51 -05:00
Blake Blackshear and GitHub
f8f76fcb94
update to 8.3.x ( #6100 )
2023-04-16 07:09:51 -05:00
Blake Blackshear and GitHub
15415bab10
update deps ( #6093 )
...
* update dev deps
* update deps
* docs deps
* python dev deps
* update python deps
2023-04-15 14:17:59 -05:00
Blake Blackshear and GitHub
cefbed614f
Remove arm32 ( #5935 )
...
* remove references to 32bit arm
* scheduled build to maintain actions cache
2023-04-08 09:24:28 -06:00
Blake Blackshear
37db4070ce
increment version
2023-04-08 09:52:30 -05:00
Blake Blackshear and GitHub
da3e197534
Merge pull request #4055 from blakeblackshear/dev
...
0.12.0 Release
2023-04-08 09:24:50 -05:00
Blake Blackshear
0e61ea7723
cleanup hardware recommendations
2023-04-08 07:44:02 -05:00
Blake Blackshear and GitHub
2d9556f5f3
set threads to 2 ( #5747 )
2023-03-17 17:14:57 -05:00
Blake Blackshear and GitHub
e82f72a9d3
clarify that mqtt is required in frigate config for home assistant ( #5722 )
2023-03-15 17:43:36 -05:00
Blake Blackshear and GitHub
ce2d589a28
fix config ( #5721 )
2023-03-14 08:51:09 -05:00
Blake Blackshear and GitHub
750bf0e79a
Revert "Update ffmpeg args with low risk improvements ( #5519 )" ( #5715 )
...
This reverts commit 52459bf348 .
2023-03-14 08:25:27 -05:00
Blake Blackshear and GitHub
c20c982ad0
free up some disk space ( #5644 )
2023-03-05 09:14:11 -06:00
Blake Blackshear and GitHub
27a31e731f
install i965-va-driver-shaders ( #5451 )
2023-02-11 09:57:15 -06:00
Blake Blackshear and GitHub
3b9bcb356b
update presets docs ( #5386 )
2023-02-05 09:12:40 -06:00
Blake Blackshear and GitHub
e10ddb343c
additional shutdown optimizations ( #5380 )
2023-02-04 08:58:45 -06:00
Blake Blackshear and GitHub
e8cd25ddf2
Docs tweaks ( #5379 )
...
* add note about cameras needing ffmpeg for go2rtc
* clarify error message on GPU stats
2023-02-04 08:47:27 -06:00
624c314335
Fast restart ( #5378 )
...
* dont wait so long for queues
* implement stop methods for comms
* set the detection events on exit and return early from processing
* handle the stop event in the broadcast threads
* short circuit the detection process exit code if it already exited
* some logging for stats thread
* just keep the log process alive 1 second after the last log message
* ensure the multiprocessing queues are emptied and closed
* Update frigate/log.py
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
* Update frigate/log.py
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
* mypy fixes
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2023-02-03 20:15:47 -06:00
Blake Blackshear and GitHub
f06e8b47be
Docs updates, fix recording warnings, default log level for ws4py ( #5294 )
...
* set default log level for ws4py
* proactively cleanup cache in all retain modes
* docs updates
* typo
* fix link
* updates
2023-01-30 17:42:53 -06:00
Blake Blackshear and GitHub
7130d93616
warn if unable to keep up with moving segments ( #5264 )
2023-01-27 07:32:55 -06:00
Blake Blackshear and GitHub
b2a2a9d6c7
only run the latest commit to avoid cache overwrites ( #5154 )
2023-01-18 17:30:49 -06:00
Blake Blackshear and GitHub
3bec28ffef
handle timezones with partial hour offsets ( #5115 )
...
* handle timezones with partial hour offsets
* cleanup
2023-01-16 17:17:03 -06:00
Blake Blackshear and GitHub
3cb96091ec
update before install ( #4966 )
2023-01-08 14:39:39 -06:00
1f963ec5aa
Fix raspberry pi hwaccel ( #4955 )
...
* use ffmpeg from raspbian repo
* dynamically choose timeout param
* invert logic
* Add hwaccel presets for rpi
Co-authored-by: Nick Mowen <nickmowen213@gmail.com >
2023-01-08 07:04:58 -06:00
Blake Blackshear and GitHub
0dbf909ca6
try and further improve caching ( #4947 )
2023-01-07 08:07:56 -06:00
Blake Blackshear and GitHub
ec7aaa18ab
try and avoid caching extra large tensorrt layers ( #4942 )
2023-01-06 19:58:35 -06:00
8410788e99
add information about frigate plus to docs ( #4919 )
...
* add information about frigate plus to docs
* Update docs/docs/integrations/plus.md
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2023-01-06 06:51:40 -06:00
12235acd75
Build nginx with tmpfs ( #4933 )
...
* Update Dockerfile
* Update Dockerfile
* refactor into script and to be consistent
Co-authored-by: Sergey Krashevich <svk@svk.su >
2023-01-06 06:48:41 -06:00
Blake Blackshear and GitHub
e4a79b12eb
set env vars needed for nvidia support ( #4837 )
2022-12-31 09:13:08 -06:00
Blake Blackshear
76bbd838f7
Merge remote-tracking branch 'origin/master' into dev
2022-12-30 16:50:02 -06:00
Blake Blackshear and GitHub
fee48e555e
easier python deps ( #4827 )
...
* easier python deps
* update build wheels deps
* dependencies PRs cant become stale
2022-12-30 16:43:32 -06:00
63260119fb
Frontend deps ( #4824 )
...
* Bump fake-indexeddb from 4.0.0 to 4.0.1 in /web
Bumps [fake-indexeddb](https://github.com/dumbmatter/fakeIndexedDB ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/dumbmatter/fakeIndexedDB/releases )
- [Changelog](https://github.com/dumbmatter/fakeIndexedDB/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dumbmatter/fakeIndexedDB/compare/v4.0.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: fake-indexeddb
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @types/video.js from 7.3.49 to 7.3.50 in /web
Bumps [@types/video.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/video.js ) from 7.3.49 to 7.3.50.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/video.js )
---
updated-dependencies:
- dependency-name: "@types/video.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.47.1 in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.44.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump axios from 1.2.0 to 1.2.2 in /web
Bumps [axios](https://github.com/axios/axios ) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.2.0...1.2.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* json5 vulnerability
* update linters
* reformat
* dev deps
* more deps
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 09:48:22 -06:00
Blake Blackshear and GitHub
368c07cc34
Update certs ( #4729 )
...
* force upgrade certs
* switch to debian for nginx build
2022-12-17 19:39:42 -06:00
Blake Blackshear and GitHub
d999575832
force upgrade certs ( #4728 )
2022-12-17 18:31:39 -06:00
Blake Blackshear
06bc9bb4dc
Merge remote-tracking branch 'origin/master' into dev
2022-12-17 18:07:01 -06:00
Blake Blackshear and GitHub
161991df1f
update contributing docs ( #4727 )
2022-12-17 18:02:14 -06:00
Blake Blackshear and GitHub
047c2408d2
fix support for yuv models ( #4523 )
2022-11-26 19:15:47 -06:00
Blake Blackshear and GitHub
1f4ce6ff1e
fix image build ( #4503 )
2022-11-24 11:42:25 -06:00
Blake Blackshear and GitHub
c497e83a54
Update python dependencies ( #4500 )
...
* low risk updatea
* revert scipy
* update flask
2022-11-24 10:47:45 -06:00
Blake Blackshear and GitHub
93f94a7afb
update web deps ( #4498 )
2022-11-24 08:20:27 -06:00
Blake Blackshear and GitHub
370276a7b6
Faster image builds with caching ( #4491 )
...
* fix makefile variable
* add branch for testing
* fix arm32 build
* use amd64 for web build
* install wheels in a separate layer for better parallel builds
* try build-push-action
* try using gh context
* use short sha
* cleanup
2022-11-23 20:00:45 -06:00
Blake Blackshear and GitHub
82432a78b7
rename debug to system ( #4447 )
2022-11-20 08:56:48 -06:00
Blake Blackshear
253061ee5f
Merge remote-tracking branch 'origin/master' into dev
2022-11-19 07:29:39 -06:00
Blake Blackshear
cc27c94e03
Merge remote-tracking branch 'origin/master' into dev
2022-11-17 07:11:03 -06:00
a9d95b89e1
Web updates and fixes ( #4411 )
...
* update dependencies
* Bump loader-utils from 2.0.3 to 2.0.4 in /docs
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* update BASE_PATH replacement
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-17 07:05:27 -06:00
9c9220979e
Update web deps ( #4383 )
...
* Bump jest from 27.5.1 to 29.3.1 in /web
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 27.5.1 to 29.3.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.3.1/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump msw from 0.38.2 to 0.48.0 in /web
Bumps [msw](https://github.com/mswjs/msw ) from 0.38.2 to 0.48.0.
- [Release notes](https://github.com/mswjs/msw/releases )
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mswjs/msw/compare/v0.38.2...v0.48.0 )
---
updated-dependencies:
- dependency-name: msw
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump idb-keyval from 6.1.0 to 6.2.0 in /web
Bumps [idb-keyval](https://github.com/jakearchibald/idb-keyval ) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/jakearchibald/idb-keyval/releases )
- [Changelog](https://github.com/jakearchibald/idb-keyval/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jakearchibald/idb-keyval/compare/v6.1.0...v6.2.0 )
---
updated-dependencies:
- dependency-name: idb-keyval
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @babel/preset-typescript from 7.16.7 to 7.18.6 in /web
Bumps [@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript ) from 7.16.7 to 7.18.6.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.18.6/packages/babel-preset-typescript )
---
updated-dependencies:
- dependency-name: "@babel/preset-typescript"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump typescript from 4.6.2 to 4.8.4 in /web
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.6.2 to 4.8.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.6.2...v4.8.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @testing-library/user-event from 13.5.0 to 14.4.3 in /web
Bumps [@testing-library/user-event](https://github.com/testing-library/user-event ) from 13.5.0 to 14.4.3.
- [Release notes](https://github.com/testing-library/user-event/releases )
- [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/user-event/compare/v13.5.0...v14.4.3 )
---
updated-dependencies:
- dependency-name: "@testing-library/user-event"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump preact-router from 4.0.1 to 4.1.0 in /web
Bumps [preact-router](https://github.com/preactjs/preact-router ) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/preactjs/preact-router/releases )
- [Commits](https://github.com/preactjs/preact-router/compare/4.0.1...4.1.0 )
---
updated-dependencies:
- dependency-name: preact-router
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump axios from 0.26.0 to 1.1.3 in /web
Bumps [axios](https://github.com/axios/axios ) from 0.26.0 to 1.1.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.26.0...v1.1.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @preact/preset-vite from 2.1.7 to 2.4.0 in /web
Bumps [@preact/preset-vite](https://github.com/preactjs/preset-vite ) from 2.1.7 to 2.4.0.
- [Release notes](https://github.com/preactjs/preset-vite/releases )
- [Commits](https://github.com/preactjs/preset-vite/compare/v2.1.7...v2.4.0 )
---
updated-dependencies:
- dependency-name: "@preact/preset-vite"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @testing-library/jest-dom from 5.16.2 to 5.16.5 in /web
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 5.16.2 to 5.16.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v5.16.2...v5.16.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* revamp frontend
* disable broken tests
* disable a few more tests
* update typescript
* couple docs updates
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-13 10:31:36 -06:00
8665a24560
Update web dependencies ( #4321 )
...
* Bump prettier from 2.5.1 to 2.7.1 in /web
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.1 to 2.7.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.7.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump tailwindcss from 3.0.23 to 3.2.2 in /web
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss ) from 3.0.23 to 3.2.2.
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases )
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.0.23...v3.2.2 )
---
updated-dependencies:
- dependency-name: tailwindcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump videojs-seek-buttons from 2.2.1 to 3.0.1 in /web
Bumps [videojs-seek-buttons](https://github.com/mister-ben/videojs-seek-buttons ) from 2.2.1 to 3.0.1.
- [Release notes](https://github.com/mister-ben/videojs-seek-buttons/releases )
- [Changelog](https://github.com/mister-ben/videojs-seek-buttons/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mister-ben/videojs-seek-buttons/commits )
---
updated-dependencies:
- dependency-name: videojs-seek-buttons
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump eslint-plugin-jest from 26.1.4 to 27.1.4 in /web
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 26.1.4 to 27.1.4.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v26.1.4...v27.1.4 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump eslint from 8.13.0 to 8.27.0 in /web
Bumps [eslint](https://github.com/eslint/eslint ) from 8.13.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.13.0...v8.27.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump video.js and @types/video.js in /web
Bumps [video.js](https://github.com/videojs/video.js ) and [@types/video.js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/video.js ). These dependencies needed to be updated together.
Updates `video.js` from 7.20.2 to 7.20.3
- [Release notes](https://github.com/videojs/video.js/releases )
- [Changelog](https://github.com/videojs/video.js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/videojs/video.js/compare/v7.20.2...v7.20.3 )
Updates `@types/video.js` from 7.3.44 to 7.3.49
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/video.js )
---
updated-dependencies:
- dependency-name: video.js
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: "@types/video.js"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @babel/preset-env from 7.16.11 to 7.20.2 in /web
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.16.11 to 7.20.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.20.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump immer from 9.0.12 to 9.0.16 in /web
Bumps [immer](https://github.com/immerjs/immer ) from 9.0.12 to 9.0.16.
- [Release notes](https://github.com/immerjs/immer/releases )
- [Commits](https://github.com/immerjs/immer/compare/v9.0.12...v9.0.16 )
---
updated-dependencies:
- dependency-name: immer
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.42.1 in /web
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.18.0 to 5.42.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Bump @typescript-eslint/parser from 5.18.0 to 5.42.1 in /web
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.18.0 to 5.42.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.1/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* update gitignore
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-08 07:18:43 -06:00
Blake Blackshear and GitHub
2b842468ad
Upgrade to latest docusaurus ( #4303 )
...
* upgrade to latest docusaurus
* patch vuln
* fix broken link
2022-11-07 21:14:29 -06:00
8cddf87f9e
Github actions version updates ( #4302 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-07 07:18:10 -06:00
Blake Blackshear and GitHub
9b5c6bea56
Automatic image builds for dev/master ( #4260 )
...
* try a different approach for build_web
* add automatic image builds
* build web first
* try disabling log file
* chown dir
* use volume
* set cache path
* test a push
* limit to dev/master branch commits
2022-11-06 07:19:00 -06:00
Blake Blackshear
95343b6094
Merge remote-tracking branch 'origin/master' into dev
2022-11-05 09:27:38 -05:00
Blake Blackshear and GitHub
e15b2627fc
Update funding list and fix demo link ( #4258 )
...
* update funding list
* fix demo link
2022-11-05 09:25:19 -05:00
Blake Blackshear
3c01dbed7d
increment version
2022-10-08 19:32:45 -05:00
Blake Blackshear
c02100ee6f
increment version
2022-10-04 06:28:56 -05:00
Blake Blackshear and GitHub
8669c29e3d
don't overwrite segments that already exist ( #3995 )
2022-10-01 18:11:29 -05:00
Blake Blackshear and GitHub
3846a13805
Merge pull request #2829 from blakeblackshear/release-0.11.0
...
Release 0.11.0
2022-09-22 18:47:05 -05:00
Blake Blackshear
7c60753ab0
Merge remote-tracking branch 'origin/master' into release-0.11.0
2022-09-22 18:42:20 -05:00