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: ruby/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.4
Choose a base ref
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 29, 2021

  1. Changes to datetime formatting

    Formatting a datetime should only pertain to itself and valid datetimes do not contain a space. Should there be a desire to show show a space between the datetime and the process pid in the formatted log, this formatting logic should take place there.
    Furthermore, the default datetime format is moved to a class variable to allowing this variable to be overwritten by subclasses.
    bazay authored Jul 29, 2021
    Configuration menu
    Copy the full SHA
    7cbd434 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Test cases

    bazay committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    40adb64 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Merge pull request #60 from bazay/patch-1

    Changes to datetime formatting
    hsbt authored Dec 9, 2021
    Configuration menu
    Copy the full SHA
    0fc272a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. s/RubyVM::JIT/RubyVM::MJIT/g

    k0kubun committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    2b92317 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #65 from k0kubun/rubyvm-mjit

    s/RubyVM::JIT/RubyVM::MJIT/g
    k0kubun authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    bbd5f75 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Configuration menu
    Copy the full SHA
    5ee0fd6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66 from ruby/fix-broken-test

    Removed loading old helper file and load Logger class by itself
    hsbt authored Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6b2040c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. Bump version to 1.5.0

    hsbt committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    cdeddb2 View commit details
    Browse the repository at this point in the history
Loading