-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make port configurable for GUI plugin #110
Comments
aywaldron
changed the title
Make port configurable in GUI plugin config
Make port configurable for GUI plugin
Jun 28, 2019
robschneider16
pushed a commit
to robschneider16/AIT-GUI
that referenced
this issue
Aug 6, 2019
Instead of defaulting to port 8080, the ait gui should now look at the ait config and pull the defined gui.port number from there if its defined. If it is not defined, then it will use the default of 8080. All of which gets overwritten if the user provided a port number to the init method
robschneider16
pushed a commit
to robschneider16/AIT-GUI
that referenced
this issue
Aug 13, 2019
Action requested from the PR review. Moved the port argument to the plugin class init as a kwarg with a default to port 8080. Kwarg gets populated based on whats defined in config.yaml.
robschneider16
pushed a commit
to robschneider16/AIT-GUI
that referenced
this issue
Aug 13, 2019
Instead of passing in the values to the GUIs self.init method, the init method will see if the plugin has the port and host items defined as attributes.
robschneider16
pushed a commit
to robschneider16/AIT-GUI
that referenced
this issue
Aug 20, 2019
robschneider16
pushed a commit
to robschneider16/AIT-GUI
that referenced
this issue
Aug 23, 2019
MJJoyce
added a commit
that referenced
this issue
Aug 23, 2019
Issue #110 - Made GUI port optionally configurable
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Configuration parameter for
AITGUIPlugin
should be added for the port it runs on and incorporated into code in initializer:AIT-GUI/ait/gui/__init__.py
Line 219 in 83d986b
The text was updated successfully, but these errors were encountered: