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

feat: New Localization module #302

Closed
wants to merge 47 commits into from
Closed

feat: New Localization module #302

wants to merge 47 commits into from

Commits on Sep 22, 2023

  1. Implement Lang facade

    kkumar-gcc committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    17b090d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. add IsLocale method

    kkumar-gcc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    4ffcccb View commit details
    Browse the repository at this point in the history
  2. add pluralization support

    kkumar-gcc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    1b165b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

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

Commits on Oct 2, 2023

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

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    c77479b View commit details
    Browse the repository at this point in the history
  2. fix: #267 (#306)

    * feat: add environment helper
    
    * feat: optimize sonic
    
    * fix: tests
    
    * feat: rename to env
    
    * feat: optimize json
    
    * fix: optimize tests
    devhaozi committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f9d300e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. add tests for file loader

    kkumar-gcc committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    482145a View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. refactor: move mocks (#307)

    * feat: update mocks
    
    * refactor: move mocks
    
    * workflow: remove code review
    
    * workflow: fix mockery
    
    * fix: update mocks
    
    * refactor: move gorm initialize interface to contracts folder
    
    * feat: test generate mock
    
    * workflow: update mock
    
    * chore: update mocks
    
    * chore: remove unnecessary go generate tag
    
    * workflow: only generate mocks in master branch
    
    * workflow: fix lint
    
    * workflow: make mockery only run on pr
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move interface
    
    * chore: update mocks
    
    * fix: test
    
    ---------
    
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    devhaozi and devhaozi committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    72e221e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. build(deps): bump the go-modules group with 1 update (#310)

    Bumps the go-modules group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto).
    
    - [Commits](golang/crypto@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4a6e705 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. build(deps): bump the github-actions group with 1 update (#312)

    Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).
    
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      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] committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b1c0268 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the go-modules group with 1 update (#313)

    Bumps the go-modules group with 1 update: [github.com/spf13/viper](https://github.com/spf13/viper).
    
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    dependabot[bot] and hwbrzzl committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    2ecb709 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. build(deps): bump the go-modules group with 2 updates (#315)

    Bumps the go-modules group with 2 updates: [github.com/bytedance/sonic](https://github.com/bytedance/sonic) and [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    
    Updates `github.com/bytedance/sonic` from 1.10.1 to 1.10.2
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.1...v1.10.2)
    
    Updates `github.com/golang-module/carbon/v2` from 2.2.8 to 2.2.9
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.8...v2.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1fe58aa View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. build(deps): bump github.com/brianvoe/gofakeit/v6 from 6.23.2 to 6.24…

    ….0 (#324)
    
    Bumps [github.com/brianvoe/gofakeit/v6](https://github.com/brianvoe/gofakeit) from 6.23.2 to 6.24.0.
    - [Release notes](https://github.com/brianvoe/gofakeit/releases)
    - [Commits](brianvoe/gofakeit@v6.23.2...v6.24.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/brianvoe/gofakeit/v6
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    be95246 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

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

Commits on Nov 3, 2023

  1. build(deps): bump github.com/golang-module/carbon/v2 (#331)

    Bumps [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon) from 2.2.11 to 2.2.12.
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.11...v2.2.12)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    81cd827 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. chore: merge v1.13.x to master (#333)

    * Upgrade v1.13.1
    
    * Merge #305, #306 to v1.13.x (#308)
    
    * Upgrade v1.13.1 (#295)
    
    * Update README
    
    * build(deps): bump the go-modules group with 1 update (#296)
    
    Bumps the go-modules group with 1 update: [github.com/bytedance/sonic](https://github.com/bytedance/sonic).
    
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#297)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.6...v2.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#299)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the github-actions group with 1 update (#300)
    
    Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * feat: add GetBytes method and test cases (#298)
    
    * feat: add GetBytes method and test cases
    
    * workflow: remove filesystem
    
    * fix: lint
    
    * feat: optimize code
    
    * feat: optimize test
    
    * fix: windows tests
    
    * workflow: fix
    
    * fix: file not close
    
    * feat: optimize code
    
    * fix: lint
    
    * fix: lint
    
    * fix: test
    
    * feat: Add interface comments (#292)
    
    * Add interface comments to all facades
    
    * Add comments for remaining contracts
    
    * convert the first letter of word to a lower case in godoc comments
    
    * Add a space for each comment after //
    
    * build(deps): bump the go-modules group with 1 update (#301)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.7...v2.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#303)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix:[#263] There is a path error in the filesystem module (#305)
    
    * feat: Add Fluent String helpers (#304)
    
    * add fluent strings helpers
    
    * add more fluent string helpers
    
    * add headline helper
    
    * add test cases for fluent strings
    
    * add test cases for headline function
    
    * modify, according to suggestions
    
    * modify, according to suggestions
    
    * reformat the str file
    
    * fix: #267 (#306)
    
    * feat: add environment helper
    
    * feat: optimize sonic
    
    * fix: tests
    
    * feat: rename to env
    
    * feat: optimize json
    
    * fix: optimize tests
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: 耗子 <i@haozi.net>
    Co-authored-by: krishan kumar <84431594+kkumar-gcc@users.noreply.github.com>
    
    * fix: [#270] Optimize postgres DNS (#309)
    
    * fix: [#270] Optimize postgres DNS
    
    * Fix unit test
    
    * fix: [#253] [Bug] The With method can't be used with the Cursor method together (#311)
    
    * fix: #253 [Bug] The With method can't be used with the Cursor method together
    
    * Remove test
    
    * Upgrade v1.13.2
    
    * Update README
    
    * fix: Register multiple events (#317)
    
    * Upgrade v1.13.1 (#295)
    
    * Update README
    
    * build(deps): bump the go-modules group with 1 update (#296)
    
    Bumps the go-modules group with 1 update: [github.com/bytedance/sonic](https://github.com/bytedance/sonic).
    
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#297)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.6...v2.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#299)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the github-actions group with 1 update (#300)
    
    Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * feat: add GetBytes method and test cases (#298)
    
    * feat: add GetBytes method and test cases
    
    * workflow: remove filesystem
    
    * fix: lint
    
    * feat: optimize code
    
    * feat: optimize test
    
    * fix: windows tests
    
    * workflow: fix
    
    * fix: file not close
    
    * feat: optimize code
    
    * fix: lint
    
    * fix: lint
    
    * fix: test
    
    * feat: Add interface comments (#292)
    
    * Add interface comments to all facades
    
    * Add comments for remaining contracts
    
    * convert the first letter of word to a lower case in godoc comments
    
    * Add a space for each comment after //
    
    * build(deps): bump the go-modules group with 1 update (#301)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.7...v2.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#303)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix:[#263] There is a path error in the filesystem module (#305)
    
    * feat: Add Fluent String helpers (#304)
    
    * add fluent strings helpers
    
    * add more fluent string helpers
    
    * add headline helper
    
    * add test cases for fluent strings
    
    * add test cases for headline function
    
    * modify, according to suggestions
    
    * modify, according to suggestions
    
    * reformat the str file
    
    * fix: #267 (#306)
    
    * feat: add environment helper
    
    * feat: optimize sonic
    
    * fix: tests
    
    * feat: rename to env
    
    * feat: optimize json
    
    * fix: optimize tests
    
    * refactor: move mocks (#307)
    
    * feat: update mocks
    
    * refactor: move mocks
    
    * workflow: remove code review
    
    * workflow: fix mockery
    
    * fix: update mocks
    
    * refactor: move gorm initialize interface to contracts folder
    
    * feat: test generate mock
    
    * workflow: update mock
    
    * chore: update mocks
    
    * chore: remove unnecessary go generate tag
    
    * workflow: only generate mocks in master branch
    
    * workflow: fix lint
    
    * workflow: make mockery only run on pr
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move interface
    
    * chore: update mocks
    
    * fix: test
    
    ---------
    
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#310)
    
    Bumps the go-modules group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto).
    
    - [Commits](golang/crypto@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the github-actions group with 1 update (#312)
    
    Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).
    
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      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>
    
    * build(deps): bump the go-modules group with 1 update (#313)
    
    Bumps the go-modules group with 1 update: [github.com/spf13/viper](https://github.com/spf13/viper).
    
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * build(deps): bump the go-modules group with 2 updates (#315)
    
    Bumps the go-modules group with 2 updates: [github.com/bytedance/sonic](https://github.com/bytedance/sonic) and [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    
    Updates `github.com/bytedance/sonic` from 1.10.1 to 1.10.2
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.1...v1.10.2)
    
    Updates `github.com/golang-module/carbon/v2` from 2.2.8 to 2.2.9
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.8...v2.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Register multiple events
    
    * Fix typo
    
    * Restore
    
    * Allow multiple events registeration
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    Co-authored-by: Bowen <wenbo.han@compass.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: 耗子 <i@haozi.net>
    Co-authored-by: krishan kumar <84431594+kkumar-gcc@users.noreply.github.com>
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    
    * fix: database variable (#316)
    
    * Upgrade v1.13.1 (#295)
    
    * Update README
    
    * build(deps): bump the go-modules group with 1 update (#296)
    
    Bumps the go-modules group with 1 update: [github.com/bytedance/sonic](https://github.com/bytedance/sonic).
    
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.0...v1.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#297)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.6...v2.2.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#299)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.0...v1.58.1)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the github-actions group with 1 update (#300)
    
    Bumps the github-actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action).
    
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      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>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * feat: add GetBytes method and test cases (#298)
    
    * feat: add GetBytes method and test cases
    
    * workflow: remove filesystem
    
    * fix: lint
    
    * feat: optimize code
    
    * feat: optimize test
    
    * fix: windows tests
    
    * workflow: fix
    
    * fix: file not close
    
    * feat: optimize code
    
    * fix: lint
    
    * fix: lint
    
    * fix: test
    
    * feat: Add interface comments (#292)
    
    * Add interface comments to all facades
    
    * Add comments for remaining contracts
    
    * convert the first letter of word to a lower case in godoc comments
    
    * Add a space for each comment after //
    
    * build(deps): bump the go-modules group with 1 update (#301)
    
    Bumps the go-modules group with 1 update: [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.7...v2.2.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#303)
    
    Bumps the go-modules group with 1 update: [google.golang.org/grpc](https://github.com/grpc/grpc-go).
    
    - [Release notes](https://github.com/grpc/grpc-go/releases)
    - [Commits](grpc/grpc-go@v1.58.1...v1.58.2)
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/grpc
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * fix:[#263] There is a path error in the filesystem module (#305)
    
    * feat: Add Fluent String helpers (#304)
    
    * add fluent strings helpers
    
    * add more fluent string helpers
    
    * add headline helper
    
    * add test cases for fluent strings
    
    * add test cases for headline function
    
    * modify, according to suggestions
    
    * modify, according to suggestions
    
    * reformat the str file
    
    * fix: #267 (#306)
    
    * feat: add environment helper
    
    * feat: optimize sonic
    
    * fix: tests
    
    * feat: rename to env
    
    * feat: optimize json
    
    * fix: optimize tests
    
    * refactor: move mocks (#307)
    
    * feat: update mocks
    
    * refactor: move mocks
    
    * workflow: remove code review
    
    * workflow: fix mockery
    
    * fix: update mocks
    
    * refactor: move gorm initialize interface to contracts folder
    
    * feat: test generate mock
    
    * workflow: update mock
    
    * chore: update mocks
    
    * chore: remove unnecessary go generate tag
    
    * workflow: only generate mocks in master branch
    
    * workflow: fix lint
    
    * workflow: make mockery only run on pr
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move Gorm interface to contracts/database/gorm
    
    * feat: move interface
    
    * chore: update mocks
    
    * fix: test
    
    ---------
    
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    
    * build(deps): bump the go-modules group with 1 update (#310)
    
    Bumps the go-modules group with 1 update: [golang.org/x/crypto](https://github.com/golang/crypto).
    
    - [Commits](golang/crypto@v0.13.0...v0.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * build(deps): bump the github-actions group with 1 update (#312)
    
    Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action).
    
    - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases)
    - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md)
    - [Commits](stefanzweifel/git-auto-commit-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: stefanzweifel/git-auto-commit-action
      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>
    
    * build(deps): bump the go-modules group with 1 update (#313)
    
    Bumps the go-modules group with 1 update: [github.com/spf13/viper](https://github.com/spf13/viper).
    
    - [Release notes](https://github.com/spf13/viper/releases)
    - [Commits](spf13/viper@v1.16.0...v1.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/viper
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * build(deps): bump the go-modules group with 2 updates (#315)
    
    Bumps the go-modules group with 2 updates: [github.com/bytedance/sonic](https://github.com/bytedance/sonic) and [github.com/golang-module/carbon/v2](https://github.com/golang-module/carbon).
    
    
    Updates `github.com/bytedance/sonic` from 1.10.1 to 1.10.2
    - [Release notes](https://github.com/bytedance/sonic/releases)
    - [Commits](bytedance/sonic@v1.10.1...v1.10.2)
    
    Updates `github.com/golang-module/carbon/v2` from 2.2.8 to 2.2.9
    - [Release notes](https://github.com/golang-module/carbon/releases)
    - [Commits](golang-module/carbon@v2.2.8...v2.2.9)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/bytedance/sonic
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    - dependency-name: github.com/golang-module/carbon/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix database variable
    
    * Restore
    
    * Fix database typo
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    Co-authored-by: Bowen <wenbo.han@compass.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: 耗子 <i@haozi.net>
    Co-authored-by: krishan kumar <84431594+kkumar-gcc@users.noreply.github.com>
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    
    * feat: [#265] The Config module supports get system environment variables (#329)
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: Bowen <wenbo.han@compass.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: krishan kumar <84431594+kkumar-gcc@users.noreply.github.com>
    Co-authored-by: Ahmed M. Ammar <ahmed3mar@outlook.com>
    Co-authored-by: devhaozi <devhaozi@users.noreply.github.com>
    7 people committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    7bfd957 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge v1.13.4 (#345)

    hwbrzzl committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0a38081 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix: Validator Bind can't cast value (#336)

    * feat: Optimize Validator Bind
    
    * feat: auto cast value
    
    * feat: optimize code
    
    * feat: add test cases
    
    * fix: lint
    
    * fix: lint
    
    * fix: support struct nesting
    
    * feat: add test case
    
    * feat: optimize type
    
    * refactor: use mapstructure to decode struct with cast
    
    * fix: remove unnecessary case
    
    * feat: make validate get field use form tag
    
    * feat: make validate get filtered and safe data
    
    * fix: lint
    
    * feat: remove unnecessary dataFace
    
    * feat: add cast test
    
    * feat: add error message
    
    * fix: tests
    
    * fix: tests
    
    * feat: Update validation/validator_test.go
    
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    
    * fix: lint
    
    * feat: add more test case
    
    ---------
    
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    devhaozi and hwbrzzl committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    376f1d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

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

Commits on Nov 15, 2023

  1. feat: [#289] Remove github.com/ory/dockertest (#334)

    * feat: [#289] Remove github.com/ory/dockertest
    
    * Optmize unit tests
    
    * Optimize unit tests
    
    * Optimizi unit tests
    
    * Optimize unit tests
    
    * Add lock
    
    * Optimize lock
    
    * Optimize locak
    
    * Optimize lock
    
    * Optimize port
    
    * Optimize port
    
    * Optimize windows test
    
    * Remove unnecessary code
    
    * Remove unnecessary code
    
    * Optimize docker structure
    
    * chore: update mocks
    
    * Optimize unit tests
    
    * Optimize unit tests
    
    * Add unit tests
    
    * Upgrade redis
    
    ---------
    
    Co-authored-by: hwbrzzl <hwbrzzl@users.noreply.github.com>
    hwbrzzl and hwbrzzl committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b3de65f View commit details
    Browse the repository at this point in the history
  2. remove maps.Copy function

    kkumar-gcc committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7a269f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. build(deps): bump the github-actions group with 1 update (#348)

    Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache).
    
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    09d4514 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump the go-modules group with 1 update (#347)

    Bumps the go-modules group with 1 update: [gorm.io/driver/postgres](https://github.com/go-gorm/postgres).
    
    - [Commits](go-gorm/postgres@v1.5.3...v1.5.4)
    
    ---
    updated-dependencies:
    - dependency-name: gorm.io/driver/postgres
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-modules
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Wenbo Han <hwbrzzl@gmail.com>
    dependabot[bot] and hwbrzzl committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c1af159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f69215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b895b87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df11554 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7473b3 View commit details
    Browse the repository at this point in the history
  7. Implement Lang facade

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8722588 View commit details
    Browse the repository at this point in the history
  8. add IsLocale method

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    6d2c301 View commit details
    Browse the repository at this point in the history
  9. add pluralization support

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    a384ec5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f9cae1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b2dacc6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    620c8f6 View commit details
    Browse the repository at this point in the history
  13. set locale in http context

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    5b4aaf4 View commit details
    Browse the repository at this point in the history
  14. add tests for file loader

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    114bd36 View commit details
    Browse the repository at this point in the history
  15. remove maps.Copy function

    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3abc8ac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ea59475 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    73de8c6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    402d1a7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f9f66a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a47d468 View commit details
    Browse the repository at this point in the history
  21. Merge remote-tracking branch 'origin/kkumar-gcc/#39' into kkumar-gcc/#39

    
    
    # Conflicts:
    #	foundation/application_test.go
    #	translation/file_loader_test.go
    #	translation/message_selector.go
    #	translation/translator_test.go
    kkumar-gcc committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    97bb8e2 View commit details
    Browse the repository at this point in the history
  22. chore: update mocks

    kkumar-gcc authored and github-actions[bot] committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    72f7ff2 View commit details
    Browse the repository at this point in the history