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

Use new HTTP API to access the database #25

Merged
merged 26 commits into from
Dec 13, 2022
Merged

Use new HTTP API to access the database #25

merged 26 commits into from
Dec 13, 2022

Commits on Nov 18, 2022

  1. Added barebones AlerceDirect class, for making direct requests to the

    database, and the test cases. Tests assume the client now accepts csv
    replies, but this may be reversed if it's better to just modify the API
    itself.
    ASHuenchuleo committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    00b749c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79a4d06 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Result class is now divided in csv result and json result, modified code

    to use json result by default. Test pass.
    ASHuenchuleo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d88f0d3 View commit details
    Browse the repository at this point in the history
  2. Implemented the direct requests class, and added support for

    different return formats
    ASHuenchuleo committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    40fcbfb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Configuration menu
    Copy the full SHA
    6b8ad29 View commit details
    Browse the repository at this point in the history
  2. style: some spaces deleted

    Pedro committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    ecf033f View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Configuration menu
    Copy the full SHA
    7e0f5b6 View commit details
    Browse the repository at this point in the history
  2. Removed print statements

    ASHuenchuleo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    f3ab863 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/use-api' of github.com:alercebroker/alerce_clie…

    …nt into feature/use-api
    
    Merged pablo's edits with new commits
    ASHuenchuleo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4b3e0d3 View commit details
    Browse the repository at this point in the history
  4. Formatting on util.py

    ASHuenchuleo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    4f86766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42baf1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    359682f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d7f3ba9 View commit details
    Browse the repository at this point in the history
  8. Black formatting

    ASHuenchuleo committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    655eabb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e9bf0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7717d82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dda6c77 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    466f865 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    edc59d0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2306766 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Update tests.yml

    ASHuenchuleo authored Dec 2, 2022
    Configuration menu
    Copy the full SHA
    f05cb51 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Updated README

    ASHuenchuleo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    7eb202a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/use-api' of github.com:alercebroker/alerce_clie…

    …nt into feature/use-api
    
    Merge updated tests
    ASHuenchuleo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    876c5b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    0f4691a View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    5bcd9ed View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    14a8df9 View commit details
    Browse the repository at this point in the history