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

move preset logic to "module" bounded context #10971

Commits on Sep 24, 2024

  1. refactor(preset): create a new interface at the domain level and an i…

    …mplementation at the secondary infrastructure level in the "module" bounded context
    renanfranca committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df78962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29292bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df214d View commit details
    Browse the repository at this point in the history
  4. refactor(preset): move presets endpoint implementation from "project"…

    … to "module" bounded context
    renanfranca committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    3d8af37 View commit details
    Browse the repository at this point in the history
  5. refactor(preset): remove PersistedPreset.java and PersistedPresets.ja…

    …va from tech.jhipster.lite.project.infrastructure.secondary
    renanfranca committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fbddcdc View commit details
    Browse the repository at this point in the history
  6. refactor(preset): delete ModulesSlugs.java from the "project" bounded…

    … context and use JHipsterModuleSlugs.java from the "module" bounded context instead
    renanfranca committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    789394b View commit details
    Browse the repository at this point in the history