Commit b97985b
committed
feat(query-plan): add logical and physical plan proto definitions
- Introduced `logical_plan.proto` to define the structure of logical query plans, including node types like Scan, Filter, Project, and more.
- Added `physical_plan.proto` to specify the concrete execution strategies for query plans, detailing operators such as Index Scan, Table Scan, and various join types.
- Both files include comprehensive metadata and validation rules to ensure compliance and security.
feat(identity): create identity management proto files
- Added `principal.proto` to represent the canonical authenticatable identity for users, service accounts, and API clients, including lifecycle management and security features.
- Created `user.proto` to define user account details, including personal identifiers and audit fields.
- Introduced `email_binding.proto` and `phone_binding.proto` for future contact management, along with a README for the identity module.1 parent 1556513 commit b97985b
File tree
204 files changed
+458
-918
lines changed- proto
- authn
- credential
- api/v1
- events/v1
- v1
- mfa
- events/v1
- v1
- session
- api/v1
- events/v1
- v1
- authz
- permission
- events/v1
- v1
- policy
- events/v1
- v1
- role
- api/v1
- events/v1
- v1
- contact
- email
- api/v1
- v1
- phone
- api/v1
- v1
- deprecated
- core
- api
- circuit_breaker
- v1
- error
- v1
- pagination
- v1
- query
- v1
- request
- v1
- response/v1
- retry
- v1
- client
- v1
- common
- v1
- device
- v1
- geo
- v1
- network
- v1
- session
- v1
- token
- v1
- dns
- domain
- api/v1
- events/v1
- v1
- record
- api/v1
- events/v1
- v1
- hcm
- employee/v1
- idp
- api
- v1
- audit/v1
- connectors/v1
- identity
- group
- api/v1
- events/v1
- v1
- organization
- api/v1
- events/v1
- v1
- profile
- api/v1
- events/v1
- v1
- user
- api/v1
- events/v1
- v1
- protocols/v1
- provisioning/v1
- webhook/v1
- preference
- user/v1
- query
- api/v1
- cqm/v1
- examples
- __pycache__
- plan/v1
- identity
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
204 files changed
+458
-918
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments