1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-04-21 09:59:04 +00:00

Commit Graph

  • 3528efb1e0 Fixes packet capture for devices when spaces are present in the output file. grossmj 2015-02-24 23:12:09 -0700
  • 550cc7f508 Rename vms_lock to vm_locks. grossmj 2015-02-24 21:02:37 -0700
  • 6bb7ab20b3 Fixes vm concurrency and support for devices. Jeremy 2015-02-24 15:26:03 -0700
  • 46b348e46a VM concurrency Julien Duponchelle 2015-02-24 21:53:38 +0100
  • 9153b42b9d Fix crash in crash report Julien Duponchelle 2015-02-24 20:22:10 +0100
  • 250bb38d7c Crash report with Sentry Julien Duponchelle 2015-02-24 17:40:01 +0100
  • 67be24a412 Fix doc generation Julien Duponchelle 2015-02-24 11:38:57 +0100
  • fd03b36258 Fix tests Julien Duponchelle 2015-02-24 10:07:22 +0100
  • 1ca445d5f5 Fix dynampis resume API Julien Duponchelle 2015-02-24 10:02:06 +0100
  • e910167a85 Quick change warning -> debug Jeremy Grossmann 2015-02-23 22:19:03 -0700
  • 49f3c9295f Some debug messages to help with port allocation debugging. Jeremy 2015-02-23 19:59:19 -0700
  • 42c07cee1a Properly release UDP ports when closing a project or deleting a link. Jeremy 2015-02-23 19:00:34 -0700
  • 3d3300e83a Rename console methods in port manager to use the generic tcp term in the name. Fixes bug when a console port is allocated to a Ghost VM instance and not released. Warnings at exit when TCP/UDP ports are still allocated. Jeremy 2015-02-23 17:42:55 -0700
  • 182d2e465e Use projects_path & images_path. Jeremy 2015-02-23 17:08:34 -0700
  • fb9f5d3c14 List only executable files in upload handler. Jeremy 2015-02-23 15:56:40 -0700
  • 8b19029d97 List only executable files in upload handler. Jeremy 2015-02-23 15:56:10 -0700
  • 0e8c184987 Recursive listing of the images directory & fixes bug when uploading no files. Jeremy 2015-02-23 15:49:05 -0700
  • 4d1f08c96e Turn off Qemu graphics if no display is available Julien Duponchelle 2015-02-23 20:21:00 +0100
  • cad708f4ab Add warning unstable at the beginning of the API Julien Duponchelle 2015-02-23 18:00:59 +0100
  • 4ffb2c8c20 Fix tests Julien Duponchelle 2015-02-23 17:32:55 +0100
  • 89b7d62ec6 Some code cleanup Julien Duponchelle 2015-02-23 17:28:17 +0100
  • c9314ec509 autopep8 et upload files Julien Duponchelle 2015-02-23 17:21:39 +0100
  • 259f6249e2 Fix tests Julien Duponchelle 2015-02-23 16:09:52 +0100
  • f7cd09d5fb Display an upload form (upload is not yet ready) Julien Duponchelle 2015-02-23 11:27:07 +0100
  • 210aa6f12a Bit of cleaning. Jeremy 2015-02-22 19:56:52 -0700
  • da11343647 Fixes aiohttp.errors.ClientDisconnectedError errors when SIGINT is received. Jeremy 2015-02-22 12:36:44 -0700
  • 565a7b35a6 Default NVRAM and Idle-PC for some IOS images. Jeremy 2015-02-21 17:24:39 -0700
  • 9a745ed3f4 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-20 16:53:57 -0700
  • af700e9bcb Idle-PC and auto idle-pc for Dynamips. Jeremy 2015-02-20 16:53:51 -0700
  • cecf2f5014 Async qemu monitor reading Julien Duponchelle 2015-02-21 00:15:56 +0100
  • 45a48cfcc1 Embeded debugging shell Julien Duponchelle 2015-02-20 22:40:20 +0100
  • a0f4c6d021 Repare live reload Julien Duponchelle 2015-02-20 22:23:09 +0100
  • 71357fa7ab Fix tests Julien Duponchelle 2015-02-20 17:45:27 +0100
  • 47be57dca7 Fix qemu close Julien Duponchelle 2015-02-20 17:31:02 +0100
  • 15036837bb No project for qemu binaries list Julien Duponchelle 2015-02-20 16:54:23 +0100
  • 8aa5514890 Qemu binary list Julien Duponchelle 2015-02-20 14:39:13 +0100
  • 90f71e7581 Idle-PC proposals for Dynamips. Jeremy 2015-02-19 19:14:30 -0700
  • b393948b67 Fixes iouyap shutdown. Jeremy 2015-02-19 16:58:44 -0700
  • 8d02f464c5 Dynamips import/export configs. Jeremy 2015-02-19 16:04:15 -0700
  • 3797e27de5 Update documentation Julien Duponchelle 2015-02-19 20:23:27 +0100
  • 48f5c7c8b3 All params for qemu Julien Duponchelle 2015-02-19 20:22:30 +0100
  • d0244824bf Get a working Qemu handler. Next step add all parameters Julien Duponchelle 2015-02-19 19:43:45 +0100
  • b03b9226ff So we have running code for a qemu module Julien Duponchelle 2015-02-19 16:46:57 +0100
  • 25bcbfb073 Allocation of console port in base vm Julien Duponchelle 2015-02-19 11:33:25 +0100
  • 4a3e6632c1 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-18 18:40:16 -0700
  • 380c4d8211 Fixes capture directory path. Jeremy 2015-02-18 18:40:01 -0700
  • 3d1363150e Fixes ghost file path. grossmj 2015-02-18 18:24:35 -0700
  • 610dee957d Use HTTP error 409 instead of 500 for VMError. grossmj 2015-02-18 17:48:02 -0700
  • d65617657c Fix old project directories renames Julien Duponchelle 2015-02-18 16:13:09 +0100
  • 3cb7213427 Fix crash in VPCS Julien Duponchelle 2015-02-18 15:18:18 +0100
  • 0977af1c00 Add a dedicated glossary page Julien Duponchelle 2015-02-18 11:06:13 +0100
  • 03b6563864 Initial config path for IOU Julien Duponchelle 2015-02-17 18:12:43 +0100
  • dd1833c4f0 iourc_path is set from server settings file Julien Duponchelle 2015-02-17 16:40:45 +0100
  • 0e98497a99 Add an endpoint for exporting the initial config file Julien Duponchelle 2015-02-17 14:52:51 +0100
  • 57348d0508 Better organisation of the API documentation Julien Duponchelle 2015-02-17 10:37:09 +0100
  • 5170428913 Fix a capture crash Julien Duponchelle 2015-02-17 10:01:15 +0100
  • 70ad9fff26 Documentation update Julien Duponchelle 2015-02-17 09:46:18 +0100
  • dc4df68c7a Keep Dynamips logs. grossmj 2015-02-16 21:30:31 -0700
  • e6fd471dd5 Save Dynamips VM configs when closing a project. Jeremy 2015-02-16 18:21:10 -0700
  • 516b882122 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-16 16:53:56 -0700
  • 3e95bb9748 Adapter settings and configs for Dynamips VMs. Jeremy 2015-02-16 16:53:50 -0700
  • 6c3a926ce3 Capture is OK on server side Julien Duponchelle 2015-02-16 20:08:04 +0100
  • ff7f014423 Fix test Julien Duponchelle 2015-02-16 19:14:45 +0100
  • 018e3c1451 Fix IOU closing Julien Duponchelle 2015-02-16 17:40:13 +0100
  • 15f89776d3 All current iou code is async Julien Duponchelle 2015-02-16 17:20:07 +0100
  • d323234520 Harmonisation of slot, adapter notion Julien Duponchelle 2015-02-16 10:18:03 +0100
  • 3ceb43fa62 Fix tests Julien Duponchelle 2015-02-16 10:11:46 +0100
  • 605afa1d33 Fix bad execption name in IOU Julien Duponchelle 2015-02-16 10:05:17 +0100
  • 78ffe313fd Dynamips VM & device deletion and ghost support. grossmj 2015-02-15 22:13:24 -0700
  • 26f7195288 Dynamips devices packet capture. grossmj 2015-02-15 17:45:53 -0700
  • f99e834c37 Dynamips devices support (packet capture to complete). grossmj 2015-02-15 12:18:12 -0700
  • 4f38d96522 Dynamips devices. Jeremy 2015-02-13 20:01:18 -0700
  • 094339304c Packet capture for Dynamips VMs. Jeremy 2015-02-13 15:41:56 -0700
  • 6ac6c7d796 Merge remote-tracking branch 'origin/asyncio' into asyncio Jeremy 2015-02-13 15:11:19 -0700
  • a5ac7c5481 Dynamips NIO connections. Jeremy 2015-02-13 15:11:14 -0700
  • e082cd8b1a Update the remote IOU initial config Julien Duponchelle 2015-02-13 22:16:43 +0100
  • 83edc649d2 Rename NVRAM to the correct application id before start the server Julien Duponchelle 2015-02-13 20:57:20 +0100
  • a9a3bb1c38 Pep8 Julien Duponchelle 2015-02-13 20:57:09 +0100
  • d86e880ff7 Definitions of port and adapter Julien Duponchelle 2015-02-13 18:40:40 +0100
  • 49f012cf4c Turn off documentation sidebar because it's broken Julien Duponchelle 2015-02-13 18:27:08 +0100
  • 2cab5293c7 Add the notion of adapters and slot in the api Julien Duponchelle 2015-02-13 18:09:50 +0100
  • 821eb5e92b Repare config file loading Julien Duponchelle 2015-02-13 17:34:22 +0100
  • ee019caa37 Support l1_keepalives in IOU Julien Duponchelle 2015-02-13 16:57:35 +0100
  • 1550ca01e6 IOU support nio ethernet Julien Duponchelle 2015-02-13 16:41:18 +0100
  • 3e1875b069 Set console host from port manager Julien Duponchelle 2015-02-13 14:46:00 +0100
  • 68427eaddf Auto PEP8 cleanup Julien Duponchelle 2015-02-13 14:43:28 +0100
  • a4669689e7 Fix tests due to test reading the local config file Julien Duponchelle 2015-02-13 11:15:11 +0100
  • b419001813 Fix test on Travis with Python 3.3 Julien Duponchelle 2015-02-13 11:02:06 +0100
  • 0a5aaedc7c Merge remote-tracking branch 'origin/asyncio' into asyncio grossmj 2015-02-12 19:15:47 -0700
  • 8f089c45f5 Fixes a few problems in Dynamips implementation. grossmj 2015-02-12 19:15:35 -0700
  • f99d825346 Support network for IOU Julien Duponchelle 2015-02-12 22:28:12 +0100
  • 9160d3caf4 Remove old directories to avoid editing them by mistake... Julien Duponchelle 2015-02-12 21:44:43 +0100
  • 3471b03ef9 Clarify JSON schema validation errors Julien Duponchelle 2015-02-12 21:39:24 +0100
  • 8b61aa9ae7 Set ram, ethernet adapters, serial adapters Julien Duponchelle 2015-02-12 21:02:52 +0100
  • 05df7001a3 Successfully create an iou device from the GUI via HTTP Julien Duponchelle 2015-02-12 17:03:01 +0100
  • 4689024b50 Add a --live options to control livereload Julien Duponchelle 2015-02-12 16:25:55 +0100
  • ebc214d6fa Fix tests and rename path to iou_path Julien Duponchelle 2015-02-12 15:20:47 +0100
  • fb69c693f6 Start iouyap Julien Duponchelle 2015-02-11 17:11:18 +0100
  • faa7472670 IOUCON start when vm start Julien Duponchelle 2015-02-11 15:57:02 +0100
  • 986c63f344 HTTP api start iou process Julien Duponchelle 2015-02-11 15:37:05 +0100