Commit Graph

  • bc4a7705cb
    Merge 8d7e7f8aea into 35f94b0c73 #2358 John Fleming 2024-05-30 23:09:54 +0200
  • 0f3b96f134
    Development on 2.2.48.dev1 2.2 grossmj 2024-05-23 12:19:15 +0700
  • df210386dd
    Development on 3.0.0.dev14 3.0 grossmj 2024-05-19 20:57:11 +0700
  • 2f78a01844 Publish API documentation gh-pages github-actions 2024-05-19 10:25:48 +0000
  • 7711c92c90 Merge remote-tracking branch 'origin/3.0' into gh-pages github-actions 2024-05-19 10:25:08 +0000
  • 3e512e650a
    Release v3.0.0b3 v3.0.0b3 grossmj 2024-05-19 17:23:16 +0700
  • e50e2c90bd
    Bundle web-ui v3.0.0b3 grossmj 2024-05-19 17:16:52 +0700
  • c1f9f1111d
    Sync appliances grossmj 2024-05-19 17:13:07 +0700
  • 8c1dbf0084
    Fix to allow duplicating IOS routers grossmj 2024-05-19 00:33:55 +0700
  • 6f2b12c218
    Fix to allow changing the auxiliary console for IOS router nodes. grossmj 2024-05-18 23:43:50 +0700
  • 4b1068e02f
    Replace deprecated method datetime.utcnow() grossmj 2024-05-18 23:33:26 +0700
  • d56acc5844
    Upgrade FastAPI to v0.111.0 grossmj 2024-05-18 23:31:22 +0700
  • d477eb8366
    Fix reset console for non running IOU devices grossmj 2024-05-18 23:30:58 +0700
  • 35f94b0c73
    Merge pull request #2382 from GNS3/update-ga-workflows master Jeremy Grossmann 2024-05-17 12:22:43 +0700
  • b82b9a64e6
    Rename codeql.yml back to codeql-analysis.yml #2382 grossmj 2024-05-17 12:19:38 +0700
  • 901652aaeb
    Update GitHub Action workflows grossmj 2024-05-17 12:14:47 +0700
  • 57a59e6870
    Merge 26ab73672b into 990dabb7e4 #2315 Sylvain MATHIEU 2024-05-16 21:21:08 +0200
  • 990dabb7e4
    Do not allow to create a builtin template using the API. grossmj 2024-05-17 00:05:25 +0700
  • 3ab74b8094
    Development on 3.0.0.dev13 grossmj 2024-05-16 19:18:53 +0700
  • 5cd540d94d
    Remove old files grossmj 2024-05-16 17:57:51 +0700
  • d3860ba84b
    Merge branch '2.2' into 3.0 grossmj 2024-05-16 17:53:39 +0700
  • 3e133eda44
    Bundle web-ui v3.0.0b3 grossmj 2024-05-16 17:30:12 +0700
  • e01256980c
    Sync appliances grossmj 2024-05-16 17:27:38 +0700
  • aabfe9eadc
    Use cryptography backend for python-jose. Ref #2372 grossmj 2024-05-16 15:01:05 +0700
  • 6c9a3b634b
    Merge pull request #2381 from GNS3/release/v2.2.47 Jeremy Grossmann 2024-05-15 17:06:53 +0700
  • 0561aba927
    Release v2.2.47 v2.2.47 #2381 grossmj 2024-05-15 12:14:48 +0700
  • 86a78f53cb
    Fix update-bundled-web-ui.sh script grossmj 2024-05-15 12:05:43 +0700
  • f0bc74ff6e
    Bundle web-ui v2.2.47 grossmj 2024-05-15 12:04:34 +0700
  • f81128f717
    Bundle web-ui v2.2.47 grossmj 2024-05-15 11:55:47 +0700
  • 9ce505cad3
    Sync appliances grossmj 2024-05-15 11:43:04 +0700
  • 314e01d2b4
    Ensure Python >= 3.8 is used in pyproject.toml grossmj 2024-05-12 16:44:09 +0700
  • 6b8635f7d5
    Merge pull request #2380 from GNS3/drop-python3.7 Jeremy Grossmann 2024-05-09 19:10:04 +0700
  • 388ffe9f00
    Change sentry-sdk version #2380 grossmj 2024-05-09 19:03:08 +0700
  • d01129a3cf
    Upgrade aiohttp, sentry-sdk and truststore grossmj 2024-05-09 18:58:37 +0700
  • 535ea0ad9f
    Upgrade jsonschema and aiohttp grossmj 2024-05-09 18:37:40 +0700
  • 81d1ecaf87
    Merge a91740dae0 into cdcfc652db #2342 Kieran Carmichael 2024-05-09 18:24:02 +0700
  • ccb5de6df1
    Drop Python 3.7 grossmj 2024-05-09 18:23:58 +0700
  • cdcfc652db
    Merge pull request #2379 from GNS3/fix-warnings-in-tests Jeremy Grossmann 2024-05-09 18:13:13 +0700
  • 7030dadbcb
    Remove dev requirements for Python 3.6 #2379 grossmj 2024-05-09 18:04:19 +0700
  • 46a9fdb61d
    Remove event_loop grossmj 2024-05-09 17:53:02 +0700
  • 9958b876cf
    Do not run Docker VM tests on Windows grossmj 2024-05-09 17:36:58 +0700
  • 259d3a0155
    Fix cannot import UTC grossmj 2024-05-09 17:23:32 +0700
  • 33499be425
    Fix warnings in tests grossmj 2024-05-09 17:11:12 +0700
  • 3fd44f5260
    Do not wait for the server to close when shutting down. grossmj 2024-05-09 16:37:45 +0700
  • c076275bd0
    Fix test create image with not supported characters by filesystem. Fixes #2375 grossmj 2024-05-09 16:01:55 +0700
  • 081447ba2e
    Fix tests. Ref #2376 grossmj 2024-05-09 15:37:42 +0700
  • 3df7af12e1
    Allow listing x86_64 IOU images. Fixes #2376 grossmj 2024-05-09 15:21:05 +0700
  • d9e4ce5639
    Upgrade Jinja2 to version 3.1.4. Fixes #2378 grossmj 2024-05-08 18:08:00 +0700
  • 689d476b71
    Fix tests grossmj 2024-04-28 18:03:06 +0700
  • f1701e3f09
    Upgrade fastapi and platformdirs grossmj 2024-04-27 23:21:58 +0700
  • 38df4bea2e
    Do not return an error if an image has already been uploaded grossmj 2024-04-26 19:02:50 +0700
  • 35b75f0f7f
    Fix link capture for ATM switch. Fixes https://github.com/GNS3/gns3-gui/issues/3570 grossmj 2024-04-23 18:35:36 +0700
  • 2609849507
    Fix tests after updating error message when busybox is not installed. grossmj 2024-04-23 18:00:37 +0700
  • 448b94f701
    Add more details to error message when busybox is not installed. Fixes https://github.com/GNS3/gns3-gui/issues/3569 grossmj 2024-04-23 17:54:06 +0700
  • 18002a7580
    Fix invalid escape sequences grossmj 2024-04-23 16:52:28 +0700
  • 644e659729
    Use NAT symbol for builtin NAT template grossmj 2024-04-22 19:11:58 +0700
  • 1c37e8bd32
    Merge branch '2.2' into 3.0 grossmj 2024-04-22 19:08:45 +0700
  • 1414bdcadf
    Merge pull request #2369 from GNS3/feature/nat-symbols Jeremy Grossmann 2024-04-22 19:00:19 +0700
  • b6e68ba1a8
    Add NAT symbols #2369 grossmj 2024-04-22 18:51:29 +0700
  • 19142d97bb
    Merge pull request #2366 from GNS3/bugfix/block-iou-call Jeremy Grossmann 2024-04-20 15:53:39 +0700
  • faf7e09ebb
    Only use iptable to block xml.cisco.com on Ubuntu Focal. #2366 grossmj 2024-04-20 15:45:28 +0700
  • 447bf637bb Publish API documentation github-actions 2024-04-07 11:53:33 +0000
  • 27fdebcf28 Merge remote-tracking branch 'origin/3.0' into gh-pages github-actions 2024-04-07 11:53:11 +0000
  • 84f7337cb1
    Release v3.0.0b2 v3.0.0b2 grossmj 2024-04-07 18:52:24 +0700
  • e11621467b
    Remove old files grossmj 2024-04-07 18:28:00 +0700
  • 123123d767
    Bundle web-ui v3.0.0b2 grossmj 2024-04-07 18:23:59 +0700
  • b3bdeb611e
    Merge branch '2.2' into 3.0 grossmj 2024-04-07 12:44:01 +0700
  • 7a229e33f9
    Sync appliances grossmj 2024-04-07 12:43:15 +0700
  • 4959a51ce7
    Block IOU phone home call using IPtable grossmj 2024-04-06 13:04:20 +0700
  • 5b1ba5a57c
    Fix cannot stop Docker VM while console connection is still active. grossmj 2024-04-04 22:17:21 +0700
  • bc1a8c99d1
    Fix cannot stop Docker VM while console connection is still active. grossmj 2024-04-04 22:17:21 +0700
  • ae64f15386
    Merge pull request #2365 from GNS3/feature/custom-qemu-path Jeremy Grossmann 2024-04-03 21:24:13 +0700
  • 123b5d0800
    Support for custom Qemu path in templates and nodes #2365 grossmj 2024-04-03 21:16:40 +0700
  • e1d3ee12b9
    Merge pull request #2364 from GNS3/bugfix/3572 Jeremy Grossmann 2024-04-03 17:37:07 +0700
  • 998898a471
    Fix CPU fractional values for Docker VMs. #2364 grossmj 2024-04-03 17:15:10 +0700
  • 9b66d939d2
    Support for cooperative signal handling of uvicorn v0.29.0 grossmj 2024-04-03 15:58:10 +0700
  • fd60bda2c2
    Downgrade pytest-asyncio to v0.21.1 grossmj 2024-04-02 13:28:18 +0700
  • c5f4e25756
    Upgrade uvicorn, fastapi and sqlalchemy packages grossmj 2024-04-02 13:18:22 +0700
  • 16bad6e0b5
    Downgrade httpx_ws to v0.4.2 grossmj 2024-03-24 18:37:31 +0100
  • 8e661df981
    Upgrade dev packages grossmj 2024-03-24 18:31:56 +0100
  • 31c7fe88f1
    Remove websocket.close() grossmj 2024-03-16 16:00:27 +0100
  • 03b491f7b1
    Merge pull request #2362 from GNS3/feature/use-bcrypt Jeremy Grossmann 2024-03-08 01:33:41 +0800
  • fa41d9ba75
    Use bcrypt directly instead of passlib #2362 grossmj 2024-03-07 18:17:17 +0100
  • a80aed5420
    Development on 2.2.47.dev1 grossmj 2024-03-05 01:07:16 +0800
  • e9827653ae
    Merge branch '2.2' into 3.0 grossmj 2024-03-05 01:05:46 +0800
  • 9da8d1ec0f
    Upgrade uvicorn, fastapi, python-multipart, sqlalchemy, aiosqlite and email-validator dependencies grossmj 2024-03-05 01:03:59 +0800
  • a53fd2e8b1
    Upgrade sentry-sdk to version 1.40.6 grossmj 2024-03-05 00:45:26 +0800
  • 5bab4131e1
    Merge pull request #2361 from GNS3/release/v2.2.46 Jeremy Grossmann 2024-02-26 17:51:46 +0800
  • e8a7e80456
    Release v2.2.46 v2.2.46 #2361 grossmj 2024-02-26 16:55:12 +0800
  • ab05784c33
    Sync appliances grossmj 2024-02-26 16:45:37 +0800
  • 6983e686ca
    Bundle web-ui v2.2.46 grossmj 2024-02-26 16:42:46 +0800
  • 3631202ce5
    Merge remote-tracking branch 'origin/2.2' into 2.2 grossmj 2024-02-26 16:36:21 +0800
  • 8d8a3247c4
    Bundle web-ui v2.2.46 grossmj 2024-02-26 16:35:47 +0800
  • d100a132d6
    Merge pull request #2360 from GNS3/bugfix/3555 Jeremy Grossmann 2024-02-26 16:27:39 +0800
  • 52638a9a8d
    Merge branch '2.2' into bugfix/3555 #2360 Jeremy Grossmann 2024-02-26 16:22:15 +0800
  • 9a5af82a28
    Save empty directories when exporting a project grossmj 2024-02-24 19:02:16 +0800
  • 14a618766d
    Merge pull request #2359 from GNS3/bugfix/2357 Jeremy Grossmann 2024-02-22 19:37:55 +0800
  • 0137688ba7
    Test busybox is installed #2359 grossmj 2024-02-22 13:05:48 +0800
  • 84db3b9996
    Fix not all Docker resources are copied to a writable location grossmj 2024-02-22 12:59:44 +0800
  • 800920e3df
    Merge branch '2.2' into 3.0 grossmj 2024-02-21 12:24:30 +0800