-
Notifications
You must be signed in to change notification settings - Fork 226
refactor!: Remove parent repo libraries #3
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
refactor!: Remove parent repo libraries #3
Conversation
Removes any gems and references that belong to the `opentelemetry/opentelemetry-ruby` repository. Fixes open-telemetry#1
5f5a11e to
87115fd
Compare
|
@robertlaurin Pushed up some fixes to deal with CI errors and updated the paths |
plantfansam
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A masterpiece! I think this is good to merge. We'll inevitably discover stuff as we try to release new versions, but I think that's very OK.
| @@ -1,51 +0,0 @@ | |||
| # CHANGELOG | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋
| Released instrumentations can be found at the [OpenTelemetry registry](https://opentelemetry.io/registry/?language=ruby&component=instrumentation#). You can also look in this project's Github repository: Individual instrumentation libraries can be found in subdirectories under `/instrumentation`. | ||
|
|
||
| In-progress instrumentations can be found [here](https://github.com/open-telemetry/opentelemetry-ruby/issues?q=is%3Aopen+label%3Ainstrumentation+-label%3A%22help+wanted%22+). | ||
| In-progress instrumentations can be found [here](https://github.com/open-telemetry/opentelemetry-ruby-contrib/issues?q=is%3Aopen+label%3Ainstrumentation+-label%3A%22help+wanted%22+). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker at all, but for dicsussion: we'll need to migrate tickets over from otel-ruby eh? Or do we want to leave them there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We agreed that we would relocate only open issues to otel-ruby-contrib
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
instrumentation/pg/test/opentelemetry/instrumentation/pg/instrumentation_test.rb
Show resolved
Hide resolved
|
Lots of minor comments around paths, do you want to handle that here or as a separate PR @arielvalentin |
|
@robertlaurin I would rather fix them here. |
Co-authored-by: Robert <[email protected]> Co-authored-by: Sam <[email protected]>
Co-authored-by: Robert <[email protected]>
* refactor: Remove Contrib Libraries This change removes libraries that were relocated to the contrib package. Related: open-telemetry/opentelemetry-ruby-contrib#1 See open-telemetry/opentelemetry-ruby-contrib#3 * chore: Rollback minitest Minitest 5.16 has changes that cause mock verification to fail in our test suite. Reverting to an earlier version allows tests to pass. https://github.com/open-telemetry/opentelemetry-ruby/runs/6928651844?check_suite_focus=true * fix: Apply suggestions from code review
Removes any gems and references that belong to the
opentelemetry/opentelemetry-rubyrepository.Fixes #1