TestPilot
-
had a default installation of Sphinx in the path
Need Sphinx to Just Work - which means an installation (perhaps 2.0.1) should have its executables linked into /usr/local/bin or some other bin directory that's in the PATH.
4 votes -
Email notifications
It's kind of a must have :)
Also need to add arbitrary people to be notified.9 votes -
Sync with Github froze
When importing repos initially, the progress froze at 68%.
When I re-synced it, the progress went quickly from 0 to 100% successfully.A suspect from top of my head: large Java repos (but it's weird why it worked 2nd time).
4 votes -
Invite people to see details of the private repo
Maybe that's possible, but can't see how yet.
Need to invite other guys (not necessarily devs) to see the status.
6 votes -
Worth building master only by default?
My repo has more than 10 branches, some of them are experimental and are kept solely for reference.
I think more sensitive default would be to run tests on a single branch (master) rather than all of them.
4 votes -
have docs for the mongo DB config
Getting errors loading up the mongodb config. It looks like either the the Rails environment isn't set to match the mongoid.yml.
Here is the error:
/home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.0/lib/active_support/whiny_nil.rb:48:in `method_missing': undefined method `values' for nil:NilClass (NoMethodError)
711
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/mongoid-2.3.0/lib/mongoid/railtie.rb:64:in `block in '
712
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/initializable.rb:25:in `instance_exec'
713
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/initializable.rb:25:in `run'
714
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/initializable.rb:50:in `block in run_initializers'
715
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/initializable.rb:49:in `each'
716
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/initializable.rb:49:in `run_initializers'
717
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/application.rb:92:in `initialize!'
718
from /home/ubuntu/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.1.0/lib/rails/railtie/configurable.rb:30:in `method_missing'
719
from /workspace/codefire/jct-ana/config/environment.rb:5:in `'1 vote -
Home page should be home page
In order to see the content of the Home page I need to sign out.
Maybe consider having dashboard at `/dashboard` instead of the root?1 vote -
Ability to run a specific task manually
Really need to have a "dedicated button" to run a task, such as deploy to production. Maybe some way of triggering the Deploy Stage?
Most common scenarios (build configurations) for us with TeamCity are:
1. Run all the tests.
2. Deploy to staging (depends on 1, automatic).
3. Deploy to demo (depends on 1, automatic).I can't see how to achieve step 3 for now with TestPilot.
4. Deploy to production (depends on 1, **manual**).2 votes -
Ruby issues with build
Tested 1 project with 2 version of ruby - 1.9.2 + 1.9.3
For some reason it compiled the project twice with 1.8.7 and once with 1.9.2. All three failed after bundling with:
can't convert nil into Stringhttps://skitch.com/natesampo/g5wtb/inspire9-builder-testpilot
1 vote