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

Use REPL context attributes if available to avoid calling JVM methods #5132

Merged
merged 22 commits into from Dec 22, 2021

Commits on Nov 30, 2021

  1. update get_notebook_path

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a035719 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. add decorator

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    c1d440c View commit details
    Browse the repository at this point in the history
  2. pass func to wraps

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    70c5c7e View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    4c981cb View commit details
    Browse the repository at this point in the history
  4. update docstring

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    e413f16 View commit details
    Browse the repository at this point in the history
  5. test

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    b83e7e2 View commit details
    Browse the repository at this point in the history
  6. fix

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    bf30d27 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. hardcode prefix

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    a610852 View commit details
    Browse the repository at this point in the history
  2. add _use_message_metadata_if_exists

    Signed-off-by: harupy <hkawamura0130@gmail.com>
    harupy committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    6278492 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2021

  1. use context metadata

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a2213e3 View commit details
    Browse the repository at this point in the history
  2. debug

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    757f0e2 View commit details
    Browse the repository at this point in the history
  3. fix attr name

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    78fa884 View commit details
    Browse the repository at this point in the history
  4. remove print

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    409bcce View commit details
    Browse the repository at this point in the history
  5. fix tests

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    7d07c30 View commit details
    Browse the repository at this point in the history
  6. fix docstring

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    97654f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. use get_context

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    d8f7b0e View commit details
    Browse the repository at this point in the history
  2. rename functions

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    9971989 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. fix module name

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    9f7dd9d View commit details
    Browse the repository at this point in the history
  2. fix module name

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    3c3676c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. use boolean attributes

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    5ac0475 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. refactor

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6804295 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into use-env-var-command-metadata

    Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
    harupy committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    3ca6b30 View commit details
    Browse the repository at this point in the history