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

Cherijs develop #29

Merged
merged 23 commits into from
Jan 23, 2024
Merged

Cherijs develop #29

merged 23 commits into from
Jan 23, 2024

Commits on May 25, 2023

  1. Merge tag '3.0' into develop

    - deprecate cert based authentication for APNS
    
    - replace `pyAPNS2` with `aioapns` to enable Django>=4.0 compatibility and resolve unmaintained `hyper` dependency
    - increase minimum Python version to 3.6
    
    - sumer time switch bugfix
    NachE committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0e12a2d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Create and set up an event loop, if code is executing in non-main thr…

    …ead.
    
    if code is executing in a non-main thread: By default, the main thread in Python has an event loop set up automatically. However, if the code is running in a separate thread, we need to manually create and set up an event loop for that thread.
    cherijs authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a00b0df View commit details
    Browse the repository at this point in the history
  2. 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
  3. Merge pull request Develatio#20 from cherijs/event-loop-patch

    Create event loop, if code is executing in non-main thread.
    alexandernst authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a7a18fc 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

Commits on Jan 22, 2024

  1. svg must be in img file

    patroqueeet committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    160a175 View commit details
    Browse the repository at this point in the history