Skip to content

Commit

Permalink
Merge branch 'configurable-roles' into ocrvs-6909
Browse files Browse the repository at this point in the history
  • Loading branch information
Nil20 committed Dec 2, 2024
2 parents 70610aa + 5ace925 commit 222db41
Show file tree
Hide file tree
Showing 210 changed files with 6,828 additions and 5,810 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ services:
- base
environment:
- MONGO_URL=mongodb://mongo1/events
- ES_HOST=elasticsearch:9200

# User facing services
workflow:
Expand Down
3 changes: 3 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"ignore": ["packages/client/src/utils/gateway.ts"]
}
1 change: 1 addition & 0 deletions license-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"ignore": [
"**/*.@(editorconfig|md|log|lock|patch|prettierrc|gitignore|eslintignore|stylelintrc|csv|gz|geojson|woff2|woff|xml|yarnrc|yarn-integrity|ttf|map|pdf|snap|dockerignore|jsonc|idea|env|info|key|pub|cjs|sql)",
".husky",
"**/*.ipynb",
".git",
".github/DISCUSSION_TEMPLATE/Installation.yml",
".github/CODEOWNERS",
Expand Down
Loading

0 comments on commit 222db41

Please sign in to comment.