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

Import data from a google spreadsheet #903

Merged
merged 10 commits into from
May 14, 2021

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    41d18a6 View commit details
    Browse the repository at this point in the history
  2. Add csv import from a google spreadsheet endpoint and fields in the f…

    …orm to paste the spreadsheet url
    Diego committed May 12, 2021
    Configuration menu
    Copy the full SHA
    363b4f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    114303a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5262725 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    334fb2c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Add google sheets api key documentation in README.md

    devduarte committed May 13, 2021
    Configuration menu
    Copy the full SHA
    f48d28c View commit details
    Browse the repository at this point in the history
  2. Catch exception when importing from google sheets fails and display a…

    …n error message to the user.
    devduarte committed May 13, 2021
    Configuration menu
    Copy the full SHA
    4be22e1 View commit details
    Browse the repository at this point in the history
  3. Add ids to clickable icons and change onclick functions to be based o…

    …n those ids and not on icon classes
    devduarte committed May 13, 2021
    Configuration menu
    Copy the full SHA
    06af00a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Fix Import Wizard forms

    The code had the wrong identation, so the upload controls were only
    shown for empty collections.
    
    This commit moves the code to where it belongs, so only the Download
    section changes depending on having sites or not.
    matiasgarciaisaia committed May 14, 2021
    Configuration menu
    Copy the full SHA
    22c2b3e View commit details
    Browse the repository at this point in the history
  2. Support setting Google Sheets API Key via environment

    So we can easily configure it on Rancher/Docker
    matiasgarciaisaia committed May 14, 2021
    Configuration menu
    Copy the full SHA
    e57750b View commit details
    Browse the repository at this point in the history