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

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

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2023

Bumps the go-modules group with 1 update: github.com/spf13/cast.

Updates github.com/spf13/cast from 1.5.1 to 1.6.0

Release notes

Sourced from github.com/spf13/cast's releases.

v1.6.0

What's Changed

Full Changelog: spf13/cast@v1.5.1...v1.6.0

Commits
  • 48ddde5 Bump Go version in go.mod to 1.19
  • b09a6f8 deps: update to github.com/frankban/quicktest v1.14.6
  • 268227c github: Replace the test workflow with the one used in Afero
  • e9ba3ce Merge pull request #190 from spf13/updates
  • 9d37e3a ci: fix dependabot config
  • a441ac7 ci: pin actions versions, fix checkout order
  • 9c5e91d docs: update badges
  • c49a664 ci: rename ci.yml to ci.yaml
  • 0b4af69 Merge pull request #185 from spf13/dependabot/go_modules/github.com/frankban/...
  • 235f028 Merge pull request #180 from spf13/dependabot/github_actions/actions/setup-go-4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules group with 1 update: [github.com/spf13/cast](https://github.com/spf13/cast).

- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cast
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf75317) 70.04% compared to head (c0c1006) 70.04%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #358   +/-   ##
=======================================
  Coverage   70.04%   70.04%           
=======================================
  Files         151      151           
  Lines       10332    10332           
=======================================
  Hits         7237     7237           
  Misses       2624     2624           
  Partials      471      471           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hwbrzzl hwbrzzl merged commit 55f6104 into master Nov 29, 2023
@hwbrzzl hwbrzzl deleted the dependabot/go_modules/go-modules-7db4e17163 branch November 29, 2023 01:42
hwbrzzl added a commit that referenced this pull request Feb 12, 2025
hwbrzzl added a commit that referenced this pull request Feb 12, 2025
* feat: [#358] Add facades.DB, to provider an original sql flow

* optimize

* update go.mod

* address comments
hwbrzzl added a commit that referenced this pull request Feb 19, 2025
* feat: [#358] Add Insert Update Delete methods for DB

* chore: update mocks

* implement methods

* finish

* update mod

* optimize

* change CreatedAt to point

* fix test

* fix test

* remove pointer

* fix test

* fix test

* fix test

* fix test

* add test

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Feb 21, 2025
hwbrzzl added a commit that referenced this pull request Feb 21, 2025
hwbrzzl added a commit that referenced this pull request Feb 21, 2025
* feat: [#358] Add Update Delete methods for DB

* feat: [#358] Add Update Delete methods for DB

* fix test
hwbrzzl added a commit that referenced this pull request Feb 22, 2025
hwbrzzl added a commit that referenced this pull request Feb 22, 2025
* feat: [#389] add more methods

* chore: update mocks

* add methods

* update mock

* update mock

* feat: [#358] Add logger for DB

* optimize logger

* fix test

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Feb 22, 2025
hwbrzzl added a commit that referenced this pull request Feb 23, 2025
* feat: [#358] Add connection method for DB

* add test
hwbrzzl added a commit that referenced this pull request Feb 23, 2025
hwbrzzl added a commit that referenced this pull request Feb 27, 2025
* feat: [#358] Add OrWhere method for DB

* chore: update mocks

* test

* fix lint

* implement OrWhere

* fix test

* fix test

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
* feat: add some Where methods

* chore: update mocks

* implement OrWhereNot

* implement WhereExists

* implement OrWhereColumn

* implement WhereRaw

* chore: update mocks

* add .coderabbit.yaml

* fix

* fix test

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
@Copilot Copilot bot mentioned this pull request Mar 2, 2025
1 task
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
* feat: [#358] Implement OrderBy

* chore: update mocks

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
* feat: [#358] Implement Find method

* chore: update mocks

* add Select method

* add Exists method

* update mock

* implement FirstOrFail

* update between

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 2, 2025
hwbrzzl added a commit that referenced this pull request Mar 3, 2025
hwbrzzl added a commit that referenced this pull request Mar 3, 2025
…ent, Increment, InsertGetId, When methods (#931)

* feat: [#358] Add Value method

* chore: update mocks

* Add Limit method

* update mock

* fix sqlserver limit

* chore: update mocks

* remove unnecessary code

* add Count method

* chore: update mocks

* add FirstOr method

* add FirstOr method

* add DoesntExist method

* add InsertGetId method

* add Latest method

* add Latest method

* add Distinct method

* update mock

* update mock

* cancel test

* optimize Pluck

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 3, 2025
hwbrzzl added a commit that referenced this pull request Mar 4, 2025
* feat: [#358] Implement Transaction method

* implement Transaction method

* optimize

* fix test
hwbrzzl added a commit that referenced this pull request Mar 4, 2025
hwbrzzl added a commit that referenced this pull request Mar 4, 2025
* feat: [#358] Implement ToSql, ToRawSql methods

* fix tests

* fix tests
hwbrzzl added a commit that referenced this pull request Mar 4, 2025
hwbrzzl added a commit that referenced this pull request Mar 4, 2025
* feat: [#358] Implement GroupBy Having methods

* implement Join methods

* update mock
hwbrzzl added a commit that referenced this pull request Mar 5, 2025
* feat: [#358] Implement Value, Offset, Limit methods

* chore: update mocks

* optimize

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 7, 2025
hwbrzzl added a commit that referenced this pull request Mar 8, 2025
…er methods (#946)

* feat: [#358] Implement LockForUpdate method

* chore: update mocks

* Implement SharedLock

* Implement InRandomOrder method

* Implement Each method

* update mock

* add tests

* optimize

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 8, 2025
* feat: [#358] Add Select, Delete, Update, Insert methods

* update mod

* fix test

* fix test

* chore: update mocks

* fix test

---------

Co-authored-by: hwbrzzl <[email protected]>
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
* feat: [#358] Add Chunk Each FindOrFail Sum UpdateOrInsert methods

* add tests

* add tests

* optimize test
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
* feat: Implement Sqlite Mysql drivers

* fix test
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
hwbrzzl added a commit that referenced this pull request Mar 9, 2025
* feat: [#358] Update tests, completed finally

* update mod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant