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

Refactor registry back into browser package #902

Merged
merged 9 commits into from
May 23, 2023
Merged

Commits on May 23, 2023

  1. 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.
    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4b751aa View commit details
    Browse the repository at this point in the history
  2. Add pid registry in module

    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.
    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    4a553fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e75a7 View commit details
    Browse the repository at this point in the history
  4. Remove registry.PidRegistry

    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    285ae2e View commit details
    Browse the repository at this point in the history
  5. Add remoteRegistry in module

    We're moving the remote registry back into the module package since it
    is only ever used there.
    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f4d6bdb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c8501c View commit details
    Browse the repository at this point in the history
  7. Remove the registry package

    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e1a563e View commit details
    Browse the repository at this point in the history
  8. Rename back to browser

    k6 depends on the import to be browser and not module.
    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    619acc0 View commit details
    Browse the repository at this point in the history
  9. Rename back to ModuleInstance

    This no longer stutters.
    ankur22 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a175970 View commit details
    Browse the repository at this point in the history