Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge upstream v0.2.7 #8

Open
wants to merge 19 commits into
base: dev
Choose a base branch
from
Open

Commits on Jul 3, 2024

  1. Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (0xPolygon#95)

    Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2.
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.17.0...v1.18.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    0535309 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.1 (0xPolygon#102)

    Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.1.
    - [Release notes](https://github.com/urfave/cli/releases)
    - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
    - [Commits](urfave/cli@v2.25.7...v2.27.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/urfave/cli/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    6d26e77 View commit details
    Browse the repository at this point in the history
  3. Bump go.uber.org/zap from 1.26.0 to 1.27.0 (0xPolygon#114)

    Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.26.0 to 1.27.0.
    - [Release notes](https://github.com/uber-go/zap/releases)
    - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
    - [Commits](uber-go/zap@v1.26.0...v1.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: go.uber.org/zap
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d161391 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (0xPolygon#116)

    Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0.
    - [Release notes](https://github.com/stretchr/testify/releases)
    - [Commits](stretchr/testify@v1.8.4...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stretchr/testify
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    221ec61 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Close inactive client connections (0xPolygon#125)

    * Close inactive client connections
    
    * fix inactivitytout usage description
    
    * rename "tout" to "timeout"
    
    * change log descriptions
    agnusmor authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7fe639a View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Introduce more rules to the linter configuration (0xPolygon#121)

    * Introduce new linter rules and fix the existing violations
    
    * Switch to RWMutex usage for clients map
    
    * Fix warning (don't enable already enabled truncateCmp check for gocritic)
    
    * Install the latest golangci-lint tool
    
    * Disable magic number check and unconvert time.Duration
    Stefan-Ethernal authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    8ed7277 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

Commits on Jul 30, 2024

  1. Refactor logs (0xPolygon#130)

    * refactor logs
    
    * fix log broadcastAtomicOP
    
    * fix clients ip log
    
    * fix typo
    
    * fix lint
    agnusmor authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    95faf88 View commit details
    Browse the repository at this point in the history
  2. Introduce SonarCloud with code coverage (0xPolygon#131)

    * Introduce SonarCloud with code coverage
    
    * Remove verbose output
    Stefan-Ethernal authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3039179 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. do not kill the connection on error (0xPolygon#133)

    * do not kill the connection if an error happens during the execution of a command
    ToniRamirezM authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    77bea0f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Aug 30, 2024

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

Commits on Sep 10, 2024

  1. unit test (0xPolygon#140)

    * unit test
    
    * linter
    
    * fix log data race condition
    ARR552 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ae23d09 View commit details
    Browse the repository at this point in the history
  2. Revert "unit test (0xPolygon#140)" (0xPolygon#141)

    This reverts commit ae23d09.
    ToniRamirezM authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2cd1625 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fix/ds app (0xPolygon#144)

    * WIP
    
    * dsTool working again
    
    * linter
    
    * fix batchL2Data
    
    * avoid fatal if dump finish fine
    ARR552 authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    80fd1fa View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Rachit77/tests (0xPolygon#137)

    * wip
    
    * wip
    
    * change permission
    
    * wip
    
    * wip
    
    * wip
    
    * lint fix
    rachit77 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    766c3e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    cca8f76 View commit details
    Browse the repository at this point in the history
  2. basedev merge upstream v0.2.7 fix ut (#9)

    * update
    
    * update
    zjg555543 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c225bfe View commit details
    Browse the repository at this point in the history