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

New importer #33

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Commits on Jun 29, 2021

  1. Add the gist of a new importer

    Extracted from internal project
    RealOrangeOne committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    ca29851 View commit details
    Browse the repository at this point in the history
  2. Convert mock airtable to a callable

    This means the data in it is pure, and is safe to mutate if needed.
    RealOrangeOne committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    11fcbd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c616b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    744a390 View commit details
    Browse the repository at this point in the history
  5. Move mock airtable into tests dir

    Reduce the size of the package, and put test fixtures where they should be
    RealOrangeOne committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    c94c1c0 View commit details
    Browse the repository at this point in the history
  6. Remove display method

    Woops!
    RealOrangeOne committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    0199dec View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    465bcd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9df1c05 View commit details
    Browse the repository at this point in the history