swapnil-signoz
|
97885babe8
|
feat: adding cloud integration implementation details for Azure (#11058)
* refactor: moving types to cloud provider specific namespace/pkg
* refactor: separating cloud provider types
* refactor: using upper case key for AWS
* feat: adding cloud integration azure types
* feat: adding azure services
* refactor: updating omitempty tags
* refactor: updating azure integration config
* feat: completing azure types
* refactor: lint issues
* feat: adding service definitions for azure
* refactor: update service names for Azure Blob Storage telemetry
* refactor: updating definitions with metrics and strategy
* refactor: updating command key
* fix: handle optional connection URL in AWS integration
* feat: wip
* refactor: updating strategy struct
* refactor: updating telemetry strategy
* refactor: updating connection artifact struct
* refactor: updating blob storage service name
* refactor: updating azure blob storage service name
* refactor: update Azure service identifiers
* refactor: updating service defs
* fix: update integration account ID and add agent version to Azure CLI and PowerShell commands
* refactor: updating deny settings mode
* refactor: updating types
* refactor: adding missing case for azure service update
* feat: implement Azure connection commands and add unit tests
* refactor: using template for Azure connection artifact creation and update tests
|
2026-04-27 11:23:52 +00:00 |
|
swapnil-signoz
|
a9b458f1f6
|
refactor: moving types to cloud provider specific namespace/pkg (#10976)
* refactor: moving types to cloud provider specific namespace/pkg
* refactor: separating cloud provider types
* refactor: using upper case key for AWS
|
2026-04-20 10:42:13 +00:00 |
|
swapnil-signoz
|
dce496d099
|
refactor: cloud integration modules implementation (#10718)
* feat: adding cloud integration type for refactor
* refactor: store interfaces to use local types and error
* feat: adding sql store implementation
* refactor: removing interface check
* feat: adding updated types for cloud integration
* refactor: using struct for map
* refactor: update cloud integration types and module interface
* fix: correct GetService signature and remove shadowed Data field
* feat: implement cloud integration store
* refactor: adding comments and removed wrong code
* refactor: streamlining types
* refactor: add comments for backward compatibility in PostableAgentCheckInRequest
* refactor: update Dashboard struct comments and remove unused fields
* refactor: split upsert store method
* feat: adding integration test
* refactor: clean up types
* refactor: renaming service type to service id
* refactor: using serviceID type
* feat: adding method for service id creation
* refactor: updating store methods
* refactor: clean up
* refactor: clean up
* refactor: review comments
* refactor: clean up
* feat: adding handlers
* fix: lint and ci issues
* fix: lint issues
* fix: update error code for service not found
* feat: adding handler skeleton
* chore: removing todo comment
* feat: adding frontend openapi schema
* feat: adding module implementation for create account
* fix: returning valid error instead of panic
* fix: module test
* refactor: simplify ingestion key retrieval logic
* feat: adding module implementation for AWS
* refactor: ci lint changes
* refactor: python formatting change
* fix: new storable account func was unsetting provider account id
* refactor: python lint changes
* refactor: adding validation on update account request
* refactor: reverting older tests and adding new tests
* chore: lint changes
* feat: using service account for API key
* refactor: renaming tests and cleanup
* refactor: removing dashboard overview images
* feat: adding service definition store
* chore: adding TODO comments
* feat: adding API for getting connection credentials
* feat: adding openapi spec for the endpoint
* feat: adding tests for credential API
* feat: adding cloud integration config
* refactor: updating test with new env variable for config
* refactor: moving few cloud provider interface methods to types
* refactor: review comments resolution
* refactor: lint changes
* refactor: code clean up
* refactor: removing email domain function
* refactor: review comments and clean up
* refactor: lint fixes
* refactor: review changes
- Added get connected account module method
- Fixed integration tests
- Removed cloud integration store as callback function's param
* refactor: changing wrong dashboard id for EKS definition
|
2026-04-13 15:16:26 +00:00 |
|