Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

goinception

一个集审核、执行、备份及生成回滚语句于一身的MySQL运维工具
Collective - Host: opensource - https://opencollective.com/goinception - Code: https://github.com/hanchuanchuan/goInception

update: 优化osc解析,处理密码和alter语句特殊字符.清理部分单元测试

github.com/hanchuanchuan/goInception - aa54258ec29146c1c11d78276c47138a5e3dd557 authored over 5 years ago by hanchuanchuan <[email protected]>
Update README.md

github.com/hanchuanchuan/goInception - 060742a9d965f37487f29d3bb5bc7b2910f77040 authored over 5 years ago by hanchuanchuan <[email protected]>
Update README.md

github.com/hanchuanchuan/goInception - d419b6467e44afc2c8972239b51640b778adb1fc authored over 5 years ago by hanchuanchuan <[email protected]>
Update CONTRIBUTORS.md

github.com/hanchuanchuan/goInception - bc4d8c5aed3c84fab2c83e932256760c5186e8ef authored over 5 years ago by hanchuanchuan <[email protected]>
docs: 添加贡献流程说明

github.com/hanchuanchuan/goInception - 1988276b98301a9d6211fe48451eb4f1665801f7 authored over 5 years ago by hanchuanchuan <[email protected]>
test: update travis circle yml

github.com/hanchuanchuan/goInception - 707637a6c032d7e5191748b8bf37e5b5bc94c32a authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加json类型开关 (#26)

github.com/hanchuanchuan/goInception - f225847c3a7f3576df49a6f735adac5d96f92f5d authored over 5 years ago by hanchuanchuan <[email protected]>
update: Update issue templates

github.com/hanchuanchuan/goInception - c5410334bbe75a5d518604d72f1a8fa9ae887f71 authored over 5 years ago by hanchuanchuan <[email protected]>
Update issue bug templates

github.com/hanchuanchuan/goInception - 2bb4078a9fc5f703c4825becd51666a354045217 authored over 5 years ago by hanchuanchuan <[email protected]>
test: update circle.yml

github.com/hanchuanchuan/goInception - b0cd0b120575b6ecfa66b05e68fd918862f7d391 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 更新test文件,更新readme.md

github.com/hanchuanchuan/goInception - 149a81cd3626b61431555f51f6f4b86d272762d4 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 实现基于系统变量explicit_defaults_for_timestamp的审核规则

github.com/hanchuanchuan/goInception - 00d59a3c333332412f6d92c0bc6a7489228d31b7 authored over 5 years ago by hanchuanchuan <[email protected]>
test: update circle.yml

github.com/hanchuanchuan/goInception - 37fac23b77f9eee8269c8b6d08becaa251b44cb6 authored over 5 years ago by hanchuanchuan <[email protected]>
hooks: 更新hooks文件,关闭拼写检查

github.com/hanchuanchuan/goInception - 6bd6a39368660f73d68777fa56563bd58ee8c82a authored over 5 years ago by hanchuanchuan <[email protected]>
release: v0.7.1

github.com/hanchuanchuan/goInception - 2bbe6caa4864e9d3d1e4fb550dd31cb338922358 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 添加语法树单元测试

github.com/hanchuanchuan/goInception - 401e4dd07c9a1b21a75b6c074b5c7576ce0cbc47 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加语法树打印支持

github.com/hanchuanchuan/goInception - 002072e383fb78c768eefa398e1a465324684564 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化审核结果描述文字

github.com/hanchuanchuan/goInception - ce104b610dce979ed3f9dc3d4b551b0bf0ba56e4 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化insert select审核逻辑

github.com/hanchuanchuan/goInception - 59c782ae4b309aab42dcd1acd7f7064d8d7ced2d authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复insert select子查询出错的问题

github.com/hanchuanchuan/goInception - 2aa29ef5fac248d5c835281f6707626ba3b14077 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 完善enable_null_index_name选项单元测试

github.com/hanchuanchuan/goInception - 52a1f5f25e87a4cff111330034281d67bbfbd52e authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #25 from nwsuafzq/master

增加建表时 索引名可以不设置的功能, 增加其配置选项enable_null_index_name;

github.com/hanchuanchuan/goInception - b3ecdf096c38138eb7977b430452e087832d5d0b authored over 5 years ago by hanchuanchuan <[email protected]>
修改单元测试

github.com/hanchuanchuan/goInception - 7bcac0b27729bd59cd97daa99add98fc014caebe authored over 5 years ago by zhangqiong6 <[email protected]>
单元测试更改

github.com/hanchuanchuan/goInception - d7e42ea447c2a782c002bc548233ce098d3deb54 authored over 5 years ago by zhangqiong6 <[email protected]>
去掉之前单元测试

github.com/hanchuanchuan/goInception - 62bfbc990f4212d4ae3a9db1fec33f9540542424 authored over 5 years ago by zhangqiong6 <[email protected]>
增加建表时 索引名可以不设置的功能, 增加其配置选项check_null_index_name;

github.com/hanchuanchuan/goInception - 6a76d81c7fe571b61ba20c383428d4e29cc8d677 authored over 5 years ago by zhangqiong6 <[email protected]>
update: 添加未指定config文件提示

github.com/hanchuanchuan/goInception - 6a6f241fc9ae7f28f0b249331d81daaa4952fdbe authored over 5 years ago by hanchuanchuan <[email protected]>
update: 移除config.toml文件

github.com/hanchuanchuan/goInception - e26e879112f91f18e37edc74bce33058d027fdd3 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化must_have_columns参数值解析

github.com/hanchuanchuan/goInception - e3f1c532a945fe0168ba7d8c3227060d916e9f13 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复开启osc时,alter语句有多余空格时导致无法执行的问题

github.com/hanchuanchuan/goInception - f85b0cba2f000e5805d0e73f4b03eb16ca04d7fe authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复add column(...)语法报错的问题

github.com/hanchuanchuan/goInception - e980eed5511fe24b26b429264b65e8b6975a9076 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #22 from BigChaoChao/optimize-CheckField-JsonField

update: 优化json列not null校验

github.com/hanchuanchuan/goInception - 0209f2e4317826b0cc9f4b7c02c566b41ae96de1 authored over 5 years ago by hanchuanchuan <[email protected]>
优化JSON字段审核策略

1. 审核参数"enable_blob_type",添加包含JSON字段类型;
2. 当审核参数"enable_nullable=false"时,不强制text\blob\json必须有NOT...

github.com/hanchuanchuan/goInception - 5640eb60ddace000db6d5404f6e6cb5bb6ffea9a authored over 5 years ago by sf <[email protected]>
Merge pull request #7 from hanchuanchuan/master

update

github.com/hanchuanchuan/goInception - 70aa955b7e3fb2051931e4626e2a7c074b3d6c4a authored over 5 years ago by ChaoChao <[email protected]>
release: v0.7

github.com/hanchuanchuan/goInception - 138b76c1d69965567fa3587694452c2f6b5bdb57 authored over 5 years ago by hanchuanchuan <[email protected]>
new config: 添加排序规则开关enable_set_collation和支持排序规则范围support_collation

github.com/hanchuanchuan/goInception - 3dc9c905438a7194529b5deb1ad8685ca757fa7d authored over 5 years ago by hanchuanchuan <[email protected]>
update: 备份阶段sql过长时自动截断

github.com/hanchuanchuan/goInception - 3adb7cc998306dc37a9f24a258a7676accbf4bc3 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化默认值审核时跳过主键

github.com/hanchuanchuan/goInception - c5e67c84bd6c046d5f17dced3b8175b6ba65b09d authored over 5 years ago by hanchuanchuan <[email protected]>
update: 审核阶段自动忽略警告,以免审核过早中止

github.com/hanchuanchuan/goInception - a4932a91b919735b6e1f91a541be451bf4a8b3fb authored over 5 years ago by hanchuanchuan <[email protected]>
update: update readme 的docker支持

github.com/hanchuanchuan/goInception - 6b39d01de3430df8e210d2550a1eb7a0b7c12748 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 完善受影响行数的单元测试

github.com/hanchuanchuan/goInception - ed6a76738414841a6062316de7835d85e39ba298 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复开启enable_pk_columns_only_int选项时审核错误的问题

github.com/hanchuanchuan/goInception - 7c99dd21cbc7be84c8332756356eb185d5e406d1 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复未获取预估受影响行数问题

github.com/hanchuanchuan/goInception - 3e37e62a68f39d33394d48d757ef9c7d131ca5ec authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化Dockerfile

github.com/hanchuanchuan/goInception - 97fe96c2fcf8333db676cb37e924aab7798931cf authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化dockerfile

github.com/hanchuanchuan/goInception - b09bacdcf17b2c0346da7035d819119c208994a5 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化update关联新建表时的审核逻辑,优化insert 新表 select时获取预估受影响行数

github.com/hanchuanchuan/goInception - 0e86675c62d0588b5c26964294109f99efe74b8e authored over 5 years ago by hanchuanchuan <[email protected]>
docs: v0.6.4文档更新

github.com/hanchuanchuan/goInception - d34cb486a399cfa39db5790b86e5dac6668b200e authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复mysql 5.6和mariadb获取不到受影响行数问题

github.com/hanchuanchuan/goInception - b4132fa64032b8ccd893c6d72e91281a90ed01c6 authored over 5 years ago by hanchuanchuan <[email protected]>
docs: v0.6.3文档更新

github.com/hanchuanchuan/goInception - 1dc43c468bbd3ac829762d8de0b8a6af1b3233cb authored over 5 years ago by hanchuanchuan <[email protected]>
release: v0.6.3

github.com/hanchuanchuan/goInception - f315175038483370d547f20a462d0801cdc85dd5 authored over 5 years ago by hanchuanchuan <[email protected]>
new config: 添加must_have_columns参数,用以指定建表时必须创建的列.多个列时以逗号分隔.(格式: 列名 [列类型,可选])

github.com/hanchuanchuan/goInception - 03c25d01c94213f7550aeb784e7e57c5c93a002e authored over 5 years ago by hanchuanchuan <[email protected]>
test: update

github.com/hanchuanchuan/goInception - ff1ff85ae474485e40dc0d19e8dbe1ac8f64d639 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 移除perfschema包

github.com/hanchuanchuan/goInception - 4b21a6c5c8d02bc641c0ff7e8d2acf5ab7b52fff authored over 5 years ago by hanchuanchuan <[email protected]>
new config: 添加max_insert_rows参数,用以设置insert values行数上限

github.com/hanchuanchuan/goInception - 935664b4850451c0c6e9917b66a3895c3056fa18 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 更新关联的SQL审核平台信息

github.com/hanchuanchuan/goInception - 2066b64f339825ffa0164a37150da74ee98bc277 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 移除x-server包等

github.com/hanchuanchuan/goInception - a168c41678af09ff36e3c35140afbb6566ae8bd6 authored over 5 years ago by hanchuanchuan <[email protected]>
docs: v0.6.2文档更新

github.com/hanchuanchuan/goInception - e3f2e377f174032e301542b0e2035952a36afb13 authored over 5 years ago by hanchuanchuan <[email protected]>
update: update changelog.md

github.com/hanchuanchuan/goInception - 1aa01b531deb83c38edfd145d2d12c8eaa10f932 authored over 5 years ago by hanchuanchuan <[email protected]>
release: v0.6.2

github.com/hanchuanchuan/goInception - 5427681bef3c17bd214c2afa1529b015f023346d authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #18 from nwsuafzq/master

modify the content of readme.md

github.com/hanchuanchuan/goInception - 17ece988e840789085d1b05ebac8fb9cb2dae803 authored over 5 years ago by hanchuanchuan <[email protected]>
Update README.md

github.com/hanchuanchuan/goInception - 46dbe0c4fc076c3309cbe3e78aec68fbed7f1688 authored over 5 years ago by Qiong Zhang <[email protected]>
修改git clone地址

修改git clone地址

github.com/hanchuanchuan/goInception - 57e84707160338e6459216c01abdae1107ddd767 authored over 5 years ago by Qiong Zhang <[email protected]>
Merge pull request #1 from hanchuanchuan/master

a

github.com/hanchuanchuan/goInception - 463ac29d6c64beabd20400a6bdb401b901942274 authored over 5 years ago by Qiong Zhang <[email protected]>
test: 优化单元测试,配置sql_safe_updates

github.com/hanchuanchuan/goInception - db60a597362514b1e5819c7faf6f2f47e72bc503 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化索引备份,修复索引是否唯一标识错误问题

github.com/hanchuanchuan/goInception - a2b12f7f9246f1efed93881a8b1a54a3926b761a authored over 5 years ago by hanchuanchuan <[email protected]>
update: 实现alter多子句时的表结构变化支持

github.com/hanchuanchuan/goInception - ca69744b492b53acd8f9c5b8f350372599310c8f authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加不支持语法警告(create table as和create table select)

github.com/hanchuanchuan/goInception - 89dc4fd2ddac5ce70f6e38b9b62b02bbac61cb75 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复explain返回null时报错的问题

github.com/hanchuanchuan/goInception - ad0e34b47154919f833bef6046ba1971edebbf0b authored over 5 years ago by hanchuanchuan <[email protected]>
release: v0.6.1

github.com/hanchuanchuan/goInception - 9fcc01af248bf2b830e3ea3960aa1e92cc9fe54e authored over 5 years ago by hanchuanchuan <[email protected]>
update: 调整sql指纹仅在explain时使用,避免丢失审核细节

github.com/hanchuanchuan/goInception - 02b94bdb839cf2ee2009d6590bfea2e77d0f03c7 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复percona/go-mysql不支持values(的问题

github.com/hanchuanchuan/goInception - 94bc13b7f23badff9124c301163405d9ada80423 authored over 5 years ago by hanchuanchuan <[email protected]>
new: 添加sql指纹功能,在审核时可复用类似DML语句的审核结果

github.com/hanchuanchuan/goInception - 980b9917a7118b4e1c0ca502451058d6cfb7454e authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复osc子句有双引号时执行错误的问题

github.com/hanchuanchuan/goInception - c0cdac1dc26aa7e27196e21ea9304d92469221b5 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化sql内容解析,移除多余分号和空格

github.com/hanchuanchuan/goInception - 86ecc6f4c36e5c6bdd0cc5825bfab15a26549af3 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化数据库访问速度,修复跨库update时无法找到列的问题

github.com/hanchuanchuan/goInception - f44720e7560db34bf00ef08c95d1cc64db0df15f authored over 5 years ago by hanchuanchuan <[email protected]>
test: 移除mysql驱动升级不再使用的参数

github.com/hanchuanchuan/goInception - c4b23d6114b39ccc6d21ffc9f140befc2160f1cd authored over 5 years ago by hanchuanchuan <[email protected]>
test: 移除mysql驱动升级不再使用的参数

github.com/hanchuanchuan/goInception - 6b7c64d4635cc16c728525c6fdf3045095c54d09 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加远端数据库断开重连机制,优化线程号和master status查询速度

github.com/hanchuanchuan/goInception - b3d593020cddcb1e86c427bf0e2a168cfd159748 authored over 5 years ago by hanchuanchuan <[email protected]>
release: v0.6

github.com/hanchuanchuan/goInception - 6e366c982d678a627733488feb899120e0b69b89 authored over 5 years ago by hanchuanchuan <[email protected]>
test: timestamp不允许日月为零值

github.com/hanchuanchuan/goInception - aca4c0f5ab8d21c1656aa59e6443b66106dd2f85 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 根据数据库sql_mode校验零值日期

github.com/hanchuanchuan/goInception - 849e2069cf16cf258df26587b0887f5359fb7bde authored over 5 years ago by hanchuanchuan <[email protected]>
test: 获取5.6版本测试使用的sql_mode

github.com/hanchuanchuan/goInception - 4ba605239927bd0e66c2e34984d957490098c225 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #6 from hanchuanchuan/master

update: 优化零值校验,基于服务器sql_mode规则

github.com/hanchuanchuan/goInception - 9713659bd487ed32b860fcd84b7aa86775141283 authored over 5 years ago by ChaoChao <[email protected]>
update: 优化零值校验,基于服务器sql_mode规则

github.com/hanchuanchuan/goInception - fad8ffcc32e484c3b2915f3f6d93c07ae5411770 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #5 from hanchuanchuan/master

Update

github.com/hanchuanchuan/goInception - a5d3336e61533607c9fe5c3c8aed72fa76701aa5 authored over 5 years ago by ChaoChao <[email protected]>
Merge pull request #15 from BigChaoChao/Add-CheckTimestampCount

添加checkTimestampCount参数

github.com/hanchuanchuan/goInception - 8fcb07412f654f4fdbdbb393df5c2ba24b26c6de authored over 5 years ago by hanchuanchuan <[email protected]>
Add-checkTimestampCount

添加单表存在多个current_timestamp的限制检查

github.com/hanchuanchuan/goInception - f4d25f5c653e0c1f8b75d0866e45cda1a59cd4ac authored over 5 years ago by sf <[email protected]>
update: 默认值日期格式严格校验,不允许零值日期

github.com/hanchuanchuan/goInception - 509c1b5bdeeca0237dd0e9d82df059db43650473 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #4 from hanchuanchuan/master

update

github.com/hanchuanchuan/goInception - b43d2b0edde544a0fe777de60d11c0b5aa4a45d3 authored over 5 years ago by ChaoChao <[email protected]>
test: 更新计算列,EnableNullable和CheckColumnDefaultValue的测试用例

github.com/hanchuanchuan/goInception - 5d9db30b4757aab0363383de9fe4cb4b38348872 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #14 from BigChaoChao/fix-checkFieldNullable

fix: checkFieldGeneratedNullable

github.com/hanchuanchuan/goInception - 76ca01e828c52fa1f484126f0a17c2988910eb1e authored over 5 years ago by hanchuanchuan <[email protected]>
fix: checkFieldGeneratedNullable

修复:不允许null约束时,忽略对计算列Generated的nullable检查

github.com/hanchuanchuan/goInception - cfd557661321de15a067551fbfb94838740e672a authored over 5 years ago by sf <[email protected]>
Merge pull request #13 from BigChaoChao/fix-checkFieldDefaultNull(JSON,TEXT,BLOB)

Fix check field default null(json,text,blob)

github.com/hanchuanchuan/goInception - 43fd71e5ab2e3f0e088282f41621e37c383f9bb9 authored over 5 years ago by hanchuanchuan <[email protected]>
fix checkFieldDefaultNull

优化对json,blob,text类型的默认值检查

github.com/hanchuanchuan/goInception - e779a6379ba3b1d345178a1d26b2c7f76e1e7389 authored over 5 years ago by sf <[email protected]>
Merge pull request #3 from hanchuanchuan/master

update

github.com/hanchuanchuan/goInception - 9e042124ce8f1179adf0aa1400c7362f938a1a29 authored over 5 years ago by ChaoChao <[email protected]>
Merge pull request #12 from BigChaoChao/fix-checkFieldGenerated

Fix check field generated

github.com/hanchuanchuan/goInception - ad2c5b4e0753670ebfab2725827e495a95eb441d authored over 5 years ago by hanchuanchuan <[email protected]>
fix:checkFieldGenerated

修复对虚拟列要求有defaultValue的问题

github.com/hanchuanchuan/goInception - 64d6268ed00a00bae0cc8c7658a9d04111486f00 authored over 5 years ago by sf <[email protected]>
Merge pull request #2 from hanchuanchuan/master

update

github.com/hanchuanchuan/goInception - ad612432cf79f2385e817a303c25dc72ce1fba1e authored over 5 years ago by ChaoChao <[email protected]>
update: 优化未指定架构名时的默认处理

github.com/hanchuanchuan/goInception - f2cec66c5ce8c7ee69badd63cda22123eebd897b authored over 5 years ago by hanchuanchuan <[email protected]>