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

Download from fido search result implemented #1877

Closed
wants to merge 56 commits into from

Commits on Aug 15, 2017

  1. Configuration menu
    Copy the full SHA
    e64af01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88d8696 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac31163 View commit details
    Browse the repository at this point in the history
  4. Tests added for entries_from_fido_search_result and _from_fido_search…

    …_result_block in tables.py
    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    f51ab0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfc4507 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    119f0c7 View commit details
    Browse the repository at this point in the history
  7. Uncommented caching part

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    b84e54b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70e0fb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5332702 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cd02451 View commit details
    Browse the repository at this point in the history
  11. Added an else condition. Previously if path was not none and {file} w…

    …as in path, then fname was not assigned any value as both if and elif were skipped.
    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    123ec3a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    970021c View commit details
    Browse the repository at this point in the history
  13. Try except added to the instrument_name assignment because for goes, …

    …it was erroring. Commented out the else raise part because it was halting the making of DB entries for as soon as the else was executed.
    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    f9cf9d3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10d2204 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    cc69d10 View commit details
    Browse the repository at this point in the history
  16. Fixed a failing test

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9d22610 View commit details
    Browse the repository at this point in the history
  17. Minor docs changes

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    eb0be02 View commit details
    Browse the repository at this point in the history
  18. Minor mistake rectified.

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    9fc7613 View commit details
    Browse the repository at this point in the history
  19. Fixed a test.

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    b785e2b View commit details
    Browse the repository at this point in the history
  20. Fixing tests

    Punyaslok committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    f0c4e58 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    df2640e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Test was repeated

    Punyaslok committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    5c7eacb View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    52e9713 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87b99d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebceee1 View commit details
    Browse the repository at this point in the history
  4. Tests added for entries_from_fido_search_result and _from_fido_search…

    …_result_block in tables.py
    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    05da5f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8319f51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    785d43c View commit details
    Browse the repository at this point in the history
  7. Uncommented caching part

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    95bb4b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    017668a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16fb15c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    829809d View commit details
    Browse the repository at this point in the history
  11. Added an else condition. Previously if path was not none and {file} w…

    …as in path, then fname was not assigned any value as both if and elif were skipped.
    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    7d87eef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    999b4cd View commit details
    Browse the repository at this point in the history
  13. Try except added to the instrument_name assignment because for goes, …

    …it was erroring. Commented out the else raise part because it was halting the making of DB entries for as soon as the else was executed.
    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b623a57 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    818f5ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    29c9fd1 View commit details
    Browse the repository at this point in the history
  16. Fixed a failing test

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    8825bc4 View commit details
    Browse the repository at this point in the history
  17. Minor docs changes

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    930ac97 View commit details
    Browse the repository at this point in the history
  18. Minor mistake rectified.

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    46fbd46 View commit details
    Browse the repository at this point in the history
  19. Fixed a test.

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    a1617cc View commit details
    Browse the repository at this point in the history
  20. Fixing tests

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b5f124d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    19857d8 View commit details
    Browse the repository at this point in the history
  22. Test was repeated

    Punyaslok committed May 1, 2018
    Configuration menu
    Copy the full SHA
    2e3b393 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Fix conflict

    Punyaslok committed May 2, 2018
    Configuration menu
    Copy the full SHA
    98d169c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb9a64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf48ba View commit details
    Browse the repository at this point in the history

Commits on May 3, 2018

  1. Configuration menu
    Copy the full SHA
    8240ae1 View commit details
    Browse the repository at this point in the history
  2. Trying to fix database.rst

    Punyaslok committed May 3, 2018
    Configuration menu
    Copy the full SHA
    da6183f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c872b46 View commit details
    Browse the repository at this point in the history
  4. Added the print statement

    Punyaslok committed May 3, 2018
    Configuration menu
    Copy the full SHA
    98309b1 View commit details
    Browse the repository at this point in the history
  5. Fixed some docs

    Punyaslok committed May 3, 2018
    Configuration menu
    Copy the full SHA
    eae1c13 View commit details
    Browse the repository at this point in the history
  6. Fixing some damn spacing

    Punyaslok committed May 3, 2018
    Configuration menu
    Copy the full SHA
    4097c4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    048702d View commit details
    Browse the repository at this point in the history
  8. pep8

    Punyaslok committed May 3, 2018
    Configuration menu
    Copy the full SHA
    945985a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    417c181 View commit details
    Browse the repository at this point in the history