search for: ccrb

Displaying 20 results from an estimated 21 matches for "ccrb".

Did you mean: ccb
2008 May 02
3
CruiseControlRb behind apache
I managed to find this in the archives, so far: http://www.nabble.com/Setting-up-CCRB-behind-apache-proxy-tt14016053.html#a14099749 Found a better alternative to doing this in my .htaccess instead of messing with the httpd.conf, in case someone is interested: --- snip --- RewriteEngine On ### for cruisecontrol RewriteBase / RewriteRule ^(.*)$ http://localhost:3333/$1 [P] Au...
2007 Mar 15
7
greetings, and first question
Hi, Nice project. I saw the checkin for jbehave and I thought "SOLD!" One question, is there a reason that it cannot be installed using gem? It would make starting the server easy. Other people can also customize the server like they do with Jetty (which I think is the coolest servlet engine because of that). -- Shane http://www.shaneduan.com
2008 Jan 26
6
UI Integration with RSpec?
Hi all, Is there any integration with testing tools such as RSpec or Test::Unit planned? I see that the cruise task is run correctly, but the tests show up underneath the build log. Ideally I''d like them to show up the same way that they do in ''java'' CruiseControl, in their own section of tests. Will.
2010 Mar 18
2
CCrb configuration for many projects
Hi! I have about 10 projects in my Cruise. I want to use metric_fu (roodi, rcov, flay) metrics. Right now I have defined :cruise task in Rakefile in each project. Is there any convention to manage cruise configuration from one place? Gem? Plugin for Rails projects? Some good habit also for custom artifacts? -- Pozdrawiam, Sebastian Nowak http://blog.sebastiannowak.net XMPP: seban at chrome.pl
2007 Jul 06
0
CCRB and ci_reporter XML output: How do you display custom build artifacts
Hi, I''ve installed ci_reporter (having previously installed CruiseControlRB), as both a gem and a rails plugin. The tests are invoked by an explicit project.command (rake ci:setup:testunit test - I probably shouldn''t need to do this explicitly but I''m semi-following ci_reporter instructions here) from cruise_config.rb. At the completion of the tests I see XML files
2008 Mar 31
0
[CruiseControl] mongrel-trunk-mingw32 build 997.1 failed
...see a link to the build page here. CHANGES ------- Build was manually requested BUILD LOG --------- D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work Luis$ ruby -e "require ''rubygems'' rescue nil; require ''rake''; load ''D:/Users/Luis/tools/ccrb/tasks/cc_build.rake''; ARGV << ''--nosearch'' << ''cc:build''; Rake.application.run; ARGV.clear" rake clean (in D:/Users/Luis/.cruise/projects/mongrel-trunk-mingw32/work) [CruiseControl] Invoking Rake task "clobber" Cleaning rake...
2008 May 08
1
Custom builds artifacts not visible (WIN 32)
...vironment CC_BUILD_ARTIFACTS to /work/ccrob/artifacts using the tip given in another thread about manual build requests. And the result is that there is nothing in the builds about code coverage (when the target folder is actually nicely updated). Anybody has any idea about this? My guess is that ccrb may create links in the builds (like the manual says "The build page includes links to every file or subdirectory found in the build artifacts directory.") and links may not work in XP. Is it possible to ask ccrb to actually copy the target folder in the build one? Thanks in advance I...
2008 May 20
3
IRC bot for cc.rb?
Hi all, Don''t suppose there''s an IRC bot I can use (or repurpose) for cc.rb notifications? Will.
2008 May 21
1
Fwd: One Build at a time
> > Hello CCrb users. > > Is there a way to configure Cruise Control rb to only build one > project at a time? > > I have two projects is two different repositories, and I don''t want > their builds to overlap. > > Thanks, > > Doug Bradbury > Software Craftsman > 8t...
2008 Aug 08
1
Jabber Notification
Hi all, Some of my team are using ubuntu for their desktop (i.e. no cctray support), and email notification just ain''t quick enough for me, so I need to set up our ccrb to support jabber notification, I guess. I read in the documentation (http://cruisecontrolrb.thoughtworks.com/ documentation/getting_notified) that there''s a jabber plug but I can''t see one in /lib/builder_plugins Where should I be looking? For bonus points a pointer to a blo...
2008 Aug 12
1
The CruiseControl server does not provide web URLs for projects
Hi folks, We successfully set up our ccrb app, running on a server in-house. As a first pass, I was originally running it through a terminal connected to the server via ssh, where I''d just navigated to the app''s folder then run ''cruise start''. At that time, I could connect fine to the CCTray servi...
2008 Jan 05
3
Builder Plugin vs. Rails Plugin vs. ??? for one-click deploy
...I sat down to try to start writing a cruise plugin that allows you to deploy (''cap deploy'' or something similar) a revision that has built successfully by clicking a link or button on the builds/show page. (I.e., something that satisfies http://jira.public.thoughtworks.org/browse/CCRB-55.) Since I want to be able to configure the command to run in each project''s cruise_config.rb, I looked into making it a builder plugin (even though those normally do all their work in the builder processes rather than the web app). I was happy to find the builder plugins are created i...
2008 May 06
5
Failing build is restarted again and again (manual request + Win32)
...or My project''s builds do fail because I have been a bad boy and did not write too many tests and some migrations fail as well. I am setting cc to fix that! The problem then is that I clicked on the Build now button to have it started and as expected, the build fails after 10 seconds but ccrb keeps on building it again an again (got 2900 builds overnights:)). While investigating, I found a "build_requested" file in my project folder which I guess was created when I clicked the "build now" button. It seems that the default behaviour is for this file not to be deleted...
2008 May 06
4
Git support - kinda works, have design questions
...te update" - I had to replace that with lower level "git fetch origin" that seems to do the right thing. None of that is documented behavior, as far as I can tell. Anyhow, it works for some value of "works" now. ThoughtWorks IS needs to punch a hole in the firewall so that ccrb.tw.com can talk to RubyForge Git server. Once that is done, I am deploying the current tip. Meantime, there is one pretty important design decision to be made. Commit id in distributed source control systems tends to be a very long random hex string. So, our convention of using revision number as...
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app and (like me) you define your own :cruise task, because, for example, you use rspec rather than Test::Unit and (like me) you have the RAILS_ENV ||= ''production'' line in environment.rb (because, like me, you use crummy shared hosting) Your build will r...
2008 May 21
0
One Build at a time
Hello CCrb users. Is there a way to configure Cruise Control rb to only build one project at a time? I have two projects is two different repositories, and I don''t want their builds to overlap. Thanks, Doug Bradbury Software Craftsman 8th Light, Inc. blog.8thlight.com/doug
2008 Jun 13
0
Move to GitHub?
I think ccrb should have picked github to host instead of rubyforge, because of graphs like these [1], other slick interface features, and the general momentum behind the community there. Also, there are multiple [2] outdated forks there already, including mine, and AFAIK there is no easy automated way to sync...
2008 Jan 31
1
thoughtworks site down? / another tiny patch for Rails 2 compatibility
Hi - couldn''t find the dev list because it appears http://cruisecontrolrb.thoughtworks.com/ is throwing 503 errors. But, to get CCrb running with the new ActiveSupport, I had to do this: http://s3.amazonaws.com/giles/ccrb_duration_patch.jpg (Sorry to submit my patch in JPEG format but you know what they say, anything for a weird life.) The changes are on lines 18 and 27: ".value" added to the end of attr_accessor ca...
2008 Jan 22
0
[CruiseControl] RubyOnRails build 8688 failed
...ctionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in `run'' Name: test_fragment_caching_in_rjs_partials(FunctionalFragmentCachingTest) Type: Error Message: ActionView::TemplateError: undefined method `[]'' for nil:NilClass On line #1 of usr/ccrb/shared/projects/rubyonrails/work/actionpack/test/fixtures/functional_caching/_partial.erb See http://cruisecontrolrb.thoughtworks.com/builds/RubyOnRails/8688 for details. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Gr...
2008 Jan 19
0
[CruiseControl] RubyOnRails build 8671 failed
...ctionpack/lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:59:in `run'' Name: test_fragment_caching_in_rjs_partials(FunctionalFragmentCachingTest) Type: Error Message: ActionView::TemplateError: undefined method `[]'' for nil:NilClass On line #1 of usr/ccrb/shared/projects/rubyonrails/work/actionpack/test/fixtures/functional_caching/_partial.erb Name: test_deliveries_array(ActionMailerTest) Type: Error Message: ActionView::TemplateFinder::InvalidViewPath: Unprocessed view path found in ["./test/fixtures"] ./test/../lib/../../actionpac...