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

sds / overcommit / 941

Builds Branch Commit Type Ran Committer Via Coverage
941 master Check that hook scripts are tracked by Git This is a stronger check than merely ensuring that they are a relative path. In order to work in the case where `HEAD` was not yet defined for a repo, we had to add a repo helper `GitRepo.tracked?` whic... push 13 Jul 2015 06:03AM UTC sds travis-ci pending completion   set done
940 master Gracefully handle closed input streams in Subprocess.spawn Tests were failing on JRuby due to the STDIN pipe being closed before we got a chance to write to it (this was non-deterministic). A simple workaround is for us to silently fail in this ... push 13 Jul 2015 04:30AM UTC sds travis-ci pending completion   set done
939 master Add support for filtering hooks via ONLY env var Sometimes (especially when testing out a particular hook via `overcommit --run`) it's useful to be able to filter the list of hooks using a whitelist instead of a blacklist, as it's quicker to type... push 13 Jul 2015 02:40AM UTC sds travis-ci pending completion   set done
938 master Add additional documentation for required_executable It was pointed out that the behavior of `required_executable` when specifying a relative path was not explained well. Elaborate in the documentation. push 12 Jul 2015 07:42AM UTC sds travis-ci pending completion   set done
937 master Add specs for Utils.initial_commit? push 12 Jul 2015 07:12AM UTC sds travis-ci pending completion   set done
936 master Add specs for Utils.submodule_statuses push 12 Jul 2015 07:08AM UTC sds travis-ci pending completion   set done
935 master Fix spec runs for individual spec files When running spec files individually they could potentially break if they indirectly called a method in `Utils`. Fix this by wrapping all calls in a helper so if the logger isn't defined we don't blow up. push 12 Jul 2015 06:47AM UTC sds travis-ci pending completion   set done
934 master Fix broken Utils spec This was broken due to a missing mock for the methods that are called by the debug logger. push 12 Jul 2015 06:40AM UTC sds travis-ci pending completion   set done
933 master Fix commit-msg hooks handling of --verbose flag If `git commit --verbose` was executed with a large diff of files, `commit-msg` hooks would be very slow or sometimes fail with encoding errors (since the contents of _all_ files in the diff would b... push 12 Jul 2015 06:29AM UTC sds travis-ci pending completion   set done
932 master Disable "No applicable hooks" message unless in debug mode These messages are perceived as noisy. Silence them unless debug mode is enabled. push 12 Jul 2015 06:13AM UTC sds travis-ci pending completion   set done
931 master Remove modified_files delegator from PostCheckout::Base This was done in error in 8ee8707, since `Hook::Base` already defines a delegator for `modified_files`. push 12 Jul 2015 05:22AM UTC sds travis-ci pending completion   set done
930 master Add helpful error message for gem loading issues in hooks Previously, if you had a `require` statement in a hook for a gem that wasn't installed or wasn't specified in the loaded Gemfile, you would get an unhelpful load error. Provide some helpf... push 12 Jul 2015 05:21AM UTC sds travis-ci pending completion   set done
929 master Update changelog with hook helper updates push 11 Jul 2015 06:10PM UTC sds travis-ci pending completion   set done
928 master Expose modified_files helper to PostCheckout hooks This was missed in 57bd724. push 11 Jul 2015 06:07PM UTC sds travis-ci pending completion   set done
927 master Rename RewrittenCommit struct fields Having "sha1" in the name of the field is a bit implementation-specific. We can just as easily use "hash". push 11 Jul 2015 06:03PM UTC sds travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • …
  • 93
  • 94
  • 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