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

(WIP) Upgrade to v7.9.2 (closes #143) #144

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 5, 2022

  1. Upgrade to v7.9.2

    with `jhipster --with-entities` (WIP)
    rseedorff authored and Weltraumschaf committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    6628373 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Issue #144: Add python script to Migrate class instanciation

    In Jhipster 7.9.x entites, in the frontend, are only present as
    interfaces. This changes the way in which those entites are
    instanciated. The added python script is supposed to automate the
    process of migrating entity instanciations in custom code files.
    
    Besides the script dummy files are added for testing purposes.
    Amar-Bolkan committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d56a263 View commit details
    Browse the repository at this point in the history