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: eBay/bsonpatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bsonpatch/bsonpatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 59 files changed
  • 2 contributors

Commits on Sep 1, 2025

  1. New fork and repackage (#1)

    * Update code to pick up 0.5.0 changes from zjsonpatch
    
    * repackage in new github org
    
    * add ci workflow
    
    * Integrate site building
    
    * add publish site workflow
    
    * add badges
    
    * add publish artifacts workflow
    dandoug committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    d26cfba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Configuration menu
    Copy the full SHA
    cfac6a8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from bsonpatch/add-social-link-and-keywords

    add keywords and social link to site
    dandoug authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    8b54f52 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. remove internal implementation of longestCommonSubsequence

    Back in 2019, the usage of this method in BsonDiff was changed to use the commons-collections4 ListUtils version.  There are no other usages of this internal, package-visible static method.  So, I'm removing it from the code base.  It's been six years, if we haven't found a use for it in that time, we probably never will.  Removing increases unit test line coverage from 91% to 94% :-)
    dandoug committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    c194202 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from bsonpatch/remove-dead-code

    remove internal implementation of longestCommonSubsequence
    dandoug authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    b623e97 View commit details
    Browse the repository at this point in the history
Loading