Skip to content
Snippets Groups Projects
Commit c81bf8e5 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

catchup with main

parent ebf74d55
No related branches found
No related tags found
2 merge requests!1605Merge 2.8.2.3 work to main,!1571catch 2.8.2.3 up with main
......@@ -24,7 +24,11 @@
changes:
- apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
# Uncomment for pipeline testing only
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
# - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
# variables:
# DEPLOY_ENV: "dev"
# changes:
# - apps/cli/executables/pexable/${PACKAGE_NAME}/**/*
- if: '$CI_COMMIT_TAG =~ /^end-of-sprint-[0-9]+/'
variables:
# override DEPLOY_ENV
......
......@@ -19,4 +19,4 @@
SSA Messaging is an AMQP-based asynchronous messaging system based on passing simple Python objects as JSON.
"""
__version__ = "2.8.2.2"
__version__ = "2.8.2.3rc1"
......@@ -33,14 +33,12 @@ from typing import Dict, List, Union
import requests
import transaction
from messaging.messenger import MessageSender
from messaging.router import Router, on_message
from pycapo import CapoConfig
from requests import Response
from workspaces.system.schema import AbstractFile
from workspaces.workflow.services.remote_processing_service import CapoInjector
from workspaces.workflow.enum import WorkflowRequestState
from workspaces.workflow.message_architect import (
ArchiveMessageArchitect,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment