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

👻 Add hack/setup-operator.sh scripts and more dev doc #1818

Merged
merged 7 commits into from
Jun 20, 2024

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Apr 4, 2024

Add a helpful script to setup the operator and create a Tackle instance. Update README.md files to match. Added some useful commands to hack/README.md.

The script is based on the operator's scripts of similar names, but modified to install the dev version without building anything locally first.

For reference, here is the OLM install script: https://github.com/operator-framework/operator-lifecycle-manager/blob/master/scripts/install.sh

@sjd78 sjd78 changed the title 👻 Add hack/setup-*.sh scripts for convince 👻 Add hack/setup-*.sh scripts for convenience Apr 4, 2024
Copy link

codecov bot commented May 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.05%. Comparing base (b654645) to head (7cd8220).
Report is 173 commits behind head on main.

Current head 7cd8220 differs from pull request most recent head 298f43d

Please upload reports for the commit 298f43d to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1818      +/-   ##
==========================================
+ Coverage   39.20%   42.05%   +2.85%     
==========================================
  Files         146      166      +20     
  Lines        4857     5340     +483     
  Branches     1164     1338     +174     
==========================================
+ Hits         1904     2246     +342     
- Misses       2939     2974      +35     
- Partials       14      120     +106     
Flag Coverage Δ
client 42.05% <ø> (+2.85%) ⬆️
server ?

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.

@sjd78 sjd78 force-pushed the hack-setup-scripts branch 3 times, most recently from 5bb7307 to 0bd9b5b Compare June 15, 2024 17:38
@sjd78 sjd78 changed the title 👻 Add hack/setup-*.sh scripts for convenience 👻 Add hack/setup-operator.sh scripts for convenience Jun 15, 2024
@sjd78 sjd78 marked this pull request as ready for review June 15, 2024 17:41
@sjd78 sjd78 changed the title 👻 Add hack/setup-operator.sh scripts for convenience 👻 Add hack/setup-operator.sh scripts and more dev doc Jun 15, 2024
Copy link
Collaborator

@rszwajko rszwajko left a comment

Choose a reason for hiding this comment

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

Thanks for sharing!

Helpful scripts to:
  1. Setup a minikube instance with plugins and OLM
  2. Setup the operator and create a Tackle instance

Both scripts are based on the operator's hack scripts of
similar names but modified to install the dev version without
building anything locally first.

Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
Signed-off-by: Scott J Dickerson <[email protected]>
@sjd78 sjd78 merged commit 4a4102f into konveyor:main Jun 20, 2024
9 checks passed
@sjd78 sjd78 deleted the hack-setup-scripts branch June 20, 2024 23:06
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