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

feat: KLogContext #5

Merged
merged 59 commits into from
Jul 31, 2023
Merged

feat: KLogContext #5

merged 59 commits into from
Jul 31, 2023

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    946ea2d View commit details
    Browse the repository at this point in the history
  2. Add Apache 2.0 License

    buenaflor committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    fc5fe20 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

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

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    d14be15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213e0bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df6dc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5561f2 View commit details
    Browse the repository at this point in the history
  5. Add StackSize

    buenaflor committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3e59cb5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44c4f52 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

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

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    ad2dc6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c34c019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9061be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3d0d7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9ae197 View commit details
    Browse the repository at this point in the history
  6. Remove unneccessary jar dependence

    Sentry authored and Sentry committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a30611f View commit details
    Browse the repository at this point in the history
  7. Add .darwin to KTimeUnit filename

    Giancarlo Buenaflor authored and Giancarlo Buenaflor committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    07d40c5 View commit details
    Browse the repository at this point in the history
  8. Change FluentLogger Api Interface name

    Giancarlo Buenaflor authored and Giancarlo Buenaflor committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    178ce18 View commit details
    Browse the repository at this point in the history
  9. Add KLoggingNoOp and actual typealias it as LoggingApi.NoOp

    Giancarlo Buenaflor authored and Giancarlo Buenaflor committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    57c59b8 View commit details
    Browse the repository at this point in the history
  10. Use FluentLoggerApi in FluentLogger

    Giancarlo Buenaflor authored and Giancarlo Buenaflor committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f6b5ec0 View commit details
    Browse the repository at this point in the history
  11. Use FluentLoggerApi in FluentLogger

    Giancarlo Buenaflor authored and Giancarlo Buenaflor committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c92d5dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8d59b92 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7be14b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    57c1b86 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add Flogger JVM tests

    buenaflor committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6adc58e View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fix Flogger JVM tests

    buenaflor committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9f50826 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    a1299c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d78e6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78fb143 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aea0444 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    553c851 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8060411 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01e0184 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f071b7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3520c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    4e2fe64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79bf8e2 View commit details
    Browse the repository at this point in the history
  3. Initial commit

    buenaflor committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ae87693 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ec7060 View commit details
    Browse the repository at this point in the history
  5. Apply formatting

    buenaflor committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    64dcc3f View commit details
    Browse the repository at this point in the history
  6. Add kruth

    buenaflor committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    6d8e648 View commit details
    Browse the repository at this point in the history
  7. Use FluentLogger.java - this implicitly allows us to use it as actual…

    … if the class name stays matches with the expect
    buenaflor committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b7bdf6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d04697d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba478d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76feb06 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7e2f14 View commit details
    Browse the repository at this point in the history
  12. Apply ktfmt

    buenaflor committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0dc95a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    068691b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    0e818c6 View commit details
    Browse the repository at this point in the history
  2. Remove LoggingScope

    buenaflor committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6672eeb View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    7769311 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e57b2 View commit details
    Browse the repository at this point in the history
  3. Remove integration test

    buenaflor committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    0d4e7db View commit details
    Browse the repository at this point in the history
  4. Add LogContext

    buenaflor committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    f35e310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92b8375 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c257ec View commit details
    Browse the repository at this point in the history
  7. Update messageparser todo

    buenaflor committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    40c82d5 View commit details
    Browse the repository at this point in the history
  8. Run fmt

    buenaflor committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    df0dc48 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add comments about suppress

    buenaflor committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d0d4ed8 View commit details
    Browse the repository at this point in the history