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

lib/options: Migrated RunTags to map[string]string type #2631

Merged
merged 1 commit into from
Aug 3, 2022

Conversation

codebien
Copy link
Contributor

@codebien codebien commented Aug 3, 2022

(edit by @na--) It turns out, this also fixes #2278 😅

It removes the dependency from SampleTags. In this way, it facilitates the transition to a more efficient SampleTags.

Related to: #2594

@codebien codebien self-assigned this Aug 3, 2022
@github-actions github-actions bot requested review from mstoykov and na-- August 3, 2022 09:52
@codebien codebien marked this pull request as draft August 3, 2022 09:53
@codebien codebien marked this pull request as ready for review August 3, 2022 10:06
js/runner.go Outdated Show resolved Hide resolved
core/engine_test.go Outdated Show resolved Hide resolved
na--
na-- previously approved these changes Aug 3, 2022
Copy link
Member

@na-- na-- left a comment

Choose a reason for hiding this comment

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

LGTM in general, just these 2 minor nitpicks

It facilitates the transition to a more efficient SampleTags.
@codebien codebien merged commit 96f9c5f into master Aug 3, 2022
@codebien codebien deleted the runtags-refactor branch August 3, 2022 13:29
@na-- na-- added this to the v0.40.0 milestone Aug 15, 2022
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.

Function cannot read tag value from options.tags object directly
3 participants