Thanks to visit codestin.com
Credit goes to github.com

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: secondlife/python-llsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.3
Choose a base ref
...
head repository: secondlife/python-llsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.4
Choose a head ref
  • 13 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 1, 2023

  1. Bump actions/checkout from 3 to 4

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Oct 1, 2023
    Configuration menu
    Copy the full SHA
    55e30dd View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Merge pull request #16 from secondlife/dependabot/github_actions/acti…

    …ons/checkout-4
    
    Bump actions/checkout from 3 to 4
    nat-goodspeed authored Oct 5, 2023
    1 Configuration menu
    Copy the full SHA
    9655ab4 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Bump actions/setup-python from 4 to 5

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    599ad80 View commit details
    Browse the repository at this point in the history
  2. Bump actions/download-artifact from 3 to 4

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    edd38f2 View commit details
    Browse the repository at this point in the history
  3. Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    814e450 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request #18 from secondlife/dependabot/github_actions/acti…

    …ons/setup-python-5
    
    Bump actions/setup-python from 4 to 5
    nat-goodspeed authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    6a83d7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19 from secondlife/dependabot/github_actions/acti…

    …ons/download-artifact-4
    
    Bump actions/download-artifact from 3 to 4
    nat-goodspeed authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1b60fb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #20 from secondlife/dependabot/github_actions/acti…

    …ons/upload-artifact-4
    
    Bump actions/upload-artifact from 3 to 4
    nat-goodspeed authored Jan 2, 2024
    1 Configuration menu
    Copy the full SHA
    5b63d1c View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. 1 Configuration menu
    Copy the full SHA
    864adff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from secondlife/signal/codecov

    Bump codecov-action to v4
    bennettgoble authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c806ece View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Fix array indentation of pretty xml

    Fix indentation on closing element of arrays.
    bennettgoble committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    414ab69 View commit details
    Browse the repository at this point in the history
  2. Add viewer autobuild.xml roundtrip test

    Fix a missing EOL after </llsd> and add a roundtrip test of viewer autobuild xml.
    bennettgoble committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    da987c9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from secondlife/signal/fix-array-indent

    Fix array indentation of pretty xml
    bennettgoble authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    acb55e3 View commit details
    Browse the repository at this point in the history
Loading