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

DM-16867: Move expr_parser from pipe_supertask to daf_butler #115

Merged
merged 11 commits into from
Jan 4, 2019

Commits on Jan 4, 2019

  1. Added PLY-based lexer for generic SQL-like expressions.

    Also imported a copy of PLY package as a sub-package, for testing only
    now, can make it eups package later if we want to use PLY.
    andy-slac committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    dc50142 View commit details
    Browse the repository at this point in the history
  2. Added PLY grammar for expression parser.

    Unit test for grammar was added too. Temporarily removed some keywords
    from lexer to suppress warnings from parser.
    andy-slac committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0edf03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe187fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c14781 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a01189e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fff4cd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c256f8 View commit details
    Browse the repository at this point in the history
  8. Rename camera/sensor units (DM-16312)

    Data units were renamed in daf_butler schema, Camera becomes Instrument
    and Sensor becomes Detector. These names are used in few places in this
    package too, follow that renaming in all usage of the unit names.
    andy-slac committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    21d6b46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f3b7f88 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d5da77 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ff1af2 View commit details
    Browse the repository at this point in the history