Skip to content

Commit

Permalink
Merge pull request #767 from roflcoopter/feature/face-rec-events-page
Browse files Browse the repository at this point in the history
v3.0.0b6 fixes
  • Loading branch information
roflcoopter authored Jun 11, 2024
2 parents b033778 + 7f7be28 commit 0312ce9
Show file tree
Hide file tree
Showing 49 changed files with 1,497 additions and 594 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ jobs:
run: |
echo "Failed to restore pre-commit environment from cache"
exit 1
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends python3-gi python3-gst-1.0
- name: Run pylint
uses: ./.github/templates/run_in_venv
with:
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ignore-patterns=

# Python code to execute, usually for sys.path manipulation such as
# pygtk.require().
#init-hook=
init-hook=import gi; gi.require_version('Gst', '1.0'); from gi.repository import Gst; Gst.init()

# Use multiple processes to speed up Pylint.
# jobs=2
Expand Down
41 changes: 41 additions & 0 deletions docs/src/pages/components-explorer/components/ffmpeg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,47 @@
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
},
{
"type": "map",
"value": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,47 @@
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
},
{
"type": "map",
"value": [
Expand Down
164 changes: 164 additions & 0 deletions docs/src/pages/components-explorer/components/storage/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,47 @@
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
},
{
"type": "map",
"value": [
Expand Down Expand Up @@ -416,6 +457,47 @@
"description": "Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.",
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
}
]
],
Expand Down Expand Up @@ -565,6 +647,47 @@
"description": "Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.",
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
}
]
],
Expand Down Expand Up @@ -713,6 +836,47 @@
"description": "Move/delete files to the next tier when Viseron shuts down. Useful to not lose files when shutting down Viseron if using a RAM disk.",
"optional": true,
"default": false
},
{
"type": "map",
"value": [
{
"type": "integer",
"valueMin": 0,
"name": "days",
"description": "Days between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "hours",
"description": "Hours between checks for files to move/delete.",
"optional": true,
"default": 0
},
{
"type": "integer",
"valueMin": 0,
"name": "minutes",
"description": "Minutes between checks for files to move/delete.",
"optional": true,
"default": 1
},
{
"type": "integer",
"valueMin": 0,
"name": "seconds",
"description": "Seconds between checks for files to move/delete.",
"optional": true,
"default": 0
}
],
"name": "check_interval",
"description": "How often to check for files to move to the next tier.",
"optional": true,
"default": null
}
]
],
Expand Down
Loading

0 comments on commit 0312ce9

Please sign in to comment.