• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

preaction / Minion-Backend-mysql / 124

Builds Branch Commit Type Ran Committer Via Coverage
124 master fix note values not accepting UTF-8 in the JSON JSON should be in UTF-8, but also we shouldn't care whatsoever what encoding it is: MySQL's `JSON` type is a binary type not a character type. We're supporting MySQLs from before the `JSON` type, bu... push 12 Apr 2021 10:36PM UTC preaction travis-ci pending completion   set done
123 master fix deadlocks by removing assignment to id field The old `UPDATE ...` query contained a useless assignment to the `id` field: `job.id = @dequeued_job_id := job.id`. The goal was the side-effect of setting the `@dequeued_job_id` variable that was ... push 12 Apr 2021 10:13PM UTC preaction travis-ci pending completion   set done
122 v0.23 release v0.23 [Fixed] - Fixed backend committing the current transaction whenever it is instanciated. This was causing problems with tests that use transactions for isolation and then rollback to restore. Thanks Grant Street Grou... push 19 Dec 2020 11:16PM UTC preaction travis-ci pending completion   set done
121 master incrementing version after release push 19 Dec 2020 11:08PM UTC preaction travis-ci pending completion   set done
120 v0.22 release v0.22 [Fixed] - Added a primary key to the dependencies table (`minion_job_depends`). This helps with MySQL cluster systems (like Percona XtraDB) which need primary keys in order to correctly propagate writes. Thanks @nic... push 18 Dec 2020 05:30AM UTC preaction travis-ci pending completion   set done
119 master incrementing version after release push 18 Dec 2020 04:59AM UTC preaction travis-ci pending completion   set done
117 add-primary-key Merge 2ebd843ad into ddb20b2fa Pull #31 17 Dec 2020 10:56PM UTC web-flow travis-ci pending completion   set done
115 v0.21 release v0.21 [Fixed] - The mysql backend is now fully-compatible with Minion 10.13, including: - Listing jobs by notes - Expiring jobs (experimental) - Lax dependencies (experimental) push 01 Aug 2020 04:16AM UTC preaction travis-ci pending completion   set done
114 master incrementing version after release push 01 Aug 2020 04:08AM UTC preaction travis-ci pending completion   set done
113 master upgrade to Minion 10.13 The MySQL backend now fully supports Minion 10.13 and all features. push 01 Aug 2020 03:59AM UTC preaction travis-ci pending completion   set done
112 master upgrade to Minion 10.13 The MySQL backend now fully supports Minion 10.13 and all features. push 01 Aug 2020 03:38AM UTC preaction travis-ci pending completion   set done
111 master upgrade to Minion 10.13 The MySQL backend now fully supports Minion 10.13 and all features. push 01 Aug 2020 03:23AM UTC preaction travis-ci pending completion   set done
106 v0.20 release v0.20 [Fixed] - Fixed error trying to load database on MySQL 8.0: The lock function did not have the appropriate annotations. Thanks @yahermann for reporting this issue! [Github #27] push 19 Apr 2020 01:41AM UTC preaction travis-ci pending completion   set done
105 master incrementing version after release push 19 Apr 2020 01:33AM UTC preaction travis-ci pending completion   set done
104 master fix #27 annotate function with correct attributes This fixes an error in MySQL 8 where it wants to know these things so it can determine what kind of replication will work. Statement-based replication will not work for Minion locking. Thanks @ya... push 18 Apr 2020 09:44PM UTC preaction travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc