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

adql query parser function #696

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from
Draft

adql query parser function #696

wants to merge 42 commits into from

Commits on Jun 24, 2024

  1. adql query parser function

    burnout87 committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5f710cd View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. queryparser-python3 lib

    burnout87 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5526e61 View commit details
    Browse the repository at this point in the history
  2. more error check

    burnout87 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    7d099aa View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. adding info

    burnout87 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    fb87a08 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. using sqlparse library

    burnout87 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a90cc05 View commit details
    Browse the repository at this point in the history
  2. requirements

    burnout87 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ba08496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dcc1e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 26, 2024

  1. testing breadth-first

    burnout87 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6759c7a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    0e24a34 View commit details
    Browse the repository at this point in the history
  2. using breadth-first

    burnout87 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    90c8e4f View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. no sqlparse

    burnout87 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2c0030b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16580c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    30d1ed8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27708b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83d119a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89f46d6 View commit details
    Browse the repository at this point in the history
  5. sentry in case of error

    burnout87 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b828910 View commit details
    Browse the repository at this point in the history
  6. capturing general exception

    burnout87 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    34bdea8 View commit details
    Browse the repository at this point in the history
  7. dispatcher endpoint

    burnout87 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1ee31a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    40dc17e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. var renaming

    burnout87 committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    60c9bff View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. removed unused imports

    burnout87 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bdc61b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d8d973 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841928f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. using postgresql

    burnout87 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    5342a7a View commit details
    Browse the repository at this point in the history
  2. sanitize request values

    burnout87 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    bf1cd49 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. using value var

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5d53425 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309e2ad View commit details
    Browse the repository at this point in the history
  3. no query parsing

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    08ad2ab View commit details
    Browse the repository at this point in the history
  4. not needed import

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ec8d018 View commit details
    Browse the repository at this point in the history
  5. adapted conf example

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f5df283 View commit details
    Browse the repository at this point in the history
  6. not needed requirements

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f9b934b View commit details
    Browse the repository at this point in the history
  7. not needed requirements

    burnout87 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    87256a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db388d8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d8d26a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    c81decd View commit details
    Browse the repository at this point in the history
  2. exception handling

    burnout87 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0dd8cb5 View commit details
    Browse the repository at this point in the history
  3. logging

    burnout87 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2c1baf4 View commit details
    Browse the repository at this point in the history
  4. fixing imports

    burnout87 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    73f9ede View commit details
    Browse the repository at this point in the history
  5. missing fixture decorator

    burnout87 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ebf7b24 View commit details
    Browse the repository at this point in the history