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

Add CIDER log middleware #773

Closed
wants to merge 20 commits into from
Closed

Add CIDER log middleware #773

wants to merge 20 commits into from

Commits on Jun 12, 2023

  1. Add CIDER log middleware

    r0man committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c320457 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Remove + from install profile

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8d7c958 View commit details
    Browse the repository at this point in the history
  2. Prefix NREPL ops with cider

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a16f5fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2687e51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d37a305 View commit details
    Browse the repository at this point in the history
  5. Fix type hint of exception-name

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9df2647 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e7dea2 View commit details
    Browse the repository at this point in the history
  7. Use keep instead of remove nil?

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    12c820c View commit details
    Browse the repository at this point in the history
  8. Move log specs to test dir

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    919cd39 View commit details
    Browse the repository at this point in the history
  9. Instrument in test namespace

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    09fac63 View commit details
    Browse the repository at this point in the history
  10. Complete repl namespace specs

    r0man committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    17f9a36 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e195d14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7f92bb View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Add changelog entry

    r0man committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    874fc48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba09c4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f4535 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d0bae21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f249be0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1541ef View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Accept keyword arguments in cider.log.repl

    This is a bit more user friendly when typing in commands in the
    REPL. In Clojure 1.11 both, keyword arguments and a single options
    map, are supported.
    r0man committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    f6ef379 View commit details
    Browse the repository at this point in the history