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

NPT-684 DM Upgrade Integration #107

Draft
wants to merge 51 commits into
base: main
Choose a base branch
from
Draft

NPT-684 DM Upgrade Integration #107

wants to merge 51 commits into from

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    9407cf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e0036 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    f1416c4 View commit details
    Browse the repository at this point in the history
  2. after review fixes

    rafal-slominskii committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    e72f492 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. add model apply

    check for existing resources
    rafal-slominskii committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b47ad5c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. add tests

    move logic to internal func
    compare func as parameter
    rafal-slominskii committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    269718f View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. review fixes #1

    rafal-slominskii committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    664dc6d View commit details
    Browse the repository at this point in the history
  2. review fixes #2

    rafal-slominskii committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    763cee6 View commit details
    Browse the repository at this point in the history
  3. review fixes #3

    rafal-slominskii committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    ec56499 View commit details
    Browse the repository at this point in the history
  4. move fetchCrds (renamed listCrds)

    add some behaviour tests
    rafal-slominskii committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    d78694a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Configuration menu
    Copy the full SHA
    e91d1fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4e5b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab685d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

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

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    27d8a3e View commit details
    Browse the repository at this point in the history
  2. review fixes #2

    rafal-slominskii committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    81e04c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. get crs from dynamic client

    update usecase where we have crs in outdated model
    fix tests
    rafal-slominskii committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    93313e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1aa642 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. NPT-644 Add support to upgrade nexus DM using compiler

    Nexus node spec updates made by users may result in backward incompatibility. User should be able to upgrade datamodel based on the force flag and observe the incompatible changes
    
    This PR calls common-library to see if the old and new crd have undergone any modifications, and if there have been any incompatible changes
    - Compiler should iterate through all created datamodel objects to ensure backward compatibility
    - If there are incompatible modifications and the force flag is enabled, the message notice will be logged in the console
    - If the force flag is deactivated and there are incompatible changes, the operation should fail with incompatible errors
    Pavithra S authored and pavithra-kavach committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    826992a View commit details
    Browse the repository at this point in the history
  2. Fix pkg import

    Pavithra S authored and pavithra-kavach committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    3415482 View commit details
    Browse the repository at this point in the history
  3. Fix makefile

    Pavithra S authored and pavithra-kavach committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    a54ae25 View commit details
    Browse the repository at this point in the history
  4. review fix #3

    rafal-slominskii committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    72aa912 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00df6d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Fix review remarks

    Pavithra S authored and pavithra-kavach committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    8a67e72 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Fix tests

    pavithra-kavach committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5176e5c View commit details
    Browse the repository at this point in the history
  2. make file changes

    pavithra-kavach committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    377795f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    611d581 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e72c21f View commit details
    Browse the repository at this point in the history
  5. Revert "pass force flag to installer job"

    This reverts commit 611d581.
    rafal-slominskii committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    725fdb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a885a78 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    a2dd401 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a76e97 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 2, 2023

  1. review fix #4

    rafal-slominskii committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    613da0e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d9227 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    62ca8b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e49ba25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80d45d9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 6, 2023

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

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. Ignore go mod errors

    pavithra-kavach committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    6d5738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a3750 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    656b8d4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dm-upgrade-integration' of ssh://github.com/vmware-tanz…

    …u/graph-framework-for-microservices into dm-upgrade-integration
    janakiramanmesh7 committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    eff5a7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cada720 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    d56c6d0 View commit details
    Browse the repository at this point in the history
  2. Generate code

    pavithra-kavach committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    f6cd934 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Revert "Generate code"

    This reverts commit f6cd934.
    pavithra-kavach committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    df233fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0260ed2 View commit details
    Browse the repository at this point in the history
  3. Revert "change permisssions to _generated folder"

    This reverts commit 656b8d4.
    pavithra-kavach committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    7665e7a View commit details
    Browse the repository at this point in the history