Commit 3e01f86
authored
address codeql comments and simplify root level config files (#136)
* chore: update dependencies
* ci: improve checkout steps in ops workflow
* chore: codeql linting
* fix: update ci pre-commit checks to conditionally skip main branch protection when pushing to main branch
* fix: update command for root dependency audit in security workflow
* fix: simplify pre-commit checks command in validate workflow
* refactor: move contribution guidelines, code of conduct, security policy; and renovate, codecov, and trivyignore config to .github dir to declutter root dir
* chore: remove root level Python version file
* refactor: update CITATION.cff with author emails and affiliations; remove codemeta.json
* chore: remove auto-install-peers option from .npmrc
* refactor: update justfile scripts for consistency and clarity; remove echo statements
Co-authored-by: Copilot <copilot@github.com>
* feat: move installation and self-hosting documentation from repo root to docs site
* refactor: yml -> yaml where aligning with standard syntax
* test(docs): replace visual regression tests with structural regression tests and ARIA snapshots
* chore: update uvicorn version to 0.46.0 in uv.lock
* refactor: align spacing in prod_compose definition for consistency
* fix: address codeql1 parent 5e13df2 commit 3e01f86
104 files changed
Lines changed: 720 additions & 520 deletions
File tree
- .devcontainer
- backend
- docs
- frontend-app
- frontend-web
- .github
- ISSUE_TEMPLATE
- workflows
- backend
- alembic
- versions
- app
- api
- auth
- routers
- services
- oauth
- background_data/crud
- common/crud
- data_collection/crud
- file_storage
- crud
- models
- newsletter/utils
- plugins/rpi_cam
- websocket
- core
- images
- observability
- scripts
- backup
- seed/dummy_seed
- tests
- integration
- api/auth
- core
- models
- unit
- common
- file_storage
- plugins/rpi_cam
- docs
- e2e
- structure.spec.ts-snapshots
- visual.spec.ts-snapshots
- src/content/docs
- architecture
- frontend-app
- e2e
- src/app/users/__tests__
- frontend-web
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments