aestoltm
released this
23 Oct 21:12
·
14 commits
to xdmod11.0
since this release
IMPORTANT NOTE: Open XDMoD is now no longer bundled with libraries that have license restrictions for commercial or government use. The charting library used in Open XDMoD has changed from Highcharts to Plotly JS, an open source library. Please refer to the license notices for more information about the open source licenses bundled with Open XDMoD.
This chart library change brings some new features to the interface and some minor changes:
New Features
- Charts can zoom along a specific axis by click and dragging the cursor vertically or horizontally to zoom by the y-axis and x-axis, respectively.
- Chart axes range can be adjust by click and dragging across ether axis.
- Added support for a subset of HTML tags and entities in a chart's main title. Unsupported tags/entities will render as plain text instead of HTML. The following HTML tags are supported:
<br>
,<b>
,<i>
,<sup>
, and<sub>
. The following entities are supported: Greek letters (recommended Unicode format, e.g.,μ
for μ, some mathematical symbols (e.g.,±
for ±), and degrees ° (°
).
Changes
- Charts no longer allow series context menus to appear when clicking on the lines connecting data points. Series context menus only appear when clicking data points or the legend entry (for Metric Explorer charts).
- The button for resetting the chart zoom in Metric Explorer charts appears in the chart context menus instead of a button on the chart. Resetting the chart zoom for charts in all other tabs now requires a double click on the plotting area instead of a button on the chart.
Removed Features
- Adjusting the data series layering order for charts with multiple axes is no longer supported.
- Chart animations that enlarged data series points when hovering over them.
- Adding a shadow to data in Metric Explorer plots is no longer supported. The shadow selection option has been removed from the "More Options" section of the Data Series context menu.
Known Issues
- Charts exported as images can have legend displacement based on the chart size. The current workaround is to make the exported chart larger until the legend fits. Customizing legend entry names to be shorter may also help.
- The legend double-click feature is disabled due to an interaction with legend single-click events.
Other changes to Open XDMoD 11.0.0 are:
Enhancements
- Data Analytics Framework
- Improve performance of API calls for raw data.
- Change the raw data endpoint to respond with a JSON text sequence instead of one large JSON object.
- Provide more helpful error codes and messages for raw data requests.
- ETL
- Add an option to
etl_overseer.php
for turning off writing the ETL process log to the database. - Update a log table SQL query to be more efficient.
- Add an option to
- General
- Update the description of the "Job Size: Normalized" metric in the Jobs realm.
- Improve the UI display when the database is down or otherwise unreachable from the web server.
- Job Viewer
- Add a copy to clipboard option when getting a shareable link to a job.
- Add dashed lines for null data in Job Viewer charts.
- Metric Explorer
- Add a copy to clipboard option when generating a link to the current chart.
- Resource Specifications
- Add new Resource Specifications realm.
- Data Analytics Framework
Bug Fixes
- Escape double quotes when migrating portal settings.
- Fix API token expiration message.
- Fix API token header authentication.
- Fix REST date validation.
- Add a default value for the
modw_cloud.instance_type_union
table.
Maintenance / Code Quality
- Update for compatibility with PHP 7.4.
- Include usernames in REST logging.
- Replace redundant exception classes with ones provided by Symfony.
- Update to support OnDemand module enhancements.
- Remove obsolete XSEDE-specific code.
- Add a patch for symfony/http-foundation: CVE-2019-10913.
Uncategorized
- Change the User Manual generator to use Sphinx.
- Change the name of the "Utilization" metric in the Jobs realm to "CPU Utilization."