1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-30 20:28:08 +00:00

Commit Graph

  • d199778745 Fixes tests. Jeremy 2015-02-02 19:41:26 -0700
  • 81f9252554 Fixes nasty bug when close a cloned VirtualBox VM. Jeremy 2015-02-02 18:56:13 -0700
  • 66569f26a4 Make sure to wait for the unload coroutine to finish when the server is shutting down. Jeremy 2015-02-02 17:01:25 -0700
  • df72369b0e Fix VirtualBox VM close. Jeremy 2015-02-02 17:00:29 -0700
  • 33d5882a4a Add traceback info when catching an exception to help with debugging. Jeremy 2015-02-02 15:36:13 -0700
  • 471fbe576c Ignore OSError when checking for config file changes. Jeremy 2015-02-02 15:00:56 -0700
  • 45ca493ecf Use module settings from the config file. Jeremy 2015-02-02 14:52:58 -0700
  • 2c3fe2ad4b Repare debug log Julien Duponchelle 2015-02-02 21:28:09 +0100
  • aecd7dedba Fixes app name for the config file on Linux. Jeremy 2015-02-02 13:13:56 -0700
  • 0ae8d8031a Override configuration from command line even in case of config reload Julien Duponchelle 2015-02-02 15:08:46 +0100
  • 6abf420ce1 Support configuration live reload Julien Duponchelle 2015-02-02 15:01:48 +0100
  • 21020a2753 Fix server configuration path Julien Duponchelle 2015-02-02 10:49:46 +0100
  • a3a304bd12 Load port ranges from the config file. Jeremy 2015-02-01 20:43:55 -0700
  • 57b35d5758 Fix tests + PEP8 + documentation Jeremy 2015-02-01 17:22:31 -0700
  • 0c90393b5b Send explicit error message when client is checking for the server version. Jeremy 2015-02-01 16:55:08 -0700
  • 8d471a89a8 Check for OSError when starting the server. Jeremy 2015-02-01 15:56:10 -0700
  • 334835c985 PEP8 + documentation. Jeremy 2015-01-31 14:34:49 -0700
  • 8a00d30e23 Change ports to adapters in VirtualBox API entry points. Jeremy 2015-01-31 12:07:30 -0700
  • 22369ade49 Rename port_id to port_number for VPCS and adapter_id for VirtualBox to avoid confusion. Jeremy 2015-01-31 12:01:23 -0700
  • e7c9139045 Rename /udp entry point to /ports/udp. Jeremy 2015-01-31 11:58:34 -0700
  • fa978b6a28 Send all VirtualBox settings when creating the VM. Jeremy 2015-01-30 19:36:05 -0700
  • 6e29e7711c Update dependencies. Jeremy 2015-01-30 15:40:00 -0700
  • 58fd9043ed Clean dependencies Julien Duponchelle 2015-01-30 17:55:46 +0100
  • 8bc26420b7 If not script file is setted we use the default from VPCS Julien Duponchelle 2015-01-30 14:57:25 +0100
  • 4b62d4d82c py.test timeout and capture log Julien Duponchelle 2015-01-28 15:57:11 +0100
  • f682e1c474 Complete documentation Julien Duponchelle 2015-01-27 15:06:55 +0100
  • 29a4a0634d Add console debug Julien Duponchelle 2015-01-27 11:39:13 +0100
  • e60366c5bb Change URL to get all VirtualBox VMs. Jeremy 2015-01-26 20:29:02 -0700
  • 776bfea3d7 Clean enable debug mode Julien Duponchelle 2015-01-26 17:40:41 +0100
  • 6764c6e866 Useless debug Julien Duponchelle 2015-01-26 16:39:09 +0100
  • 9abf323e7d Send GNS 3 server version in header and upgrade aiohttp Julien Duponchelle 2015-01-26 14:40:31 +0100
  • df8bdcc152 Catch exceptions from rmtree Julien Duponchelle 2015-01-26 13:54:44 +0100
  • 4518404706 Run rmtree in a different thread Julien Duponchelle 2015-01-26 12:10:30 +0100
  • 1bfb201368 Enable code live reload only in debug mode Julien Duponchelle 2015-01-26 09:51:29 +0100
  • c409819382 Add missing documentations and add julien email to travis build Julien Duponchelle 2015-01-26 09:40:48 +0100
  • 70faf76c10 PEP8, documentation update, test fix Julien Duponchelle 2015-01-26 09:36:26 +0100
  • 50fea669b5 Network handler for UDP port allocation and server network interfaces. Jeremy 2015-01-24 15:32:58 -0700
  • c002bbfb23 Minimal SSL support. Jeremy 2015-01-24 12:11:51 -0700
  • 365af02f37 Packet capture support for VirtualBox. Jeremy 2015-01-23 18:33:49 -0700
  • ff63530f52 Get all available VirtualBox VMs on the server. Jeremy 2015-01-23 17:57:54 -0700
  • 499a8f10ae Update tests. Jeremy 2015-01-23 16:38:59 -0700
  • 6460e94311 More VirtualBox implementation. Jeremy 2015-01-23 16:38:46 -0700
  • bc3d63081b Unload should not delete VMs, just close them. Jeremy 2015-01-23 16:36:58 -0700
  • 6e7a5ca8bd Adds debug and quiet command line args. Jeremy 2015-01-23 13:10:57 -0700
  • 39e3ca91a9 Fixes module unload & adds host, port and allow-remote-console command line args. Jeremy 2015-01-23 13:01:23 -0700
  • 59f940625a Flag --local Julien Duponchelle 2015-01-23 18:37:29 +0100
  • 8e249b670d Set a location by default Julien Duponchelle 2015-01-23 17:39:17 +0100
  • 7bed9f56bc Avoid crash when closing vms Julien Duponchelle 2015-01-23 17:33:58 +0100
  • 017c5ac9f6 Allow changing location only for local usage Julien Duponchelle 2015-01-23 16:57:41 +0100
  • 4f2764c0b4 Fixes module unload. grossmj 2015-01-23 08:44:00 -0700
  • 4848eeabad Add missing curl example Julien Duponchelle 2015-01-23 16:21:26 +0100
  • 77ee6501b9 Update documentation documentation Julien Duponchelle 2015-01-23 16:20:12 +0100
  • 977ff0fb57 Build documentation Julien Duponchelle 2015-01-23 16:19:17 +0100
  • 547adf0dc6 Get project Julien Duponchelle 2015-01-23 16:18:40 +0100
  • 0e76527ce2 Update a project Julien Duponchelle 2015-01-23 16:13:58 +0100
  • abc885049f Temporary project Julien Duponchelle 2015-01-23 16:02:26 +0100
  • 7bf121c6da When we remove a VM, the VM is removed from the project. Julien Duponchelle 2015-01-23 14:34:50 +0100
  • 3f5c2390cd Close a project Julien Duponchelle 2015-01-23 14:07:10 +0100
  • 986a7f55ef Delete a project Julien Duponchelle 2015-01-23 11:48:20 +0100
  • 9a0b260c56 Small change in order to avoid a PEP8 warning Julien Duponchelle 2015-01-23 11:30:49 +0100
  • f97c2b2cbe Delete a VM, mark it as destroyable Julien Duponchelle 2015-01-23 11:28:58 +0100
  • 28308b10bc Add missing documentation Julien Duponchelle 2015-01-23 10:11:40 +0100
  • 0d503b779e Explicitly close VM when the server is shutdown. grossmj 2015-01-22 23:40:51 -0700
  • e61e976368 Adapters support for VirtualBox. grossmj 2015-01-22 21:31:26 -0700
  • 2a8823b856 Use the Proactor event loop on Windows. grossmj 2015-01-22 21:11:57 -0700
  • 05c0efe39b More VirtualBox work. Jeremy 2015-01-22 19:07:09 -0700
  • d9b02efbfa Rename destroy to close or unload (more friendly). Jeremy 2015-01-22 19:06:17 -0700
  • 2681defe27 Moves NIO creation to the base manager. Jeremy 2015-01-22 18:04:24 -0700
  • 6ec4dea9b9 Fixes reload call in VPCS handler. Jeremy 2015-01-22 15:04:44 -0700
  • 1fea7593ef Update README Jeremy 2015-01-22 14:39:20 -0700
  • 2c50bb607f VPCS Mac address / project Julien Duponchelle 2015-01-22 18:47:27 +0100
  • 72c6182062 Typo Julien Duponchelle 2015-01-22 17:04:14 +0100
  • 6644c640db Attribute mac address Julien Duponchelle 2015-01-22 16:12:21 +0100
  • 08b2dc6369 Cleanup VMS when leaving Julien Duponchelle 2015-01-22 11:49:22 +0100
  • e12e6044dc Delete VPCS Julien Duponchelle 2015-01-22 11:34:10 +0100
  • 545a3d2b58 PEP8 Julien Duponchelle 2015-01-22 10:57:08 +0100
  • 55052c9bca Add missing documentations Julien Duponchelle 2015-01-22 10:56:02 +0100
  • 8d3ea60404 VPCS reload Julien Duponchelle 2015-01-22 10:55:11 +0100
  • 1a43ff118c Fix tests and clean. Jeremy 2015-01-21 19:30:24 -0700
  • 3b7d08a80e Suspend and resume for VirtualBox. Jeremy 2015-01-21 19:28:52 -0700
  • 87bd0d1869 VirtualBox VM almost done. Jeremy 2015-01-21 19:26:39 -0700
  • f231b06833 No need for start_vm and stop_vm in the manager. Jeremy 2015-01-21 17:41:35 -0700
  • beb27b3f69 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-01-21 15:21:20 -0700
  • 0b1b27db8f Add module name to base manager. Jeremy 2015-01-21 15:21:15 -0700
  • 0249a21409 Build doc Julien Duponchelle 2015-01-21 22:33:41 +0100
  • 97cefa23fb Move fixtures to conftest Julien Duponchelle 2015-01-21 22:32:33 +0100
  • f3e07d5ad9 Fix random failure related to ports Julien Duponchelle 2015-01-21 22:21:01 +0100
  • 8d9da999e6 Update examples only when launching test with documentation.sh Julien Duponchelle 2015-01-21 22:08:54 +0100
  • ef4ecbfb6a Improve VPCS port change test Julien Duponchelle 2015-01-21 22:06:25 +0100
  • 7ce1cf3f84 Return correct status codes and fix tests. Jeremy 2015-01-21 14:01:15 -0700
  • 368d1ff70b Update VPCS instance Julien Duponchelle 2015-01-21 21:46:16 +0100
  • 7abb426d04 Get informations about a VPCS instance Julien Duponchelle 2015-01-21 17:21:17 +0100
  • ce9fd3cb25 Test start / stop. And check if the mocked function is really called Julien Duponchelle 2015-01-21 17:11:21 +0100
  • 87a089457f Update script file Julien Duponchelle 2015-01-21 16:43:34 +0100
  • f99538ccef Cleanup test Julien Duponchelle 2015-01-21 15:50:35 +0100
  • df31b2ad5a Fix project path Julien Duponchelle 2015-01-21 11:33:24 +0100
  • ba91cbaac0 Remove find_unused_port from the attic. Jeremy 2015-01-20 19:10:08 -0700
  • 7a19c9062e Pass *args to VM_CLASS. Move Config the the base manager. More checks for projects (UUID, makedirs). Return error 500 when a VMError exception is raised. Some more progress to VirtualBox. Jeremy 2015-01-20 19:02:22 -0700
  • 3530b85b56 Fix virtualbox test Julien Duponchelle 2015-01-20 23:40:03 +0100
  • 061d3223a7 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-01-20 15:28:45 -0700