Commit Graph

66 Commits (c7cc155b787a3abea72ebd2d9f28382b4914a55b)

Author SHA1 Message Date
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
10 years ago
Jeremy 49f3c9295f Some debug messages to help with port allocation debugging.
10 years ago
Jeremy 182d2e465e Use projects_path & images_path.
10 years ago
Jeremy 380c4d8211 Fixes capture directory path.
10 years ago
grossmj 78ffe313fd Dynamips VM & device deletion and ghost support.
10 years ago
grossmj f99e834c37 Dynamips devices support (packet capture to complete).
10 years ago
Julien Duponchelle b31af0abcd Sub directory project-files
10 years ago
grossmj 2a3b37a3bd VirtualBox packet capture.
10 years ago
Jeremy 8118d7762f Parallel execution when closing VMs.
10 years ago
Julien Duponchelle 5a0c224292 Allow user to change project path on local server
10 years ago
Julien Duponchelle dae48b2de4 Update temporary status if project change location
10 years ago
Jeremy b680138073 Merge remote-tracking branch 'origin/asyncio' into asyncio
10 years ago
Jeremy 1bea78194c Explicit ID names, remove {uuid} from URLs and add vms in URLs for VMs.
10 years ago
Julien Duponchelle c5c219ffe1 Allow modification of path from the client
10 years ago
Julien Duponchelle 2ace014a3c Cleanup old temporary project at startup
10 years ago
Jeremy d2699f051d Change URL for projects: /project becomes /projects and project_id is used instead of uuid.
10 years ago
Jeremy 81f9252554 Fixes nasty bug when close a cloned VirtualBox VM.
10 years ago
Jeremy 334835c985 PEP8 + documentation.
10 years ago
Julien Duponchelle df8bdcc152 Catch exceptions from rmtree
10 years ago
Julien Duponchelle 4518404706 Run rmtree in a different thread
10 years ago
Jeremy 365af02f37 Packet capture support for VirtualBox.
10 years ago
Julien Duponchelle 59f940625a Flag --local
10 years ago
Julien Duponchelle 8e249b670d Set a location by default
10 years ago
Julien Duponchelle 017c5ac9f6 Allow changing location only for local usage
10 years ago
Julien Duponchelle 0e76527ce2 Update a project
10 years ago