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

feat: initial implementation of bazel-module manager #21893

Merged
merged 95 commits into from May 20, 2023
Merged

feat: initial implementation of bazel-module manager #21893

merged 95 commits into from May 20, 2023

Commits on Apr 29, 2023

  1. Initial manager files

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    5c9822a View commit details
    Browse the repository at this point in the history
  2. Add placeholder spec file

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    11ef4b1 View commit details
    Browse the repository at this point in the history
  3. Save work

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    a8d8374 View commit details
    Browse the repository at this point in the history
  4. Use new datasource name

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    b1b7c2e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bfde79f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d521f72 View commit details
    Browse the repository at this point in the history
  7. Refactor to use processStack

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    3068800 View commit details
    Browse the repository at this point in the history
  8. Add complex Ctx test

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    e76e671 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    d5a59e2 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    a4d3e85 View commit details
    Browse the repository at this point in the history
  11. Test name change

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    f8c6cf9 View commit details
    Browse the repository at this point in the history
  12. Rename types to stack.

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    b1cd662 View commit details
    Browse the repository at this point in the history
  13. Add missing test for Stack.

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    cd61684 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    8cf6d5c View commit details
    Browse the repository at this point in the history
  15. Add isRule to RecordFragment

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    a0dd10e View commit details
    Browse the repository at this point in the history
  16. Add instanceExists

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    818203d View commit details
    Browse the repository at this point in the history
  17. Add StarlarkBoolean

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    711b1cd View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    326f293 View commit details
    Browse the repository at this point in the history
  19. Save work.

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    25c3cd2 View commit details
    Browse the repository at this point in the history
  20. Tests are green

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    93e30db View commit details
    Browse the repository at this point in the history
  21. Do not export BazelDepRecord

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    0edc936 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    d0a91f2 View commit details
    Browse the repository at this point in the history
  23. Add schemas for fragments

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    36b6422 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    743a626 View commit details
    Browse the repository at this point in the history
  25. Fix typeError bug

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    6c04e9b View commit details
    Browse the repository at this point in the history
  26. Add readme.md

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    49c2a76 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    4af1143 View commit details
    Browse the repository at this point in the history
  28. Remove TODO.

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    7908cfc View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    024e2a3 View commit details
    Browse the repository at this point in the history
  30. Refactor popStack

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    f4dcc59 View commit details
    Browse the repository at this point in the history
  31. Rename Ctx.from to Ctx.as.

    cgrindel committed Apr 29, 2023
    Copy the full SHA
    5ad6079 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Disable the manager

    cgrindel committed Apr 30, 2023
    Copy the full SHA
    70633c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fdf91c7 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Copy the full SHA
    cf883b4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6b1f68c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    277427f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Copy the full SHA
    0a27498 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4f6efd6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d40cb76 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a0544a9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d5dc0cb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9502078 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5224ff1 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Copy the full SHA
    83be3b9 View commit details
    Browse the repository at this point in the history
  2. Rename filters

    cgrindel committed May 5, 2023
    Copy the full SHA
    cd5a628 View commit details
    Browse the repository at this point in the history
  3. Remove StarlarkBoolean

    cgrindel committed May 5, 2023
    Copy the full SHA
    2630b71 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Copy the full SHA
    e9e1359 View commit details
    Browse the repository at this point in the history
  2. Migrate test to it.each

    cgrindel committed May 8, 2023
    Copy the full SHA
    a777e53 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    958d30f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8037482 View commit details
    Browse the repository at this point in the history
  5. Switch to is.boolean

    cgrindel committed May 8, 2023
    Copy the full SHA
    eb77be1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9907ff0 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d5ee2a5 View commit details
    Browse the repository at this point in the history
  8. Remove extraneous Ctx.as()

    cgrindel committed May 8, 2023
    Copy the full SHA
    4fda799 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    8b5aaae View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Copy the full SHA
    a499e87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    653af45 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c152124 View commit details
    Browse the repository at this point in the history
  4. -m

    cgrindel committed May 9, 2023
    Copy the full SHA
    a2c879f View commit details
    Browse the repository at this point in the history
  5. Test coverage to 100%

    cgrindel committed May 9, 2023
    Copy the full SHA
    0695214 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Copy the full SHA
    5a46618 View commit details
    Browse the repository at this point in the history
  2. Clarify error message

    cgrindel committed May 10, 2023
    Copy the full SHA
    26b9c5c View commit details
    Browse the repository at this point in the history
  3. Add filters back

    cgrindel committed May 10, 2023
    Copy the full SHA
    9376437 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9e7b243 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    2a92466 View commit details
    Browse the repository at this point in the history
  6. Reimplement Ctx.as.

    cgrindel committed May 10, 2023
    Copy the full SHA
    12cfe5f View commit details
    Browse the repository at this point in the history
  7. Update import

    cgrindel committed May 10, 2023
    Copy the full SHA
    712c98f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Copy the full SHA
    67bffa7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2174087 View commit details
    Browse the repository at this point in the history
  3. Rework parse and extract to avoid null value until the end of

    extractPackageFile
    cgrindel committed May 11, 2023
    Copy the full SHA
    d97f05c View commit details
    Browse the repository at this point in the history
  4. Rename kwParams to kvParams

    cgrindel committed May 11, 2023
    Copy the full SHA
    9b3f194 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0da45f5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7a10ec4 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Copy the full SHA
    c7a5421 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    978f0eb View commit details
    Browse the repository at this point in the history
  3. Fix parser.spec

    cgrindel committed May 12, 2023
    Copy the full SHA
    03b15bd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    39cee4b View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ff894e5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    416178b View commit details
    Browse the repository at this point in the history
  7. Remove toPackageDependency

    cgrindel committed May 12, 2023
    Copy the full SHA
    bf8a435 View commit details
    Browse the repository at this point in the history
  8. Clean up

    cgrindel committed May 12, 2023
    Copy the full SHA
    4aedab1 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Copy the full SHA
    842411a View commit details
    Browse the repository at this point in the history
  2. Remove Stack

    cgrindel committed May 15, 2023
    Copy the full SHA
    7a38968 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d6f85c2 View commit details
    Browse the repository at this point in the history
  4. Add tests for Ctx.current

    cgrindel committed May 15, 2023
    Copy the full SHA
    c4e2d06 View commit details
    Browse the repository at this point in the history
  5. Add test for try-catch

    cgrindel committed May 15, 2023
    Copy the full SHA
    951b14d View commit details
    Browse the repository at this point in the history
  6. Hide current and safeCurrent

    cgrindel committed May 15, 2023
    Copy the full SHA
    9908d3e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    f37aa4d View commit details
    Browse the repository at this point in the history
  8. Change to debug log

    cgrindel committed May 15, 2023
    Copy the full SHA
    36ba437 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    dd814dc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2ab5671 View commit details
    Browse the repository at this point in the history
  11. Remove Ctx.as

    cgrindel committed May 15, 2023
    Copy the full SHA
    738f769 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Copy the full SHA
    ddf1348 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f29f956 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    100ccbf View commit details
    Browse the repository at this point in the history