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

Improve error handling and other misc. updates #267

Merged
merged 19 commits into from
Oct 20, 2020
Merged

Improve error handling and other misc. updates #267

merged 19 commits into from
Oct 20, 2020

Commits on Oct 19, 2020

  1. Add missing arg and disable doctests.

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    7d6d31b View commit details
    Browse the repository at this point in the history
  2. Disable doctests

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    28e81a0 View commit details
    Browse the repository at this point in the history
  3. Ignore misc artifacts

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    50f5614 View commit details
    Browse the repository at this point in the history
  4. Add minimal setup.py

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    bf3cb2e View commit details
    Browse the repository at this point in the history
  5. Add basic setup.cfg and remove pytest.ini

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f0077cc View commit details
    Browse the repository at this point in the history
  6. Improve ReST doc

    Remove HTML format tags
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    1304093 View commit details
    Browse the repository at this point in the history
  7. Convert README to ReST

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    321c0c7 View commit details
    Browse the repository at this point in the history
  8. Add basic configure script

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    480c419 View commit details
    Browse the repository at this point in the history
  9. Improve error handling during imports

    - Capture errors and keep trucking
    - log errors with actual trigger data and full traceback
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    97be6ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Add more logging

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8ef1ca2 View commit details
    Browse the repository at this point in the history
  2. Run code style tests only after tests proper

    Otherwise this fails to run the tests entirely.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    3eebea8 View commit details
    Browse the repository at this point in the history
  3. Also install self with the new setup.py

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    535bc14 View commit details
    Browse the repository at this point in the history
  4. Run pycodestyle only on own code

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    fb321e8 View commit details
    Browse the repository at this point in the history
  5. Remove unused import

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a014c3b View commit details
    Browse the repository at this point in the history
  6. Fix code style

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    cab316f View commit details
    Browse the repository at this point in the history
  7. Improve pytest configuration

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    2f1d394 View commit details
    Browse the repository at this point in the history
  8. Disable failing safetyDB import #244

    Until we have a fix, we should disbale this.
    
    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    e7739d1 View commit details
    Browse the repository at this point in the history
  9. Remove README.md now that we have a ReST version

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    61490a2 View commit details
    Browse the repository at this point in the history
  10. Add animated GIF to version control and README

    Signed-off-by: Philippe Ombredanne <[email protected]>
    pombredanne committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    4145c3b View commit details
    Browse the repository at this point in the history