Commit Graph

  • 0d15f40930 Change "ip cef" to "no ip cef" in IOU default configs. Fixes #2298 grossmj 2023-10-23 15:16:49 +1000
  • f3ad97c398
    Merge pull request #2300 from GNS3/fix/1468 Jeremy Grossmann 2023-10-22 16:03:21 +1000
  • a55e1cbc99
    Update dev-requirements.txt #2300 Jeremy Grossmann 2023-10-22 15:47:21 +1000
  • 9c369a2597
    Merge branch '3.0' into fix/1468 Jeremy Grossmann 2023-10-22 15:44:25 +1000
  • 4dcb0dce57
    Merge pull request #2301 from GNS3/drop-python-3.7 Jeremy Grossmann 2023-10-22 15:43:26 +1000
  • 0f0412158d Drop support for Python 3.7 and upgrade dependencies #2301 grossmj 2023-10-22 15:37:00 +1000
  • 2f3689588e Fix httpx-ws dependency on Python 3.7 grossmj 2023-10-22 12:53:47 +1000
  • 44c066ac68 Fix compute authentication for websocket endpoints grossmj 2023-10-22 12:44:39 +1000
  • ffc49ea954 Development on 3.0.0.dev9 grossmj 2023-10-18 20:15:11 +1000
  • f3664226d5 Publish API documentation github-actions 2023-10-18 09:03:12 +0000
  • f08f0532e3 Merge remote-tracking branch 'origin/3.0' into gh-pages github-actions 2023-10-18 09:02:36 +0000
  • d610c933fb Release v3.0.0a4 v3.0.0a4 grossmj 2023-10-18 19:01:13 +1000
  • 8f35b871d5 Downgrade watchfiles to v0.20.0 grossmj 2023-10-18 18:35:02 +1000
  • 29c9d2c2e9 Revert "Temporary support for Python 3.12" grossmj 2023-10-18 18:31:44 +1000
  • 5ad7761337 Upgrade FastAPI, watchfiles and platformdirs dependencies grossmj 2023-10-18 18:01:59 +1000
  • 9911b5199b Temporary support for Python 3.12 grossmj 2023-10-18 17:58:24 +1000
  • edcc69f617 Remove old web-ui files grossmj 2023-10-18 17:58:11 +1000
  • fe8b61373c Bundle web-ui v3.0.0a4 grossmj 2023-10-18 17:51:41 +1000
  • 87960f1ff0 Merge branch '2.2' into 3.0 grossmj 2023-10-18 17:48:09 +1000
  • 3b0d89be5a Merge branch 'master' into 2.2 grossmj 2023-10-18 17:46:51 +1000
  • 5ff3043fb4 Sync appliances grossmj 2023-10-18 17:45:17 +1000
  • 47d3f3f349 Do not enforce Compute.Audit and Template.Audit privileges due to current web-ui limitations grossmj 2023-10-18 15:51:43 +1000
  • 109feeb647 Revert to aiohttp v3.8.6 grossmj 2023-10-18 15:00:42 +1000
  • 56839413fa Remove testing with Python 3.6 (not supported) grossmj 2023-10-18 14:58:19 +1000
  • 18012dc18a Upgrade aiohttp and sqlalchemy dependencies grossmj 2023-10-18 14:56:19 +1000
  • 46c02ad2f3 Merge branch '2.2' into 3.0 grossmj 2023-10-18 14:54:39 +1000
  • 08ac80e451 Upgrade sentry and psutil dependencies grossmj 2023-10-18 14:53:25 +1000
  • 6ca15cbcff Merge branch '2.2' into 3.0 grossmj 2023-10-18 14:49:49 +1000
  • 722512d851 Remove model validator. Fixes https://github.com/GNS3/gns3-gui/issues/3522 grossmj 2023-10-15 11:16:05 +1000
  • 737664a3d4 Add Qemu IGB network device Konrad Goławski 2023-10-12 11:35:53 +0200
  • 29f4b238b0 Add Python 3.12 support. Fixes https://github.com/GNS3/gns3-server/issues/2273 grossmj 2023-10-09 16:54:47 +1000
  • b6127af067
    Merge pull request #2294 from GNS3/list-items-closed-project Jeremy Grossmann 2023-10-09 13:28:58 +1000
  • 5092bd2fdf List elements when a project is closed #2294 grossmj 2023-10-09 13:16:12 +1000
  • a27db6b4eb Fix deleting resource from resource pool. Ref #2293 grossmj 2023-09-28 18:38:38 +1000
  • ac96a0f4a1 delete also resource from resource table when delete a resource from resource pool #2293 Sylvain MATHIEU OBS 2023-09-25 15:02:07 +0200
  • 66b66cc3e1 Bump version to 3.0.0.dev8 grossmj 2023-09-25 21:38:20 +1000
  • 7215b150dd
    Merge pull request #2292 from GNS3/fix/3422 Jeremy Grossmann 2023-09-25 21:29:24 +1000
  • 674381f1be Fix tests #2292 grossmj 2023-09-25 21:08:23 +1000
  • 1ae6d13022 Support to create empty disk images on the controller grossmj 2023-09-25 17:51:14 +1000
  • 6886f1f566
    Merge pull request #2290 from GNS3/fix/2147 Jeremy Grossmann 2023-09-23 20:54:57 +1000
  • 999a47f747 Fix issue with importlib.resources.files() and Python 3.9 #2290 grossmj 2023-09-23 20:44:00 +1000
  • c1507b4155 Upgrade sqlalchemy grossmj 2023-09-23 15:56:42 +1000
  • d9214a3c67 Merge branch '2.2' into 3.0 grossmj 2023-09-23 15:54:54 +1000
  • f675f24ba7 Revert "Install importlib-resources only with Python < '3.9'. Ref #2147" grossmj 2023-09-23 14:48:04 +1000
  • dc1eed42da Install importlib-resources only with Python < '3.9'. Ref #2147 grossmj 2023-09-23 14:35:50 +1000
  • 2c5a9ef9b7
    Merge pull request #2288 from Quanterm/master Jeremy Grossmann 2023-09-21 11:44:36 +1000
  • e75d151611
    Update README.md #2288 Vieta 2023-09-20 11:41:05 +0000
  • d87cff7fd5
    Merge pull request #2287 from munahaf/Inappropriate_Logic-5node.py11635999804432162276.diff Jeremy Grossmann 2023-09-20 14:31:04 +0700
  • ffb58a4ed2
    Merge branch 'master' into Inappropriate_Logic-5node.py11635999804432162276.diff #2287 Jeremy Grossmann 2023-09-20 14:17:58 +0700
  • 4d7b3fb9d6 Comment: Updated a test expression to remove a logical short circuit. munahaf 2023-09-20 06:49:47 +0000
  • 94abdfc9f0 Development on 2.2.44.dev1 grossmj 2023-09-19 21:08:24 +0700
  • 6f345bb1ec
    Merge pull request #2286 from GNS3/release-v2.2.43 Jeremy Grossmann 2023-09-19 21:04:52 +0700
  • 89ec458f5c Release v2.2.43 v2.2.43 #2286 grossmj 2023-09-19 20:16:52 +0700
  • 80bc1a726b Sync appliances grossmj 2023-09-19 20:12:32 +0700
  • 6265d3d55f Upgrade sentry-sdk and truststore grossmj 2023-09-19 20:07:57 +0700
  • a96a82821c Merge branch 'master' into 2.2 grossmj 2023-09-19 20:04:15 +0700
  • ad47ffbe29 Force English output for VBoxManage. Fixes #2266 grossmj 2023-09-19 18:14:05 +0700
  • eca1243fc0
    Merge pull request #2285 from Orange-OpenSource/3.0 Jeremy Grossmann 2023-09-18 18:41:01 +0700
  • 0d834ee2a0 rbac fix: cannot add multiple time same privilege to a role #2285 Sylvain MATHIEU OBS 2023-09-18 13:34:46 +0200
  • a04e444ba0 Publish API documentation github-actions 2023-09-14 15:48:13 +0000
  • 91ca94c798 Merge remote-tracking branch 'origin/3.0' into gh-pages github-actions 2023-09-14 15:47:42 +0000
  • e1c5c05492
    Merge pull request #2280 from GNS3/resource-pools Jeremy Grossmann 2023-09-14 22:47:02 +0700
  • 7534718a1c Remove privileges endpoint from roles #2280 grossmj 2023-09-14 22:41:08 +0700
  • 63c1defd9a
    Merge branch '3.0' into resource-pools Jeremy Grossmann 2023-09-14 22:38:52 +0700
  • 1f90bb14b6 Require users to be logged in for privilege API endpoints grossmj 2023-09-14 22:36:21 +0700
  • ae00dd422f
    Merge pull request #2283 from Orange-OpenSource/3.0 Jeremy Grossmann 2023-09-13 22:51:05 +0700
  • 10eeefc1f5 API: add endpoint to expose availables privileges to web UI #2283 Sylvain MATHIEU OBS 2023-09-12 15:24:54 +0200
  • 702fea89fb Automatically add vboxnet and DHCP server if not present for VirtualBox GNS3 VM. Ref #2266 grossmj 2023-09-12 16:14:44 +0700
  • a95dda0d1d Complete resource pool support for projects grossmj 2023-09-11 18:15:03 +0700
  • 385de86091 fix: operation not permitted #2281 yumekiti 2023-09-08 01:16:44 +0900
  • a8c9602e14 fix: lack of required packages yumekiti 2023-09-08 01:15:47 +0900
  • d53ef175f8 DB and API for resource pools grossmj 2023-09-07 17:31:11 +0700
  • f7d287242f Upgrade platformdirs grossmj 2023-09-07 16:32:04 +0700
  • c11b3c3911 Fix tests after merge grossmj 2023-09-06 23:42:50 +0700
  • 1ec056c1a6 Merge branch '2.2' into 3.0 grossmj 2023-09-06 23:30:00 +0700
  • 285b19d97f
    Merge pull request #2272 from GNS3/fix/2271 Jeremy Grossmann 2023-09-06 23:16:34 +0700
  • 709aa46074 Fix issue with controller config saved before checking current version with previous one #2272 grossmj 2023-09-06 16:48:24 +0700
  • dfda84635a fix: Install modules required for docker #2279 yumekiti 2023-09-06 18:47:26 +0900
  • 0c12849d0d Use controller vars file to store version and appliance etag grossmj 2023-09-06 16:28:46 +0700
  • 8aa9d1aae6 Upgrade dependencies and fix user group tests grossmj 2023-09-03 17:58:51 +0700
  • 66047b3431 Fix OAuth2PasswordBearer token URL grossmj 2023-09-03 17:31:05 +0700
  • 7c537df628 Publish API documentation github-actions 2023-09-03 10:01:32 +0000
  • c3e7b97014 Merge remote-tracking branch 'origin/3.0' into gh-pages github-actions 2023-09-03 10:00:59 +0000
  • 71d06abaf4
    Merge pull request #2278 from GNS3/update-publish-api-doc Jeremy Grossmann 2023-09-03 17:00:13 +0700
  • 05ef9f2a7c No need for dev dependencies #2278 grossmj 2023-09-03 16:59:48 +0700
  • 476658b829 Update publish-api-documentation.yml grossmj 2023-09-03 16:52:30 +0700
  • 6ec97a704f Put user, groups, roles and ACL under /access grossmj 2023-09-02 19:10:02 +0700
  • a358369606 Move notifications under controller router grossmj 2023-09-02 18:57:53 +0700
  • 5155aea923 Upgrade dependencies grossmj 2023-09-02 18:49:16 +0700
  • b0c4fc17ad
    Merge pull request #2275 from GNS3/rbac-new-implementation Jeremy Grossmann 2023-09-02 18:47:35 +0700
  • e72b07bf5c Prepare resource pools table for future development #2275 grossmj 2023-09-02 18:42:40 +0700
  • 170f476733 Add more built-in roles grossmj 2023-09-02 18:15:00 +0700
  • 0077fd98aa Add required privileges to all endpoints grossmj 2023-09-02 17:54:24 +0700
  • f3a4ad49f4 Check for group ACEs to find user privileges grossmj 2023-08-28 18:14:34 +1000
  • 3e0592520b Handle ACE propagate and allowed grossmj 2023-08-28 12:06:01 +1000
  • d3d0cc039d
    Merge pull request #2277 from GNS3/fix/2276 Jeremy Grossmann 2023-08-27 19:53:50 +1000
  • c2783d355f Fix test_create_vnc test #2277 grossmj 2023-08-27 18:41:25 +1000
  • d6e1ee5dbb Prevent X11 socket file to be modified by Docker container grossmj 2023-08-27 18:30:37 +1000
  • 57197c3d1c Comment unused code grossmj 2023-08-27 18:23:10 +1000
  • 60ce1172e0 Use an ACL table to check for privileges grossmj 2023-08-27 18:20:42 +1000