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: nats-io/jsm.go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: nats-io/jsm.go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.1
Choose a head ref
  • 18 commits
  • 27 files changed
  • 4 contributors

Commits on Mar 20, 2025

  1. Fixed invalid consumer info schema

    Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
    piotrpio committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    94a2a3d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #641 from piotrpio/fix-schemas

    Fixed invalid consumer info schema
    ripienaar authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    c185d3f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Fix gathering profiles in audit package

    Signed-off-by: Neil Twigg <neil@nats.io>
    neilalexander committed Mar 25, 2025
    Configuration menu
    Copy the full SHA
    71021e5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #642 from neilalexander/neil/gatherprofile

    Fix gathering profiles in `audit` package
    ripienaar authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    05232cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eecd04a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #643 from ploubser/fix_error

    (maint) Return an error when gateway file is missing instead of just …
    ripienaar authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    6f16fcc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Improve Reader memory usage and performance

    Here we implement an inverted index to improve tag lookup when trying to load
    a file from the archive.
    
    We also stop using reflect in the EachCluserServerX methods and use generics
    instead.
    ploubser committed Mar 28, 2025
    Configuration menu
    Copy the full SHA
    b0f001c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #644 from ploubser/v2_optimisation

    Improve Reader memory usage and performance
    ripienaar authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    62ce00d View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Handle empty status string in healthz

    Also fix CPU usage calculation
    
    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Mar 31, 2025
    Configuration menu
    Copy the full SHA
    6f06e39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #645 from ripienaar/audit_hz

    Handle empty status string in healthz
    ripienaar authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    86264b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Update PercentageUnit calculations

    In the past units of type PercentageUnit were stored as numbers between 0 and 1.
    We now represent these values as numbers between 0 and 100.
    
    This commit also adds tests for all the checks we have today.
    ploubser committed Apr 4, 2025
    Configuration menu
    Copy the full SHA
    36c9df5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #646 from ploubser/update_PercentageUnit

    Update PercentageUnit calculations
    ripienaar authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    addc8e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Add unpin schema

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    00922c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #647 from ripienaar/unpin_schemas

    Add unpin schema
    ripienaar authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    511f1ea View commit details
    Browse the repository at this point in the history
  3. Include the unpin schemas in schema lists

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Apr 7, 2025
    Configuration menu
    Copy the full SHA
    934afc9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #648 from ripienaar/unpin_schemas_1

    Include the unpin schemas in schema lists
    ripienaar authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    b4c2eaf View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. Update dependencies

    Signed-off-by: R.I.Pienaar <rip@devco.net>
    ripienaar committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    4716c62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #649 from ripienaar/dependencies

    Update dependencies
    ripienaar authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    1191bb6 View commit details
    Browse the repository at this point in the history
Loading