0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 24 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved coerce_path into ComponentAwareCommand to remove duplication in Operations
bryan_ash
as Bryan Ash
More... about 15 years ago
Gem release 0.1.0
bryan_ash
as Bryan Ash
More... about 15 years ago
Removed EXECUTOR constant; Executor class has this responsibilty
bryan_ash
as Bryan Ash
More... about 15 years ago
Updated tests to use promoted selection commands
bryan_ash
as Bryan Ash
More... about 15 years ago
Promoted selectable methods to Operations
bryan_ash
as Bryan Ash
More... about 15 years ago
ConsoleReporter outputs to a specified IO stream. Rake features task no longer outputs to STDOUT
bryan_ash
as Bryan Ash
More... about 15 years ago
Rake features task is cleaner with --no-source
bryan_ash
as Bryan Ash
More... about 15 years ago
Promoted choose and chosen? to Operations
bryan_ash
as Bryan Ash
More... about 15 years ago
Use RCov aggregate option in spec and features tasks
bryan_ash
as Bryan Ash
More... about 15 years ago
Moved Platform into Nobbie::Wx namespace
bryan_ash
as Bryan Ash
More... about 15 years ago
minor feature tidying
bryan_ash
as Bryan Ash
More... about 15 years ago
Added feature steps to demonstrate exceptions
bryan_ash
as Bryan Ash
More... about 15 years ago
Gem release
bryan_ash
as Bryan Ash
More... about 15 years ago
acceptance_test.rb was the last thing using APPLICATION_UNDER_TEST, so I removed it. Simplified rake tasks a little too.
bryan_ash
as Bryan Ash
More... about 15 years ago
Sort RCov data by coverage
bryan_ash
as Bryan Ash
More... about 15 years ago
Replaced registred procs with Reporter subclass methods. all_tests has a hack overwriting EXECUTOR constant
bryan_ash
as Bryan Ash
More... about 15 years ago
introducing Reporter bas class
bryan_ash
as Bryan Ash
More... about 15 years ago
Removed unnecessary include; Operations is included globally by wx.rb
bryan_ash
as Bryan Ash
More... about 15 years ago
removed links from README
bryan_ash
as Bryan Ash
More... about 15 years ago
Trying to format README again
bryan_ash
as Bryan Ash
More... about 15 years ago
Default executor is quiet but allows reporters to register before and after callbacks (e.g. all_tests uses ConsoleReporter
bryan_ash
as Bryan Ash
More... about 15 years ago
Removed unnecessary Wx from feature environment
bryan_ash
as Bryan Ash
More... about 15 years ago
Be more explicit that feature environment is only using the ExampleApp from test/suite
bryan_ash
as Bryan Ash
More... about 15 years ago
Moved 'require platform' up to wx.rb
bryan_ash
as Bryan Ash
More... about 15 years ago
Added RCov output to the Rake :test task
bryan_ash
as Bryan Ash
More... about 15 years ago
Removed unused file, statement and comment
bryan_ash
as Bryan Ash
More... about 15 years ago
moved execute into public section of operations
bryan_ash
as Bryan Ash
More... about 15 years ago
Restored console output through ConsoleExecutor
bryan_ash
as Bryan Ash
More... about 15 years ago
Added a menu selection feature
bryan_ash
as Bryan Ash
More... about 15 years ago
Added some steps for chacking enabled status
bryan_ash
as Bryan Ash
More... about 15 years ago