Commit Graph

45 Commits (5bab4131e186fbaa08943987fa9f7deb6a409642)

Author SHA1 Message Date
grossmj 9a5af82a28
Save empty directories when exporting a project
3 months ago
grossmj 6120736c91 Fix export for missing files
3 years ago
grossmj 055a78bade Fix issue when trying to export temporary Dynamips files.
3 years ago
grossmj 2d01ef489b Option to export snapshots.
5 years ago
grossmj af80b0bb6e Use aiofiles where relevant.
5 years ago
grossmj a8990c9e89 Non blocking project exportation.
5 years ago
grossmj 7fe8f7e716 Fix long-polling request for project notifications.
5 years ago
grossmj 2fb5e47c8d Allow cloud nodes to be exported. Fixes #1519
5 years ago
grossmj 5754747a90 Merging 2.1 into 2.2
5 years ago
grossmj 1ef1872f8e Reset MAC addresses when duplicating a project. Fixes #1522
5 years ago
grossmj ae3515434c Do not export/import symlinks for projects. Fixes #2699
5 years ago
grossmj a17fa821bd Make sure nothing is named "compute server".
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
grossmj 33e8710495 Merge branch '2.1' into 2.2
6 years ago
grossmj 38b72079b2 Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
6 years ago
grossmj 7f72b90b0e The server has now 2 notification streams
6 years ago
grossmj 21a1800edc Merge branch '2.1' into 2.2
6 years ago
grossmj 305fe2e817 Handle asyncio timeouts. Ref #1307.
6 years ago
grossmj 3b94484914 Fix bug with export project. Ref #1187 #1307.
6 years ago
grossmj 50a922f83e Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307.
6 years ago
grossmj 90ce6093d8 Some spring cleaning.
6 years ago
grossmj 658aa4bae9 Merge 2.1 into 2.2 branch
6 years ago
grossmj 233e41d006 Fix export project test.
6 years ago
grossmj 22db13d2bf Fix bug preventing to export portable projects with IOU images.
6 years ago
ziajka 9be76d98a2 Filter snapshots directory during the snapshot, Fixes: #1297
6 years ago
ziajka 09c7d73ee9 Filter snapshots directory during the snapshot, Fixes: #1297
6 years ago
ziajka b48f5df53f iExport files from remote server, Fixes: gui/#2271
7 years ago
Julien Duponchelle 766456014b
Fix export project is looking into the wrong directory
7 years ago
Julien Duponchelle 2c0fb0d016
Raise error if image are not avaible on main server during export
7 years ago
Julien Duponchelle 53dd1bd6e1
Ensure we dump a .gns3 before exporting it
7 years ago
Julien Duponchelle e04eb44a15
Disallow export of project with VirtualBox linked clone
7 years ago
Julien Duponchelle 74a7e630d3
Fix export of projects with docker with a / in the image name
8 years ago
Julien Duponchelle 95e944257a
AttributeError: 'Project' object has no attribute 'emit'
8 years ago
Julien Duponchelle 40263e14ca
Catch error if you export a project deleted from disk
8 years ago
Julien Duponchelle fd911542f7
Fix a crash when we have error during export project
8 years ago
Julien Duponchelle 5fd04e1f9e
Fix a warning when export
8 years ago
Julien Duponchelle cfe834afc4
Merge branch 'master' into 2.0
8 years ago
Julien Duponchelle 68eca6c111
Replace snapshots by import / export
8 years ago
Julien Duponchelle f357879186
API for duplicate a project
8 years ago
Julien Duponchelle ce557ecd23
Change the compute id to the GNS3 VM if it's not a Linux host
8 years ago
Julien Duponchelle eff6a9154d
Strip computes info at project export
8 years ago
Julien Duponchelle 94a262cd46
When importing a project fix the GNS3 version
8 years ago
Julien Duponchelle 9b499dc51e
Export project with the GNS3VM
8 years ago
Julien Duponchelle 88ffd43c97
Strip the old / import export project code controller will do everything
8 years ago
Julien Duponchelle 3300e9ec48
Reorganize export project code in order to move it to his own file
8 years ago