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

Multi module support #54

Merged
merged 28 commits into from
May 12, 2024
Merged

Multi module support #54

merged 28 commits into from
May 12, 2024

Commits on May 10, 2024

  1. Iterate over each project module when using Fuzzier, add module base …

    …path to match container
    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c406e6e View commit details
    Browse the repository at this point in the history
  2. Add change notes

    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e631ce9 View commit details
    Browse the repository at this point in the history
  3. Use a map to store module paths and show module path if more than 1 i…

    …n the project
    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5642691 View commit details
    Browse the repository at this point in the history
  4. Use explicit test version

    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7db28b3 View commit details
    Browse the repository at this point in the history
  5. Only support file mover for the current module

    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ed527e0 View commit details
    Browse the repository at this point in the history
  6. Include the module in the actual path, if more than one modules in th…

    …e project
    Mitja Leino committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e8b10f4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Modify file move to account for multi module projects

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    baf877b View commit details
    Browse the repository at this point in the history
  2. Handle file path correctly

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    bf0bb3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    292ec7f View commit details
    Browse the repository at this point in the history
  4. Remove unused base path

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    2e01e5e View commit details
    Browse the repository at this point in the history
  5. Handle null module for tests

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    d79ba85 View commit details
    Browse the repository at this point in the history
  6. Handle full step test

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    62bb9cb View commit details
    Browse the repository at this point in the history
  7. Increment version and add change notes

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    c5e1743 View commit details
    Browse the repository at this point in the history
  8. Add missing line break

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fc7c779 View commit details
    Browse the repository at this point in the history
  9. Remove unnecessary lines

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    51900c3 View commit details
    Browse the repository at this point in the history
  10. Set up multi module test manually

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    183e684 View commit details
    Browse the repository at this point in the history
  11. Add multi module test for file mover

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    14ab04d View commit details
    Browse the repository at this point in the history
  12. Add multi module test, move to different module

    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    fc17131 View commit details
    Browse the repository at this point in the history
  13. Separate dir morph to separate function and add teardowns to the test…

    … cases
    Mitja Leino committed May 11, 2024
    Configuration menu
    Copy the full SHA
    090fe99 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. Remove unnecessary module params

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    d2b8dd2 View commit details
    Browse the repository at this point in the history
  2. Update change notes and expand readme

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    3e6f7f5 View commit details
    Browse the repository at this point in the history
  3. Handle case when no editors are open

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    73d0aa2 View commit details
    Browse the repository at this point in the history
  4. Get virtual file outside of ETD

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    4b65718 View commit details
    Browse the repository at this point in the history
  5. Handle single module on the project level

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1dd0f92 View commit details
    Browse the repository at this point in the history
  6. Set up project/module handling for search

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6ffefff View commit details
    Browse the repository at this point in the history
  7. Increment version

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    997aa00 View commit details
    Browse the repository at this point in the history
  8. Rename base path

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    ccff89e View commit details
    Browse the repository at this point in the history
  9. Not a test version

    Mitja Leino committed May 12, 2024
    Configuration menu
    Copy the full SHA
    6439b99 View commit details
    Browse the repository at this point in the history