cleaned up how tasks are named by using const TaskName instead of variable. this is much nicer looking |
|
More...
|
almost 15 years ago
|
killed the idea of a plugin folder as it added no value at this point |
|
More...
|
almost 15 years ago
|
rearranged docu specs to make one pass... this is probably a bad idea, but i didn't know what else to do |
|
More...
|
almost 15 years ago
|
a significant amount of clean up and rewrite of the configuration block code, and plugin related code. made the config modules automatically extend Albacore.configuration, etc |
|
More...
|
almost 15 years ago
|
minor cleanup for config |
|
More...
|
almost 15 years ago
|
cleaning up the albacore.rb file |
|
More...
|
almost 15 years ago
|
allowing tasks generated by AlbacoreModel to override the task name with one or more task names |
|
More...
|
almost 15 years ago
|
setup AlbacoreModel module to automatically create rake tasks for the classes that include the module. github issue #98, part of the plugin model |
|
More...
|
almost 15 years ago
|
setup AlbacoreModel module to automatically create rake tasks for the classes that include the module. github issue #98, part of the plugin model |
|
More...
|
almost 15 years ago
|
merged in changes from brett veenstra, for sqlcmd |
|
More...
|
almost 15 years ago
|
fixed ncoverconsole and msbuild specs |
|
More...
|
almost 15 years ago
|
fixed error handling nil command in command line tasks, and corrected spec for exec |
|
More...
|
almost 15 years ago
|
Merge branch 'dev' into e-tobi |
|
More...
|
almost 15 years ago
|
test to prove task.enhance works correctly, from the rake api |
|
More...
|
almost 15 years ago
|
working on some plugin architecture stuff, but honestly not sure that it brings the value i wanted at this point. may need to re-think some of the existing Albacore.configure stuff related to config modules for this to have any real value |
|
More...
|
almost 15 years ago
|
a comment to explain why i did the create_task that way, and a fix for createtask in ruby 1.9.1 |
|
More...
|
almost 15 years ago
|
fixed up the remaining object to use .execute and removed all the procs from the create_task calls |
|
More...
|
almost 15 years ago
|
changed ndepend to use .execute instead of .run |
|
More...
|
almost 15 years ago
|
changed ncoverreport to use .execute instead of .run |
|
More...
|
almost 15 years ago
|
fixed nant and ncoverconsole to use .execute instead of .run |
|
More...
|
almost 15 years ago
|
changed msbuild to use .execute instead of .build |
|
More...
|
almost 15 years ago
|
removed the rejection of ssh and sftp since we don't have those tasks anymore, and fixed the assembly info task / specs to use .execute instead of .write |
|
More...
|
almost 15 years ago
|
up'd version to preview2, ignore all specs and related files in the gem to reduce the gem size |
|
More...
|
almost 15 years ago
|
killed that horrible albacoretask class, and replaced the create_task code with a much more simple implementation that does not require a proc to instantiate the object, or a block to execute the object. assumes a no-args initializer and a .execute method on the object |
|
More...
|
almost 15 years ago
|
fixed small error on ruby version required |
|
More...
|
almost 15 years ago
|
Tweaking spec to prove [path_to_command] optional for easy use case |
|
More...
|
almost 15 years ago
|
Making it very easy to call SqlCmd - auto searching for SqlCmd.exe in standard paths for Sql2005/Sql2008 - integrated security used by default unless you specify BOTH [username] and [password] |
|
More...
|
almost 15 years ago
|
Adding -b option preserves the error level when passing multiple files to SqlCmd. See http://msdn.microsoft.com/en-us/library/ms162773.aspx for details and usage. |
|
More...
|
almost 15 years ago
|
Strip whitespace from array item's passed to @scripts |
|
More...
|
almost 15 years ago
|
Replaced set/reset_working_directory with Dir.chdir block |
|
More...
|
almost 15 years ago
|