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

[WIP] Port from STORM to peewee and add python3 support #33

Open
wants to merge 45 commits into
base: master
Choose a base branch
from

Commits on Jul 11, 2019

  1. Change storm for peewee, and related cleanup

    for python3 compatibility. At this point search_SAMADhi.py works from a
    python3 pip-installed version - much more testing needed.
    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    5c52a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8428890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de84094 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7f657a View commit details
    Browse the repository at this point in the history
  5. Automatic tests: install pytest, test module for models

    added --database argument to command-line script, to use an alternative
    database (which may be an sqlite file for testing)
    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    b39e97f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5a94c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc739f9 View commit details
    Browse the repository at this point in the history
  8. Remove debug printout

    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    7e2caf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    246de1c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af67f9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8bb45bf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2b9db70 View commit details
    Browse the repository at this point in the history
  13. Fixes for tests in python3, non-CMSSW environment

    - setup.cfg: alias such that 'python setup.py test' runs pytest
    - import cppyy instead of ROOT (avoid atexit error with setup.py test)
    - silence mysql version warning also outside CMSSW
    - update .gitignore
    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    d95341e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    166387e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a073018 View commit details
    Browse the repository at this point in the history
  16. Add tox config, no unicode_literals in setup.py, input from builtins …

    …(future package) for python3.7 compatibility
    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    1c7bcd9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a548e54 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6062a67 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    92eefc9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2bd6fc6 View commit details
    Browse the repository at this point in the history
  21. dbAnalysis fixes

    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    4155324 View commit details
    Browse the repository at this point in the history
  22. checkAndClean fixes

    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    235af39 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dedacca View commit details
    Browse the repository at this point in the history
  24. Add .travis.yml

    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    2de36ee View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9e72371 View commit details
    Browse the repository at this point in the history
  26. skipif logic...

    pieterdavid committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    ef4988f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Configuration menu
    Copy the full SHA
    c280ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2e0129 View commit details
    Browse the repository at this point in the history
  3. required args

    pieterdavid committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    ad0718a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

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

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    517201c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d223cf View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Move script main methods to cp3_llbb.SAMADhi.scripts or the module th…

    …ey logically belong with, and use entry_points/console_scripts
    pieterdavid committed May 20, 2020
    Configuration menu
    Copy the full SHA
    1ee3e8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7521b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bb892f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. pre-commit fixes

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    5bf44f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc037f View commit details
    Browse the repository at this point in the history
  3. fix setup.cfg formatting

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    f6b98a1 View commit details
    Browse the repository at this point in the history
  4. black code style

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    52f18f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a96724e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af7df4f View commit details
    Browse the repository at this point in the history
  7. isolated build for tox

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    bc7e68f View commit details
    Browse the repository at this point in the history
  8. fix typo

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    121b9f5 View commit details
    Browse the repository at this point in the history
  9. Set buildsystem backend

    pieterdavid committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    785e0d0 View commit details
    Browse the repository at this point in the history