grossmj
45fe2189f9
Fix tests
2026-04-12 20:53:28 +08:00
grossmj
852ebddf3b
Fix callback issues in v2.2.58
2026-04-12 20:49:20 +08:00
grossmj
9447f21de8
Fix tests
2026-04-11 17:59:48 +08:00
Anthony ROUSSEL
e6e2a1cafb
Fix tests after PyQt6 migration
2026-02-04 21:06:12 +01:00
grossmj
fef734bbbe
Finalize appliance v8 support and add tests.
2023-08-16 00:30:02 +10:00
grossmj
f8aee44442
Fix tests
2023-01-10 08:42:25 +08:00
grossmj
3ba811e675
Fix tests.
2018-10-15 14:33:23 +07:00
grossmj
e5320c318f
Fix tests.
2018-08-22 20:37:55 +07:00
grossmj
1c0f3493ee
Fix more client/server version tests.
2018-01-18 16:14:09 +08:00
ziajka
623aa4a2de
Code style and tests
2017-10-25 16:10:24 +02:00
Julien Duponchelle
5857d3709b
Fix permission error when importing a project on a remote server
...
Fix #2082
2017-07-27 10:20:28 +02:00
Julien Duponchelle
e06cf5b9a1
Use websocket for notifications
...
Fix #2127
2017-06-29 10:58:06 +02:00
Julien Duponchelle
1b9b1cbe3c
Fix tests about HTTP errors
2017-02-14 10:19:34 +01:00
Julien Duponchelle
0c397ba0a8
Retry connection to the server
...
Fix #1542
2016-09-29 11:38:44 +02:00
Julien Duponchelle
da5bead39c
Fix tests
2016-09-01 16:35:43 +02:00
Julien Duponchelle
d396cb911a
Fix some issue recently introduce in HTTPClient
2016-07-06 15:43:03 +02:00
grossmj
594b596cf9
Revert move "/version" endpoint to "/server/version".
...
Move "/server/shutdown" endpoint to "/shutdown".
2016-06-01 18:21:07 -06:00
grossmj
3494a4875c
Some cleaning + move "/version" endpoint to "/server/version".
2016-06-01 17:50:31 -06:00
Julien Duponchelle
3fc4898904
First step of refactoring Servers
2016-05-23 19:47:52 +02:00
Julien Duponchelle
5470add29a
Merge branch '1.5' into 2.0
2016-04-12 17:01:05 +02:00
grossmj
e517fa6000
Remove load-balancing support. Fixes #1073 .
2016-03-25 15:37:20 -06:00
Julien Duponchelle
5092bc571d
Change default port to 3080
...
Ref https://github.com/GNS3/gns3-server/issues/457
2016-03-25 15:37:38 +01:00
Julien Duponchelle
57f519db65
API V2 support
2016-03-08 12:07:11 +01:00
Julien Duponchelle
349cf1981a
Split HTTPClient in two parts
...
The HTTP client class is responsible to make HTTP calls to
gns3 API server (controller or standard server).
Server is a GNS3 Server. In the transition period the server
will call the HttpClient of the GNS3 controller of the HttpClient
of the server depending of the endpoint.
2016-03-03 15:54:55 +01:00
Julien Duponchelle
c0f36590be
Auto pep8
2015-11-09 12:39:14 +01:00
Julien Duponchelle
07c1443a8d
Fix tests
2015-10-29 16:42:53 +01:00
Julien Duponchelle
2352840c3b
Improve HTTP progress reliability
2015-10-02 11:21:44 +02:00
Julien Duponchelle
8024738400
Fix http_client tests
2015-09-16 11:04:03 +02:00
Julien Duponchelle
40b8969d44
Fix tests conflict between request fixture and our http_request fixture
...
Also turn on stdout capture.
2015-08-24 15:09:30 +02:00
Julien Duponchelle
25d6a0a160
Disallow connection to a different major version in all cases
...
And test all cases
Fix #586
2015-08-04 12:35:58 +02:00
Julien Duponchelle
31262f9f7f
Fix tests PyQT 5.5 compatibility
2015-07-28 17:30:34 +02:00
Julien Duponchelle
59de1212cb
Basic auth support for remote servers
...
Fix #391
2015-06-23 16:54:09 +02:00
Julien Duponchelle
81e4a402f2
Merge branch 'master' into unstable
2015-06-03 18:45:17 +02:00
Julien Duponchelle
5bf0f08f25
Add basic auth support for local server
2015-06-03 16:23:14 +02:00
Julien Duponchelle
5b0ca03640
Fix tests
2015-05-27 18:48:18 +02:00
Julien Duponchelle
f26f6c33d0
Fix tests
2015-05-21 11:39:32 +02:00
Julien Duponchelle
422c97f681
Support for reading an HTTP stream
2015-04-30 17:29:55 +02:00
Julien Duponchelle
97324ce4d4
Wireshark remote packet capture
2015-04-21 18:20:54 +02:00
Julien Duponchelle
1d7774bcd6
Support for reading an HTTP stream
2015-04-21 12:45:48 +02:00
Julien Duponchelle
32a45ad0d3
Fix tests
2015-04-06 15:31:30 +02:00
Julien Duponchelle
f3e8473f60
Fix missing context at first query
...
Fix #206 , #209
2015-03-16 22:18:34 +01:00
Julien Duponchelle
d88a104237
Fix test
2015-03-16 22:18:34 +01:00
Julien Duponchelle
f910eb7946
Fix tests
2015-03-03 15:09:15 +01:00
Julien Duponchelle
d72db0db77
Fix GUI
2015-03-03 15:08:42 +01:00
Julien Duponchelle
6d7e05a9e0
Fix the bug which prevent GUI close if server is dead
...
Fixes #185
2015-02-24 14:51:54 +01:00
Julien Duponchelle
8457854483
Zuper progress dialog, with progress bar when multiples queries waiting
2015-02-20 21:31:44 +01:00
Julien Duponchelle
9e4ec60d47
A work in progress, progress dialog
2015-02-18 17:28:24 +01:00
Julien Duponchelle
408291403b
Clean tests
2015-02-10 16:51:49 +01:00
Julien Duponchelle
1482b65c64
/version JIT
2015-02-10 16:40:46 +01:00