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

feat: import/export dashboards via cli #5991

Merged

Commits on Oct 1, 2018

  1. feat: import/export dashboards via cli

    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    c6fe2df View commit details
    Browse the repository at this point in the history
  2. style: fixed lint error

    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    627fdda View commit details
    Browse the repository at this point in the history
  3. test: added test for import and export util

    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    f5d47f2 View commit details
    Browse the repository at this point in the history
  4. test: removing import test as it is causing integrity issues

    Import is a wrapper around exist functionality so we can go ahead without a test or mock the actual db operation using https://docs.python.org/3/library/unittest.mock.html
    
    And validate the wrapper operations only.
    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a1914dd View commit details
    Browse the repository at this point in the history
  5. test: remove test data file

    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    f5922f5 View commit details
    Browse the repository at this point in the history
  6. test: removed usage of reserved keyword id

    Arpit Agarwal authored and Arpit Agarwal committed Oct 1, 2018
    Configuration menu
    Copy the full SHA
    a6545cc View commit details
    Browse the repository at this point in the history