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

Merged
merged 45 commits into from
Nov 16, 2022
Merged

Merge upstream #18

merged 45 commits into from
Nov 16, 2022

Conversation

Calebjh
Copy link

@Calebjh Calebjh commented Nov 12, 2022

No description provided.

morigs and others added 30 commits April 3, 2022 00:25
As of Go 1.16, the same functionality is now provided by package io or
package os, and those implementations should be preferred in new code.

So replacing all usage of ioutil pkg with io & os.
chore: Correct interface name in comments.
…or-sqlite3

bump version for sqlite3 lib to 1.14.14
Replace deprecated ioutil pkg with os & io
…e#778)

* modify: Add statement timeout query parmeter for MySQL

* fix: parsing and assignment of statementTimeout

* fix: bad merge
* Update modernc.org/sqlite

Specifically to get support for sqlite3 3.38.0.

* go mod tidy
…ame and password.

The example:

   `clickhouse://username:password@host:port/database=clicks?x-multi-statement=true`

did not work, but:

`clickhouse://host:port?username=user&password=password&database=clicks&x-multi-statement=true`

does.

I got the above DSN format from the tests.
The example Clickhouse DSN incorrectly described how to set the usern…
Signed-off-by: Thomas Spear <tspear@conquestcyber.com>
Signed-off-by: Thomas Spear <tspear@conquestcyber.com>
linzhengen and others added 15 commits October 5, 2022 23:48
This commit enables support for module graph pruning and lazy module
loading for projects that are at Go 1.17 or higher.

Reference: https://go.dev/ref/mod#go-mod-file-go
Reference: https://go.dev/ref/mod#graph-pruning
Reference: https://go.dev/ref/mod#lazy-loading
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
build: update `go` directive in `go.mod` to 1.17
mention impact and urgency
docs: minor updates to getting started docs
golang-migrate#819)

* Fix link root

Fix the link root so that it doesn't point relatively.

* Simplify to just the / root
* Bump alpine images to version 3.16 and update golang image to one based on alpine 3.15

Signed-off-by: Thomas Spear <tspear@conquestcyber.com>

* Bump alpine image to version 3.16

Signed-off-by: Thomas Spear <tspear@conquestcyber.com>

* Bump go version to 1.18

Signed-off-by: Thomas Spear <tspear@conquestcyber.com>

* Revert "Bump go version to 1.18"

This reverts commit 7a7d2bf.

* Revert "Bump alpine image to version 3.16"

This reverts commit b13c3b8.

* Upgrade docker image and migrate binary to golang 1.19, and use build stages in docker image

Signed-off-by: Thomas Spear <tspear@conquestcyber.com>

* Back out unnecessary changes

Signed-off-by: Thomas Spear <tspear@conquestcyber.com>
Co-authored-by: Dale Hui <dhui@users.noreply.github.com>
…ate#843)

* update spanner module to fix spanner parsing issue

* bump the spanner module version to v1.40.0
@coveralls
Copy link

Pull Request Test Coverage Report for Build 3448735027

  • 221 of 356 (62.08%) changed or added relevant lines in 24 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 57.539%

Changes Missing Coverage Covered Lines Changed/Added Lines %
testing/testing.go 0 1 0.0%
source/bitbucket/bitbucket.go 0 2 0.0%
source/github/github.go 0 2 0.0%
source/gitlab/gitlab.go 0 2 0.0%
database/mysql/mysql.go 12 20 60.0%
database/yugabytedb/yugabytedb.go 186 306 60.78%
Files with Coverage Reduction New Missed Lines %
util.go 1 48.15%
Totals Coverage Status
Change from base Build 3448074632: 0.1%
Covered Lines: 3938
Relevant Lines: 6844

💛 - Coveralls

Copy link

@brocwoodworthIBLX brocwoodworthIBLX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌

@Calebjh Calebjh merged commit cea73ce into infobloxopen:master Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.