Skip to content
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

Added a new CustomFunction namespaced resource #430

Merged
merged 5 commits into from
Oct 21, 2024

Conversation

cdavernas
Copy link
Member

@cdavernas cdavernas commented Oct 21, 2024

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:

  • Adds a new CustomFunction namespaced resource
  • Adds a new API controller used to manage CustomFunctions
  • Fixes the CloudEventPublisher to resiliently attempt to connect to the cloud event stream if and when it has not yet been created
  • Renames the WorkflowDatabaseInitializer into DatabaseProvisioner
  • Adds the ability to provision namespaces and custom functions
  • Fixes the DatabaseInitializer to tolerate conflict-related faults
  • Implements a configuration-based ability to ignore the validation of SSL certificates
  • Adds a new view to list existing custom functions

feat(Api): Added a new API controller used to manage CustomFunctions
fix(Api): Fixed the CloudEventPublisher to resiliently attempt to connect to the event stream if and when it has not yet been created
fix(Api): Renamed the WorkflowDatabaseInitializer into DatabaseProvisioner
feat(Api): Added the ability to provision namespaces and custom functions
fix(Infrastructure): Fixed the DatabaseInitializer to tolerate conflict-related faults
fix(Runner): Implemented a configuration-based ability to ignore the validation of SSL certificates
feat(Dashboard): Added a new view to list existing custom functions

Signed-off-by: Charles d'Avernas <[email protected]>
@cdavernas cdavernas added type: enhancement New feature or request app: api Concerns the API app: dashboard Concerns the Dashboard UI priority: medium Indicates an average priority issue weight: 4 An issue with a high development impact app: runner Concerns the Runner labels Oct 21, 2024
@cdavernas cdavernas added this to the v1.0.0 milestone Oct 21, 2024
@cdavernas cdavernas merged commit 5cf98c0 into main Oct 21, 2024
3 checks passed
@cdavernas cdavernas deleted the feat-local-function-catalog branch October 21, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app: api Concerns the API app: dashboard Concerns the Dashboard UI app: runner Concerns the Runner priority: medium Indicates an average priority issue type: enhancement New feature or request weight: 4 An issue with a high development impact
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants