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

Parse Log entries #23

Closed
wants to merge 19 commits into from
Closed

Parse Log entries #23

wants to merge 19 commits into from

Commits on Jul 6, 2023

  1. Merge pull request #1 from cherijs/event-loop-patch

    Create event loop, if code is executing in non-main thread.
    cherijs authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    fc5de76 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    1ad7809 View commit details
    Browse the repository at this point in the history
  2. string representation

    Starting from Python 3, the __str__ method was introduced as a replacement for __unicode__ to provide a string representation of an object.
    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    605a03b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b33657 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a69f41 View commit details
    Browse the repository at this point in the history
  5. Add fields to the Log model

    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    6d6d7b2 View commit details
    Browse the repository at this point in the history
  6. Add LogAdmin

    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ed0c197 View commit details
    Browse the repository at this point in the history
  7. parse_log Class method

    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    020428c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    203f19c View commit details
    Browse the repository at this point in the history
  9. Merge branch 'feature/parse-log' into develop

    # Conflicts:
    #	django_walletpass/admin.py
    #	django_walletpass/models.py
    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4a9b21f View commit details
    Browse the repository at this point in the history
  10. add web_service_root_view to prevent error log web service url https:…

    …//xxxx/passes/) encountered error: Unexpected response code 404
    cherijs committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7efc96f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix typo and search_fields

    cherijs committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    aa5e3d2 View commit details
    Browse the repository at this point in the history
  2. Remove web_service_root_view

    cherijs committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    88d14e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c3178e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    9e08466 View commit details
    Browse the repository at this point in the history
  2. Adjust the regular expression

    cherijs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3d4b755 View commit details
    Browse the repository at this point in the history
  3. Wrap pass file deletion try except statement - if file is deleted fro…

    …m server, and we are updating pass.
    cherijs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    62cd074 View commit details
    Browse the repository at this point in the history
  4. Revert "Wrap pass file deletion try except statement - if file is del…

    …eted from server, and we are updating pass."
    
    This reverts commit 62cd074.
    cherijs committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4daee23 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

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