Skip to content

Commit

Permalink
Added a little bit to the output of rake aok
Browse files Browse the repository at this point in the history
  • Loading branch information
ELLIOTTCABLE committed Apr 12, 2008
1 parent f2b23e5 commit 5cc1615
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Rakefile.rb
Expand Up @@ -65,6 +65,9 @@
task :status do
system 'ditz status'
end
task :todo do
system 'ditz todo'
end
desc "Show recent issue activity"
task :log do
system 'ditz log'
Expand Down Expand Up @@ -93,7 +96,7 @@
# end

desc 'Check everything over before commiting'
task :aok => [:check_config, :'rcov:run', :'rcov:verify', :'ditz:stage', :'ditz:html', :'rcov:open', :'ditz:html:open']
task :aok => [:check_config, :'rcov:run', :'rcov:verify', :'ditz:stage', :'ditz:html', :'ditz:todo', :'ditz:status', :'rcov:open', :'ditz:html:open']
# desc 'Task run during continuous integration'
task :cruise => [:check_config, :'rcov:plain', :'ditz:html', :'rcov:verify']

Expand Down
16 changes: 14 additions & 2 deletions bugs/issue-3539d6e0b302be884f9d67198b678bb43573444f.yaml
Expand Up @@ -3,9 +3,9 @@ title: 100% Coverage
desc: Gotta have 100% coverage, right guys? (-;
type: :feature
component: RDie
release:
release: 0 (stable API)
reporter: elliottcable <git@elliottcable.name>
status: :unstarted
status: :paused
disposition:
creation_time: 2008-04-12 05:39:26.175246 Z
references: []
Expand All @@ -16,3 +16,15 @@ log_events:
- elliottcable <git@elliottcable.name>
- created
- Don't sign off this 'feature' until right before tagging a release. Just a reminder to keep coverage up there.
- - 2008-04-12 10:42:53.402961 Z
- elliottcable <git@elliottcable.name>
- assigned to release 0 (stable API) from unassigned
- ""
- - 2008-04-12 10:45:32.668519 Z
- elliottcable <git@elliottcable.name>
- changed status from unstarted to in_progress
- ""
- - 2008-04-12 10:45:37.280716 Z
- elliottcable <git@elliottcable.name>
- changed status from in_progress to paused
- ""
6 changes: 5 additions & 1 deletion bugs/issue-f460ba4e1c383255715d43705d4b3659177bd131.yaml
Expand Up @@ -3,7 +3,7 @@ title: Set up ditz as a bug tracker
desc: ""
type: :feature
component: RDie
release:
release: 0 (stable API)
reporter: elliottcable <git@elliottcable.name>
status: :closed
disposition: :fixed
Expand All @@ -24,3 +24,7 @@ log_events:
- elliottcable <git@elliottcable.name>
- closed issue with disposition fixed
- All configured!
- - 2008-04-12 10:41:57.603308 Z
- elliottcable <git@elliottcable.name>
- assigned to release 0 (stable API) from unassigned
- ""
2 changes: 2 additions & 0 deletions bugs/project.yaml
Expand Up @@ -12,6 +12,8 @@ components:
name: Webface
- !ditz.rubyforge.org,2008-03-06/component
name: Termface
- !ditz.rubyforge.org,2008-03-06/component
name: Meta
releases:
- !ditz.rubyforge.org,2008-03-06/release
name: 0 (stable API)
Expand Down

0 comments on commit 5cc1615

Please sign in to comment.