Commit Graph

177 Commits (ce3bf9930c769ddab28df1e3efe8c385c68a1bc7)

Author SHA1 Message Date
grossmj d9a9abf845 Add explicit error when trying to pull a Docker image from Docker Hub without Internet access. Fixes #1506.
6 years ago
grossmj 4b52e9313e Fix issue with coroutine not awaited. Fixes #1499
6 years ago
grossmj 9ed181151f New node information dialog to display general, usage and command line information.
6 years ago
grossmj 468145319d Merge 2.1 into 2.2 branch.
6 years ago
grossmj 58b2ee152d Fix Docker console test.
6 years ago
grossmj bec2270334 Fix non responsive console for Docker VMs. Fixes https://github.com/GNS3/gns3-gui/issues/2645
6 years ago
grossmj 56412b35e0 Merge branch '2.1' into 2.2
6 years ago
Dušan Dragić 817a053dfc docker_vm: fix x11vnc not starting
6 years ago
grossmj 60ac6d2dfe Telnet console resize support for Docker VM.
6 years ago
grossmj c0a0a13bdd Avoid _fix_permissions() to be called twice when stopping Docker VM. Ref #1428
6 years ago
grossmj a3044ede77 Fix _fix_permissions() garbles permissions in Docker VM. Ref #1428
6 years ago
grossmj 5cb0957f35 Require privileged access for uBridge when using VMware VMs and Docker containers. Fixes #1461.
6 years ago
grossmj d45d52f15c Support Xtigervnc restart.
6 years ago
grossmj 029344da14 Only require Xtigervnc or Xvfb+x11vnc for Docker with vnc console. Ref #1438
6 years ago
grossmj 36474f7bab Merge branch '2.1' into 2.2
6 years ago
grossmj d0bab9947e Support tigervnc in Docker VM. Ref #1438
6 years ago
grossmj 2764828f38 Refactor how clients access PCAP capture files. Fixes https://github.com/GNS3/gns3-gui/issues/2438.
6 years ago
grossmj 86f87aec74 Fix installation with Python 3.7. Fixes #1414.
6 years ago
grossmj de5934f818 Merge remote-tracking branch 'origin/2.2' into 2.2
6 years ago
grossmj 76af98404a Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425
6 years ago
Karim 14fb64b941 Added "/sbin" to init script PATH variable so that its possible to
6 years ago
grossmj 8baa480b79 Fix tests.
6 years ago
grossmj 97c68f56bf Notify users if x11vnc process has crashed. Fix #1401.
6 years ago
grossmj 9de13c570c Merge branch '2.1' into 2.2
6 years ago
grossmj 17d657c919 Fix small errors like unhandled exceptions etc.
6 years ago
grossmj 4021a13651 Catch exceptions in various locations to fix small issues reported by Sentry.
6 years ago
grossmj f8ecd61a98 Notify users if xvfb process or x11vnc process have crashed. Ref #1401.
6 years ago
grossmj 33e8710495 Merge branch '2.1' into 2.2
6 years ago
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
6 years ago
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
6 years ago
grossmj 033f005bde Merge branch '2.1' into 2.2
6 years ago
Andrew Caudwell b2e0a1b291 Don't release NIO UDP ports when updating docker container.
6 years ago
grossmj d1ccf3bc84 Merge branch '2.1' into 2.2
6 years ago
ziajka c52342907a
Merge pull request #1332 from GNS3/global-vars
6 years ago
ziajka 83445214be Support for nested global variables
6 years ago
ziajka e267f8a8b8 Project global variables
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
ziajka 80958e8a6d support based on init.sh, Ref: #2482
6 years ago
ziajka 43081152ef Add support of ExtraHosts for Docker, Ref. gns3-gui#2482
6 years ago
grossmj 2ea0aa5ded Merge branch '2.1' into 2.2
7 years ago
grossmj a12c5a95b0 Catch exceptions when using AsyncioTelnetServer. Fixes #1321.
7 years ago
grossmj 90ce6093d8 Some spring cleaning.
7 years ago
grossmj 658aa4bae9 Merge 2.1 into 2.2 branch
7 years ago
ziajka e79e27a73f Handle docker env with last empty line, Fixes: #2420
7 years ago
grossmj 4ba523a0d7 Add an error message when Docker container is not ready to be started. Ref #1281.
7 years ago
grossmj 07d2d7b340 Update documentation.
7 years ago
ziajka eeae07e783 Conservative approach to supported versions of Python 3.4 and asyncio.ensure_future, Ref. #1269
7 years ago
ziajka d9a0ec9ff3 Replace asyncio.async with ensure_future because of deprecation, Fixes: #1269
7 years ago
grossmj 630afc5469 Do not overwrites persistent Docker volumes. Fixes #2358.
7 years ago
grossmj dd89b09f84 Fix error when updating packet filter on stopped Docker link. Fixes #1229.
7 years ago
ziajka 3d85bba9d4 Don't create directory structure during json dump. Fixes #2270
7 years ago
grossmj a567b394f3 Restore file permissions fails for volumes with soft links. Fixes #1180.
7 years ago
Julien Duponchelle a93f3b0576
Fix permission on exited container
7 years ago
Bernhard Ehlers ec4e69b0d8
Ensure, that the docker mount directory exists
7 years ago
Julien Duponchelle b33ba5f8ea
Don't allow user to overwrite GNS3 docker environment variables
7 years ago
Julien Duponchelle 23c3d32e06
Filter support for Docker
7 years ago
Julien Duponchelle f557ec4bda
Fix regression in docker introduce by 2.0 merge
7 years ago
Julien Duponchelle 699ecb7c89
Merge branch 'master' into 2.1
7 years ago
ziajka e0f0adf3c8 Added preferred Docker API version. Fixes #2136
7 years ago
ziajka 8e8b8bc5a5 WebSocket binary mode support for docker
7 years ago
ziajka c6f9ec3758 More information on Docker WebSocket error
7 years ago
Julien Duponchelle 6a0345897d
Connector is no longer supported in ws_connect by aiohttp 2.0
7 years ago
Julien Duponchelle 7dfb634376
Fix for websocket usage with aiohttp 2.0
7 years ago
Julien Duponchelle 93adef91d8
Merge branch '2.0' into 2.1
7 years ago
Julien Duponchelle b8ee8d69c8
Fix unexpected keyword argument 'conn_timeout'
7 years ago
Julien Duponchelle 5bb6c51698
Fix an error when logging Docker container fail to start
7 years ago
Julien Duponchelle 2a8911d19e
Keep DOCKER_MINIMUM_API_VERSION and DOCKER_MINIMUM_VERSION consistent
7 years ago
Bernhard Ehlers 8b7209ea78
Use docker version in error message of outdated docker installation
7 years ago
Bernhard Ehlers 7d48eba01b
Use versioned docker API
7 years ago
Bernhard Ehlers 2191c487b6
Support images created by "docker commit". Fixes #1039
7 years ago
Julien Duponchelle a4245fcf44
Aiohttp 2.0
7 years ago
Bernhard Ehlers ecba758c58
Docker aux console is a VT100 terminal
7 years ago
Bernhard Ehlers 1b0f5c63b8
Fix connection to websocket with last docker release
8 years ago
Julien Duponchelle 1a90305baa
Docker minimum api is 1.25
8 years ago
Julien Duponchelle effbe59414
Lock docker API to 1.27
8 years ago
Julien Duponchelle 8b9f22c30c
Handling server disconnect error when docker daemon die
8 years ago
Julien Duponchelle 7302f65ffe
Catch timeout error on docker
8 years ago
Julien Duponchelle fdd1084714
Fix bridge 'bridge0' already exist when we have trouble with a container
8 years ago
Julien Duponchelle 2564740665
Fix limit of 20 docker containers
8 years ago
Julien Duponchelle 132bc87081
Dissallow parallel pull of docker images
8 years ago
Julien Duponchelle 34f5a6f82c
Fix Session is closed when listing docker images
8 years ago
Julien Duponchelle 78c154e376
Cleanup docker source code
8 years ago
Julien Duponchelle a571b1a2f8
Use aiohttp session for docker queries
8 years ago
Julien Duponchelle a62b791c68
Fix TypeError: http_query() got an unexpected keyword argument 'timeout'
8 years ago
Julien Duponchelle 08bafc2dcc
Catch a timeout error in docker
8 years ago
Julien Duponchelle 666461277d
Fix a crash with some docker images
8 years ago
Julien Duponchelle 52adf45740
Fix an error when docker hub failed to anwser
8 years ago
Julien Duponchelle 8f6d25cc2b
Fix start all create error if a docker container is already running
8 years ago
Julien Duponchelle 46b6e7c5ee
Fix hot link issues in Docker
8 years ago
Julien Duponchelle d0f65aebff
Fix Can't delete link between docker VM after they were in use
8 years ago
Bernhard Ehlers a3495304ad
Code cleanup for docker interface creation
8 years ago
Julien Duponchelle c4327ec74c
Improve docker HTTP console
8 years ago
Julien Duponchelle ac1eef256f
Use tap adapter instead of veth for docker (allow usage of vlan)
8 years ago
Julien Duponchelle ec3660c979
Catch an error when docker is not running
8 years ago
Julien Duponchelle fbdcf67d29
If docker container state failed to return we consider the container stopped
8 years ago
Julien Duponchelle 5a695d2651
Missing busybox for docker
8 years ago
Julien Duponchelle 5a7f5d2950
Check if GNS3 has access to all docker resssources
8 years ago
Julien Duponchelle 67fc563d81
Merge branch 'master' into 2.0
8 years ago
Julien Duponchelle ca4d09ea40
Merge branch 'master' into 2.0
8 years ago