Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/cf-python-logging-support
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.2.3
Choose a base ref
...
head repository: SAP/cf-python-logging-support
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 7 files changed
  • 7 contributors

Commits on May 11, 2022

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

Commits on Aug 1, 2023

  1. fix: include stacktrace for non-error logs (#69)

    The Python logging framework allows users to pass an exc_info kwarg to the logging methods, in which case the stacktrace is included even if loggers other than Logger.exception() is used.
    mhaas authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b7007c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Bump django from 1.11.29 to 3.2.24

    Bumps [django](https://github.com/django/django) from 1.11.29 to 3.2.24.
    - [Commits](django/django@1.11.29...3.2.24)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    0eb7700 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #71 from SAP/dependabot/pip/django-3.2.24

    Bump django from 1.11.29 to 3.2.24
    tnikolova82 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f1a84b6 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    tnikolova82 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7b70bae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768868a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #72 from SAP/version-4.2.6

    init.py update version 4.2.6
    tnikolova82 authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    6044682 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Bump django from 1.11.29 to 3.2.25

    Bumps [django](https://github.com/django/django) from 1.11.29 to 3.2.25.
    - [Commits](django/django@1.11.29...3.2.25)
    
    ---
    updated-dependencies:
    - dependency-name: django
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    b787c6a View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge pull request #73 from SAP/dependabot/pip/django-3.2.25

    Bump django from 1.11.29 to 3.2.25
    tnikolova82 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    2e4d217 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    5a84f71 View commit details
    Browse the repository at this point in the history
  2. clean

    i041084 committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    535af4d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. version update

    i041084 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ee97b6a View commit details
    Browse the repository at this point in the history
  2. adapt tests and changelog

    i041084 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    226c79b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #77 from SAP/message-fix

    Remove stacktrace from message
    ivanovac authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3901cb7 View commit details
    Browse the repository at this point in the history
  2. version 4.2.7 (#78)

    Co-authored-by: Tsvetelina Marinova <[email protected]>
    ivanovac and i041084 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    06c6feb View commit details
    Browse the repository at this point in the history
Loading