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 #441

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2024

Bumps the go-modules group with 1 update: github.com/glebarez/sqlite.

Updates github.com/glebarez/sqlite from 1.10.0 to 1.11.0

Release notes

Sourced from github.com/glebarez/sqlite's releases.

GORM 1.25.7 and upstream merge

What's Changed

Full Changelog: glebarez/sqlite@v1.10.0...v1.11.0

Commits
  • 2051f80 build(deps): bump actions/cache from 3 to 4
  • 1b64a74 build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.7
  • a871805 Merge upstream
  • 7544227 Update github action
  • 00ab012 fix: double quoted string literals in migrator (#183)
  • 87158cf refactor: distinguish between Unique and UniqueIndex (#156)
  • 084ab1e build(deps): bump actions/upload-artifact from 3 to 4
  • 0cc98c4 build(deps): bump dawidd6/action-download-artifact from 2 to 3
  • 1d689f0 build(deps): bump actions/setup-go from 4 to 5
  • 869dd96 fix ddl from exists table (#172)
  • 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/glebarez/sqlite](https://github.com/glebarez/sqlite).


Updates `github.com/glebarez/sqlite` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/glebarez/sqlite/releases)
- [Commits](glebarez/sqlite@v1.10.0...v1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@hwbrzzl hwbrzzl merged commit 60102dd into master Mar 15, 2024
6 checks passed
@hwbrzzl hwbrzzl deleted the dependabot/go_modules/go-modules-16de625a54 branch March 15, 2024 07:05
kkumar-gcc added a commit that referenced this pull request Oct 30, 2024
kkumar-gcc added a commit that referenced this pull request Oct 31, 2024
kkumar-gcc added a commit that referenced this pull request Nov 1, 2024
* implement http testing

* optimize code

* chore: update mocks

* fix code review

* chore: update mocks

* optimize cookies expiration logic

* add test cases for test_response

* fix:lint

* use response recorder

* update go mod

* change cookie value type to string

* chore: update mocks

* remove mutex

* update test response

* add more test cases for test response

* driver specific http testing process

* directly use r.t

* use Test method for testing

* update cookie assertion logic

* .

* add isCookieExpired Method

* optimize cookie expiration logic

---------

Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
kkumar-gcc added a commit that referenced this pull request Nov 2, 2024
* add all http request method for testing

* chore: update mocks

* add Don't See method

* chore: update mocks

* add AssertSee

* chore: update mocks

* add test cases for new response methods

* .

* chore: update mocks

* .

---------

Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
kkumar-gcc added a commit that referenced this pull request Nov 4, 2024
kkumar-gcc added a commit that referenced this pull request Nov 4, 2024
* add body helper for building body

* add test cases

* chore: update mocks

* add BodyContent Interface

* chore: update mocks

* fix lint

* set multiple files

* chore: update mocks

* update according to review

* chore: update mocks

* removing unnecessary mocks

* add more test cases

* optimize extraction of boundary from contentType

* fix nilaway error

---------

Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
kkumar-gcc added a commit that referenced this pull request Nov 4, 2024
kkumar-gcc added a commit that referenced this pull request Nov 4, 2024
kkumar-gcc added a commit that referenced this pull request Nov 6, 2024
* add `AssertFluentJson`

* chore: update mocks

* add methods for assertJson

* chore: update mocks

* add more method to test_request

* chore: update mocks

* add tests for assertable_json

* chore: update mocks

* fix nilaway

* .

* optimize test cases

---------

Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
kkumar-gcc added a commit that referenced this pull request Nov 16, 2024
kkumar-gcc added a commit that referenced this pull request Nov 17, 2024
kkumar-gcc added a commit that referenced this pull request Nov 17, 2024
* add session in http testing

* chore: update mocks

* remove `withSession`

* remove `WithSessionId`

* chore: update mocks

* optimize setSession

* add methods to access properties of http response

* chore: update mocks

* add test for setSession

* add tearDown method

* remove unnecessary assertExpectations

* add Test for Session method

---------

Co-authored-by: kkumar-gcc <kkumar-gcc@users.noreply.github.com>
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