Sidu Ponnappa

Results 40 issues of Sidu Ponnappa

Ideally, like CC.rb, the 'force build' button should be replaced with a 'start poller' button.

Feature
0 - Backlog

Repeated queries from CCMenu and other build notifiers shouldn't slow the system to a crawl.

Feature
0 - Backlog

Build successes/failures should be postable to IRC. For examples, look at #jruby's logs.

Feature
0 - Backlog

When I look at a specific build, I'd like the commit message in addition to the commit SHA.

Feature

The builds page currently looks like `wrest (1.9.2)` or `rspec-mocks (jruby)`. The ruby version information should be expanded to include - the runtime (MRI/YARV/JRUBY/RBX/MacRuby) - the version (1.8.6/1.8.7/1.9.2) - the...

Feature

The Rails test.log for a particular build is a useful build artifact that should be easy to examine in isolation.

Feature

Create a CHANGELOG file under root so that supported features/fixed issues are clearly tracked in one place

Instructions for users who run into the `You must use Bundler 2 or greater with this lockfile.` error

We're using Portkey. Portkey's base uri is `https://api.portkey.ai/v1/proxy/`. To use this base uri correctly required setting `config.api_version = ''` to avoid generating a bad URI like `https://api.portkey.ai/v1/proxy/v1/chat/completions`. I've updated the...