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

Make it easier to run the database #15

Merged
merged 10 commits into from
Jan 16, 2025

Conversation

samdoran
Copy link
Contributor

Pull a pre-built database container.
Add variables for database image and port for easy overrides.
Detect container runtime with different precedence based on OS.

Pull a pre-built database container.
Add variables for database image and port for easy overrides.
Detect container runtime with different precedence based on OS.
@codecov-commenter
Copy link

codecov-commenter commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.82%. Comparing base (4d551b0) to head (03dbb49).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #15   +/-   ##
========================================
  Coverage    80.82%   80.82%           
========================================
  Files            9        9           
  Lines           73       73           
========================================
  Hits            59       59           
  Misses          14       14           
Flag Coverage Δ
unittests 80.82% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samdoran samdoran force-pushed the run-db-task branch 2 times, most recently from 03f12ec to 38f1cd3 Compare January 15, 2025 22:59
@samdoran samdoran force-pushed the run-db-task branch 14 times, most recently from 90b0b17 to 91998cb Compare January 16, 2025 03:27
Make defaults to /bin/sh, which is dash on Ubuntu and causes problems with
using type.
This will be redundant in normal operations but will show helpful errors
if something odd happens.
@samdoran samdoran merged commit 0ff7831 into RedHatInsights:develop Jan 16, 2025
4 checks passed
@samdoran samdoran deleted the run-db-task branch January 17, 2025 16:10
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.

2 participants