grossmj
|
38b72079b2
|
Change file timestamps if necessary because ZIP does not support timestamps before 1980. Fixes #1360.
|
2018-08-25 18:10:40 +07:00 |
|
grossmj
|
902de3dd47
|
Refactor asyncio locking system for Python 3.7 support. Ref https://github.com/GNS3/gns3-gui/issues/2566 Ref https://github.com/GNS3/gns3-gui/issues/2568
|
2018-08-25 14:10:47 +07:00 |
|
grossmj
|
3560cda06c
|
Use asyncio.ensure_future() instead of asyncio.async() with conservative approach to support Python < 3.4.4. Fixes https://github.com/GNS3/gns3-gui/issues/2566
|
2018-08-24 18:57:18 +07:00 |
|
grossmj
|
089d25c79d
|
Forbid controller and compute servers to be different versions.
Report last compute server error to clients and display in the server summary.
|
2018-08-22 16:54:43 +07:00 |
|
grossmj
|
59ce105a50
|
Fix exception with short names for Dynamips interfaces. Fixes #1386.
|
2018-08-21 19:46:14 +07:00 |
|
grossmj
|
23e83b730b
|
Fix some more problems with interface short names. Fixes https://github.com/GNS3/gns3-gui/issues/2562
|
2018-08-13 15:45:24 +07:00 |
|
grossmj
|
e5d38811ca
|
Fix incorrect short port names in topology summary. Fixes https://github.com/GNS3/gns3-gui/issues/2562
|
2018-08-13 15:10:21 +07:00 |
|
grossmj
|
d0ed6931d8
|
Catch exception: ZIP does not support timestamps before 1980. Ref #1360.
|
2018-07-26 13:34:23 -05:00 |
|
ziajka
|
ac73c72727
|
Don't send variables to computes where are empty, Ref: #1340
|
2018-06-13 18:55:47 +02:00 |
|
grossmj
|
45edc40948
|
Timeout for stream file.
|
2018-06-10 21:18:16 +07:00 |
|
grossmj
|
8851a55199
|
Fix timeout error with "save as" for large projects.
|
2018-06-07 22:26:23 +07:00 |
|
grossmj
|
62f87de23a
|
Add API endpoint to return all links attached to a node.
|
2018-06-06 20:46:44 +07:00 |
|
grossmj
|
fd5df0052a
|
Fix issue with some SVG symbols that could not be used in GNS3.
This was due to the height and width values being percentages.
|
2018-06-06 16:32:51 +07:00 |
|
ziajka
|
c52342907a
|
Merge pull request #1332 from GNS3/global-vars
Docker `ExtraHosts`, global variables for project and supplier support, Fixes: #2482
|
2018-05-15 09:23:54 +02:00 |
|
ziajka
|
f3c6faed75
|
Removed unnecessary line
|
2018-05-09 15:53:50 +02:00 |
|
ziajka
|
7b3d5ae5e3
|
Create/update project on compute when variables changes
|
2018-05-09 15:29:35 +02:00 |
|
ziajka
|
0bcc657bf1
|
Don't clean logo images when applied to the project
|
2018-05-08 16:22:35 +02:00 |
|
ziajka
|
f2700ed445
|
Support of supplier and variables in topology
|
2018-05-08 10:07:42 +02:00 |
|
ziajka
|
e267f8a8b8
|
Project global variables
|
2018-05-04 14:34:44 +02:00 |
|
grossmj
|
305fe2e817
|
Handle asyncio timeouts. Ref #1307.
|
2018-04-28 17:42:02 +07:00 |
|
grossmj
|
3b94484914
|
Fix bug with export project. Ref #1187 #1307.
|
2018-04-28 16:38:52 +07:00 |
|
grossmj
|
50a922f83e
|
Offload slow file operations to threads for snapshots and project "save as". Ref #1187 #1307.
|
2018-04-28 16:01:43 +07:00 |
|
grossmj
|
cfd0216554
|
Disable TraceNG for version 2.1.5
|
2018-04-18 17:19:44 +08:00 |
|
grossmj
|
dd9c18b9f8
|
Use SO_REUSEADDR before calling bind() where missing. Fixes #1289.
|
2018-04-16 16:36:36 +08:00 |
|
grossmj
|
025441f027
|
Add default destination setting for traceng + some checks.
|
2018-04-16 15:03:22 +08:00 |
|
grossmj
|
2de182eff4
|
Grid size support for projects.
|
2018-04-13 16:54:57 +08:00 |
|
grossmj
|
297bbd91ec
|
Fix traceng tests.
|
2018-03-30 12:10:57 +07:00 |
|
grossmj
|
898f180310
|
Fix issue with start all.
|
2018-03-29 13:32:56 +07:00 |
|
grossmj
|
b7780ba7cc
|
Check for valid IP address and prevent to run on non-Windows platforms.
|
2018-03-29 13:26:43 +07:00 |
|
grossmj
|
d08c08617c
|
Support for source and destination for traceNG.
|
2018-03-27 16:58:49 +07:00 |
|
grossmj
|
a4626a2b79
|
Custom icons and small fixes for TraceNG integration.
|
2018-03-14 16:56:37 +07:00 |
|
grossmj
|
397c1322b4
|
Base support for TraceNG.
|
2018-03-12 17:57:13 +07:00 |
|
grossmj
|
38f458db7c
|
Delete old pcap file when starting a new packet capture.
|
2018-03-08 16:00:05 +07:00 |
|
grossmj
|
233e41d006
|
Fix export project test.
|
2018-03-08 00:39:08 +07:00 |
|
grossmj
|
22db13d2bf
|
Fix bug preventing to export portable projects with IOU images.
|
2018-03-08 00:13:35 +07:00 |
|
grossmj
|
d911e82dc4
|
Merge remote-tracking branch 'origin/2.1' into 2.1
|
2018-03-07 16:42:12 +07:00 |
|
grossmj
|
c93d0d8d12
|
Make sure we don't try to read when opening a file in binary more. Fixes #1301.
|
2018-03-07 16:39:04 +07:00 |
|
ziajka
|
53a229f8e9
|
Fix never reached condition
|
2018-03-05 11:16:03 +01:00 |
|
ziajka
|
05b6be2e42
|
Compatybility with controller, default_symbol and hover_symbol, Fixes: #2444
|
2018-03-02 13:48:27 +01:00 |
|
ziajka
|
9be76d98a2
|
Filter snapshots directory during the snapshot, Fixes: #1297
|
2018-02-28 16:38:32 +01:00 |
|
grossmj
|
fff593b358
|
Fix error when appliance template is broken (missing fields). Fixes #1287.
|
2018-02-06 16:07:23 +08:00 |
|
grossmj
|
abbe3d3a31
|
Fix "Change of linked base VM doesn't work with templates migrated from 2.0"
|
2018-02-05 16:42:29 +08:00 |
|
grossmj
|
519df3ab35
|
Let a project be opened when a port cannot be found (can happens if a project is corrupted).
|
2018-02-02 22:05:51 +08:00 |
|
grossmj
|
e5c76750b1
|
Fix issue when running multiple project containing IOU nodes on the same server. Ref #1239.
|
2018-01-31 15:51:29 +07:00 |
|
grossmj
|
008baad86a
|
Update link state and save project when a link is suspended or filters are added/removed (without node properties set).
|
2018-01-30 17:39:33 +07:00 |
|
grossmj
|
7ded71142f
|
Fix same MAC address for duplicated Qemu nodes.
|
2018-01-17 14:13:06 +08:00 |
|
grossmj
|
c281f55fb2
|
Fix same base MAC for duplicated IOS routers. Fixes #1264.
|
2018-01-17 14:01:44 +08:00 |
|
grossmj
|
e5e2b7a8ac
|
Fix "Creating multiple IOU nodes at once assigns the same application id". Fixes #1239.
|
2018-01-15 18:09:05 +07:00 |
|
grossmj
|
ffc7024b64
|
Fix error while getting appliance list. Fixes #1258.
|
2018-01-14 20:29:17 +07:00 |
|
grossmj
|
88989cc274
|
Default symbol must be computer.svg
|
2018-01-12 21:46:48 +07:00 |
|