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

Commits on Oct 21, 2024

  1. feat(Core): Added a new CustomFunction namespaced resource

    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 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3a2ed5a View commit details
    Browse the repository at this point in the history
  2. fix(Solution): Changed the version suffix of all solution projects to…

    … `alpha4`
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    e8d3f70 View commit details
    Browse the repository at this point in the history
  3. fix(Api): Fixed the CloudEventPublisher to not retry retrieving the c…

    …loud event stream info
    
    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1eda1a4 View commit details
    Browse the repository at this point in the history
  4. feat(Dashboard): enabled custom functions and service accounts edition

    Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
    JBBianchi committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    25693f3 View commit details
    Browse the repository at this point in the history
  5. fix(Dashboard): Fixed typos

    Signed-off-by: Charles d'Avernas <[email protected]>
    cdavernas committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7d27f01 View commit details
    Browse the repository at this point in the history