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

refactor!: move import progress from HTTP API to JS API #125

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Commits on Feb 27, 2024

  1. refactor!: move import progress from HTTP API to JS API

    This is the next step in [a larger refactor][0] where we replace the
    HTTP API with a JS one.
    
    [0]: #111
    
    BREAKING CHANGE: `GET /imports/progress/:importId` replaced with
      `getImportProgress()`
    EvanHahn committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9e3aec5 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Remove iterpal from tests

    EvanHahn committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    c3631bc View commit details
    Browse the repository at this point in the history