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

internal/cloud/state.go: upload jsonState to TFC #31284

Closed
wants to merge 21 commits into from

Commits on Jun 20, 2022

  1. use a customed state and statemgr methods placed in cloud package to …

    …replace usage of remoteClient which does not serve specific needs for the integration
    uturunku1 committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    bbec1dd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. add schemas argument to statemgr.writeState and pass nil temporarily …

    …for writeState calls that require schemas
    uturunku1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    18cda50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0e232a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bbeb714 View commit details
    Browse the repository at this point in the history
  4. refactor handling of error for WriteAndPersist now that they are bein…

    …g called as WriteState and PersistState separately
    uturunku1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b78017b View commit details
    Browse the repository at this point in the history
  5. refactor getSchemas helper function to return nil for schemas when no…

    … config or state available
    uturunku1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    28bc5f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3656d30 View commit details
    Browse the repository at this point in the history
  7. load schemas for mv cmd

    uturunku1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    b49106b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5179a7 View commit details
    Browse the repository at this point in the history
  9. remove printing line

    uturunku1 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    45da1a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    562eaeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4666043 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc06e9b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3833e65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0b3f09 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e47160 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b2b686a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Configuration menu
    Copy the full SHA
    79192bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7f3190 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c65d77d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54054a5 View commit details
    Browse the repository at this point in the history