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
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
…o host MySQL connection.
Changes: 1. httpd needs to be started in foreground and systemctl commands won't have access to D-BUS from within the container. 2. Added mysql initialization and running as root to the startup script.
… mysqld, and httpd
Added support for configuration of umask in daemon.
Fixed problem with C99-style declarations.
…ork to allow the Docker container to connect to MySQL on the host (or on its own container)
The branch this refers to has been deleted. What is the status of this PR. |
It looks like this branch is in another gridlabd fork https://github.com/jcald1/gridlabd/tree/feature/docker-mysql |
dchassin
added a commit
that referenced
this pull request
May 20, 2023
aivanova5
pushed a commit
that referenced
this pull request
May 31, 2023
* (#1277) Added additional check and errors for non-SPCT transformers that are connected to triplex_node objects, or have an "S" phase. (#1281) (#37) Migration of fix from gridlabd issue 1432 Co-authored-by: Frank Tuffner <francis.tuffner@pnnl.gov> * Add server python module * Update Makefile.mk * Fix naming conflict. * Fix resource warning (one of two) * Update server.cpp * Update object.cpp * Update gridlabd-server * Update gldserver.py * Update gldserver.py * Update gridlabd-server * Update Makefile.am * Update gridlabd-server * Update regulator.cpp * Update server.cpp * Update gldserver.py --------- Co-authored-by: Frank Tuffner <francis.tuffner@pnnl.gov>
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.
Changed 'DockerFile' to 'Dockerfile' and set up Docker network to allow the GridLAB-D container to connect to the host (or other container) MySQL.