41 lines
1,000 B
Text
41 lines
1,000 B
Text
# Default owners for the repository
|
|
* @tobiemh
|
|
|
|
# Configuration for GitHub
|
|
/.github/ @tobiemh
|
|
|
|
# Code for fuzzing configuration
|
|
/lib/fuzz/ @surrealdb/security
|
|
|
|
# Code and tests for the Rust API
|
|
/lib/CARGO.md @surrealdb/api
|
|
/lib/README.md @surrealdb/api
|
|
/lib/examples/ @surrealdb/api
|
|
/lib/src/api/ @surrealdb/api
|
|
/lib/src/tests/api/ @surrealdb/api
|
|
/lib/src/tests/api.rs @surrealdb/api
|
|
|
|
# Code and tests for indexing
|
|
/lib/src/idx/ @surrealdb/indexing
|
|
|
|
# Code and tests for scripting
|
|
/lib/src/fnc/script/ @surrealdb/scripting
|
|
|
|
# Code and tests for the server
|
|
/src/net/ @surrealdb/api
|
|
/src/rpc/ @surrealdb/api
|
|
/tests/http_integration.rs @surrealdb/api
|
|
/tests/ws_integration.rs @surrealdb/api
|
|
|
|
# Code and tests for the command-line
|
|
/src/cli/ @surrealdb/cli
|
|
/tests/cli_integration.rs @surrealdb/cli
|
|
|
|
# Code and tests for opentelemetry
|
|
/src/telemetry/ @surrealdb/monitoring
|
|
|
|
# Tests related to the key-value store
|
|
/lib/src/kvs/tests/ @tobiemh @phughk
|
|
|
|
# IAM
|
|
/lib/src/iam/ @surrealdb/api @surrealdb/security
|