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

collectiveidea / delayed_job_active_record / 200

Builds Branch Commit Type Ran Committer Via Coverage
200 master Add ruby 2.4.0 to travis Pull #135 02 Mar 2017 12:12AM UTC web-flow travis-ci pending completion   set done
#1 [no commit message] push 01 Mar 2017 11:58PM UTC travis-ci pending completion   set done
198 master Refactor sql statement Before `(run_at <= ? AND (locked_at IS NULL OR locked_at < ?) OR locked_by = ?) AND failed_at IS NULL` This sql statement is really confusing for sql newbie. After `((run_at <= ? AND (locked_at IS NULL OR locked_at < ?)... Pull #132 27 Dec 2016 06:08AM UTC web-flow travis-ci pending completion   set done
197 patch-1 Update most recent version to 4.1.1 in README Pull #131 24 Dec 2016 01:33AM UTC web-flow travis-ci pending completion   set done
196 master In the MySQL optimized query split SELECT / UPDATE Given the following index on the delayed_jobs table: CREATE INDEX delayed_job_priority ON delayed_jobs(priority,run_at); MySQL will ignore this index, and does not support hints when doing an U... Pull #125 08 Jun 2016 03:14PM UTC Ben Simpson travis-ci pending completion   set done
195 master Add PostGIS to adapter to prevent default SQL for locking job. To make the code more robust, downcase the name adapter. As shown in the PostGIS page: https://github.com/rgeo/activerecord-postgis-adapter, the adapter could be typed in any case. Pull #124 30 May 2016 08:55PM UTC Hugues Lamy travis-ci pending completion   set done
194 v4.1.1 Prepare 4.1.1 release push 16 May 2016 05:27PM UTC David Genord II travis-ci pending completion   set done
193 master Prepare 4.1.1 release push 16 May 2016 05:05PM UTC albus522 travis-ci pending completion   set done
192 master Update ruby on travis push 16 May 2016 03:08PM UTC David Genord II travis-ci pending completion   set done
191 master optimize the mssql reserve customisation Pull #123 26 Feb 2016 01:36PM UTC soemo travis-ci pending completion   set done
141 master Extract reserve methods. Can be used to more easily monkey-patch the code to always use the default SQL statement (see #33) Pull #89 16 Feb 2016 12:32PM UTC Christian Seiler travis-ci pending completion   set done
190 master improve request Pull #121 28 Jan 2016 06:28PM UTC Emmanuel Delmas travis-ci pending completion   set done
189 master max parallel execution configurable for each queue Pull #121 28 Jan 2016 11:48AM UTC emmanueldelmas travis-ci pending completion   set done
187 master Add documentation warning label push 29 Dec 2015 09:51PM UTC David Genord II travis-ci pending completion   set done
186 master Merge pull request #111 from klausmeyer/configurable-reserve-sql-strategy add option to configure which sql strategy should be used to reserve push 29 Dec 2015 09:24PM UTC David Genord II travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 22
  • 23
  • 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