forked from qt-creator/qt-creator
Copilot: Add support for proxy settings
For easier testing a docker file is added. You can start "buildandrun.sh" in copilot/tests/proxy to get a simple proxy server up and running. The argument "PWDMODE" in buildandrun.sh can be set to "with" and "without" to get a proxy server that needs a password or not. The username and password are user/1234. Fixes: QTCREATORBUG-29485 Change-Id: I3859c9ad04ebd4f9349e25665ba710e23fb64dea Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
void updateClient(const Utils::FilePath &nodeJs, const Utils::FilePath &agent);
|
||||
|
||||
private:
|
||||
void setState(const QString &buttonText, bool working);
|
||||
void setState(const QString &buttonText, const QString &errorText, bool working);
|
||||
void checkStatus();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user