Commit d3d8950
authored
Fix issue 55 (#58)
* feat: add log models for pipeline logs
* feat: add PipelineLogList import to handle
* feat: add get_logs method to PipelineHandle
* feat: add PipelineLogList import to resource
* feat: add get_logs method to PipelineResource
* feat: add PipelineLogList import to protocols
* feat: add get_logs method to PipelineResourceProtocol
* feat: add comprehensive unit tests for pipeline logs functionality
* feat: add default implementation for pipelines method in BaseFakeClient
* feat: add integration tests for pipeline logs functionality
* feat: export log models in pipeline package init
* refactor: remove PipelineHandle class in favor of simpler approach
* refactor: remove PipelineHandle import after deleting handle
* refactor: change list method to return DeepsetPipeline instead of handles
* refactor: change get method to return DeepsetPipeline instead of handle
* refactor: remove PipelineHandle import and add DeepsetPipeline import
* refactor: update protocol signatures to return DeepsetPipeline instead of handles
* refactor: remove handle tests since we're removing the handle class
* refactor: remove PipelineHandle import from logs tests
* feat: create clean pipeline logs tests without handle references
* refactor: remove old logs test file with handle references
* feat: recreate pipeline logs tests without handle references
* refactor: remove duplicate test file
* refactor: update integration tests to use resource directly instead of handle
* refactor: update integration test to use resource directly for error logs
* refactor: remove PipelineHandle import from resource tests
* refactor: update list test to expect DeepsetPipeline instead of handle
* refactor: update get test to expect DeepsetPipeline instead of handle
* refactor: update get without yaml test to expect DeepsetPipeline instead of handle
* refactor: update special characters test to expect DeepsetPipeline instead of handle
* refactor: remove PipelineHandle from pipeline package __init__.py
* fix: tests1 parent 4a78974 commit d3d8950
0 file changed
0 commit comments