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

Allow async initialization of data sources #3639

Merged
merged 10 commits into from Jan 22, 2020

Commits on Dec 28, 2019

  1. Copy the full SHA
    9175cfe View commit details
    Browse the repository at this point in the history
  2. change return type of DataSource.initialize

    this addresses lints like "await is unnecessary for this statement"
    lostfictions committed Dec 28, 2019
    Copy the full SHA
    11a7687 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Copy the full SHA
    0570841 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2341146 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Copy the full SHA
    e14393d View commit details
    Browse the repository at this point in the history
  2. update changelog

    lostfictions committed Jan 10, 2020
    Copy the full SHA
    e7306da View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9211a79 View commit details
    Browse the repository at this point in the history
  4. use a minimal setTimeout

    to ensure that we're testing against the actual task queue (and not just
    the microtask queue via `Promise.resolve()`).
    lostfictions committed Jan 10, 2020
    Copy the full SHA
    eb64a4a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    feb7682 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

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