grossmj
|
47a7324eb5
|
Fix tests
|
2026-02-25 19:00:57 +08:00 |
|
grossmj
|
4d35477e46
|
Add/fix tests
|
2026-02-23 23:27:36 +08:00 |
|
grossmj
|
be4b87e8cd
|
Update project schema and fix tests
|
2026-02-22 18:13:08 +08:00 |
|
Felix Schulz
|
8ab34924b5
|
Add 'created_by' field to track project creator
|
2026-02-21 22:15:21 +01:00 |
|
grossmj
|
5e3ca29c58
|
Fix updating packet filters
|
2026-02-21 21:42:22 +08:00 |
|
grossmj
|
c5b9f379fe
|
Merge remote-tracking branch 'origin/2.2' into 3.0
# Conflicts:
# Dockerfile
# dev-requirements.txt
# gns3server/compute/qemu/qemu_vm.py
# gns3server/version.py
# requirements.txt
|
2026-02-20 16:28:53 +08:00 |
|
grossmj
|
715b7032bc
|
Fix tests
|
2026-02-20 15:51:49 +08:00 |
|
grossmj
|
abaeab6242
|
Upgrade greenlet and sqlalchemy dependencies
|
2026-01-26 19:50:42 +08:00 |
|
grossmj
|
1d45df6613
|
Upgrade dependencies
|
2026-01-24 21:38:58 +08:00 |
|
grossmj
|
60c10e7ecc
|
Merge remote-tracking branch 'origin/2.2' into 3.0
# Conflicts:
# .github/workflows/testing.yml
# CHANGELOG
# README.md
# gns3server/appliances/infix.gns3a
# gns3server/compute/docker/__init__.py
# gns3server/compute/docker/docker_vm.py
# gns3server/crash_report.py
# gns3server/version.py
# gns3server/web/web_server.py
# setup.py
# tests/controller/test_project.py
|
2025-11-29 11:42:02 +10:00 |
|
grossmj
|
f2aaf5ab38
|
Docker API version requirements and process to handle older daemons
|
2025-11-17 22:26:18 +10:00 |
|
grossmj
|
942f021b58
|
Fix test_config.py
|
2025-11-17 11:26:06 +10:00 |
|
grossmj
|
bae6221991
|
Set name of container in Docker
|
2025-11-17 10:59:05 +10:00 |
|
grossmj
|
c67ba6da0d
|
Fix config tests
|
2025-11-17 10:21:12 +10:00 |
|
grossmj
|
4d23ca221f
|
Comment out some tests in test_project.py
|
2025-11-16 20:52:14 +10:00 |
|
grossmj
|
232b9c2806
|
Fix tests
|
2025-05-25 17:35:45 +02:00 |
|
grossmj
|
2bf3eff143
|
Remove debug message in tests
|
2025-05-13 20:47:38 +02:00 |
|
grossmj
|
2b96e54629
|
Fix tests and require Qemu version >= 2.4
|
2025-04-30 13:38:52 +07:00 |
|
grossmj
|
d9dcc2738d
|
Merge remote-tracking branch 'origin/2.2' into 3.0
# Conflicts:
# CHANGELOG
# Dockerfile
# README.md
# gns3server/appliances/infix.gns3a
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/controller/gns3vm/virtualbox_gns3_vm.py
# gns3server/crash_report.py
# gns3server/static/web-ui/index.html
# gns3server/static/web-ui/main.9bcf455e62558dedfd48.js
# gns3server/version.py
|
2025-04-21 20:13:31 +07:00 |
|
grossmj
|
2b7eb91694
|
Add edk2-stable202502 UEFI firmwares and try to first use firmwares from the ovmf package if installed. Fixes #2494
|
2025-04-18 17:13:29 +07:00 |
|
grossmj
|
90cf73e434
|
Fix tests
|
2025-04-18 13:38:01 +07:00 |
|
grossmj
|
5019167098
|
Fix interface information API endpoint for Cloud/NAT devices
|
2025-04-16 15:26:56 +07:00 |
|
Mark Paronyan
|
f21887dbab
|
tests(get_iface): add unittests
|
2025-03-23 14:28:58 +00:00 |
|
grossmj
|
ba4e0c945d
|
Refactor tests and upgrade dev package requirements
|
2025-01-17 19:12:44 +10:00 |
|
grossmj
|
8e96c4c2e8
|
Refactor command line arguments parsing
|
2025-01-17 07:57:42 +07:00 |
|
grossmj
|
08693871ae
|
Support to create templates based on image checksums.
|
2025-01-03 21:35:14 +07:00 |
|
grossmj
|
ac4c5f5985
|
Improve tests for pruning images
|
2025-01-03 19:56:41 +07:00 |
|
grossmj
|
e17a79e261
|
Fix tests
|
2025-01-02 23:17:55 +07:00 |
|
grossmj
|
4758431c76
|
Improvements for built-in disks
* Checksum is updated in the database for updated disks.
* It is not possible to prune them.
|
2025-01-02 23:10:51 +07:00 |
|
grossmj
|
82779d816f
|
Use watchdog instead of watchfiles to monitor for new images on the file system
|
2024-12-31 17:19:32 +07:00 |
|
grossmj
|
ccc8974d92
|
Fix tests
|
2024-12-30 16:14:33 +07:00 |
|
grossmj
|
9d6cea665a
|
Replace python-jose library by joserfc
|
2024-12-30 15:25:24 +07:00 |
|
grossmj
|
9492fd0671
|
Fix tests
|
2024-12-22 22:34:23 +07:00 |
|
grossmj
|
a792792128
|
Remove debug message
|
2024-12-19 17:09:00 +07:00 |
|
grossmj
|
eca502c49c
|
Do not test authentication on docs endpoints
|
2024-12-19 17:04:00 +07:00 |
|
grossmj
|
5e1b8814b6
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/iou/iou_vm.py
|
2024-12-17 15:08:45 +07:00 |
|
grossmj
|
df56955bf0
|
Use license instead of licence
|
2024-12-17 15:01:01 +07:00 |
|
grossmj
|
b84bedffec
|
Merge branch '2.2' into 3.0
# Conflicts:
# tests/utils/test_images.py
|
2024-12-16 18:31:57 +07:00 |
|
grossmj
|
423d3fd82b
|
Fix tests
|
2024-12-16 18:30:30 +07:00 |
|
grossmj
|
f38efd311a
|
Merge branch '2.2' into 3.0
|
2024-12-16 18:14:16 +07:00 |
|
grossmj
|
91e9fa1cbc
|
Fix tests
|
2024-12-16 18:13:51 +07:00 |
|
grossmj
|
b7d43b29cd
|
Fix tests after merging
|
2024-12-02 13:02:08 +10:00 |
|
grossmj
|
cbaa563996
|
Merge branch '2.2' into 3.0
# Conflicts:
# CHANGELOG
# gns3server/crash_report.py
# gns3server/static/web-ui/index.html
# gns3server/static/web-ui/main.9297104511b6616fc55c.js
# gns3server/utils/images.py
# gns3server/version.py
# tests/api/routes/compute/test_dynamips_nodes.py
# tests/handlers/api/compute/test_qemu.py
# tests/utils/test_images.py
|
2024-12-02 12:16:34 +10:00 |
|
grossmj
|
af7fbe6bb4
|
Fix tests
|
2024-11-27 15:18:49 +10:00 |
|
grossmj
|
3d58b437b4
|
Remove restrictions based on file extension when listing images and fix ELF header checks
|
2024-11-27 14:51:34 +10:00 |
|
grossmj
|
b37db57bb9
|
Fix tests
|
2024-11-17 15:00:13 +10:00 |
|
grossmj
|
ec9dbd20b8
|
Merge branch '2.2' into 3.0
# Conflicts:
# gns3server/compute/base_node.py
# gns3server/compute/docker/docker_vm.py
# gns3server/compute/qemu/qemu_vm.py
# gns3server/crash_report.py
# gns3server/version.py
|
2024-11-07 23:18:42 +10:00 |
|
grossmj
|
52a7696618
|
Fix tests
|
2024-11-07 14:48:57 +10:00 |
|
grossmj
|
7bf17392dd
|
Do not use "ide" if there is a disk image and no interface type has been explicitly configured.
|
2024-11-07 14:37:26 +10:00 |
|
grossmj
|
ae538dd11d
|
Fix test user with wrong creds
|
2024-10-31 19:31:17 +10:00 |
|