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: HashLoad/boss
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.10
Choose a base ref
...
head repository: HashLoad/boss
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.11
Choose a head ref
  • 19 commits
  • 8 files changed
  • 5 contributors

Commits on Feb 23, 2023

  1. Bump golang.org/x/text from 0.3.7 to 0.3.8

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dfc5300 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from HashLoad/dependabot/go_modules/golang.or…

    …g/x/text-0.3.8
    
    Bump golang.org/x/text from 0.3.7 to 0.3.8
    viniciussanchez authored Feb 23, 2023
    Configuration menu
    Copy the full SHA
    94efcba View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0.
    - [Release notes](https://github.com/golang/net/releases)
    - [Commits](https://github.com/golang/net/commits/v0.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 7, 2023
    Configuration menu
    Copy the full SHA
    f495ec6 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Typo on variable name

    Remove use of penv library (github.com/snakeice/penv) due to a bug when executed with an Azure Devops agent
    sbeu committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    cb64b4b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Merge pull request #137 from sbeu/master

    Remove usage of penv library
    viniciussanchez authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    94ce8f6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from HashLoad/dependabot/go_modules/golang.or…

    …g/x/net-0.7.0
    
    Bump golang.org/x/net from 0.0.0-20220617184016-355a448f1bc9 to 0.7.0
    viniciussanchez authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    cab18c6 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    viniciussanchez authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    99825a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    c57a13b View commit details
    Browse the repository at this point in the history
  2. Remove require penv

    sbeu authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    23fea5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #140 from sbeu/feature/update-dependencies

    Remove require penv
    viniciussanchez authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9c6c10c View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request #139 from MeroFuruya/add-recursive-search-path

    add recursive search path at dependency compile
    viniciussanchez authored May 4, 2023
    Configuration menu
    Copy the full SHA
    98c77ed View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    5a298c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Bump golang.org/x/net from 0.7.0 to 0.17.0

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
    - [Commits](golang/net@v0.7.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4ed4203 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Merge pull request #149 from HashLoad/dependabot/go_modules/golang.or…

    …g/x/net-0.17.0
    
    Bump golang.org/x/net from 0.7.0 to 0.17.0
    viniciussanchez authored Oct 12, 2023
    Configuration menu
    Copy the full SHA
    bf69061 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump golang.org/x/crypto from 0.14.0 to 0.17.0

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
    - [Commits](golang/crypto@v0.14.0...v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    7b9ede4 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Merge pull request #152 from HashLoad/dependabot/go_modules/golang.or…

    …g/x/crypto-0.17.0
    
    Bump golang.org/x/crypto from 0.14.0 to 0.17.0
    viniciussanchez authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    69b428b View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    1943093 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Merge pull request #157 from FLuzzi-csw/fluzzi/support_default_main

    support default branch "main"
    viniciussanchez authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    19183e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from MeroFuruya/fix_146-relative-unit-search-…

    …paths
    
    fix [BUG] relative unit search paths need to prefix ..\ #146
    viniciussanchez authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c7b74f5 View commit details
    Browse the repository at this point in the history
Loading