Skip to content

WBL-328577 Control-M Integrations Factory up to July 2025 #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
name="ctm-python-client",
packages=find_packages(where="src"),
package_dir={"": "src"},
version="2.5.2",
version="2.5.3",
description="Python Workflows for Control-M",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
623 changes: 332 additions & 291 deletions src/aapi/integration_factory/connection_profiles.py

Large diffs are not rendered by default.

805 changes: 426 additions & 379 deletions src/aapi/integration_factory/jobs.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/ctm_python_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '2.5.2'
__version__ = '2.5.3'
__author__ = 'BMC Software'
2 changes: 1 addition & 1 deletion src/ctm_python_client/ext/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__all__ = ['generate_ai_plugins_classes']

IF_PLUGINS = ['GDF032022', 'MBI042022', 'BAK092023', 'ODF0420241', 'ADY122023', 'MFL022023', 'GBQ102022', 'NBU032025', 'AWX122024', 'TDM052022', 'GDM082023', 'GWF092023', 'ACF082023', 'VBR062025', 'AAR072022', 'AMM082023', 'UIP072021', 'KBN062023', 'ZBA042022', 'ADB112022', 'ASB012025', 'ADP122022', 'ZFN032022', 'BEC032025', 'AEM072022', 'GCR042024', 'DTG022025', 'ICS032022', 'GDQ112023', 'ACS042023', 'GDU102023', 'AAP092024', 'NFI042024', 'GBA032023', 'VNB032025', 'SFI122022', 'CCI012025', 'ABY122023', 'DBT042023', 'SOP072023', 'ZVM062022', 'DSL122024', 'AAT052023', 'ADF062021', 'QLC092022', 'ADS102024', 'GCC052024', 'DBX032022', 'ADM062025', 'GFU012023', 'RMQ082024', 'ADO112023', 'OVM012024', 'ZWB072025', 'DSW122024', 'GDP042022', 'ABA092022', 'ANS032024', 'AHD062022', 'TAB072023', 'ZML022023', 'ZSY062022', 'ODS052024', 'ZRM082023', 'GVM062022', 'JEN022024', 'AST072024', 'PBI082024', 'ATR122022', 'ARS112024', 'ABK042023', 'MFW022023', 'TDO042024', 'PDY092024', 'VMW102024', 'ZDX112021', 'GDR052023', 'DTG052025', 'AMW112024', 'SBT032025', 'COM032023', 'GLU062021', 'ASQ032024', 'CMR022024', 'RST062023', 'TER102023', 'ALM012024', 'BOO032022', 'AAF112024', 'FVT032025', 'AEC082022', 'SNF092022', 'ZLA112022', 'AQS012023', 'ODI032024', 'ASM0220223', 'ASF012023', 'APP022025']
IF_PLUGINS = ['AAR072022', 'KBN062023', 'GCR042024', 'ABY122023', 'ABA092022', 'GCC052024', 'PDY092024', 'CMR022024', 'DBX032022', 'GBQ102022', 'RBK072025', 'AHD062022', 'SOP072023', 'GDM082023', 'ZFN032022', 'DTG052025', 'ATR122022', 'CCI012025', 'GDF032022', 'ADO112023', 'DBT042023', 'RST062023', 'ODI032024', 'TER102023', 'GDP042022', 'ZRM082023', 'AAT052023', 'PBI082024', 'MFL022023', 'GWF092023', 'AEM072022', 'ODF0420241', 'ADF062021', 'ASB012025', 'ODS052024', 'VNB032025', 'ASQ032024', 'ZDX112021', 'ASM0220223', 'GFU012023', 'QLC092022', 'ADB112022', 'TAB072023', 'DSW122024', 'GDQ112023', 'COM032023', 'AQS012023', 'AAP092024', 'SNF092022', 'MFW022023', 'NBU032025', 'AWX122024', 'BAK092023', 'NFI042024', 'AAF112024', 'ZWB072025', 'VBR062025', 'GBA032023', 'RMQ082024', 'DTG022025', 'ZSY062022', 'ANS032024', 'GLU062021', 'UIP072021', 'ARS112024', 'FVT032025', 'GDU102023', 'ADS102024', 'TDO042024', 'MBI042022', 'JEN022024', 'APP022025', 'ASF012023', 'SFI122022', 'BOO032022', 'GDR052023', 'ACF082023', 'ICS032022', 'TDM052022', 'ZLA112022', 'VMW102024', 'DSL122024', 'SBT032025', 'ADM062025', 'ZML022023', 'GVM062022', 'ZVM062022', 'ABK042023', 'ACS042023', 'ADY122023', 'ZBA042022', 'ADP122022', 'OVM012024', 'AMW112024', 'AST072024', 'ALM012024', 'BEC032025', 'AEC082022', 'AMM082023']


imports_str = '''from aapi import *
Expand Down
2 changes: 1 addition & 1 deletion tests/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ def test_version_author():
import ctm_python_client

assert ctm_python_client.__author__ == 'BMC Software'
assert ctm_python_client.__version__ == '2.5.2'
assert ctm_python_client.__version__ == '2.5.3'