+
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: getgauge/html-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.3
Choose a base ref
...
head repository: getgauge/html-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 12 files changed
  • 5 contributors

Commits on Aug 1, 2025

  1. Bump the go group with 5 updates (#355)

    Bumps the go group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.23.8` | `2.23.10` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.73.0` | `1.74.2` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.41.0` | `0.42.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.33.0` | `0.34.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.26.0` | `0.27.0` |
    
    
    Updates `github.com/tdewolff/minify/v2` from 2.23.8 to 2.23.10
    - [Release notes](https://github.com/tdewolff/minify/releases)
    - [Commits](tdewolff/minify@v2.23.8...v2.23.10)
    
    Updates `google.golang.org/grpc` from 1.73.0 to 1.74.2
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.73.0...v1.74.2)
    
    Updates `golang.org/x/net` from 0.41.0 to 0.42.0
    - [Commits](golang/net@v0.41.0...v0.42.0)
    
    Updates `golang.org/x/sys` from 0.33.0 to 0.34.0
    - [Commits](golang/sys@v0.33.0...v0.34.0)
    
    Updates `golang.org/x/text` from 0.26.0 to 0.27.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tdewolff/minify/v2
      dependency-version: 2.23.10
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.74.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/net
      dependency-version: 0.42.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/sys
      dependency-version: 0.34.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/text
      dependency-version: 0.27.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    b933a4d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Bump the go group with 8 updates (#356)

    Bumps the go group with 8 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.23.10` | `2.24.2` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.74.2` | `1.75.0` |
    | google.golang.org/protobuf | `1.36.6` | `1.36.8` |
    | [github.com/tdewolff/parse/v2](https://github.com/tdewolff/parse) | `2.8.1` | `2.8.3` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.42.0` | `0.43.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.34.0` | `0.35.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.27.0` | `0.28.0` |
    | [google.golang.org/genproto/googleapis/rpc](https://github.com/googleapis/go-genproto) | `0.0.0-20250603155806-513f23925822` | `0.0.0-20250707201910-8d1bb00bc6a7` |
    
    
    Updates `github.com/tdewolff/minify/v2` from 2.23.10 to 2.24.2
    - [Release notes](https://github.com/tdewolff/minify/releases)
    - [Commits](tdewolff/minify@v2.23.10...v2.24.2)
    
    Updates `google.golang.org/grpc` from 1.74.2 to 1.75.0
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.74.2...v1.75.0)
    
    Updates `google.golang.org/protobuf` from 1.36.6 to 1.36.8
    
    Updates `github.com/tdewolff/parse/v2` from 2.8.1 to 2.8.3
    - [Release notes](https://github.com/tdewolff/parse/releases)
    - [Commits](tdewolff/parse@v2.8.1...v2.8.3)
    
    Updates `golang.org/x/net` from 0.42.0 to 0.43.0
    - [Commits](golang/net@v0.42.0...v0.43.0)
    
    Updates `golang.org/x/sys` from 0.34.0 to 0.35.0
    - [Commits](golang/sys@v0.34.0...v0.35.0)
    
    Updates `golang.org/x/text` from 0.27.0 to 0.28.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.27.0...v0.28.0)
    
    Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20250603155806-513f23925822 to 0.0.0-20250707201910-8d1bb00bc6a7
    - [Commits](https://github.com/googleapis/go-genproto/commits)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tdewolff/minify/v2
      dependency-version: 2.24.2
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.75.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: google.golang.org/protobuf
      dependency-version: 1.36.8
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: github.com/tdewolff/parse/v2
      dependency-version: 2.8.3
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: golang.org/x/net
      dependency-version: 0.43.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/sys
      dependency-version: 0.35.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/text
      dependency-version: 0.28.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: google.golang.org/genproto/googleapis/rpc
      dependency-version: 0.0.0-20250707201910-8d1bb00bc6a7
      dependency-type: indirect
      update-type: version-update:semver-patch
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    e629bf0 View commit details
    Browse the repository at this point in the history
  2. Bump actions/checkout from 4 to 5 in the github-actions group (#357)

    Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 4 to 5
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    3b8bd46 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Bump actions/setup-go from 5 to 6 in the github-actions group (#359)

    Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).
    
    
    Updates `actions/setup-go` from 5 to 6
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    55a0a1e View commit details
    Browse the repository at this point in the history
  2. Bump the go group with 6 updates (#358)

    Bumps the go group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.24.2` | `2.24.3` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.75.1` |
    | google.golang.org/protobuf | `1.36.8` | `1.36.9` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.35.0` | `0.36.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.28.0` | `0.29.0` |
    
    
    Updates `github.com/tdewolff/minify/v2` from 2.24.2 to 2.24.3
    - [Release notes](https://github.com/tdewolff/minify/releases)
    - [Commits](tdewolff/minify@v2.24.2...v2.24.3)
    
    Updates `google.golang.org/grpc` from 1.75.0 to 1.75.1
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.75.0...v1.75.1)
    
    Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.9
    
    Updates `golang.org/x/net` from 0.43.0 to 0.44.0
    - [Commits](golang/net@v0.43.0...v0.44.0)
    
    Updates `golang.org/x/sys` from 0.35.0 to 0.36.0
    - [Commits](golang/sys@v0.35.0...v0.36.0)
    
    Updates `golang.org/x/text` from 0.28.0 to 0.29.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tdewolff/minify/v2
      dependency-version: 2.24.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.75.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: google.golang.org/protobuf
      dependency-version: 1.36.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: golang.org/x/net
      dependency-version: 0.44.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/sys
      dependency-version: 0.36.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/text
      dependency-version: 0.29.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    0e28f1b View commit details
    Browse the repository at this point in the history
  3. Bump dependencies

    Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    chadlwilson committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    1b2515a View commit details
    Browse the repository at this point in the history
  4. Lock specific version. Sigh.

    Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    chadlwilson committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    0eb859f View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2025

  1. bump gauge-proto

    Signed-off-by: sriv-e6x <srikanth.venugopalan@e6x.io>
    sriv-e6x committed Oct 9, 2025
    Configuration menu
    Copy the full SHA
    b9e5b06 View commit details
    Browse the repository at this point in the history
  2. Feature/2777 multiline strings (#360)

    * feat: Add multiline string rendering in HTML reports
    
    - Update toFragments() to detect and render multiline strings
    - Add multilineFragmentKind for proper content display
    - Add comprehensive test coverage
    - Preserve formatting and whitespace in multiline content
    
    Fixes getgauge/gauge#2777
    
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    * Bump actions/setup-go from 5 to 6 in the github-actions group (#359)
    
    Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).
    
    Updates `actions/setup-go` from 5 to 6
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    * Bump the go group with 6 updates (#358)
    
    Bumps the go group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [github.com/tdewolff/minify/v2](https://github.com/tdewolff/minify) | `2.24.2` | `2.24.3` |
    | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.75.0` | `1.75.1` |
    | google.golang.org/protobuf | `1.36.8` | `1.36.9` |
    | [golang.org/x/net](https://github.com/golang/net) | `0.43.0` | `0.44.0` |
    | [golang.org/x/sys](https://github.com/golang/sys) | `0.35.0` | `0.36.0` |
    | [golang.org/x/text](https://github.com/golang/text) | `0.28.0` | `0.29.0` |
    
    Updates `github.com/tdewolff/minify/v2` from 2.24.2 to 2.24.3
    - [Release notes](https://github.com/tdewolff/minify/releases)
    - [Commits](tdewolff/minify@v2.24.2...v2.24.3)
    
    Updates `google.golang.org/grpc` from 1.75.0 to 1.75.1
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.75.0...v1.75.1)
    
    Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.9
    
    Updates `golang.org/x/net` from 0.43.0 to 0.44.0
    - [Commits](golang/net@v0.43.0...v0.44.0)
    
    Updates `golang.org/x/sys` from 0.35.0 to 0.36.0
    - [Commits](golang/sys@v0.35.0...v0.36.0)
    
    Updates `golang.org/x/text` from 0.28.0 to 0.29.0
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tdewolff/minify/v2
      dependency-version: 2.24.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: google.golang.org/grpc
      dependency-version: 1.75.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: google.golang.org/protobuf
      dependency-version: 1.36.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go
    - dependency-name: golang.org/x/net
      dependency-version: 0.44.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/sys
      dependency-version: 0.36.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    - dependency-name: golang.org/x/text
      dependency-version: 0.29.0
      dependency-type: indirect
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    * Bump dependencies
    
    Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    * Lock specific version. Sigh.
    
    Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    * Fix go.mod local gauge-message reference
    
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    
    ---------
    
    Signed-off-by: Karim Nabli <karim.nabli.ie@gmail.com>
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
    Co-authored-by: Srikanth <srikanth.ddit@gmail.com>
    4 people authored Oct 9, 2025
    Configuration menu
    Copy the full SHA
    48b04dc View commit details
    Browse the repository at this point in the history
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载