-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Inc 2025 10 02 #1364
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
Closed
Closed
Inc 2025 10 02 #1364
Conversation
This file contains hidden or 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
Needs to move the req and response objects into being the standard express way of doing it (ie server.get() and server.post() ). By doing this, the app no longer needs to remove listeners, which was limiting it to just one service at a time.
…hey match the JAVA returned soap. QA: try some soap requests with soap ui and verify that if any of the xml tag are null, that they show 'xml:nil="true"'. An example of this is: <machineCommands/> should actually return <machineCommands xsi:nil="true"/>
takes out logs
Handling the null value in every chunk.
handles the null
Nulls are handled.
Added in a better regex to pull out any non printable characters from the xml
[fixes #43254575] - Null value
…equest", If there is a request then the XML gets formatted like normal such as: <someVal></someVal> But, if there is a response, the XML remains as it was modified a few months ago so that it returns <someVal xsi:nil="true"/> so that machine requests function the same.
[fixes #48415187]
rename package as it has diverged significantly
Add debugging options
Use latest expat
This was done by the cloudauto squad and currently should be reporting no issues for all repositories. In the future we'll be adding checks for various issues like blab being outdated. Contact #cloudauto if you have any questions.
|
Bro... @johnbuildsthings -- is this PR a mistake? Your fork is 928 commits behind, so need to sync it first. If there are worthwhile contributions you'd like to share here please point them out and make sure there are no merge conflicts and that the tests pass... |
|
Closing as this does not make sense and no response from @johnbuildsthings. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.