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: clj-commons/durable-queue
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.7
Choose a base ref
...
head repository: clj-commons/durable-queue
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 27 files changed
  • 1 contributor

Commits on Sep 2, 2025

  1. add clj-kondo imports; ignore new calva repl file

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    14c9044 View commit details
    Browse the repository at this point in the history
  2. start work on 0.1.8

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    db55a9e View commit details
    Browse the repository at this point in the history
  3. local clj-kondo config

    needs to be exported!
    
    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    279ab0a View commit details
    Browse the repository at this point in the history
  4. address lint issues and clean up code

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    b6e31bb View commit details
    Browse the repository at this point in the history
  5. export clj-kondo config

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    9776db0 View commit details
    Browse the repository at this point in the history
  6. remove :refer :all

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    2ef4072 View commit details
    Browse the repository at this point in the history
  7. fixes #29 by adding clj-commons ns prefix

    this follows other clj-commons libs
    
    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    e2750b6 View commit details
    Browse the repository at this point in the history
  8. fixes #21 by using nanoTime

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    7458f53 View commit details
    Browse the repository at this point in the history
  9. fixes #20 by updating docstring

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 2, 2025
    Configuration menu
    Copy the full SHA
    1763366 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2025

  1. ignore rebel history

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    d146c06 View commit details
    Browse the repository at this point in the history
  2. fixes #30 by adding delete-queue! and delete-all!

    and deprecating delete! as dangerous
    
    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 6, 2025
    Configuration menu
    Copy the full SHA
    2d7c81c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2025

  1. minor cleanup

    no more leiningen; sonatype snapshots not needed; log4j2 config not needed
    
    document extra cli options for bb testing tasks
    
    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    f46adf2 View commit details
    Browse the repository at this point in the history
  2. clarify default clojure version

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 7, 2025
    Configuration menu
    Copy the full SHA
    99f2521 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2025

  1. remove old ns (to avoid conflicts)

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    4842acf View commit details
    Browse the repository at this point in the history
  2. update jdk default to 25

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Sep 21, 2025
    Configuration menu
    Copy the full SHA
    ff3cc82 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. prep for 0.2.0

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    5cb9fba View commit details
    Browse the repository at this point in the history
  2. update deps

    Signed-off-by: Sean Corfield <sean@corfield.org>
    seancorfield committed Nov 2, 2025
    Configuration menu
    Copy the full SHA
    7278db6 View commit details
    Browse the repository at this point in the history
Loading