-
Notifications
You must be signed in to change notification settings - Fork 87
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
approved these changes
Mar 15, 2024
1 task
kkumar-gcc
added a commit
that referenced
this pull request
Oct 30, 2024
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
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
kkumar-gcc
added a commit
that referenced
this pull request
Nov 2, 2024
kkumar-gcc
added a commit
that referenced
this pull request
Nov 2, 2024
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 3, 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 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 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>
1 task
kkumar-gcc
added a commit
that referenced
this pull request
Nov 10, 2024
kkumar-gcc
added a commit
that referenced
this pull request
Nov 12, 2024
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go-modules group with 1 update: github.com/glebarez/sqlite.
Updates
github.com/glebarez/sqlite
from 1.10.0 to 1.11.0Release notes
Sourced from github.com/glebarez/sqlite's releases.
Commits
2051f80
build(deps): bump actions/cache from 3 to 41b64a74
build(deps): bump gorm.io/gorm from 1.25.5 to 1.25.7a871805
Merge upstream7544227
Update github action00ab012
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 40cc98c4
build(deps): bump dawidd6/action-download-artifact from 2 to 31d689f0
build(deps): bump actions/setup-go from 4 to 5869dd96
fix ddl from exists table (#172)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