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

#2534 UID Mapping #2567

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

Commits on Oct 24, 2024

  1. merged main

    vaclavbasniar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    96fd79d View commit details
    Browse the repository at this point in the history
  2. equinor#2534 PR changes

    - refactoring
    - removed unused usings
    - added missing objects mappings for show on server
    - added missing validation
    - changed complex key to serialized JSON (LiteDB doesn't support complex objects as key)
    - updated tests
    vaclavbasniar committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    10a82b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

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

Commits on Nov 18, 2024

  1. merged main

    vaclavbasniar committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8096efc View commit details
    Browse the repository at this point in the history
  2. equinor#2534 PR changes

    - refactoring
    - removed unused usings
    - added missing objects mappings for show on server
    - added missing validation
    - changed complex key to serialized JSON (LiteDB doesn't support complex objects as key)
    - updated tests
    vaclavbasniar committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fdb6dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fb7d74 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Merge branch 'main' into features/2534_wellbore_uid_mapping

    # Conflicts:
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/FluidContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/LogCurveInfoContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/LogsContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/ObjectMenuItems.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/ObjectsSidebarContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/TrajectoryStationContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/TubularComponentContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/WbGeometrySectionContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/WellContextMenu.tsx
    #	Src/WitsmlExplorer.Frontend/components/ContextMenus/WellboreContextMenu.tsx
    vaclavbasniar committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c9f5f9a View commit details
    Browse the repository at this point in the history
  2. fix after merge

    vaclavbasniar committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2d40335 View commit details
    Browse the repository at this point in the history
  3. equinor#2534 UID Mapping

    * bug fixes
    * automatic removal of UID mapping on well/wellbore delete
    * automatic cleanup of UID mappings pointing to deleted well/wellbores on copy to
    * unit tests update
    vaclavbasniar committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    59b2d02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f85504 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab61635 View commit details
    Browse the repository at this point in the history