-
Notifications
You must be signed in to change notification settings - Fork 41
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 registry back into browser package #902
Merged
Merged
Commits on May 23, 2023
-
Rename the browser package to module
This rename better reflects what the package does, which is the entry point when k6 calls the browser module to start working with it. It will also be used to initialise test wide resources such as the pid and ws url registries.
Configuration menu - View commit details
-
Copy full SHA for 4b751aa - Browse repository at this point
Copy the full SHA 4b751aaView commit details -
We're moving the pid registry back into module. It makes more sense for the pid registry to live in the same package as module since it is only used in this package.
Configuration menu - View commit details
-
Copy full SHA for 4a553fe - Browse repository at this point
Copy the full SHA 4a553feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52e75a7 - Browse repository at this point
Copy the full SHA 52e75a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 285ae2e - Browse repository at this point
Copy the full SHA 285ae2eView commit details -
We're moving the remote registry back into the module package since it is only ever used there.
Configuration menu - View commit details
-
Copy full SHA for f4d6bdb - Browse repository at this point
Copy the full SHA f4d6bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c8501c - Browse repository at this point
Copy the full SHA 5c8501cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a563e - Browse repository at this point
Copy the full SHA e1a563eView commit details -
k6 depends on the import to be browser and not module.
Configuration menu - View commit details
-
Copy full SHA for 619acc0 - Browse repository at this point
Copy the full SHA 619acc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a175970 - Browse repository at this point
Copy the full SHA a175970View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.