Skip to content

feat: repository backend#49

Draft
insertish wants to merge 51 commits intorefactor/sql-toolsfrom
feat/repository-backends
Draft

feat: repository backend#49
insertish wants to merge 51 commits intorefactor/sql-toolsfrom
feat/repository-backends

Conversation

@insertish insertish changed the base branch from refactor/oidc to refactor/sql-tools February 24, 2026 11:09
Comment on lines +28 to +44
integration:
name: Integration Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false

- name: Setup Mise
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
- run: mise prepare

- name: Start services
run: |
mise docker:start
- name: Run integration tests
run: mise test:integration

Check warning

Code scanning / zizmor

overly broad permissions Warning

overly broad permissions
Comment on lines +46 to +63
e2e:
name: End-to-end Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false

- name: Setup Mise
uses: immich-app/devtools/actions/use-mise@cd24790a7f5f6439ac32cc94f5523cb2de8bfa8c # use-mise-action-v1.1.0
- run: mise prepare

- name: Start services
run: |
mise docker:start
mise dev &
- name: Run end-to-end tests
run: mise test:e2e

Check warning

Code scanning / zizmor

overly broad permissions Warning

overly broad permissions
@insertish insertish changed the title feat: hook up repositories to backends feat: repository backend Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants