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

feat: add import bulk/resume commands #1091

Merged
merged 25 commits into from
Oct 18, 2024
Merged

feat: add import bulk/resume commands #1091

merged 25 commits into from
Oct 18, 2024

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    f154d3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58b593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fe987c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    414776c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    c342422 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b233685 View commit details
    Browse the repository at this point in the history
  3. test: use bin/dev

    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    dcc8db6 View commit details
    Browse the repository at this point in the history
  4. test: off-by-one

    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    db0e194 View commit details
    Browse the repository at this point in the history
  5. chore: remove api-version flag from resume

    `data import bulk` will cache the API used when it created the job
    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3dc1720 View commit details
    Browse the repository at this point in the history
  6. chore: update messages

    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    2477652 View commit details
    Browse the repository at this point in the history
  7. fix: exclusive flags

    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    d72aca0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3916416 View commit details
    Browse the repository at this point in the history
  9. test: update import NUTs

    cristiand391 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ad86f63 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. test: better failure

    cristiand391 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cde122d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be3e668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97de819 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    def1280 View commit details
    Browse the repository at this point in the history
  5. chore: refactor

    cristiand391 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    7d2fe3f View commit details
    Browse the repository at this point in the history
  6. fix: set correct baseUrl

    cristiand391 committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e221a58 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. fix: add return type

    cristiand391 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    32caec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afb21ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98e13f9 View commit details
    Browse the repository at this point in the history
  4. chore: ci-rerun

    cristiand391 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    de841e0 View commit details
    Browse the repository at this point in the history
  5. fix: do not stop MSO on error event

    `job.poll` is in a try/catch, when a failure happens it throws but also
    emits `error`. We avoid stopping MSO on `error` because we want to send
    a last update in the `catch` block
    cristiand391 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    86d7f1f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

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