Skip to content

Commit

Permalink
Control-M Integrations Factory up to December 2024 (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: shacharl <shachar_lancer@bmc.il>
  • Loading branch information
slancer50 and shacharl authored Dec 22, 2024
1 parent 27ff621 commit 753c744
Show file tree
Hide file tree
Showing 6 changed files with 378 additions and 361 deletions.
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.4.4",
version="2.4.5",
description="Python Workflows for Control-M",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
319 changes: 160 additions & 159 deletions src/aapi/integration_factory/connection_profiles.py

Large diffs are not rendered by default.

412 changes: 214 additions & 198 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.4.4'
__version__ = '2.4.5'
__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 = ['ZFN032022', 'ANS032024', 'OVM012024', 'ASM0220223', 'TAB072023', 'ADY122023', 'ABY122023', 'ODF0420241', 'NFI042024', 'AQS012023', 'SFI122022', 'KBN062023', 'ADO112023', 'ABA092022', 'AMM082023', 'GCC052024', 'AEC082022', 'ASF012023', 'TDM052022', 'BOO032022', 'ICS032022', 'GBQ102022', 'ZSY062022', 'MFW022023', 'GFU012023', 'AAR072022', 'RST062023', 'ALM012024', 'ASQ032024', 'TER102023', 'ZBA042022', 'ZRM082023', 'AHD062022', 'GVM062022', 'CMR022024', 'COM032023', 'GBA032023', 'DBX032022', 'SOP072023', 'SNF092022', 'ADB112022', 'ACF082023', 'ZVM062022', 'GDM082023', 'TDO042024', 'GDU102023', 'JEN022024', 'GLU062021', 'AAT052023', 'UIP072021', 'ATR122022', 'ZML022023', 'ZLA112022', 'GDR052023', 'QLC092022', 'BAK092023', 'ACS042023', 'ABK042023', 'ODI032024', 'MBI042022', 'ADF062021', 'DBT042023', 'ODS052024', 'ADP122022', 'MFL022023', 'ZDX112021', 'GDP042022', 'GDQ112023', 'GWF092023', 'AEM072022', 'GDF032022']
IF_PLUGINS = ['TAB072023', 'AAR072022', 'GBA032023', 'DBX032022', 'TDM052022', 'ZBA042022', 'ASQ032024', 'ABK042023', 'QLC092022', 'ASF012023', 'ODI032024', 'MFW022023', 'JEN022024', 'AEM072022', 'RST062023', 'MFL022023', 'COM032023', 'AMM082023', 'AQS012023', 'ALM012024', 'UIP072021', 'ZFN032022', 'AHD062022', 'GVM062022', 'OVM012024', 'GWF092023', 'ACS042023', 'ZVM062022', 'ANS032024', 'MBI042022', 'ODF0420241', 'GDU102023', 'ODS052024', 'GCC052024', 'ZRM082023', 'ZML022023', 'ZLA112022', 'GDF032022', 'ASM0220223', 'NFI042024', 'ABY122023', 'ICS032022', 'CMR022024', 'ADB112022', 'TDO042024', 'ZDX112021', 'GBQ102022', 'ADP122022', 'GDR052023', 'GLU062021', 'ZSY062022', 'DBT042023', 'AEC082022', 'TER102023', 'SNF092022', 'ACF082023', 'AAT052023', 'ATR122022', 'KBN062023', 'GDP042022', 'SFI122022', 'ADY122023', 'GDM082023', 'BAK092023', 'BOO032022', 'SOP072023', 'ADF062021', 'GFU012023', 'ADO112023', 'ABA092022', 'GDQ112023']


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.4.4'
assert ctm_python_client.__version__ == '2.4.5'


0 comments on commit 753c744

Please sign in to comment.