wrench icon indicating copy to clipboard operation
wrench copied to clipboard

wrench - Schema management tool for Cloud Spanner -

Results 23 wrench issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.21.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies

I'm working at Merpay cashio team as an intern! Feel free to contact me regarding this PR :) (Slack name: `@Shion(Intern)` ) ## WHAT Implemented GitHub Actions that build images...

## Expected Behavior When a table is created with a foreign key constraint and **no foreign key action is provided**, wrench should not add `ON DELETE NO ACTION` to the...

bug

## WHAT Implement command execution confirmation for commands that involve destructive operations, particularly wrench drop. Introduce a -q/--quiet flag to facilitate execution without the confirmation prompt. ## WHY I accidentally...

enhancement

## WHAT Docker Hub release is stuck at 1.0.4. https://hub.docker.com/r/mercari/wrench/tags Will this be part of the release process going forward? ## WHY because the README points there https://github.com/cloudspannerecosystem/wrench/blob/d04d088bfb4cb581d84c9402ce15c146e3c6990c/README.md?plain=1#L49

enhancement

while reviewing the code I noticed a minor issue with internal code structure, does not impact functionality of `wrench` tool: Currently, it is not clear which layer of the code...

## WHAT There is a motivation to replace spansql with a more primitive implementation. I want to discuss it. ## WHY Currently, wrench can't process statements which are not supported...

enhancement

## WHAT Make it possible to pass the Emulator host in the Config. ``` // example cfg := wrenchSpanner.Config{ Project: "project", Instance: "instance", Database: "database", EmulatorHost: "localhost:9091", } spannerCli, err...

enhancement

## Expected Behavior When specifying project, instance and database by command line args, I want wrench to use the values instead of environment variables. ## Current Behavior wrench use environment...

bug

## WHAT It would be great if we can add an `install.sh` script like in [golangcli-lint](https://golangci-lint.run/usage/install/#other-ci) Exampe of Install.sh -> https://github.com/reviewdog/reviewdog/blob/master/install.sh ### Example ``` yaml jobs: lint: working_directory: ~/reviewdog docker:...

enhancement