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

Report JS version in _system #3298

Closed
wohali opened this issue Dec 14, 2020 · 1 comment
Closed

Report JS version in _system #3298

wohali opened this issue Dec 14, 2020 · 1 comment
Assignees

Comments

@wohali
Copy link
Member

wohali commented Dec 14, 2020

Summary

Would be nice to report which version of JavaScript is available on a given system through a remote UI endpoint.

Desired Behaviour

See a "javascript_version": "68" key-value pair in the output of GET /_node/<whatever>/_system.

Possible Solution

The version is available via couchjs -V in the first line of output.

@jiangphcn jiangphcn self-assigned this Dec 23, 2020
@janl janl assigned janl and unassigned jiangphcn Mar 14, 2021
janl added a commit that referenced this issue Jul 11, 2021
janl added a commit that referenced this issue Jul 11, 2021
janl added a commit that referenced this issue Jul 12, 2021
janl added a commit that referenced this issue Jul 13, 2021
@nickva
Copy link
Contributor

nickva commented Nov 14, 2021

This is fixed:

{
    "collation_driver": {
        "collation_algorithm_version": "13",
        "library_version": "66.1",
        "name": "libicu"
    },
    "erlang_version": "23.3.1",
    "javascript_engine": {
        "name": "spidermonkey",
        "version": "68"
    }
}

We report JS, erlang and libicu versions

@nickva nickva closed this as completed Nov 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants