Skip to content

adding dll scanning and loading #717

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 2 commits into from
Mar 24, 2023

Conversation

neildsouth
Copy link
Collaborator

@neildsouth neildsouth commented Mar 22, 2023

Description

Adding ability for TaskManager plug-in to have controller endpoints

#Fixs
#718

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • All tests passed locally.
  • Documentation comments included/updated.
  • User guide updated.
  • I have updated the changelog

urlBuilder.Append(CultureInfo.InvariantCulture, $"{FormattedBaseUrl}/api/v1/workflow-templates/{argoNamespace}");

var Method = "POST";
var content = new StringContent(Newtonsoft.Json.JsonConvert.SerializeObject(body));

Check warning

Code scanning / CodeQL

Cross-site scripting

[User-provided value](1) flows to here and is written to HTML or JavaScript.
Signed-off-by: Neil South <neil.south@answerdigital.com>
@neildsouth neildsouth force-pushed the AC1709-nds-add-plugin-controllers branch from 77fd454 to 7853eb7 Compare March 23, 2023 16:47
Signed-off-by: Neil South <neil.south@answerdigital.com>
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 3 Security Hotspots
Code Smell A 12 Code Smells

28.2% 28.2% Coverage
0.6% 0.6% Duplication

@neildsouth neildsouth merged commit 0df8db8 into develop Mar 24, 2023
@neildsouth neildsouth deleted the AC1709-nds-add-plugin-controllers branch March 24, 2023 10:33
@neildsouth neildsouth added this to the 0.1.4 milestone Mar 24, 2023
@neildsouth neildsouth added the enhancement New feature or request label Mar 24, 2023
@github-actions
Copy link

🎉 This issue has been resolved in version 0.1.4 🎉

The release is available on:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants