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

Feature: Domain autoloader #49

Merged
merged 29 commits into from
Mar 30, 2024

Commits on Mar 25, 2024

  1. Merge pull request lunarstorm#47 from lunarstorm/dependabot/github_ac…

    …tions/dependabot/fetch-metadata-2.0.0
    
    Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0
    JasperTey authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5e32899 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0a5c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a418b1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242ef15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edf44d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5d67e04 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    d2d5130 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    4ff70cb View commit details
    Browse the repository at this point in the history
  2. Formatting (pint)

    JasperTey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    36a993a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da51867 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d808673 View commit details
    Browse the repository at this point in the history
  5. Minor cleanup.

    JasperTey committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e943554 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. WIP

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4168b29 View commit details
    Browse the repository at this point in the history
  2. Fix styling

    JasperTey authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    94112cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c79cb8b View commit details
    Browse the repository at this point in the history
  4. A few cleanups.

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0f2fc85 View commit details
    Browse the repository at this point in the history
  5. Fix styling

    JasperTey authored and github-actions[bot] committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bde21b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62d4bcb View commit details
    Browse the repository at this point in the history
  7. Unused import.

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fea680f View commit details
    Browse the repository at this point in the history
  8. Bump Pest version.

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bd1a5fa View commit details
    Browse the repository at this point in the history
  9. Cleanup.

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c6e096a View commit details
    Browse the repository at this point in the history
  10. Update tests.

    JasperTey committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    91fe23f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89354b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Further refinements:

    - refactor autoload internals for better testability
    - make autoload caching opt-in via ddd:cache, otherwise the initial cache will never be busted
    - clean up tests
    JasperTey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    cfb5073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbdb804 View commit details
    Browse the repository at this point in the history
  3. Update expectations.

    JasperTey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    73a27ac View commit details
    Browse the repository at this point in the history
  4. Update readme.

    JasperTey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4159b64 View commit details
    Browse the repository at this point in the history
  5. Sync config content.

    JasperTey committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    b0232a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d25561 View commit details
    Browse the repository at this point in the history