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

fix(ci): fix packaging of the segment key INTELLIJ-148 #110

Merged
merged 6 commits into from
Feb 6, 2025

Conversation

kmruiz
Copy link
Contributor

@kmruiz kmruiz commented Dec 10, 2024

Description

Checklist

Open Questions

@kmruiz kmruiz self-assigned this Dec 10, 2024
@github-actions github-actions bot added the fix Fixes a bug. label Dec 10, 2024
Copy link

Coverage Report

There is no coverage information present for the Files changed

Copy link
Contributor

@nirinchev nirinchev left a comment

Choose a reason for hiding this comment

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

Minor question, otherwise looks reasonable.

@@ -120,12 +120,14 @@ jmhReport {
}

tasks {
register("buildProperties", WriteProperties::class) {
group = "build"
if (pluginBundle.enableBundle.get() == true) {
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this condition checking?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It checks if this is the plugin, basically, or a plugin component. For the jetbrains-plugin package this is true, so we bundle the segment api key, if it's not (like the datagrip package) it just discards this task.

@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. labels Feb 6, 2025
@kmruiz kmruiz added the no release notes It's a chore and doesn't require release notes. label Feb 6, 2025
@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. no release notes It's a chore and doesn't require release notes. labels Feb 6, 2025
@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. labels Feb 6, 2025
@kmruiz kmruiz added the no release notes It's a chore and doesn't require release notes. label Feb 6, 2025
@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. no release notes It's a chore and doesn't require release notes. labels Feb 6, 2025
@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. labels Feb 6, 2025
@kmruiz kmruiz added the no release notes It's a chore and doesn't require release notes. label Feb 6, 2025
@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. no release notes It's a chore and doesn't require release notes. labels Feb 6, 2025
Copy link

github-actions bot commented Feb 6, 2025

🤖 Benchmark Comparison for chore: clean up how we run tests

Benchmark Previous Current Change
com.mongodb.jbplugin.jmh.SampleBenchmark.init 2,625,449,865.73 ops/s 2,671,920,668.06 ops/s 1.77%

@github-actions github-actions bot added fix Fixes a bug. and removed fix Fixes a bug. labels Feb 6, 2025
@kmruiz kmruiz merged commit 386fa6d into main Feb 6, 2025
5 of 6 checks passed
@kmruiz kmruiz deleted the fix/INTELLIJ-148 branch February 6, 2025 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants