Commit Graph

67 Commits (31046358ccce618fa0cc1443dbbdd58eb76adf22)

Author SHA1 Message Date
Julien Duponchelle 31046358cc Add more informations in the debug status page
9 years ago
Julien Duponchelle 1248584841 Cleanup unused and duplicates
9 years ago
Jeremy 382747a2f2 Catch GeneratorExit exception. Fixes #231.
9 years ago
Julien Duponchelle 9442042d7a Merge branch 'master' into unstable
9 years ago
Julien Duponchelle c98bcedd39 Cleanup the temporary project after modules have been notified of the
9 years ago
Julien Duponchelle 528bb7a7c6 Do not return error if we can't remove the old project directory
9 years ago
Julien Duponchelle 6f9f004ebb API for list & download files of a project
9 years ago
Jeremy 25a6616cd0 Some wording changes.
9 years ago
Jeremy Grossmann 61fb641215 Merge pull request #168 from GNS3/listen
9 years ago
Julien Duponchelle ed39afbf3d Throw an error if user put an invalid port range in config file
9 years ago
Julien Duponchelle 18c4154376 Catch error when you can't mark a project as no longer temporary
9 years ago
Julien Duponchelle d2d91ebdea Fix temporary project not cleanup with save as
9 years ago
Julien Duponchelle e9ec5c8a37 A notification stream with process monitoring
9 years ago
Julien Duponchelle 77f54848e3 Fix some tests on Windows
9 years ago
Julien Duponchelle 26a7f83db2 Remove the workaround for dynamips OSX
9 years ago
grossmj 7d7972afb3 Some spring cleaning.
9 years ago
Julien Duponchelle b46e2cf013 Fix issues with macos X dynamips not freeing UDP port
9 years ago
grossmj 153914bf97 Make sure used ports in a project are cleaned up when closing it.
9 years ago
grossmj 2d6d153262 Save configs when project is committed.
9 years ago
Jeremy 8415117d2d Save IOS router configs when saving the project (done right this time).
9 years ago
Jeremy 46fe973a96 Save IOS router configs when the user saves a project.
9 years ago
grossmj 5ca65093e4 Fixes bugs when checking if this is a local project.
9 years ago
grossmj 95766fa30d Let the server know about the project name and convert old IOU projects on remote servers.
9 years ago
Julien Duponchelle e37392c482 Correctly recover id when closing VMS
9 years ago
Julien Duponchelle a9afaa028c Garbage collect VM when closing a project
9 years ago
Jeremy 54fc873be5 Prevent multiple projects with the same ID to be created.
9 years ago
Jeremy Grossmann e910167a85 Quick change warning -> debug
9 years ago
Jeremy 49f3c9295f Some debug messages to help with port allocation debugging.
9 years ago
Jeremy 182d2e465e Use projects_path & images_path.
9 years ago
Jeremy 380c4d8211 Fixes capture directory path.
9 years ago
grossmj 78ffe313fd Dynamips VM & device deletion and ghost support.
9 years ago
grossmj f99e834c37 Dynamips devices support (packet capture to complete).
9 years ago
Julien Duponchelle b31af0abcd Sub directory project-files
9 years ago
grossmj 2a3b37a3bd VirtualBox packet capture.
9 years ago
Jeremy 8118d7762f Parallel execution when closing VMs.
9 years ago
Julien Duponchelle 5a0c224292 Allow user to change project path on local server
9 years ago
Julien Duponchelle dae48b2de4 Update temporary status if project change location
9 years ago
Jeremy b680138073 Merge remote-tracking branch 'origin/asyncio' into asyncio
9 years ago
Jeremy 1bea78194c Explicit ID names, remove {uuid} from URLs and add vms in URLs for VMs.
9 years ago
Julien Duponchelle c5c219ffe1 Allow modification of path from the client
9 years ago
Julien Duponchelle 2ace014a3c Cleanup old temporary project at startup
9 years ago
Jeremy d2699f051d Change URL for projects: /project becomes /projects and project_id is used instead of uuid.
9 years ago
Jeremy 81f9252554 Fixes nasty bug when close a cloned VirtualBox VM.
9 years ago
Jeremy 334835c985 PEP8 + documentation.
9 years ago
Julien Duponchelle df8bdcc152 Catch exceptions from rmtree
9 years ago
Julien Duponchelle 4518404706 Run rmtree in a different thread
9 years ago
Jeremy 365af02f37 Packet capture support for VirtualBox.
9 years ago
Julien Duponchelle 59f940625a Flag --local
9 years ago
Julien Duponchelle 8e249b670d Set a location by default
9 years ago
Julien Duponchelle 017c5ac9f6 Allow changing location only for local usage
9 years ago