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

Feature: datasources web admin (closes #193) #498

Merged
merged 3 commits into from
Jul 26, 2015
Merged

Commits on Jul 26, 2015

  1. Feature: web interface to edit datasources

    * Web interface to add and delete data sources, without the need to ssh
    into the server.
    * Ability to safely delete datasources -- query results from this data sources
    are deleted, while queries get assigned null datasource.
    * Updated the BigQuery datasource to use the JSON key file from Google Developer
    console. Also both BigQuery and the Google Spreadsheets datasource no longer store
    their key on the filesystem, but rather in the DB.
    * Minor updates to the Flask Admin.
    arikfr committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    accca51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9172da View commit details
    Browse the repository at this point in the history
  3. Bump version

    arikfr committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    076710f View commit details
    Browse the repository at this point in the history