Skip to content

Commit c3eaefa

Browse files
Copilotkjy5
andauthored
Remove Ephys Link proxy feature (#89)
* Initial plan * Remove Ephys Link proxy feature and PinpointIdResponse model Co-authored-by: kjy5 <[email protected]> * chore: Build Models * Fix lint error * Bump version --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: kjy5 <[email protected]> Co-authored-by: Kenneth Yang <[email protected]>
1 parent 455b4fd commit c3eaefa

15 files changed

+31
-47
lines changed

.idea/copilot.data.migration.agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.ask2agent.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copilot.data.migration.edit.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vbl-json-schema.iml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/csharp/EphysLinkModels.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public struct EphysLinkOptions
3434
public bool IgnoreUpdates;
3535
public string Type;
3636
public bool Debug;
37-
public bool UseProxy;
38-
public string ProxyAddress;
3937
public int MpmPort;
4038
public int ParallaxPort;
4139
public string Serial;
@@ -45,8 +43,6 @@ public EphysLinkOptions(
4543
bool ignoreUpdates,
4644
string type,
4745
bool debug,
48-
bool useProxy,
49-
string proxyAddress,
5046
int mpmPort,
5147
int parallaxPort,
5248
string serial
@@ -56,8 +52,6 @@ string serial
5652
IgnoreUpdates = ignoreUpdates;
5753
Type = type;
5854
Debug = debug;
59-
UseProxy = useProxy;
60-
ProxyAddress = proxyAddress;
6155
MpmPort = mpmPort;
6256
ParallaxPort = parallaxPort;
6357
Serial = serial;

models/csharp/ProxyModels.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"description": "Options for running Ephys Link.\n\nAttributes:\n background: Whether to skip the GUI and run using CLI arguments.\n ignore_updates: Whether to ignore updates.\n type: Type of manipulator platform to use.\n debug: Whether to print debug messages.\n use_proxy: Whether to use VBL proxy service.\n proxy_address: Address of the proxy service.\n mpm_port: Port for New Scale MPM HTTP server.\n serial: Serial port for emergency stop.", "properties": {"Background": {"default": false, "title": "Background", "type": "boolean"}, "IgnoreUpdates": {"default": false, "title": "Ignoreupdates", "type": "boolean"}, "Type": {"default": "ump-4", "title": "Type", "type": "string"}, "Debug": {"default": false, "title": "Debug", "type": "boolean"}, "UseProxy": {"default": false, "title": "Useproxy", "type": "boolean"}, "ProxyAddress": {"default": "proxy2.virtualbrainlab.org", "title": "Proxyaddress", "type": "string"}, "MpmPort": {"default": 8080, "maximum": 49151, "minimum": 1024, "title": "Mpmport", "type": "integer"}, "ParallaxPort": {"default": 8081, "maximum": 49151, "minimum": 1024, "title": "Parallaxport", "type": "integer"}, "Serial": {"default": "no-e-stop", "title": "Serial", "type": "string"}}, "title": "EphysLinkOptions", "type": "object"}
1+
{"description": "Options for running Ephys Link.\n\nAttributes:\n background: Whether to skip the GUI and run using CLI arguments.\n ignore_updates: Whether to ignore updates.\n type: Type of manipulator platform to use.\n debug: Whether to print debug messages.\n mpm_port: Port for New Scale MPM HTTP server.\n serial: Serial port for emergency stop.", "properties": {"Background": {"default": false, "title": "Background", "type": "boolean"}, "IgnoreUpdates": {"default": false, "title": "Ignoreupdates", "type": "boolean"}, "Type": {"default": "ump-4", "title": "Type", "type": "string"}, "Debug": {"default": false, "title": "Debug", "type": "boolean"}, "MpmPort": {"default": 8080, "maximum": 49151, "minimum": 1024, "title": "Mpmport", "type": "integer"}, "ParallaxPort": {"default": 8081, "maximum": 49151, "minimum": 1024, "title": "Parallaxport", "type": "integer"}, "Serial": {"default": "no-e-stop", "title": "Serial", "type": "string"}}, "title": "EphysLinkOptions", "type": "object"}

models/schemas/proxy/PinpointIdResponse.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)