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

ci: 优化circleci的docker设置

github.com/hanchuanchuan/goInception - 356554f31814ffa2dd963144a5a42efd3cde0127 authored over 5 years ago by hanchuanchuan <[email protected]>
ci: 优化项目build方式

github.com/hanchuanchuan/goInception - 0f147ee5a40bd50663229806edd29797c4796123 authored over 5 years ago by hanchuanchuan <[email protected]>
ci: 更新circleci,自动发布docker版本

github.com/hanchuanchuan/goInception - 2f3f5aa77112044ac7edc9d287319edfecd91f04 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化备份库库名生成逻辑,库名过长时自动截断

github.com/hanchuanchuan/goInception - 9b3812033bbf03f58bfc436bcd8c7e81b3554711 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #47 from hhyo/support-engine

update: 增加enable_set_engine、support_engine参数,控制是否允许指定存储引擎以及支持的存储引擎类型

github.com/hanchuanchuan/goInception - be4c74203063934466d30e10c18f87b6333c6f44 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 增加enable_set_engine、support_engine参数,控制是否允许指定存储引擎以及支持的存储引擎类型

github.com/hanchuanchuan/goInception - 1027c3e90ec0ae750adabf863a7ea8d3c5935984 authored over 5 years ago by hhyo <[email protected]>
fix: 修复pt-osc可能出现执行成功,但进度不到100%的问题

github.com/hanchuanchuan/goInception - 89c375a7eae90039540347e78f8d88c9119d3c42 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化osc的进程列表显示顺序

github.com/hanchuanchuan/goInception - 63395463da1fa9d98bf923d8a5158ce9c6f0a2ed authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化osc的进程列表显示顺序

github.com/hanchuanchuan/goInception - ad948a0e92ec936d46bba029d03ad05ae865ca54 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化osc的进程列表显示

github.com/hanchuanchuan/goInception - 5ac226bc3725fa69b57c9bce915d762b440b31ee authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加中间件数据库回滚支持,需要指定后端数据库地址

github.com/hanchuanchuan/goInception - ed066e9bf1a21af619044c2d83681e296c6138c3 authored over 5 years ago by hanchuanchuan <[email protected]>
release: v1.0-rc3

github.com/hanchuanchuan/goInception - d44574fb183ac5adcfbb2e39ab134736866573f6 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复使用osc做DDL变更时可能不支持的问题

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

feature: 添加sleep执行等待功能,降低对线上数据库的影响

github.com/hanchuanchuan/goInception - 7240f35b73d398e3027dab97d0267731872127b7 authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加sleep执行等待功能,降低对线上数据库的影响

github.com/hanchuanchuan/goInception - 201302d117f0d6c71bdde393297726feb1c90b72 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复format参数位置问题

github.com/hanchuanchuan/goInception - 3d6671f99ca3da2fa47f9b7b0312aa84897eca46 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 调整备份记录表的sql_statement字段类型为mediumtext,并自动兼容text类型

github.com/hanchuanchuan/goInception - e893dbe8223e28c4755c48760be4fc6346f96316 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加参数max_allowed_packet以支持更长的SQL文本

github.com/hanchuanchuan/goInception - 6af539b33ae438b71ff78dac54082655235f55ed authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加参数skip_sqls用以兼容客户端默认sql

github.com/hanchuanchuan/goInception - 4bb2a8b0256fd15feb68b86596b0f11c251dd0e8 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复对客户端的支持

github.com/hanchuanchuan/goInception - 3838ec33ee16374c20132f87cd95d6e8179a4809 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化对部分sql的支持(兼容mysqlclient客户端)

github.com/hanchuanchuan/goInception - c76e7ba761c5cccab649a81b30d689c011cf9e99 authored over 5 years ago by hanchuanchuan <[email protected]>
release: v1.0-rc2

github.com/hanchuanchuan/goInception - c8234916f547a0b142e2c96813539bc2cfdfdf2e authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 优化回滚相关表结构,字符集调整为utf8mb4

github.com/hanchuanchuan/goInception - 8171d670b26b97f6c8f93392fd1de21c86db00f1 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #44 from hanchuanchuan/update-check-items

update: 优化审核细节,审核子查询,函数等表达式

github.com/hanchuanchuan/goInception - ff3fa75ed03cce6879f8341113ff0934d531a381 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 添加pt-osc和gh-ost的单元测试

github.com/hanchuanchuan/goInception - e8139c7480124c21673f0dc71fd8919133a479ac authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化gh-ost默认生成的socket文件名格式

github.com/hanchuanchuan/goInception - 7675b67c6fc4ca5300296c9befa6e11d1c6043e9 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化审核细节,审核子查询,case,between等子句

github.com/hanchuanchuan/goInception - 3b531cad431516247e212eaa6f9db985ddecb74c authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化审核细节,审核函数表达式

github.com/hanchuanchuan/goInception - 3c02a0467aaeb7326b28eed716d8aae79a53438e authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化审核细节,审核各种表达式

github.com/hanchuanchuan/goInception - ff45c4fd15e71e3eb4464a89160bb3a9c9f5ba44 authored over 5 years ago by hanchuanchuan <[email protected]>
update: binlog解析时添加mariadb判断

github.com/hanchuanchuan/goInception - 08ca881398ed11eaaa2702fd5d198f27732e5816 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化日志输出,便于debug

github.com/hanchuanchuan/goInception - 77cc46629654d32d432224a38477fa1911c2c599 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化insert values审核规则,审核values中的列名

github.com/hanchuanchuan/goInception - 6d20c956141a0c3b22deb5afb8b5d8701bd0f4e5 authored over 5 years ago by hanchuanchuan <[email protected]>
release: v1.0-rc1

github.com/hanchuanchuan/goInception - a72882d023f4e5ce5312f978f99f908ccc59282b authored over 5 years ago by hanchuanchuan <[email protected]>
docs: update config.toml配置文件说明

github.com/hanchuanchuan/goInception - b6568d50baf030c827e173df260f3ce708d0bd63 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化自增列的中文警告信息

github.com/hanchuanchuan/goInception - 8ae0bf641ac2e2ccd2ed394d609df59fdb3a7aee authored over 5 years ago by hanchuanchuan <[email protected]>
docs: 更新split功能等文档信息

github.com/hanchuanchuan/goInception - 495a9c52d07871c3949952f4d1b4a73e397cdb57 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #42 from hanchuanchuan/feature-split

Feature DDL/DML分组功能

github.com/hanchuanchuan/goInception - 00c7e44f05595b76746a7d771c1d9b28070a9e7d authored over 5 years ago by hanchuanchuan <[email protected]>
update: 实现DDL/DML分组功能

github.com/hanchuanchuan/goInception - 8e06aae7a067e2501f944a4f7fb5e2c2d310f3a9 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化split分隔功能

github.com/hanchuanchuan/goInception - 8fa12685e750b499f28ac0dcdfecd1ab2ed56e40 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加split分隔功能

github.com/hanchuanchuan/goInception - fd4bf30c683c26265c49a924e1db8391edc39d6c authored over 5 years ago by hanchuanchuan <[email protected]>
docs: 更新统计功能的文档说明

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

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

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

github.com/hanchuanchuan/goInception - 696524b217ba695f90686b4548a254ec33651e68 authored over 5 years ago by hanchuanchuan <[email protected]>
Merge pull request #41 from hanchuanchuan/feature-column-position-change

feature: 添加参数check_column_position_change,可控制是否检查列位置/顺序变更

github.com/hanchuanchuan/goInception - 2a0277faf9d6d10a5d76531b3848b42960dc8b79 authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加参数check_column_position_change,可控制是否检查列位置/顺序变更 (#40)

github.com/hanchuanchuan/goInception - 2422a64d1b08781e5d077285a35b968e21ab299d authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化使用阿里云RDS和gh-ost的逻辑,自动设置assume-master-host参数

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

feature: 添加统计功能

github.com/hanchuanchuan/goInception - aeac790843f8025311f1ec974772b6f7d25d6de4 authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加统计功能

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

github.com/hanchuanchuan/goInception - 5c91af944532365b56b24b43dcaac6212e51a85f authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复设置osc_min_table_size大于0后无法正常启用osc的bug

github.com/hanchuanchuan/goInception - eeb1c71928d603acf6b45f355dc65025c6aaaa27 authored over 5 years ago by hanchuanchuan <[email protected]>
parse: 更新语法解析,兼容语法inception get processlist

github.com/hanchuanchuan/goInception - 693d969b95decd11f5d29c331b7e38c94a0e2bd2 authored over 5 years ago by hanchuanchuan <[email protected]>
docker: 更新Makefile,下载pt-osc

github.com/hanchuanchuan/goInception - 861f945c96b1a2b7b73aab711da5457950fddb77 authored over 5 years ago by hanchuanchuan <[email protected]>
docker: add docker-compose.yml

github.com/hanchuanchuan/goInception - d34585e2dc41daf2b2305853833299630b282e60 authored over 5 years ago by hanchuanchuan <[email protected]>
docker: 精简docker镜像,仅安装pt-osc包(版本3.0.13)

github.com/hanchuanchuan/goInception - c4f0a8c5c39bf662cd0f8e422cc7bdce0ef0ca75 authored over 5 years ago by hanchuanchuan <[email protected]>
docker: 更新docker镜像,内置percona-toolkit-3.0.4工具包

github.com/hanchuanchuan/goInception - 2a2df7eba8bb42eb66e34f838e808b4f080d8ae2 authored over 5 years ago by hanchuanchuan <[email protected]>
docker: 更新dockerfile,安装pt-osc包

github.com/hanchuanchuan/goInception - 35aa9b94bf2f08133ca6adee9ac1d8865e74dedf authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 添加gh-ost的initially-drop-old-table和initially-drop-ghost-table参数支持

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

github.com/hanchuanchuan/goInception - 87b254f043246ebd52cd5ceb9f2a6aba4f315936 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化ddl操作kill逻辑,添加备份开关判断

github.com/hanchuanchuan/goInception - e33e4d82b6fe8e0a36e3ea20b3639c27318dfff1 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化ddl操作kill逻辑,更新返回的错误信息

github.com/hanchuanchuan/goInception - f563ef3a92a8f4707755abe100813adea1e8cec2 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复gh-ost执行语句有反引号时报语法错误的bug (fix #33)

github.com/hanchuanchuan/goInception - 4c5f465d4744841e69526e5695e06357765bf6c0 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化binlog解析对无符号列负值的处理

github.com/hanchuanchuan/goInception - cc8c17da0b9de434a235b36bc1e2e6907df1a12f authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复binlog解析对unsigned列负值的处理

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

github.com/hanchuanchuan/goInception - 2ce74f2ab3827d5b1091e4eace72f6a2195189e5 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复新建表后,使用大小写不一致的表名时返回表不存在bug

github.com/hanchuanchuan/goInception - 520c47f360e841358ab1be116209d293460e2072 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化insert select新表的审核规则

github.com/hanchuanchuan/goInception - 6a015cef91b8b166251124a4105240912962e958 authored over 5 years ago by hanchuanchuan <[email protected]>
docs: 添加参数general_log说明

github.com/hanchuanchuan/goInception - 3f51c28862b9bc71db727e3dfff7a7c7da924392 authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加general_log参数,可记录全量日志

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

github.com/hanchuanchuan/goInception - 9eaf2bdbb9e70e0168a93c6df68113868795d478 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复当开启sql指纹功能时,审核有警告导致后续审核变为错误

github.com/hanchuanchuan/goInception - 7b4239c5ab2e8157d878e03e39fb34a57c1c9568 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 更新单元测试,添加sql_mode判断

github.com/hanchuanchuan/goInception - dfb89b13b1c6b67ed24b4c059cdfd3e4baba5a70 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 更新单元测试

github.com/hanchuanchuan/goInception - 8ed3758dd6910c1071603f2d488b593e016a1439 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化子查询列审核规则,添加group by审核规则

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

github.com/hanchuanchuan/goInception - 82fb1669924b9d08f6b0bb47a4c53e8fa8b65bee authored over 5 years ago by hanchuanchuan <[email protected]>
*: 添加git配置文件

github.com/hanchuanchuan/goInception - 39534eefce9d6b563fcd184fba6fdb383589210e authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加alter table时的ALGORITHM,LOCK,FORCE选项支持 (#31)

github.com/hanchuanchuan/goInception - 2fdeb1859c1d797358049a9d7e9988e14a5f7084 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化insert select的审核规则

github.com/hanchuanchuan/goInception - a930f31d2ac950a94b496f501965e53038bd637c authored over 5 years ago by hanchuanchuan <[email protected]>
update: 完善update子查询审核

github.com/hanchuanchuan/goInception - 73b77a32087e10eb54a900a606322bea4a301749 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 更新update子查询

github.com/hanchuanchuan/goInception - f1850e95d8123abb57e74c2e984708426f12cae0 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加select语法审核

github.com/hanchuanchuan/goInception - d21359914bf6b1af2bbcfb9bd53de1c1ed7cf652 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加执行和备份阶段失败时返回的错误信息前缀

github.com/hanchuanchuan/goInception - 5b3e095bbe1e6d565e944786a720140287a32a49 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 优化执行阶段kill逻辑,避免kill后备份也中止

github.com/hanchuanchuan/goInception - 9429456230fe08000e1470dfe113c1fc418d3583 authored over 5 years ago by hanchuanchuan <[email protected]>
update: updates README.md

github.com/hanchuanchuan/goInception - 176eca3d698d00a31d4b1b41a56a0f03a73d717d authored over 5 years ago by hanchuanchuan <[email protected]>
docs: add doc kill_stmt.md

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

github.com/hanchuanchuan/goInception - 8bd4a76ad0e90ae30a02257ffe95e3710c3454d0 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 重新设计kill操作支持,支持远端数据库kill和inception kill

github.com/hanchuanchuan/goInception - 3e3336bb2906cb569e1dca5faaf68765b15bf18e authored over 5 years ago by hanchuanchuan <[email protected]>
update: 添加alter table表选项语法支持

github.com/hanchuanchuan/goInception - c90f37d192cdb243412e0181f23522f93ebaeae7 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 连接断开重试次数从3调整为1,优化审核进度反馈

github.com/hanchuanchuan/goInception - 97e81d632b0c952d80d5cd1f0a53ee8f8c59e7a7 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 暂时忽略union limit/order by语法测试

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

github.com/hanchuanchuan/goInception - c796b9f306efdb0f893a2303877302351d374097 authored over 5 years ago by hanchuanchuan <[email protected]>
fix: 修复在开启备份时,执行错误时偶尔出现的标记执行/备份成功问题

github.com/hanchuanchuan/goInception - ea69434e94e2a5eaed5f15bdd31e66cca310ab23 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 测试环境配置lower_case_table_names=1

github.com/hanchuanchuan/goInception - f09eecc0b2f5c9356dc96af91eeeb4fdd0396070 authored over 5 years ago by hanchuanchuan <[email protected]>
test: 移除无用的debug信息

github.com/hanchuanchuan/goInception - b998fe3edd43225ba1f8380be612874ceab0abf2 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 实现insert select * 列数审核

github.com/hanchuanchuan/goInception - 075e1665a54df541c46589c6ec64ae1cc49488f2 authored over 5 years ago by hanchuanchuan <[email protected]>
update: 去除执行sql两端的回车符

github.com/hanchuanchuan/goInception - e99dba082790272c485ffb2eaf6c7c049295732b authored over 5 years ago by hanchuanchuan <[email protected]>
update: 去除执行sql两端的换行符

github.com/hanchuanchuan/goInception - 788a79f807d51083eb5bba425573ae1ba68e4c66 authored over 5 years ago by hanchuanchuan <[email protected]>
docs: 添加本地版本的go.mod

github.com/hanchuanchuan/goInception - 23ceb3f9030a79307b292a017c87607396a916cc authored over 5 years ago by hanchuanchuan <[email protected]>
feature: 添加字段类型审核开关`check_column_type_change`,默认`开启` (close #27)

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

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