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

[full-ci] add optional services and fix config slice parser #6071

Merged
merged 2 commits into from
Apr 18, 2023

Conversation

micbar
Copy link
Contributor

@micbar micbar commented Apr 18, 2023

Description

Enhancement: Add optional services to the runtime

Make it possible to start optional services in the ocis runtime. Instead of using OCIS_RUN_SERVICES to define all services we can now use OCIS_ADD_RUN_SERVICES to add a comma separated list of additional services which are not started in the single process by default.

Fix

Our envdecoder was parsing string slices differently than documented. It was using ; as a separator.

@wkloucek @mmattel FYI

Motivation and Context

Make the usage of the single process runtime easier

How Has This Been Tested?

  • manualle

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Copy link
Collaborator

@kobergj kobergj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 LGTM

Signed-off-by: jkoberg <jkoberg@owncloud.com>
@sonarcloud
Copy link

sonarcloud bot commented Apr 18, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

10.0% 10.0% Coverage
0.0% 0.0% Duplication

@micbar micbar merged commit a470d38 into master Apr 18, 2023
@delete-merged-branch delete-merged-branch bot deleted the fix-run-services branch April 18, 2023 11:47
ownclouders pushed a commit that referenced this pull request Apr 18, 2023
[full-ci] add optional services and fix config slice parser
@micbar micbar mentioned this pull request May 3, 2023
89 tasks
@ScharfViktor ScharfViktor mentioned this pull request May 4, 2023
86 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants