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/71 store each fault tree in separate graph context #73

Merged

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    3284478 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8522356 View commit details
    Browse the repository at this point in the history
  3. [FIX #71] Update BaseDao to call EntityManager api with entity descri…

    …ptor returned by getEntityDescriptor() which can be overridden by subclassing DAOs.
    kostobog committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fda4d4c View commit details
    Browse the repository at this point in the history
  4. [FIX #71] Override getEntityDescriptor() in FaultTreeDao and FaultEve…

    …ntDao to perform EntityManager CRUD api in the fault tree's graph context.
    kostobog committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2dcc3dd View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. [FIX #kbss-cvut/fta-fmea-ui#219] Fix for review comments.

    - remove TODOs
    - rename BaseDao.existsInContext to  BaseDao.existsInPersistenceContext
    - remove unused FaultEvent.failureMode,
    - set default graph for attribute FaultEvent.behavior in FaultEvent EntityDescriptor in FaultEventDao
    kostobog committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ddd8365 View commit details
    Browse the repository at this point in the history