This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Develop add server control halt and stop commands #752
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aivanova5
approved these changes
Sep 24, 2020
dchassin
pushed a commit
that referenced
this pull request
Sep 28, 2020
* Develop (#2) * Update version.h * Add support for python properties (#748) * Move subcommand help tests to autotest folder (#747) Co-authored-by: Alyona Ivanova <[email protected]> * Develop add optimize module (#746) * Add optimize module * Add optimize module * Remove CSV output from optimize module * Change optimize extremum test to optional * Rename test_extremum_opt.glm to test_extremum.glm Co-authored-by: Alyona Ivanova <[email protected]> * Develop fix rusage format error and add global rusage data (#745) * Fix rusage format error and add global rusage data * Add rusage_data doc Co-authored-by: Alyona Ivanova <[email protected]> * Add server control halt and stop commands (#752) Co-authored-by: Alyona Ivanova <[email protected]> * Update Library.md (#753) * Update load.cpp (#751) Co-authored-by: Alyona Ivanova <[email protected]> * Update Glm_save_options.md (#755) * Develop add python property access (#750) * Add support for python properties * Finalized basic python property object implementation * Add example * Update Property.md * Delete Stochastic variables.ipynb * Add support for property comparisons * Update example * Fix property type structure init * Merge remote-tracking branch 'origin/develop-fix-load-phase-tautology' into develop-add-python-property-access * Add support for unit conversion in python property * Document python property unit conversion and fix ambiguous method name * Workaround for python finalize exception * Update python_embed.cpp * Update Property.md * Update Property.md * Update test_python_property.glm * Fix problem with modlist in python event handler * Update main.cpp * Added python shadow class tutorial * Fix json2png it can plot csv data by default * Create tmy32glm.py * Update Makefile.mk * Update Python shadow class tutorial.ipynb * Fix traceback issues * Update thermostat.py * Update Python shadow class tutorial.ipynb Co-authored-by: Alyona Ivanova <[email protected]> * Create c-cpp.yml Co-authored-by: Alyona Ivanova <[email protected]> * Update README.md * Update master.yml * Update and rename test_require_pwlf.glm to test_require_pytz.glm * Update develop.yml
aivanova5
added a commit
that referenced
this pull request
Sep 28, 2020
* Create c-cpp.yml * Fix action for master and develop (#759) * Develop (#2) * Update version.h * Add support for python properties (#748) * Move subcommand help tests to autotest folder (#747) Co-authored-by: Alyona Ivanova <[email protected]> * Develop add optimize module (#746) * Add optimize module * Add optimize module * Remove CSV output from optimize module * Change optimize extremum test to optional * Rename test_extremum_opt.glm to test_extremum.glm Co-authored-by: Alyona Ivanova <[email protected]> * Develop fix rusage format error and add global rusage data (#745) * Fix rusage format error and add global rusage data * Add rusage_data doc Co-authored-by: Alyona Ivanova <[email protected]> * Add server control halt and stop commands (#752) Co-authored-by: Alyona Ivanova <[email protected]> * Update Library.md (#753) * Update load.cpp (#751) Co-authored-by: Alyona Ivanova <[email protected]> * Update Glm_save_options.md (#755) * Develop add python property access (#750) * Add support for python properties * Finalized basic python property object implementation * Add example * Update Property.md * Delete Stochastic variables.ipynb * Add support for property comparisons * Update example * Fix property type structure init * Merge remote-tracking branch 'origin/develop-fix-load-phase-tautology' into develop-add-python-property-access * Add support for unit conversion in python property * Document python property unit conversion and fix ambiguous method name * Workaround for python finalize exception * Update python_embed.cpp * Update Property.md * Update Property.md * Update test_python_property.glm * Fix problem with modlist in python event handler * Update main.cpp * Added python shadow class tutorial * Fix json2png it can plot csv data by default * Create tmy32glm.py * Update Makefile.mk * Update Python shadow class tutorial.ipynb * Fix traceback issues * Update thermostat.py * Update Python shadow class tutorial.ipynb Co-authored-by: Alyona Ivanova <[email protected]> * Create c-cpp.yml Co-authored-by: Alyona Ivanova <[email protected]> * Update README.md * Update master.yml * Update and rename test_require_pwlf.glm to test_require_pytz.glm * Update develop.yml * Delete c-cpp.yml * Update develop.yml * Update develop.yml * Update and rename develop.yml to validate.yml * Delete master.yml * Rename validate.yml to develop.yml * Update and rename develop.yml to master.yml * Create develop.yml Co-authored-by: Alyona Ivanova <[email protected]>
13 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds support for server control commands
halt
andstop
.Current issues
None
Code changes
gldcore/server.cpp
.Documentation changes
Test and Validation Notes
Realtime server command cannot be automatically tested at this time. This requires manual testing.