Skip to content

Commit

Permalink
Merge pull request #1 from SkylineCommunications/dev/e2ePerformance
Browse files Browse the repository at this point in the history
Dev/e2e performance
  • Loading branch information
fsmeneses authored Jan 14, 2025
2 parents 67a88ae + 4344042 commit 63bd735
Show file tree
Hide file tree
Showing 14 changed files with 809 additions and 699 deletions.
71 changes: 71 additions & 0 deletions .githubtocatalog/auto-generated-catalog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# [Required]
# Possible values for the Catalog item that can be deployed on a DataMiner System:
# - automationscript: If the Catalog item is a general-purpose DataMiner Automation script.
# - lifecycleserviceorchestration: If the Catalog item is a DataMiner Automation script designed to manage the life cycle of a service.
# - profileloadscript: If the Catalog item is a DataMiner Automation script designed to load a standard DataMiner profile.
# - userdefinedapi: If the Catalog item is a DataMiner Automation script designed as a user-defined API.
# - adhocdatasource: If the Catalog item is a DataMiner Automation script designed for an ad hoc data source integration.
# - chatopsextension: If the Catalog item is a DataMiner Automation script designed as a ChatOps extension.
# - connector: If the Catalog item is a DataMiner XML connector.
# - slamodel: If the Catalog item is a DataMiner XML connector designed as DataMiner Service Level Agreement model.
# - enhancedservicemodel: If the Catalog item is a DataMiner XML connector designed as DataMiner enhanced service model.
# - visio: If the Catalog item is a Microsoft Visio design.
# - solution: If the Catalog item is a DataMiner Solution.
# - testingsolution: If the Catalog item is a DataMiner Solution designed for automated testing and validation.
# - samplesolution: If the Catalog item is a DataMiner Solution used for training and education.
# - standardsolution: If the Catalog item is a DataMiner Solution that is an out-of-the-box solution for a specific use case or application.
# - dashboard: If the Catalog item is a DataMiner dashboard.
# - lowcodeapp: If the Catalog item is a DataMiner low-code app.
# - datatransformer: If the Catalog item is a Data Transformer.
# - dataquery: If the Catalog item is a GQI data query.
# - functiondefinition: If the Catalog item is a DataMiner function definition.
# - scriptedconnector: If the Catalog item is a DataMiner scripted connector.
# - bestpracticesanalyzer: If the Catalog item is a DataMiner Best Practices Analysis file.
type: automationscript
# [Required]
# The ID of the Catalog item.
# All registered versions for the same ID are shown together in the Catalog.
# This ID can not be changed.
# If the ID is not filled in, the registration will fail with HTTP status code 500.
# If the ID is filled in but does not exist yet, a new Catalog item will be registered with this ID.
# If the ID is filled in but does exist, properties of the item will be overwritten.
# Must be a valid GUID.
id: a36298ac-d946-493e-8007-1992f8560982
# [Required]
# The human-friendly name of the Catalog item.
# Can be changed at any time.
# Max length: 100 characters.
# Cannot contain newlines.
# Cannot contain leading or trailing whitespace characters.
title: TXCore
# [Optional]
# General information about the Catalog item.
# Max length: 100,000 characters
# Currently not shown in the Catalog UI but will be supported in the near future.
short_description: This repository contains the necessary automation scripts for the deployment of the TXCore DataMiner Low-Code Application.
# [Optional]
# A valid URL that points to the source code.
# A valid URL
# Max length: 2048 characters
source_code_url: https://github.com/SkylineCommunications/SLC-AS-TXCore
# [Optional]
# A valid URL that points to documentation.
# A valid URL
# Max length: 2048 characters
# Currently not shown in the Catalog UI but will be supported in the near future.
documentation_url:
# [Optional]
# People who are responsible for this Catalog item. Might be developers, but this is not required.
# Format: 'name <email> (url)'
# The name is required; max 256 characters.
# The email and url are optional, and should be in valid email/URL formats.
owners: []
# [Optional]
# Tags that allow you to categorize your Catalog items.
# Max number of tags: 5
# Max length: 50 characters.
# Cannot contain newlines.
# Cannot contain leading or trailing whitespace characters.
tags:
- dataminer-automation-script
- dataminer-gqi-data-source
4 changes: 1 addition & 3 deletions MWCore-AdHoc-E2E-Streams.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<DMSScript options="272" xmlns="http://www.skyline.be/automation">
<Name>MWCore_AdHoc-E2E-Streams</Name>
<Description></Description>
<Description>MWCore_AdHoc-E2E-Streams</Description>
<Type>Automation</Type>
<Author>SKYLINE2\FlavioME</Author>
<CheckSets>FALSE</CheckSets>
Expand All @@ -21,8 +21,6 @@
<Value><![CDATA[[Project:MWCore-AdHoc-E2E-Streams_1]]]></Value>
<Param type="preCompile">true</Param>
<Param type="libraryName">MWCoreAdHocE2EStreams</Param>
<!--<Param type="debug">true</Param>-->
<Message></Message>
</Exe>
</Script>
</DMSScript>
Loading

0 comments on commit 63bd735

Please sign in to comment.