pipebridge 0.2.2__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pipebridge-0.2.2 → pipebridge-0.2.4}/CHANGELOG.md +9 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/PKG-INFO +12 -6
- {pipebridge-0.2.2 → pipebridge-0.2.4}/README.md +10 -4
- {pipebridge-0.2.2 → pipebridge-0.2.4}/pyproject.toml +1 -1
- pipebridge-0.2.4/scripts/validate_release_metadata.py +134 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge.egg-info/PKG-INFO +12 -6
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge.egg-info/SOURCES.txt +1 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/.gitignore +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/LICENSE +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/MANIFEST.in +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/PYPI_README.md +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/assets/branding/pipebridge-logo.svg +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/assets/branding/pipebridge-mark.svg +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/Makefile +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/_static/custom.css +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/api.rst +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/conf.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/development.rst +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/index.rst +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/make.bat +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/quickstart.rst +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/docs/use-cases.rst +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/setup.cfg +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/builders/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/builders/queryBuilder.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/card_validation/cardValidation.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/client/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/client/httpClient.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/client/transportConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldDispatcher.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldHandlerRegistry.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldType.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldValidator.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/assigneeFieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/attachmentFieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/dateFieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/numberFieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/textFieldHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/auth/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/auth/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/config/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/config/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/api.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/base.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/integration.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/parsing.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/request.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/core/utils.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/file/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/file/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/transport/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/transport/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/validation/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/validation/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/validation/field.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/validation/phase.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/workflow/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/exceptions/workflow/errors.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/facade/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/facade/pipefyFacade.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/integrations/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/integrations/file/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/integrations/file/fileIntegration.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/integrations/file/fileUploadResult.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/base.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/card.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/field.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/file/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/file/fileDownloadRequest.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/file/fileUploadRequest.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/label.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/pagination.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/phase.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/phaseField.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/phaseHistory.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/pipe.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/models/user.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/cardService.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/cardServiceContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveRequest.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveResult.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/context/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/context/cardMoveContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/rules/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/rules/validateCardAllowedTransitionRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/rules/validateCardMoveRequestRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/rules/validateCardRequiredFieldsForPhaseRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/steps/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/steps/loadCardForMoveStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/steps/loadDestinationPhaseStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/steps/moveCardToPhaseStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateRequest.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateResult.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/context/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/context/cardUpdateContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/baseCardFieldUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/cardFieldUpdateDispatcher.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/cardFieldUpdateHandlerRegistry.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/assigneeUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/attachmentUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/checklistUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/connectorUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/dateUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/numberUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/optionUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/textUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/handlers/timeUpdateHandler.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/dispatcher/resolvedFieldUpdate.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/regexFieldPatternRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/validateCardFieldFormatRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/validateCardFieldSchemaRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/validateCardPhaseRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/validateCardUpdateRequestRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/applyCardFieldUpdatesStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/loadCardStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/loadPhaseSchemaStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/resolveCardFieldUpdatesStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/mutations/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/mutations/cardMutations.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/queries/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/queries/cardQueries.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/fileService.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/fileServiceContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/baseFileDownloadFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/fileDownloadContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/fileDownloadFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/baseFileUploadFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/config/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/config/uploadConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/context/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/context/uploadPipelineContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/fileUploadFlow.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/rules/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/rules/validateCardPhaseRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/rules/validateFieldRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/rules/validateFileBytesRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/attachStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/createPresignedUrlStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/mergeAttachmentsStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/uploadStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/phase/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/phase/phaseService.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/phase/queries/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/phase/queries/phaseQueries.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/cache/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/cache/pipeSchemaCache.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/pipeService.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/queries/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/pipe/queries/pipeQueries.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/utils/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/utils/fieldUtils.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/config/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/config/circuitBreakerConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/config/retryConfig.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/context/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/context/executionContext.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/engine/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/engine/executionEngine.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/backoffStrategy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/baseExecutionPolicy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/circuitBreakerPolicy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/jitterStrategy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/noOpExecutionPolicy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/policyChain.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/policyResolver.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/profilePolicyResolver.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/retryPolicy.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/staticPolicyResolver.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/resilience/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/resilience/circuitBreaker.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/rules/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/rules/baseRule.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/rules/ruleEngine.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/steps/__init__.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/steps/baseStep.py +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge.egg-info/dependency_links.txt +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge.egg-info/requires.txt +0 -0
- {pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge.egg-info/top_level.txt +0 -0
|
@@ -14,6 +14,15 @@ The format follows this convention:
|
|
|
14
14
|
|
|
15
15
|
- No pending entries.
|
|
16
16
|
|
|
17
|
+
## [0.2.4] - 2026-04-10
|
|
18
|
+
|
|
19
|
+
- `build:` relaxed the package metadata to support Python `>=3.12`
|
|
20
|
+
- `docs:` clarified that the project is developed and validated on Python `3.14`, while package metadata allows installation on Python `3.12+`
|
|
21
|
+
|
|
22
|
+
## [0.2.3] - 2026-04-10
|
|
23
|
+
|
|
24
|
+
- `docs:` updated the published README badge and release highlight so the PyPI page for `0.2.3` points to tag `v0.2.3`
|
|
25
|
+
|
|
17
26
|
## [0.2.2] - 2026-04-10
|
|
18
27
|
|
|
19
28
|
- `docs:` updated the README release badge and release highlight to point to `v0.2.1` before republishing on PyPI
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipebridge
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Semantic integration layer for building scalable and reliable Pipefy automations.
|
|
5
5
|
Author-email: Rafael Mota Cavalcante <rafaelcavalcante7@msn.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/rmcavalcante7/pipebridge
|
|
7
7
|
Project-URL: Repository, https://github.com/rmcavalcante7/pipebridge
|
|
8
8
|
Project-URL: Issues, https://github.com/rmcavalcante7/pipebridge/issues
|
|
9
|
-
Requires-Python:
|
|
9
|
+
Requires-Python: >=3.12
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: infra-core-sdk
|
|
@@ -30,8 +30,8 @@ Dynamic: license-file
|
|
|
30
30
|
</p>
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
33
|
-
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.
|
|
34
|
-
<img src="https://img.shields.io/badge/tag-v0.2.
|
|
33
|
+
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.4">
|
|
34
|
+
<img src="https://img.shields.io/badge/tag-v0.2.4-2563EB" alt="Tag v0.2.4" />
|
|
35
35
|
</a>
|
|
36
36
|
<a href="https://github.com/rmcavalcante7/pipebridge/actions/workflows/ci.yml">
|
|
37
37
|
<img src="https://img.shields.io/github/actions/workflow/status/rmcavalcante7/pipebridge/ci.yml?branch=main&label=CI" alt="CI" />
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
<a href="LICENSE">
|
|
43
43
|
<img src="https://img.shields.io/badge/license-MIT-1F2937" alt="License" />
|
|
44
44
|
</a>
|
|
45
|
-
<img src="https://img.shields.io/badge/python-3.
|
|
45
|
+
<img src="https://img.shields.io/badge/python-3.12%2B-3776AB" alt="Python 3.12+" />
|
|
46
46
|
</p>
|
|
47
47
|
|
|
48
48
|
# PipeBridge
|
|
@@ -54,11 +54,17 @@ Instead of wiring raw GraphQL queries, manual validation, and brittle payload ha
|
|
|
54
54
|
> PipeBridge is not a thin GraphQL wrapper.
|
|
55
55
|
> It is an integration framework designed for maintainable Pipefy automation.
|
|
56
56
|
|
|
57
|
-
New in `v0.2.
|
|
57
|
+
New in `v0.2.4`:
|
|
58
58
|
|
|
59
59
|
- start form schema coverage in the pipe catalog
|
|
60
60
|
- safe card creation against start form fields
|
|
61
61
|
- transport-level TLS and retry configuration
|
|
62
|
+
- declared support for Python 3.12+
|
|
63
|
+
|
|
64
|
+
Runtime note:
|
|
65
|
+
|
|
66
|
+
- PipeBridge is developed and validated on Python 3.14.
|
|
67
|
+
- Package metadata allows installation on Python 3.12+, but compatibility below 3.14 has not yet been fully validated by this project.
|
|
62
68
|
|
|
63
69
|
Quick links:
|
|
64
70
|
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
6
|
-
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.
|
|
7
|
-
<img src="https://img.shields.io/badge/tag-v0.2.
|
|
6
|
+
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.4">
|
|
7
|
+
<img src="https://img.shields.io/badge/tag-v0.2.4-2563EB" alt="Tag v0.2.4" />
|
|
8
8
|
</a>
|
|
9
9
|
<a href="https://github.com/rmcavalcante7/pipebridge/actions/workflows/ci.yml">
|
|
10
10
|
<img src="https://img.shields.io/github/actions/workflow/status/rmcavalcante7/pipebridge/ci.yml?branch=main&label=CI" alt="CI" />
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
<a href="LICENSE">
|
|
16
16
|
<img src="https://img.shields.io/badge/license-MIT-1F2937" alt="License" />
|
|
17
17
|
</a>
|
|
18
|
-
<img src="https://img.shields.io/badge/python-3.
|
|
18
|
+
<img src="https://img.shields.io/badge/python-3.12%2B-3776AB" alt="Python 3.12+" />
|
|
19
19
|
</p>
|
|
20
20
|
|
|
21
21
|
# PipeBridge
|
|
@@ -27,11 +27,17 @@ Instead of wiring raw GraphQL queries, manual validation, and brittle payload ha
|
|
|
27
27
|
> PipeBridge is not a thin GraphQL wrapper.
|
|
28
28
|
> It is an integration framework designed for maintainable Pipefy automation.
|
|
29
29
|
|
|
30
|
-
New in `v0.2.
|
|
30
|
+
New in `v0.2.4`:
|
|
31
31
|
|
|
32
32
|
- start form schema coverage in the pipe catalog
|
|
33
33
|
- safe card creation against start form fields
|
|
34
34
|
- transport-level TLS and retry configuration
|
|
35
|
+
- declared support for Python 3.12+
|
|
36
|
+
|
|
37
|
+
Runtime note:
|
|
38
|
+
|
|
39
|
+
- PipeBridge is developed and validated on Python 3.14.
|
|
40
|
+
- Package metadata allows installation on Python 3.12+, but compatibility below 3.14 has not yet been fully validated by this project.
|
|
35
41
|
|
|
36
42
|
Quick links:
|
|
37
43
|
|
|
@@ -7,7 +7,7 @@ name = "pipebridge"
|
|
|
7
7
|
dynamic = [ "version",]
|
|
8
8
|
description = "Semantic integration layer for building scalable and reliable Pipefy automations."
|
|
9
9
|
readme = "README.md"
|
|
10
|
-
requires-python = ">=3.
|
|
10
|
+
requires-python = ">=3.12"
|
|
11
11
|
dependencies = [
|
|
12
12
|
"infra-core-sdk",
|
|
13
13
|
"requests>=2.32.0",
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import argparse
|
|
4
|
+
import pathlib
|
|
5
|
+
import re
|
|
6
|
+
import sys
|
|
7
|
+
import tarfile
|
|
8
|
+
import tomllib
|
|
9
|
+
import zipfile
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
def fail(message: str) -> None:
|
|
13
|
+
print(f"[release-validation] {message}", file=sys.stderr)
|
|
14
|
+
raise SystemExit(1)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def load_repository_url(pyproject_path: pathlib.Path) -> str:
|
|
18
|
+
data = tomllib.loads(pyproject_path.read_text(encoding="utf-8"))
|
|
19
|
+
try:
|
|
20
|
+
return data["project"]["urls"]["Repository"].rstrip("/")
|
|
21
|
+
except KeyError as exc:
|
|
22
|
+
fail(f"Unable to read project.urls.Repository from {pyproject_path}: {exc}")
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
def validate_readme(readme_path: pathlib.Path, repository_url: str, tag: str) -> None:
|
|
26
|
+
readme = readme_path.read_text(encoding="utf-8")
|
|
27
|
+
required_fragments = {
|
|
28
|
+
"release link": f"{repository_url}/releases/tag/{tag}",
|
|
29
|
+
"release badge": f"badge/tag-{tag}-",
|
|
30
|
+
"release highlight": f"New in `{tag}`",
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
missing = [
|
|
34
|
+
f"{label}: {fragment}"
|
|
35
|
+
for label, fragment in required_fragments.items()
|
|
36
|
+
if fragment not in readme
|
|
37
|
+
]
|
|
38
|
+
if missing:
|
|
39
|
+
fail(
|
|
40
|
+
"README.md is not aligned with the release tag. Missing fragments: "
|
|
41
|
+
+ "; ".join(missing)
|
|
42
|
+
)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
def extract_wheel_version(wheel_path: pathlib.Path) -> str:
|
|
46
|
+
with zipfile.ZipFile(wheel_path) as wheel:
|
|
47
|
+
metadata_name = next(
|
|
48
|
+
(name for name in wheel.namelist() if name.endswith(".dist-info/METADATA")),
|
|
49
|
+
None,
|
|
50
|
+
)
|
|
51
|
+
if metadata_name is None:
|
|
52
|
+
fail(f"Unable to locate wheel metadata inside {wheel_path.name}")
|
|
53
|
+
metadata = wheel.read(metadata_name).decode("utf-8")
|
|
54
|
+
|
|
55
|
+
match = re.search(r"^Version:\s+(.+)$", metadata, flags=re.MULTILINE)
|
|
56
|
+
if match is None:
|
|
57
|
+
fail(f"Unable to extract Version from wheel metadata in {wheel_path.name}")
|
|
58
|
+
return match.group(1).strip()
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def extract_sdist_version(sdist_path: pathlib.Path) -> str:
|
|
62
|
+
match = re.match(r"^pipebridge-(.+)\.tar\.gz$", sdist_path.name)
|
|
63
|
+
if match is None:
|
|
64
|
+
fail(f"Unexpected sdist filename format: {sdist_path.name}")
|
|
65
|
+
return match.group(1)
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
def validate_dist(dist_dir: pathlib.Path, expected_version: str) -> None:
|
|
69
|
+
wheels = sorted(dist_dir.glob("*.whl"))
|
|
70
|
+
sdists = sorted(dist_dir.glob("*.tar.gz"))
|
|
71
|
+
|
|
72
|
+
if len(wheels) != 1:
|
|
73
|
+
fail(f"Expected exactly one wheel in {dist_dir}, found {len(wheels)}")
|
|
74
|
+
if len(sdists) != 1:
|
|
75
|
+
fail(f"Expected exactly one sdist in {dist_dir}, found {len(sdists)}")
|
|
76
|
+
|
|
77
|
+
wheel_version = extract_wheel_version(wheels[0])
|
|
78
|
+
sdist_version = extract_sdist_version(sdists[0])
|
|
79
|
+
|
|
80
|
+
if wheel_version != expected_version:
|
|
81
|
+
fail(
|
|
82
|
+
f"Wheel version mismatch: expected {expected_version}, found {wheel_version}"
|
|
83
|
+
)
|
|
84
|
+
if sdist_version != expected_version:
|
|
85
|
+
fail(
|
|
86
|
+
f"Sdist version mismatch: expected {expected_version}, found {sdist_version}"
|
|
87
|
+
)
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
def parse_args() -> argparse.Namespace:
|
|
91
|
+
parser = argparse.ArgumentParser(
|
|
92
|
+
description="Validate README release tag consistency and built package version."
|
|
93
|
+
)
|
|
94
|
+
parser.add_argument("--tag", required=True, help="Release tag, e.g. v0.2.3")
|
|
95
|
+
parser.add_argument(
|
|
96
|
+
"--readme",
|
|
97
|
+
default="README.md",
|
|
98
|
+
help="Path to the README published on PyPI.",
|
|
99
|
+
)
|
|
100
|
+
parser.add_argument(
|
|
101
|
+
"--pyproject",
|
|
102
|
+
default="pyproject.toml",
|
|
103
|
+
help="Path to pyproject.toml.",
|
|
104
|
+
)
|
|
105
|
+
parser.add_argument(
|
|
106
|
+
"--dist-dir",
|
|
107
|
+
default=None,
|
|
108
|
+
help="Optional dist directory to validate built artifact versions.",
|
|
109
|
+
)
|
|
110
|
+
return parser.parse_args()
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
def main() -> None:
|
|
114
|
+
args = parse_args()
|
|
115
|
+
if not args.tag.startswith("v"):
|
|
116
|
+
fail(f"Expected a release tag starting with 'v', got {args.tag}")
|
|
117
|
+
|
|
118
|
+
expected_version = args.tag.removeprefix("v")
|
|
119
|
+
readme_path = pathlib.Path(args.readme)
|
|
120
|
+
pyproject_path = pathlib.Path(args.pyproject)
|
|
121
|
+
|
|
122
|
+
repository_url = load_repository_url(pyproject_path)
|
|
123
|
+
validate_readme(readme_path, repository_url, args.tag)
|
|
124
|
+
|
|
125
|
+
if args.dist_dir is not None:
|
|
126
|
+
validate_dist(pathlib.Path(args.dist_dir), expected_version)
|
|
127
|
+
|
|
128
|
+
print(
|
|
129
|
+
f"[release-validation] README and package metadata are aligned with {args.tag}"
|
|
130
|
+
)
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
if __name__ == "__main__":
|
|
134
|
+
main()
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pipebridge
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Semantic integration layer for building scalable and reliable Pipefy automations.
|
|
5
5
|
Author-email: Rafael Mota Cavalcante <rafaelcavalcante7@msn.com>
|
|
6
6
|
Project-URL: Homepage, https://github.com/rmcavalcante7/pipebridge
|
|
7
7
|
Project-URL: Repository, https://github.com/rmcavalcante7/pipebridge
|
|
8
8
|
Project-URL: Issues, https://github.com/rmcavalcante7/pipebridge/issues
|
|
9
|
-
Requires-Python:
|
|
9
|
+
Requires-Python: >=3.12
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE
|
|
12
12
|
Requires-Dist: infra-core-sdk
|
|
@@ -30,8 +30,8 @@ Dynamic: license-file
|
|
|
30
30
|
</p>
|
|
31
31
|
|
|
32
32
|
<p align="center">
|
|
33
|
-
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.
|
|
34
|
-
<img src="https://img.shields.io/badge/tag-v0.2.
|
|
33
|
+
<a href="https://github.com/rmcavalcante7/pipebridge/releases/tag/v0.2.4">
|
|
34
|
+
<img src="https://img.shields.io/badge/tag-v0.2.4-2563EB" alt="Tag v0.2.4" />
|
|
35
35
|
</a>
|
|
36
36
|
<a href="https://github.com/rmcavalcante7/pipebridge/actions/workflows/ci.yml">
|
|
37
37
|
<img src="https://img.shields.io/github/actions/workflow/status/rmcavalcante7/pipebridge/ci.yml?branch=main&label=CI" alt="CI" />
|
|
@@ -42,7 +42,7 @@ Dynamic: license-file
|
|
|
42
42
|
<a href="LICENSE">
|
|
43
43
|
<img src="https://img.shields.io/badge/license-MIT-1F2937" alt="License" />
|
|
44
44
|
</a>
|
|
45
|
-
<img src="https://img.shields.io/badge/python-3.
|
|
45
|
+
<img src="https://img.shields.io/badge/python-3.12%2B-3776AB" alt="Python 3.12+" />
|
|
46
46
|
</p>
|
|
47
47
|
|
|
48
48
|
# PipeBridge
|
|
@@ -54,11 +54,17 @@ Instead of wiring raw GraphQL queries, manual validation, and brittle payload ha
|
|
|
54
54
|
> PipeBridge is not a thin GraphQL wrapper.
|
|
55
55
|
> It is an integration framework designed for maintainable Pipefy automation.
|
|
56
56
|
|
|
57
|
-
New in `v0.2.
|
|
57
|
+
New in `v0.2.4`:
|
|
58
58
|
|
|
59
59
|
- start form schema coverage in the pipe catalog
|
|
60
60
|
- safe card creation against start form fields
|
|
61
61
|
- transport-level TLS and retry configuration
|
|
62
|
+
- declared support for Python 3.12+
|
|
63
|
+
|
|
64
|
+
Runtime note:
|
|
65
|
+
|
|
66
|
+
- PipeBridge is developed and validated on Python 3.14.
|
|
67
|
+
- Package metadata allows installation on Python 3.12+, but compatibility below 3.14 has not yet been fully validated by this project.
|
|
62
68
|
|
|
63
69
|
Quick links:
|
|
64
70
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/fieldHandlerRegistry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/dateFieldHandler.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/numberFieldHandler.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/dispatcher/field/handlers/textFieldHandler.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveConfig.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveFlow.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveRequest.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/cardMoveResult.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/rules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/move/steps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateConfig.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateFlow.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateRequest.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/cardUpdateResult.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/rules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/flows/update/steps/loadCardStep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/card/mutations/cardMutations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/download/fileDownloadFlow.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/baseFileUploadFlow.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/config/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/context/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/fileUploadFlow.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/rules/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/__init__.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/attachStep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/service/file/flows/upload/steps/uploadStep.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/config/circuitBreakerConfig.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/baseExecutionPolicy.py
RENAMED
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/circuitBreakerPolicy.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/noOpExecutionPolicy.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/profilePolicyResolver.py
RENAMED
|
File without changes
|
|
File without changes
|
{pipebridge-0.2.2 → pipebridge-0.2.4}/src/pipebridge/workflow/policies/staticPolicyResolver.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|