Yorick Terweijden
Yorick Terweijden
See #426 for task tracking This PR contains: - [x] /api/clusters/{clusterName}/services/actions/provision - [x] /api/clusters/{clusterName}/services/actions/unprovision - [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/checksum-table - [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/move-table/{clusterShard} - [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/reshard-table - [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/reshard-table/{clusterList} - [x] /api/clusters/{clusterName}/schema/{schemaName}/{tableName}/actions/universal-table -...
Endpoints: `api_cluster.go` - [x] /api/clusters/actions/add/{clusterName} - [x] /api/clusters/{clusterName} - [x] /api/clusters/{clusterName}/actions/add/{clusterShardingName} - [x] /api/clusters/{clusterName}/actions/addserver/{host}/{port} - [x] /api/clusters/{clusterName}/actions/addserver/{host}/{port}/{type} - [x] /api/clusters/{clusterName}/actions/cancel-rolling-reprov - [x] /api/clusters/{clusterName}/actions/cancel-rolling-restart - [x] /api/clusters/{clusterName}/actions/checksum-all-tables - [x] /api/clusters/{clusterName}/actions/failover -...
Switch cluster.SetState to cluster.SetSugarState which reduces code complexity Note: some States were before marked as WARNING while the Key was set to ERR
Add a super property to the Base*Visitor generated code allowing to only override the required Visitors vs implementing each one in its entirety. Example code: ``` type fooVisitor struct {...
This PR allows for using the library to parse XML that is streamed into the application by exposing bindings to the required functions. Adding bindings for the following three functions:...
Adds an option to email the password directly, also adds a locale for the Dutch language.
Hi, there is a bug that the Timeout for the client and server are being set to the default Flag parameter. This occurs here: https://github.com/shadowsocks/shadowsocks-go/blob/master/shadowsocks/config.go#L102-L137 What is supposed to happen...