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

Add support for categorical converters #217

Merged
merged 20 commits into from
Jul 7, 2023

Commits on Jun 14, 2023

  1. Add support for categorical converters

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    3d98a47 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Add migration plan steps related to categorical converters

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d269972 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Add support for PlanGenerators acting on multiple migration Sources

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    acabc4d View commit details
    Browse the repository at this point in the history
  2. Reset multi-source backend index on Source.Reset call

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f3397b8 View commit details
    Browse the repository at this point in the history
  3. Add exec steps

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    224d981 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Fix linter issues

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    14dfa1a View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Add manualExecution fields to steps

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    9415315 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Integration fixes

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    88dc9b6 View commit details
    Browse the repository at this point in the history
  2. Change type of edit-conf-meta step to Exec

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c4632ba View commit details
    Browse the repository at this point in the history
  3. Fix ordering issue

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    95d7b77 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Fix conditional Managed Resource orphaning and de-orphaning steps

    - Do not use dynamic Client for categorical retrieval with the Kubernetes source
    
    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2303f9f View commit details
    Browse the repository at this point in the history
  2. Fix order of steps

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b939e76 View commit details
    Browse the repository at this point in the history
  3. Fix Provider.pkg conversion step

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    04000a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79df430 View commit details
    Browse the repository at this point in the history
  5. Use substep for Delete step

    Signed-off-by: Sergen Yalçın <[email protected]>
    sergenyalcin committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3da89b8 View commit details
    Browse the repository at this point in the history
  6. Add FileSystemTargetOption to specify the parent directory for output

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2725c22 View commit details
    Browse the repository at this point in the history
  7. Rename executor.go as fork_executor.go

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4df4a03 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add migration.PlanExecutor

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2c01279 View commit details
    Browse the repository at this point in the history
  2. Add migration plan executor callback

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    424f2cb View commit details
    Browse the repository at this point in the history
  3. Add support for executor diagnostics in step context

    Signed-off-by: Alper Rifat Ulucinar <[email protected]>
    ulucinar committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5a09c26 View commit details
    Browse the repository at this point in the history