root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @289 [289] 10/25/08 10:17:24 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @288 [288] 10/25/08 10:13:16 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @287 [287] 10/25/08 10:09:41 pwh Created parse_bridge_id to convert a Bridge ID in to MAC address and …
(edit) @286 [286] 10/25/08 10:07:22 pwh Added a TODO to write SNMP proxy failure tests
(edit) @285 [285] 10/25/08 10:07:06 pwh Implemented tests for IP network association with an IPVPN, adding a …
(edit) @284 [284] 10/25/08 10:06:31 pwh Implemented tests for IP network association with an IPVPN, adding a …
(edit) @283 [283] 10/25/08 10:05:58 pwh Implemented tests for format_interface_name
(edit) @282 [282] 10/23/08 21:42:03 pwh Create a helper function to return the IP VPN name and RD, or 'Global' if …
(edit) @281 [281] 10/23/08 21:39:45 pwh Ensure IPv4 address validation returns :true or :false symbols
(edit) @280 [280] 10/23/08 21:37:41 pwh Migrated bridges and application helper tests in to RSpec stories
(edit) @279 [279] 10/23/08 21:23:10 pwh Migrated NetHorus? library unit tests to RSpec format
(edit) @278 [278] 10/16/08 21:41:07 pwh Fixed the 'Interfaces' view in Device Management and simplified the page …
(edit) @277 [277] 10/14/08 17:01:46 pwh Refactored index to allow for further search paramters when narrowing down …
(edit) @276 [276] 10/13/08 22:06:30 pwh Return "Unknown" if we're passed a blank, otherwise trap a non-Site object …
(edit) @275 [275] 10/13/08 00:24:29 pwh Removed VRF tests, since the Vrf model no longer exists
(edit) @274 [274] 10/13/08 00:22:24 pwh Moved Ipvpn unit test in to a story
(edit) @273 [273] 10/12/08 23:45:47 pwh Rake task to allow 'rake spec' and 'rake spec:rcov' to be run.
(edit) @272 [272] 10/12/08 23:45:10 pwh Use a device fixture instead of creating a new object.
(edit) @271 [271] 10/12/08 23:44:35 pwh Implemented checking for has_inventory?
(edit) @270 [270] 10/12/08 22:55:43 pwh Checked in rspec-rails and rspec plugins (see …
(edit) @269 [269] 10/12/08 19:54:24 pwh Implemented tests for longest Ipv4Network matching
(edit) @268 [268] 10/12/08 14:58:21 pwh Migrated and modified fixtures so they're usable with RSpec
(edit) @267 [267] 10/12/08 12:33:47 pwh Reversed the scaling code added in r218, since it's silly to do so much …
(edit) @266 [266] 10/10/08 21:37:18 pwh Moved EventLog? tests in to a spec
(edit) @265 [265] 10/10/08 21:37:16 pwh Moved L2Vlan tests in to a spec
(edit) @264 [264] 10/10/08 21:37:14 pwh Moved Bridge tests in to a spec
(edit) @263 [263] 10/02/08 16:57:25 pwh Migrated L3Interface unit test to a spec
(edit) @262 [262] 10/02/08 16:20:59 pwh Migrated site unit test to a spec
(edit) @261 [261] 10/02/08 15:48:48 pwh Migrated Ipv4Network object tests to a spec
(edit) @260 [260] 10/02/08 15:11:56 pwh Moved unit tests for L2Interface objects in to a spec
(edit) @259 [259] 09/30/08 15:44:25 pwh Moved device unit tests in to a story.
(edit) @258 [258] 09/28/08 13:56:24 pwh Added a warning for when a browser doesn't support Javascript.
(edit) @257 [257] 09/09/08 11:55:44 pwh Moved a load of things from device_test.rb to an rspec test
(edit) @256 [256] 09/09/08 11:53:43 pwh Added rspec framework
(edit) @255 [255] 09/09/08 11:41:13 pwh Added a README file for rdoc documentation
(edit) @254 [254] 09/01/08 13:51:55 pwh Move device_information_box() out of application_helper.rb and include the …
(edit) @253 [253] 09/01/08 00:21:02 pwh Finally delete bridge_management (phew!)
(edit) @252 [252] 09/01/08 00:19:59 pwh Rename bridge_management to manage_bridge in the routes file.
(edit) @251 [251] 09/01/08 00:19:34 pwh Rename bridge_management to manage_bridge
(edit) @250 [250] 09/01/08 00:18:54 pwh Rename bridge_management to manage_bridge
(edit) @249 [249] 09/01/08 00:18:23 pwh Rename bridge_management to manage_bridge
(edit) @248 [248] 09/01/08 00:11:24 pwh Tidy up the routes file.
(edit) @247 [247] 09/01/08 00:10:49 pwh Correct a typo - the function is format_l3_interface, not …
(edit) @246 [246] 09/01/08 00:10:17 pwh Remove the hostname and IP address from the device management page, as …
(edit) @245 [245] 09/01/08 00:09:50 pwh Always render the all_interfaces partial.
(edit) @244 [244] 09/01/08 00:09:24 pwh Display subtitles for each function.
(edit) @243 [243] 08/31/08 23:54:43 pwh Change the :id parameter to :device_id
(edit) @242 [242] 08/31/08 22:39:18 pwh * inventory_management_controller.rb: Whitespace cleanup. * …
(edit) @241 [241] 08/31/08 22:32:31 pwh * bridge_management_controller.rb: Added a subtitle in show_bridge_group. …
(edit) @240 [240] 08/31/08 22:30:08 pwh * device_admin_controller_test.rb: Added the first round of checks for …
(edit) @239 [239] 08/31/08 22:27:39 pwh * ipvpn_test.rb: Added unit tests.
(edit) @238 [238] 08/31/08 22:26:51 pwh * ipvpn.rb: Add documentation on Route Distinguishers. * …
(edit) @237 [237] 08/31/08 22:25:45 pwh Reworked the left-hand menu.
(edit) @236 [236] 08/31/08 22:25:15 pwh Require nethorus_functions.rb
(edit) @235 [235] 08/31/08 22:12:22 pwh Added a function to test multiple values of an attribute, …
(edit) @234 [234] 08/31/08 22:10:43 pwh * application_helper_test.rb: Added TODOs for link_to_controller, …
(edit) @233 [233] 08/31/08 22:02:31 pwh Removed common_functions_test.rb as the contents have been moved to a …
(edit) @232 [232] 08/31/08 22:01:31 pwh * nethorus_functions_test.rb: Added tests for purify_mac_address, …
(edit) @231 [231] 08/31/08 21:49:38 pwh * event_log_test.rb: Added a variety of tests.
(edit) @230 [230] 08/31/08 21:46:52 pwh * bridges_helper_test.rb: Added tests for find_root_bridge * …
(edit) @229 [229] 08/31/08 21:44:10 pwh * l2_interfaces_test.rb: Added address formatting and connector_present? …
(edit) @228 [228] 08/31/08 19:58:14 pwh * welcome_controller_test.rb: Added functional tests for the welcome …
(edit) @227 [227] 08/31/08 19:57:20 pwh * bridge_test.rb: Corrected plenty of mistakes in test code and added …
(edit) @226 [226] 08/31/08 19:54:50 pwh * l3_interface_test.rb: Added a test to verify the ipv4_network? method …
(edit) @225 [225] 08/31/08 19:52:58 pwh * device_test.rb: Added fixtures, and tests for has_inventory, get_table …
(edit) @224 [224] 08/31/08 19:51:44 pwh * manage_controller.rb: Moved device management and interface management …
(edit) @223 [223] 08/31/08 18:35:23 pwh Remove config.action_view.cache_template_extensions as it has no effect.
(edit) @222 [222] 08/08/08 22:48:02 pwh Added dbconsole from Rails 2.1
(edit) @221 [221] 08/08/08 22:33:03 pwh Fixed a bug in validate_stp_root_bridge_address where the root bridge …
(edit) @220 [220] 08/07/08 23:02:13 pwh * Removed the validate_ip_address function, as it's in …
(edit) @219 [219] 08/07/08 22:58:26 pwh * Display information on a Spanning Tree group (bridge group)
(edit) @218 [218] 08/07/08 22:57:34 pwh * Reworked the bridge model, adding plenty of validations.
(edit) @217 [217] 08/07/08 22:52:44 pwh * Added a Layer 2 VLAN model and a bridge forwarding table, plus …
(edit) @216 [216] 08/07/08 22:49:56 pwh * Reworked testing, split some functions from application_controller in to …
(edit) @215 [215] 08/03/08 23:23:05 pwh * Bridge Information: Create the root bridge port as a link to allow …
(edit) @214 [214] 08/03/08 23:18:16 pwh * Bridge Management: When viewing a root bridge, display a suitable …
(edit) @213 [213] 08/03/08 23:08:42 pwh * Site Admin: Replaced references to 'hostname' with 'description', as …
(edit) @212 [212] 08/03/08 22:57:05 pwh * Display a suitable message if no bridge have been recorded.
(edit) @211 [211] 08/01/08 16:57:05 pwh * Display a list of devices when searching by site.
(edit) @210 [210] 08/01/08 16:51:50 pwh * Handle the case where the specified bridge was not found - and don't …
(edit) @209 [209] 08/01/08 15:18:02 pwh Reverted changes that caused the views to be mixed up with those from the …
(edit) @208 [208] 08/01/08 12:04:37 pwh * Add a link to change device settings from the device information page.
(edit) @207 [207] 08/01/08 12:04:08 pwh * Latest database schema.
(edit) @206 [206] 08/01/08 12:03:57 pwh * Remove the link to delete a device.
(edit) @205 [205] 08/01/08 12:03:24 pwh * MIB Support: Add the BRIDGE-MIB, overriding any locally installed MIB …
(edit) @204 [204] 08/01/08 12:02:31 pwh * Site Administration: Add a link to create a new site.
(edit) @203 [203] 08/01/08 12:02:05 pwh * Add an IP Network Administration controller
(edit) @202 [202] 08/01/08 11:57:17 pwh * Routing amendments
(edit) @201 [201] 08/01/08 11:56:46 pwh * Amend device administration controller test to take in to account new …
(edit) @200 [200] 08/01/08 11:56:21 pwh * Bridge Management: Code to allow bridge parameters to be viewed.
(edit) @199 [199] 08/01/08 11:54:37 pwh * Database migration to add the integer form of an MPLS RD to the ipvpns …
(edit) @198 [198] 08/01/08 11:54:14 pwh * IP VPN model: Add validations and documentation.
(edit) @197 [197] 07/30/08 19:00:17 pwh * Added some text to appear in the blank, default information box.
(edit) @196 [196] 07/30/08 18:57:38 pwh * Added an inventory management controller
(edit) @195 [195] 07/30/08 18:54:57 pwh * Allow IPv4 networks to be associated with sites
(edit) @194 [194] 07/30/08 18:54:14 pwh * Re-checked in IP VPN Administration
(edit) @193 [193] 07/30/08 18:53:55 pwh * Addeda a bridge management controller
(edit) @192 [192] 07/30/08 18:49:58 pwh * Re-checked in IP Network Administration
(edit) @191 [191] 07/30/08 18:49:39 pwh * Re-checked in bridge management
(edit) @190 [190] 07/30/08 16:07:17 pwh * Add the IP address of a device below its hostname, rather than the site.
Note: See TracRevisionLog for help on using the revision log.