-
Notifications
You must be signed in to change notification settings - Fork 924
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
[BUG] Dependencies don't specify python version (Issue 988) #1031
Conversation
Hello @psaiz would you be able to rebase and sign you commits based on More information here: https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/CONTRIBUTING.md#developer-certificate-of-origin |
I'm not the biggest fan of adding yet another step to the build process, especially for something that is really just a bandaid. At the very least we need to add this requirement to documentation. |
Hi again. I asked the responsible of the dependencies to update the shebangs. The google-re2 has already done it, and that will allow node-re2 to do it. So, I do agree with Tommy that the extra step is not needed. Just putting the new versions might be enough. Let me look into that |
Signed-off-by: Pablo Saiz <[email protected]>
Ok, I left only the increase of version of node-gyp. Note that it still misses the update on node-re2. It might be better to wait until that one is ready, and do both in one go |
) This commit adds the ability to display the legend inside the XY cartesian charts. The <Settings> property legendPosition will take now an extended version of the position that allows increased customizability. The legend outside the chart only works with the following cases: `direction: vertical, vAlign: top, hAlign: left/right`, `direction: horizontal, hAlign:left, vAlign: top/bottom`, fix opensearch-project#861
# [26.1.0](elastic/elastic-charts@v26.0.0...v26.1.0) (2021-03-26) ### Features * **a11y:** add basic aria-label to canvas element ([opensearch-project#1084](elastic/elastic-charts#1084)) ([d4b3e4f](elastic/elastic-charts@d4b3e4f)) * **xy_charts:** render legend inside the chart ([opensearch-project#1031](elastic/elastic-charts#1031)) ([b271d09](elastic/elastic-charts@b271d09)), closes [opensearch-project#861](elastic/elastic-charts#861)
Hi @psaiz, yeah I think we need to wait for a complete solution. Feel free to reopen this PR once that is ready. |
Description
Runs pathfix.py before creating the tar file, to fix the references that point to
python
instead ofpython3
.See #988
Please, note that this requires
/usr/bin/pathfix.py
. This comes withplatform-python-devel
.Issues Resolved
#988
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr