4
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up how tasks are named by using const TaskName instead of variable. this is much nicer looking
derickbailey
as Derick Bailey
More... almost 15 years ago
killed the idea of a plugin folder as it added no value at this point
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... almost 15 years ago
minor cleanup for config
derickbailey
as Derick Bailey
More... almost 15 years ago
cleaning up the albacore.rb file
derickbailey
as Derick Bailey
More... almost 15 years ago
allowing tasks generated by AlbacoreModel to override the task name with one or more task names
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... almost 15 years ago
merged in changes from brett veenstra, for sqlcmd
derickbailey
as Derick Bailey
More... almost 15 years ago
fixed ncoverconsole and msbuild specs
derickbailey
as Derick Bailey
More... almost 15 years ago
fixed error handling nil command in command line tasks, and corrected spec for exec
derickbailey
as Derick Bailey
More... almost 15 years ago
Merge branch 'dev' into e-tobi
derickbailey
as Derick Bailey
More... almost 15 years ago
test to prove task.enhance works correctly, from the rake api
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... almost 15 years ago
fixed up the remaining object to use .execute and removed all the procs from the create_task calls
derickbailey
as Derick Bailey
More... almost 15 years ago
changed ndepend to use .execute instead of .run
derickbailey
as Derick Bailey
More... almost 15 years ago
changed ncoverreport to use .execute instead of .run
derickbailey
as Derick Bailey
More... almost 15 years ago
fixed nant and ncoverconsole to use .execute instead of .run
derickbailey
as Derick Bailey
More... almost 15 years ago
changed msbuild to use .execute instead of .build
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... almost 15 years ago
up'd version to preview2, ignore all specs and related files in the gem to reduce the gem size
derickbailey
as Derick Bailey
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
derickbailey
as Derick Bailey
More... almost 15 years ago
fixed small error on ruby version required
derickbailey
as Derick Bailey
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