Skip to content
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

Add a Gitter chat badge to README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gitter-badger
Copy link

xlab-si/manageiq now has a Chat Room on Gitter

@cankarm has just created a chat room. You can visit it here: https://gitter.im/xlab-si/manageiq.

This pull-request adds this badge to your README.md:

Gitter

If my aim is a little off, please let me know.

Happy chatting.

PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

miha-plesko pushed a commit that referenced this pull request Sep 2, 2019
Only accept `Hash` results when parsing JSON.  Other related models
expect an array of hashes when working with `#parsed_stdout`, so if the
digested stdout output includes lines that like the following:

- "some output"
- 12345

They will still be parsed properly by `JSON.parse`, but methods
expecting a `["stdout"]` key from each of the results in the array will
result in an error.

The downside of this approach is that this ends up leading to output
missing from the digested result, so for example:

    # Sample artifacts/result/stdout
    {"uuid": "9dc88a31-...", "counter": 1, "stdout": ""}
    {"uuid": "9dc88a31-...", "counter": 2, "stdout": "\r\nPLAY [List Variables] **********..."}
    32m       "aw",[0m
    [0;32m    "geeze",[0m
    [0;32m    "some",[0m
    [0;32m    "playbook",[0m
    [0;32m    "output",[0m
    [0;32m    "leaked..."[0m
    [0;32m  ],[0m
    [0;32m  [[0m
    [0;32m    12345,[0m
    [0;32m    23456[0m
    [0;32m  ],[0m{"uuid": "9dc88a31-...", "counter": 3, "stdout": ""[0;32m{[0m [0;32m  [[0m [0;32m       \"aw\",[0m [0;32m    \"geeze\",[0m...""}
    {"uuid": "9dc88a31-...", "counter": 4, "stdout": "\r\nPLAY RECAP **********..."}

Where the second to last line is partial content from the "leaked"
stdout and the next line of json that contained the next section of
content.  This will be addressed more in follow up commits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant