Skip to content

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 <charles.davernas@neuroglia.io>
@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 and others added 4 commits October 21, 2024 13:35
… `alpha4`

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
…loud event stream info

Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
@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.

3 participants